.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-eb705a7a-0dd4-4e20-9910-ebd771585253 {
  margin-top: 100px;
margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-eb705a7a-0dd4-4e20-9910-ebd771585253 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-eb705a7a-0dd4-4e20-9910-ebd771585253 {
  margin-top: 50px;
margin-left: 2%;
margin-right: 2%;
}
}







#s-eb705a7a-0dd4-4e20-9910-ebd771585253 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eb705a7a-0dd4-4e20-9910-ebd771585253.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-faa8d717-0435-4326-ba0f-f3bfcde15144 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-faa8d717-0435-4326-ba0f-f3bfcde15144 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-faa8d717-0435-4326-ba0f-f3bfcde15144 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-faa8d717-0435-4326-ba0f-f3bfcde15144 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-faa8d717-0435-4326-ba0f-f3bfcde15144 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}@media (max-width: 767px){#s-faa8d717-0435-4326-ba0f-f3bfcde15144 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
.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-c8f89d6f-b60e-4cd8-9140-33fccf75255e {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c8f89d6f-b60e-4cd8-9140-33fccf75255e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-c8f89d6f-b60e-4cd8-9140-33fccf75255e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-c8f89d6f-b60e-4cd8-9140-33fccf75255e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-c8f89d6f-b60e-4cd8-9140-33fccf75255e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-129514a3-ec2e-40e7-9ed2-82756a975854 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
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);
}








#s-129514a3-ec2e-40e7-9ed2-82756a975854 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-129514a3-ec2e-40e7-9ed2-82756a975854.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-align-container {
  box-sizing: border-box;
}

.shg-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-865201a8-b372-42d4-afb3-3694cbcd4d78 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-865201a8-b372-42d4-afb3-3694cbcd4d78 {
  margin: 0 !important;
  overflow: visible;
}

#s-865201a8-b372-42d4-afb3-3694cbcd4d78-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-865201a8-b372-42d4-afb3-3694cbcd4d78 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-865201a8-b372-42d4-afb3-3694cbcd4d78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image {
  /* Add background color handling */
  
}

#s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-865201a8-b372-42d4-afb3-3694cbcd4d78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-865201a8-b372-42d4-afb3-3694cbcd4d78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image {
  box-sizing: border-box;
}



.s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image {
  
}


@media (min-width: 1200px){#s-865201a8-b372-42d4-afb3-3694cbcd4d78 {
  margin: 0 !important;
  overflow: visible;
}

#s-865201a8-b372-42d4-afb3-3694cbcd4d78-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-865201a8-b372-42d4-afb3-3694cbcd4d78 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-865201a8-b372-42d4-afb3-3694cbcd4d78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image {
  /* Add background color handling */
  
}

#s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-865201a8-b372-42d4-afb3-3694cbcd4d78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-865201a8-b372-42d4-afb3-3694cbcd4d78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image {
  box-sizing: border-box;
}



.s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-865201a8-b372-42d4-afb3-3694cbcd4d78 {
  margin: 0 !important;
  overflow: visible;
}

#s-865201a8-b372-42d4-afb3-3694cbcd4d78-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-865201a8-b372-42d4-afb3-3694cbcd4d78 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-865201a8-b372-42d4-afb3-3694cbcd4d78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image {
  /* Add background color handling */
  
}

#s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-865201a8-b372-42d4-afb3-3694cbcd4d78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-865201a8-b372-42d4-afb3-3694cbcd4d78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image {
  box-sizing: border-box;
}



.s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-865201a8-b372-42d4-afb3-3694cbcd4d78 {
  margin: 0 !important;
  overflow: visible;
}

#s-865201a8-b372-42d4-afb3-3694cbcd4d78-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-865201a8-b372-42d4-afb3-3694cbcd4d78 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-865201a8-b372-42d4-afb3-3694cbcd4d78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image {
  /* Add background color handling */
  
}

#s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-865201a8-b372-42d4-afb3-3694cbcd4d78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-865201a8-b372-42d4-afb3-3694cbcd4d78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image {
  box-sizing: border-box;
}



.s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image {
  
}


}@media (max-width: 767px){#s-865201a8-b372-42d4-afb3-3694cbcd4d78 {
  margin: 0 !important;
  overflow: visible;
}

#s-865201a8-b372-42d4-afb3-3694cbcd4d78-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-865201a8-b372-42d4-afb3-3694cbcd4d78 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-865201a8-b372-42d4-afb3-3694cbcd4d78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image {
  /* Add background color handling */
  
}

#s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-865201a8-b372-42d4-afb3-3694cbcd4d78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-865201a8-b372-42d4-afb3-3694cbcd4d78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-865201a8-b372-42d4-afb3-3694cbcd4d78.shogun-image {
  box-sizing: border-box;
}



.s-865201a8-b372-42d4-afb3-3694cbcd4d78 img.shogun-image {
  
}


}
#s-e1b9c177-22af-4d38-964b-3f8ea9b1e6f1 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e1b9c177-22af-4d38-964b-3f8ea9b1e6f1 .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



.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-0bb5c9b4-bdd8-455a-94f9-ef0f676fb3c4 {
  margin-left: auto;
margin-right: auto;
}

#s-1894cc2d-3a61-4735-a309-4333aab6b800 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
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 (max-width: 767px){#s-1894cc2d-3a61-4735-a309-4333aab6b800 {
  margin-top: 0px;
}
}







#s-1894cc2d-3a61-4735-a309-4333aab6b800 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1894cc2d-3a61-4735-a309-4333aab6b800.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-79c740a3-6013-46e8-a1fe-30a8b34405f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-79c740a3-6013-46e8-a1fe-30a8b34405f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-79c740a3-6013-46e8-a1fe-30a8b34405f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image {
  box-sizing: border-box;
}



.s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image {
  
}


@media (min-width: 1200px){#s-79c740a3-6013-46e8-a1fe-30a8b34405f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-79c740a3-6013-46e8-a1fe-30a8b34405f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-79c740a3-6013-46e8-a1fe-30a8b34405f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-79c740a3-6013-46e8-a1fe-30a8b34405f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image {
  box-sizing: border-box;
}



.s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-79c740a3-6013-46e8-a1fe-30a8b34405f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-79c740a3-6013-46e8-a1fe-30a8b34405f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-79c740a3-6013-46e8-a1fe-30a8b34405f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-79c740a3-6013-46e8-a1fe-30a8b34405f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image {
  box-sizing: border-box;
}



.s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-79c740a3-6013-46e8-a1fe-30a8b34405f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-79c740a3-6013-46e8-a1fe-30a8b34405f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-79c740a3-6013-46e8-a1fe-30a8b34405f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-79c740a3-6013-46e8-a1fe-30a8b34405f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image {
  box-sizing: border-box;
}



.s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image {
  
}


}@media (max-width: 767px){#s-79c740a3-6013-46e8-a1fe-30a8b34405f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-79c740a3-6013-46e8-a1fe-30a8b34405f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-79c740a3-6013-46e8-a1fe-30a8b34405f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-79c740a3-6013-46e8-a1fe-30a8b34405f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79c740a3-6013-46e8-a1fe-30a8b34405f4.shogun-image {
  box-sizing: border-box;
}



.s-79c740a3-6013-46e8-a1fe-30a8b34405f4 img.shogun-image {
  
}


}
#s-80fa100f-aa7c-433f-b460-753061c8faf7 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-80fa100f-aa7c-433f-b460-753061c8faf7 .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-ba89ad24-e6fb-4491-9516-29a26d31786d {
  margin-left: auto;
margin-right: auto;
}

#s-9939b49a-eb86-4ad5-aae8-83a15b8720ab {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
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 (max-width: 767px){#s-9939b49a-eb86-4ad5-aae8-83a15b8720ab {
  margin-top: 10px;
}
}







#s-9939b49a-eb86-4ad5-aae8-83a15b8720ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9939b49a-eb86-4ad5-aae8-83a15b8720ab.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c {
  margin: 0 !important;
  overflow: visible;
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c img.shogun-image {
  /* Add background color handling */
  
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shogun-image {
  box-sizing: border-box;
}



.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c img.shogun-image {
  
}


@media (min-width: 1200px){#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c {
  margin: 0 !important;
  overflow: visible;
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c img.shogun-image {
  /* Add background color handling */
  
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shogun-image {
  box-sizing: border-box;
}



.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c {
  margin: 0 !important;
  overflow: visible;
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c img.shogun-image {
  /* Add background color handling */
  
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shogun-image {
  box-sizing: border-box;
}



.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c {
  margin: 0 !important;
  overflow: visible;
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c img.shogun-image {
  /* Add background color handling */
  
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shogun-image {
  box-sizing: border-box;
}



.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c img.shogun-image {
  
}


}@media (max-width: 767px){#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c {
  margin: 0 !important;
  overflow: visible;
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c img.shogun-image {
  /* Add background color handling */
  
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c.shogun-image {
  box-sizing: border-box;
}



.s-c4b439e1-1770-43f4-a66a-fa2c05e97b3c img.shogun-image {
  
}


}
#s-07281af4-93c1-4b54-ad14-56867b40325e {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-07281af4-93c1-4b54-ad14-56867b40325e .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-4653e651-50d4-4f30-9204-361dbc391144 {
  margin-left: auto;
margin-right: auto;
}

#s-f7e4214a-6b64-4436-b007-1101d81d30d2 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
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 (max-width: 767px){#s-f7e4214a-6b64-4436-b007-1101d81d30d2 {
  margin-top: 10px;
}
}







#s-f7e4214a-6b64-4436-b007-1101d81d30d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f7e4214a-6b64-4436-b007-1101d81d30d2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4ce4cabe-f42e-4157-a1d4-023267175bd0 {
  margin-left: auto;
margin-right: auto;
max-width: 1440px;
text-align: center;
}

#s-4ce4cabe-f42e-4157-a1d4-023267175bd0 {
  margin: 0 !important;
  overflow: visible;
}

#s-4ce4cabe-f42e-4157-a1d4-023267175bd0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4ce4cabe-f42e-4157-a1d4-023267175bd0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4ce4cabe-f42e-4157-a1d4-023267175bd0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4ce4cabe-f42e-4157-a1d4-023267175bd0 img.shogun-image {
  /* Add background color handling */
  
}

#s-4ce4cabe-f42e-4157-a1d4-023267175bd0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4ce4cabe-f42e-4157-a1d4-023267175bd0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4ce4cabe-f42e-4157-a1d4-023267175bd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ce4cabe-f42e-4157-a1d4-023267175bd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ce4cabe-f42e-4157-a1d4-023267175bd0.shogun-image {
  box-sizing: border-box;
}



.s-4ce4cabe-f42e-4157-a1d4-023267175bd0 img.shogun-image {
  
}


@media (min-width: 1200px){#s-4ce4cabe-f42e-4157-a1d4-023267175bd0 {
  margin: 0 !important;
  overflow: visible;
}

#s-4ce4cabe-f42e-4157-a1d4-023267175bd0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4ce4cabe-f42e-4157-a1d4-023267175bd0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4ce4cabe-f42e-4157-a1d4-023267175bd0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4ce4cabe-f42e-4157-a1d4-023267175bd0 img.shogun-image {
  /* Add background color handling */
  
}

#s-4ce4cabe-f42e-4157-a1d4-023267175bd0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4ce4cabe-f42e-4157-a1d4-023267175bd0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4ce4cabe-f42e-4157-a1d4-023267175bd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ce4cabe-f42e-4157-a1d4-023267175bd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ce4cabe-f42e-4157-a1d4-023267175bd0.shogun-image {
  box-sizing: border-box;
}



.s-4ce4cabe-f42e-4157-a1d4-023267175bd0 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4ce4cabe-f42e-4157-a1d4-023267175bd0 {
  margin: 0 !important;
  overflow: visible;
}

#s-4ce4cabe-f42e-4157-a1d4-023267175bd0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4ce4cabe-f42e-4157-a1d4-023267175bd0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4ce4cabe-f42e-4157-a1d4-023267175bd0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4ce4cabe-f42e-4157-a1d4-023267175bd0 img.shogun-image {
  /* Add background color handling */
  
}

#s-4ce4cabe-f42e-4157-a1d4-023267175bd0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4ce4cabe-f42e-4157-a1d4-023267175bd0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4ce4cabe-f42e-4157-a1d4-023267175bd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ce4cabe-f42e-4157-a1d4-023267175bd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ce4cabe-f42e-4157-a1d4-023267175bd0.shogun-image {
  box-sizing: border-box;
}



.s-4ce4cabe-f42e-4157-a1d4-023267175bd0 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-4ce4cabe-f42e-4157-a1d4-023267175bd0 {
  margin: 0 !important;
  overflow: visible;
}

#s-4ce4cabe-f42e-4157-a1d4-023267175bd0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4ce4cabe-f42e-4157-a1d4-023267175bd0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4ce4cabe-f42e-4157-a1d4-023267175bd0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4ce4cabe-f42e-4157-a1d4-023267175bd0 img.shogun-image {
  /* Add background color handling */
  
}

#s-4ce4cabe-f42e-4157-a1d4-023267175bd0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4ce4cabe-f42e-4157-a1d4-023267175bd0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4ce4cabe-f42e-4157-a1d4-023267175bd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ce4cabe-f42e-4157-a1d4-023267175bd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ce4cabe-f42e-4157-a1d4-023267175bd0.shogun-image {
  box-sizing: border-box;
}



.s-4ce4cabe-f42e-4157-a1d4-023267175bd0 img.shogun-image {
  
}


}@media (max-width: 767px){#s-4ce4cabe-f42e-4157-a1d4-023267175bd0 {
  margin: 0 !important;
  overflow: visible;
}

#s-4ce4cabe-f42e-4157-a1d4-023267175bd0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4ce4cabe-f42e-4157-a1d4-023267175bd0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4ce4cabe-f42e-4157-a1d4-023267175bd0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4ce4cabe-f42e-4157-a1d4-023267175bd0 img.shogun-image {
  /* Add background color handling */
  
}

#s-4ce4cabe-f42e-4157-a1d4-023267175bd0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4ce4cabe-f42e-4157-a1d4-023267175bd0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4ce4cabe-f42e-4157-a1d4-023267175bd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ce4cabe-f42e-4157-a1d4-023267175bd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ce4cabe-f42e-4157-a1d4-023267175bd0.shogun-image {
  box-sizing: border-box;
}



.s-4ce4cabe-f42e-4157-a1d4-023267175bd0 img.shogun-image {
  
}


}
#s-6fe7a86d-92c2-443c-953e-1183982e81b9 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6fe7a86d-92c2-443c-953e-1183982e81b9 .shogun-heading-component h5 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-d99ce7ec-c800-426c-9b29-9f90f300fd63 {
  margin-left: auto;
margin-right: auto;
}

#s-b886e65a-f14e-467d-9f3b-d80aaa4c67d1 {
  margin-top: 50px;
margin-left: 10%;
margin-right: 10%;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-b886e65a-f14e-467d-9f3b-d80aaa4c67d1 {
  margin-left: 2%;
margin-right: 2%;
padding-left: 3%;
padding-right: 3%;
}
}@media (max-width: 767px){#s-b886e65a-f14e-467d-9f3b-d80aaa4c67d1 {
  margin-top: 50px;
margin-left: 2%;
margin-right: 2%;
}
}







#s-b886e65a-f14e-467d-9f3b-d80aaa4c67d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b886e65a-f14e-467d-9f3b-d80aaa4c67d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d99f92f0-94b3-47e6-a3a2-6f20e307c5e4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d99f92f0-94b3-47e6-a3a2-6f20e307c5e4 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-d99f92f0-94b3-47e6-a3a2-6f20e307c5e4 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d99f92f0-94b3-47e6-a3a2-6f20e307c5e4 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}@media (max-width: 767px){#s-d99f92f0-94b3-47e6-a3a2-6f20e307c5e4 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-02e5bd84-c2ff-4e79-846e-8751ee354d04 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-02e5bd84-c2ff-4e79-846e-8751ee354d04 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-02e5bd84-c2ff-4e79-846e-8751ee354d04 {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-02e5bd84-c2ff-4e79-846e-8751ee354d04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-02e5bd84-c2ff-4e79-846e-8751ee354d04.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cc57dae8-f22b-41db-8094-b13961f3b562 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-cc57dae8-f22b-41db-8094-b13961f3b562"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-cc57dae8-f22b-41db-8094-b13961f3b562"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-cc57dae8-f22b-41db-8094-b13961f3b562"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-cc57dae8-f22b-41db-8094-b13961f3b562"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-d53ce887-9fa0-4fae-adb3-64355566cffe {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (max-width: 767px){#s-d53ce887-9fa0-4fae-adb3-64355566cffe {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
}







#s-d53ce887-9fa0-4fae-adb3-64355566cffe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d53ce887-9fa0-4fae-adb3-64355566cffe.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a4f10b05-1989-4ac2-91ae-5275dc5c1b36 {
  max-width: 2048px;
text-align: center;
}

#s-a4f10b05-1989-4ac2-91ae-5275dc5c1b36 {
  margin: 0 !important;
  overflow: visible;
}

#s-a4f10b05-1989-4ac2-91ae-5275dc5c1b36-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a4f10b05-1989-4ac2-91ae-5275dc5c1b36 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a4f10b05-1989-4ac2-91ae-5275dc5c1b36 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a4f10b05-1989-4ac2-91ae-5275dc5c1b36 img.shogun-image {
  /* Add background color handling */
  
}

#s-a4f10b05-1989-4ac2-91ae-5275dc5c1b36 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;

}






.s-a4f10b05-1989-4ac2-91ae-5275dc5c1b36 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a4f10b05-1989-4ac2-91ae-5275dc5c1b36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4f10b05-1989-4ac2-91ae-5275dc5c1b36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4f10b05-1989-4ac2-91ae-5275dc5c1b36.shogun-image {
  box-sizing: border-box;
}



.s-a4f10b05-1989-4ac2-91ae-5275dc5c1b36 img.shogun-image {
  
}


@media (min-width: 1200px){#s-a4f10b05-1989-4ac2-91ae-5275dc5c1b36 {
  margin: 0 !important;
  overflow: visible;
}

#s-a4f10b05-1989-4ac2-91ae-5275dc5c1b36-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a4f10b05-1989-4ac2-91ae-5275dc5c1b36 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a4f10b05-1989-4ac2-91ae-5275dc5c1b36 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a4f10b05-1989-4ac2-91ae-5275dc5c1b36 img.shogun-image {
  /* Add background color handling */
  
}

#s-a4f10b05-1989-4ac2-91ae-5275dc5c1b36 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a4f10b05-1989-4ac2-91ae-5275dc5c1b36 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a4f10b05-1989-4ac2-91ae-5275dc5c1b36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4f10b05-1989-4ac2-91ae-5275dc5c1b36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4f10b05-1989-4ac2-91ae-5275dc5c1b36.shogun-image {
  box-sizing: border-box;
}



.s-a4f10b05-1989-4ac2-91ae-5275dc5c1b36 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a4f10b05-1989-4ac2-91ae-5275dc5c1b36 {
  margin: 0 !important;
  overflow: visible;
}

#s-a4f10b05-1989-4ac2-91ae-5275dc5c1b36-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a4f10b05-1989-4ac2-91ae-5275dc5c1b36 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a4f10b05-1989-4ac2-91ae-5275dc5c1b36 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a4f10b05-1989-4ac2-91ae-5275dc5c1b36 img.shogun-image {
  /* Add background color handling */
  
}

#s-a4f10b05-1989-4ac2-91ae-5275dc5c1b36 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a4f10b05-1989-4ac2-91ae-5275dc5c1b36 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a4f10b05-1989-4ac2-91ae-5275dc5c1b36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4f10b05-1989-4ac2-91ae-5275dc5c1b36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4f10b05-1989-4ac2-91ae-5275dc5c1b36.shogun-image {
  box-sizing: border-box;
}



.s-a4f10b05-1989-4ac2-91ae-5275dc5c1b36 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a4f10b05-1989-4ac2-91ae-5275dc5c1b36 {
  margin: 0 !important;
  overflow: visible;
}

#s-a4f10b05-1989-4ac2-91ae-5275dc5c1b36-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a4f10b05-1989-4ac2-91ae-5275dc5c1b36 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a4f10b05-1989-4ac2-91ae-5275dc5c1b36 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a4f10b05-1989-4ac2-91ae-5275dc5c1b36 img.shogun-image {
  /* Add background color handling */
  
}

#s-a4f10b05-1989-4ac2-91ae-5275dc5c1b36 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a4f10b05-1989-4ac2-91ae-5275dc5c1b36 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a4f10b05-1989-4ac2-91ae-5275dc5c1b36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4f10b05-1989-4ac2-91ae-5275dc5c1b36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4f10b05-1989-4ac2-91ae-5275dc5c1b36.shogun-image {
  box-sizing: border-box;
}



.s-a4f10b05-1989-4ac2-91ae-5275dc5c1b36 img.shogun-image {
  
}


}@media (max-width: 767px){#s-a4f10b05-1989-4ac2-91ae-5275dc5c1b36 {
  margin: 0 !important;
  overflow: visible;
}

#s-a4f10b05-1989-4ac2-91ae-5275dc5c1b36-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a4f10b05-1989-4ac2-91ae-5275dc5c1b36 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a4f10b05-1989-4ac2-91ae-5275dc5c1b36 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a4f10b05-1989-4ac2-91ae-5275dc5c1b36 img.shogun-image {
  /* Add background color handling */
  
}

#s-a4f10b05-1989-4ac2-91ae-5275dc5c1b36 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a4f10b05-1989-4ac2-91ae-5275dc5c1b36 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a4f10b05-1989-4ac2-91ae-5275dc5c1b36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4f10b05-1989-4ac2-91ae-5275dc5c1b36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4f10b05-1989-4ac2-91ae-5275dc5c1b36.shogun-image {
  box-sizing: border-box;
}



.s-a4f10b05-1989-4ac2-91ae-5275dc5c1b36 img.shogun-image {
  
}


}
#s-c9b1ef43-2db2-4b20-8baf-a0087e477c0d {
  margin-left: auto;
margin-right: auto;
padding-top: 6%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-c9b1ef43-2db2-4b20-8baf-a0087e477c0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c9b1ef43-2db2-4b20-8baf-a0087e477c0d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6d8b6ee7-799a-4233-86e3-951105b33c49 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-6d8b6ee7-799a-4233-86e3-951105b33c49 .shogun-heading-component h3 {
  color: rgb(255, 255, 255);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.4em;
  
  
}



.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-56c22904-662c-49c9-8769-5ef0ca9fad68 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-56c22904-662c-49c9-8769-5ef0ca9fad68 .shg-proportional-font-size,
#s-56c22904-662c-49c9-8769-5ef0ca9fad68 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-1b09a95b-fdf3-4367-8cfb-f6d733a97960 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (max-width: 767px){#s-1b09a95b-fdf3-4367-8cfb-f6d733a97960 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
}







#s-1b09a95b-fdf3-4367-8cfb-f6d733a97960 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1b09a95b-fdf3-4367-8cfb-f6d733a97960.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-557891db-65fa-46fb-93c7-b32e59a5525d {
  max-width: 1638px;
text-align: center;
}

#s-557891db-65fa-46fb-93c7-b32e59a5525d {
  margin: 0 !important;
  overflow: visible;
}

#s-557891db-65fa-46fb-93c7-b32e59a5525d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-557891db-65fa-46fb-93c7-b32e59a5525d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-557891db-65fa-46fb-93c7-b32e59a5525d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-557891db-65fa-46fb-93c7-b32e59a5525d img.shogun-image {
  /* Add background color handling */
  
}

#s-557891db-65fa-46fb-93c7-b32e59a5525d 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;

}






.s-557891db-65fa-46fb-93c7-b32e59a5525d .shogun-image-content {
  
    justify-content: center;
  
}

.s-557891db-65fa-46fb-93c7-b32e59a5525d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-557891db-65fa-46fb-93c7-b32e59a5525d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-557891db-65fa-46fb-93c7-b32e59a5525d.shogun-image {
  box-sizing: border-box;
}



.s-557891db-65fa-46fb-93c7-b32e59a5525d img.shogun-image {
  
}


@media (min-width: 1200px){#s-557891db-65fa-46fb-93c7-b32e59a5525d {
  margin: 0 !important;
  overflow: visible;
}

#s-557891db-65fa-46fb-93c7-b32e59a5525d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-557891db-65fa-46fb-93c7-b32e59a5525d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-557891db-65fa-46fb-93c7-b32e59a5525d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-557891db-65fa-46fb-93c7-b32e59a5525d img.shogun-image {
  /* Add background color handling */
  
}

#s-557891db-65fa-46fb-93c7-b32e59a5525d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-557891db-65fa-46fb-93c7-b32e59a5525d .shogun-image-content {
  
    justify-content: center;
  
}

.s-557891db-65fa-46fb-93c7-b32e59a5525d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-557891db-65fa-46fb-93c7-b32e59a5525d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-557891db-65fa-46fb-93c7-b32e59a5525d.shogun-image {
  box-sizing: border-box;
}



.s-557891db-65fa-46fb-93c7-b32e59a5525d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-557891db-65fa-46fb-93c7-b32e59a5525d {
  margin: 0 !important;
  overflow: visible;
}

#s-557891db-65fa-46fb-93c7-b32e59a5525d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-557891db-65fa-46fb-93c7-b32e59a5525d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-557891db-65fa-46fb-93c7-b32e59a5525d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-557891db-65fa-46fb-93c7-b32e59a5525d img.shogun-image {
  /* Add background color handling */
  
}

#s-557891db-65fa-46fb-93c7-b32e59a5525d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-557891db-65fa-46fb-93c7-b32e59a5525d .shogun-image-content {
  
    justify-content: center;
  
}

.s-557891db-65fa-46fb-93c7-b32e59a5525d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-557891db-65fa-46fb-93c7-b32e59a5525d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-557891db-65fa-46fb-93c7-b32e59a5525d.shogun-image {
  box-sizing: border-box;
}



.s-557891db-65fa-46fb-93c7-b32e59a5525d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-557891db-65fa-46fb-93c7-b32e59a5525d {
  margin: 0 !important;
  overflow: visible;
}

#s-557891db-65fa-46fb-93c7-b32e59a5525d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-557891db-65fa-46fb-93c7-b32e59a5525d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-557891db-65fa-46fb-93c7-b32e59a5525d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-557891db-65fa-46fb-93c7-b32e59a5525d img.shogun-image {
  /* Add background color handling */
  
}

#s-557891db-65fa-46fb-93c7-b32e59a5525d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-557891db-65fa-46fb-93c7-b32e59a5525d .shogun-image-content {
  
    justify-content: center;
  
}

.s-557891db-65fa-46fb-93c7-b32e59a5525d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-557891db-65fa-46fb-93c7-b32e59a5525d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-557891db-65fa-46fb-93c7-b32e59a5525d.shogun-image {
  box-sizing: border-box;
}



.s-557891db-65fa-46fb-93c7-b32e59a5525d img.shogun-image {
  
}


}@media (max-width: 767px){#s-557891db-65fa-46fb-93c7-b32e59a5525d {
  margin: 0 !important;
  overflow: visible;
}

#s-557891db-65fa-46fb-93c7-b32e59a5525d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-557891db-65fa-46fb-93c7-b32e59a5525d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-557891db-65fa-46fb-93c7-b32e59a5525d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-557891db-65fa-46fb-93c7-b32e59a5525d img.shogun-image {
  /* Add background color handling */
  
}

#s-557891db-65fa-46fb-93c7-b32e59a5525d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-557891db-65fa-46fb-93c7-b32e59a5525d .shogun-image-content {
  
    justify-content: center;
  
}

.s-557891db-65fa-46fb-93c7-b32e59a5525d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-557891db-65fa-46fb-93c7-b32e59a5525d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-557891db-65fa-46fb-93c7-b32e59a5525d.shogun-image {
  box-sizing: border-box;
}



.s-557891db-65fa-46fb-93c7-b32e59a5525d img.shogun-image {
  
}


}
#s-1b9bb0e9-5516-4bb8-9da3-920c9173818c {
  margin-left: auto;
margin-right: auto;
padding-top: 6%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-1b9bb0e9-5516-4bb8-9da3-920c9173818c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1b9bb0e9-5516-4bb8-9da3-920c9173818c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1dada973-74d1-4a90-878f-dde09c54b8de {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-1dada973-74d1-4a90-878f-dde09c54b8de .shogun-heading-component h3 {
  color: rgb(255, 255, 255);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.4em;
  
  
}



#s-cb06caa0-fb75-491c-9d6a-94915bff9f6d {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-cb06caa0-fb75-491c-9d6a-94915bff9f6d .shg-proportional-font-size,
#s-cb06caa0-fb75-491c-9d6a-94915bff9f6d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c3ad4d7b-2a7f-48f1-a406-8684657c9150 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (max-width: 767px){#s-c3ad4d7b-2a7f-48f1-a406-8684657c9150 {
  margin-top: 10px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
}







#s-c3ad4d7b-2a7f-48f1-a406-8684657c9150 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c3ad4d7b-2a7f-48f1-a406-8684657c9150.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2afd8bc2-8acb-44d5-b3b9-50867564cca7 {
  max-width: 1587px;
text-align: center;
}

#s-2afd8bc2-8acb-44d5-b3b9-50867564cca7 {
  margin: 0 !important;
  overflow: visible;
}

#s-2afd8bc2-8acb-44d5-b3b9-50867564cca7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2afd8bc2-8acb-44d5-b3b9-50867564cca7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2afd8bc2-8acb-44d5-b3b9-50867564cca7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2afd8bc2-8acb-44d5-b3b9-50867564cca7 img.shogun-image {
  /* Add background color handling */
  
}

#s-2afd8bc2-8acb-44d5-b3b9-50867564cca7 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;

}






.s-2afd8bc2-8acb-44d5-b3b9-50867564cca7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2afd8bc2-8acb-44d5-b3b9-50867564cca7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2afd8bc2-8acb-44d5-b3b9-50867564cca7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2afd8bc2-8acb-44d5-b3b9-50867564cca7.shogun-image {
  box-sizing: border-box;
}



.s-2afd8bc2-8acb-44d5-b3b9-50867564cca7 img.shogun-image {
  
}


@media (min-width: 1200px){#s-2afd8bc2-8acb-44d5-b3b9-50867564cca7 {
  margin: 0 !important;
  overflow: visible;
}

#s-2afd8bc2-8acb-44d5-b3b9-50867564cca7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2afd8bc2-8acb-44d5-b3b9-50867564cca7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2afd8bc2-8acb-44d5-b3b9-50867564cca7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2afd8bc2-8acb-44d5-b3b9-50867564cca7 img.shogun-image {
  /* Add background color handling */
  
}

#s-2afd8bc2-8acb-44d5-b3b9-50867564cca7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2afd8bc2-8acb-44d5-b3b9-50867564cca7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2afd8bc2-8acb-44d5-b3b9-50867564cca7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2afd8bc2-8acb-44d5-b3b9-50867564cca7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2afd8bc2-8acb-44d5-b3b9-50867564cca7.shogun-image {
  box-sizing: border-box;
}



.s-2afd8bc2-8acb-44d5-b3b9-50867564cca7 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2afd8bc2-8acb-44d5-b3b9-50867564cca7 {
  margin: 0 !important;
  overflow: visible;
}

#s-2afd8bc2-8acb-44d5-b3b9-50867564cca7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2afd8bc2-8acb-44d5-b3b9-50867564cca7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2afd8bc2-8acb-44d5-b3b9-50867564cca7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2afd8bc2-8acb-44d5-b3b9-50867564cca7 img.shogun-image {
  /* Add background color handling */
  
}

#s-2afd8bc2-8acb-44d5-b3b9-50867564cca7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2afd8bc2-8acb-44d5-b3b9-50867564cca7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2afd8bc2-8acb-44d5-b3b9-50867564cca7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2afd8bc2-8acb-44d5-b3b9-50867564cca7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2afd8bc2-8acb-44d5-b3b9-50867564cca7.shogun-image {
  box-sizing: border-box;
}



.s-2afd8bc2-8acb-44d5-b3b9-50867564cca7 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-2afd8bc2-8acb-44d5-b3b9-50867564cca7 {
  margin: 0 !important;
  overflow: visible;
}

#s-2afd8bc2-8acb-44d5-b3b9-50867564cca7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2afd8bc2-8acb-44d5-b3b9-50867564cca7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2afd8bc2-8acb-44d5-b3b9-50867564cca7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2afd8bc2-8acb-44d5-b3b9-50867564cca7 img.shogun-image {
  /* Add background color handling */
  
}

#s-2afd8bc2-8acb-44d5-b3b9-50867564cca7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2afd8bc2-8acb-44d5-b3b9-50867564cca7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2afd8bc2-8acb-44d5-b3b9-50867564cca7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2afd8bc2-8acb-44d5-b3b9-50867564cca7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2afd8bc2-8acb-44d5-b3b9-50867564cca7.shogun-image {
  box-sizing: border-box;
}



.s-2afd8bc2-8acb-44d5-b3b9-50867564cca7 img.shogun-image {
  
}


}@media (max-width: 767px){#s-2afd8bc2-8acb-44d5-b3b9-50867564cca7 {
  margin: 0 !important;
  overflow: visible;
}

#s-2afd8bc2-8acb-44d5-b3b9-50867564cca7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2afd8bc2-8acb-44d5-b3b9-50867564cca7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2afd8bc2-8acb-44d5-b3b9-50867564cca7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2afd8bc2-8acb-44d5-b3b9-50867564cca7 img.shogun-image {
  /* Add background color handling */
  
}

#s-2afd8bc2-8acb-44d5-b3b9-50867564cca7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2afd8bc2-8acb-44d5-b3b9-50867564cca7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2afd8bc2-8acb-44d5-b3b9-50867564cca7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2afd8bc2-8acb-44d5-b3b9-50867564cca7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2afd8bc2-8acb-44d5-b3b9-50867564cca7.shogun-image {
  box-sizing: border-box;
}



.s-2afd8bc2-8acb-44d5-b3b9-50867564cca7 img.shogun-image {
  
}


}
#s-d1429628-4982-4ce2-a91b-55039fcdbd44 {
  margin-left: auto;
margin-right: auto;
padding-top: 6%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-d1429628-4982-4ce2-a91b-55039fcdbd44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d1429628-4982-4ce2-a91b-55039fcdbd44.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-97a27da4-62fa-4315-b615-beecd0a73519 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-97a27da4-62fa-4315-b615-beecd0a73519 .shogun-heading-component h3 {
  color: rgb(255, 255, 255);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.4em;
  
  
}



#s-cfc69f53-e195-4b62-b483-a0aa47db0e51 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-cfc69f53-e195-4b62-b483-a0aa47db0e51 .shg-proportional-font-size,
#s-cfc69f53-e195-4b62-b483-a0aa47db0e51 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c1256954-eef2-41fd-8e2b-ac66a86ac097 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (max-width: 767px){#s-c1256954-eef2-41fd-8e2b-ac66a86ac097 {
  margin-top: 10px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
}







#s-c1256954-eef2-41fd-8e2b-ac66a86ac097 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c1256954-eef2-41fd-8e2b-ac66a86ac097.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ea57fea3-9b1f-49bc-a489-4cebb8dc3522 {
  max-width: 3000px;
text-align: center;
}

#s-ea57fea3-9b1f-49bc-a489-4cebb8dc3522 {
  margin: 0 !important;
  overflow: visible;
}

#s-ea57fea3-9b1f-49bc-a489-4cebb8dc3522-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ea57fea3-9b1f-49bc-a489-4cebb8dc3522 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ea57fea3-9b1f-49bc-a489-4cebb8dc3522 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea57fea3-9b1f-49bc-a489-4cebb8dc3522 img.shogun-image {
  /* Add background color handling */
  
}

#s-ea57fea3-9b1f-49bc-a489-4cebb8dc3522 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;

}






.s-ea57fea3-9b1f-49bc-a489-4cebb8dc3522 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea57fea3-9b1f-49bc-a489-4cebb8dc3522.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea57fea3-9b1f-49bc-a489-4cebb8dc3522.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea57fea3-9b1f-49bc-a489-4cebb8dc3522.shogun-image {
  box-sizing: border-box;
}



.s-ea57fea3-9b1f-49bc-a489-4cebb8dc3522 img.shogun-image {
  
}


@media (min-width: 1200px){#s-ea57fea3-9b1f-49bc-a489-4cebb8dc3522 {
  margin: 0 !important;
  overflow: visible;
}

#s-ea57fea3-9b1f-49bc-a489-4cebb8dc3522-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ea57fea3-9b1f-49bc-a489-4cebb8dc3522 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ea57fea3-9b1f-49bc-a489-4cebb8dc3522 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea57fea3-9b1f-49bc-a489-4cebb8dc3522 img.shogun-image {
  /* Add background color handling */
  
}

#s-ea57fea3-9b1f-49bc-a489-4cebb8dc3522 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ea57fea3-9b1f-49bc-a489-4cebb8dc3522 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea57fea3-9b1f-49bc-a489-4cebb8dc3522.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea57fea3-9b1f-49bc-a489-4cebb8dc3522.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea57fea3-9b1f-49bc-a489-4cebb8dc3522.shogun-image {
  box-sizing: border-box;
}



.s-ea57fea3-9b1f-49bc-a489-4cebb8dc3522 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ea57fea3-9b1f-49bc-a489-4cebb8dc3522 {
  margin: 0 !important;
  overflow: visible;
}

#s-ea57fea3-9b1f-49bc-a489-4cebb8dc3522-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ea57fea3-9b1f-49bc-a489-4cebb8dc3522 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ea57fea3-9b1f-49bc-a489-4cebb8dc3522 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea57fea3-9b1f-49bc-a489-4cebb8dc3522 img.shogun-image {
  /* Add background color handling */
  
}

#s-ea57fea3-9b1f-49bc-a489-4cebb8dc3522 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ea57fea3-9b1f-49bc-a489-4cebb8dc3522 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea57fea3-9b1f-49bc-a489-4cebb8dc3522.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea57fea3-9b1f-49bc-a489-4cebb8dc3522.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea57fea3-9b1f-49bc-a489-4cebb8dc3522.shogun-image {
  box-sizing: border-box;
}



.s-ea57fea3-9b1f-49bc-a489-4cebb8dc3522 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ea57fea3-9b1f-49bc-a489-4cebb8dc3522 {
  margin: 0 !important;
  overflow: visible;
}

#s-ea57fea3-9b1f-49bc-a489-4cebb8dc3522-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ea57fea3-9b1f-49bc-a489-4cebb8dc3522 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ea57fea3-9b1f-49bc-a489-4cebb8dc3522 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea57fea3-9b1f-49bc-a489-4cebb8dc3522 img.shogun-image {
  /* Add background color handling */
  
}

#s-ea57fea3-9b1f-49bc-a489-4cebb8dc3522 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ea57fea3-9b1f-49bc-a489-4cebb8dc3522 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea57fea3-9b1f-49bc-a489-4cebb8dc3522.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea57fea3-9b1f-49bc-a489-4cebb8dc3522.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea57fea3-9b1f-49bc-a489-4cebb8dc3522.shogun-image {
  box-sizing: border-box;
}



.s-ea57fea3-9b1f-49bc-a489-4cebb8dc3522 img.shogun-image {
  
}


}@media (max-width: 767px){#s-ea57fea3-9b1f-49bc-a489-4cebb8dc3522 {
  margin: 0 !important;
  overflow: visible;
}

#s-ea57fea3-9b1f-49bc-a489-4cebb8dc3522-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ea57fea3-9b1f-49bc-a489-4cebb8dc3522 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ea57fea3-9b1f-49bc-a489-4cebb8dc3522 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea57fea3-9b1f-49bc-a489-4cebb8dc3522 img.shogun-image {
  /* Add background color handling */
  
}

#s-ea57fea3-9b1f-49bc-a489-4cebb8dc3522 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ea57fea3-9b1f-49bc-a489-4cebb8dc3522 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea57fea3-9b1f-49bc-a489-4cebb8dc3522.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea57fea3-9b1f-49bc-a489-4cebb8dc3522.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea57fea3-9b1f-49bc-a489-4cebb8dc3522.shogun-image {
  box-sizing: border-box;
}



.s-ea57fea3-9b1f-49bc-a489-4cebb8dc3522 img.shogun-image {
  
}


}
#s-042fd55c-da72-4b3f-a8eb-d8a9e94cd39b {
  margin-left: auto;
margin-right: auto;
padding-top: 6%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-042fd55c-da72-4b3f-a8eb-d8a9e94cd39b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-042fd55c-da72-4b3f-a8eb-d8a9e94cd39b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e2e3c057-7ec3-453d-b8c6-6204d808c35b {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-e2e3c057-7ec3-453d-b8c6-6204d808c35b .shogun-heading-component h3 {
  color: rgb(255, 255, 255);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.4em;
  
  
}



#s-23d17f68-507c-46c9-8a33-f8223328512d {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-23d17f68-507c-46c9-8a33-f8223328512d .shg-proportional-font-size,
#s-23d17f68-507c-46c9-8a33-f8223328512d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-57d1d7bf-294f-4a01-a39a-3e99d439e54f {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-57d1d7bf-294f-4a01-a39a-3e99d439e54f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-57d1d7bf-294f-4a01-a39a-3e99d439e54f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-57d1d7bf-294f-4a01-a39a-3e99d439e54f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-57d1d7bf-294f-4a01-a39a-3e99d439e54f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-83308152-03c2-4e69-ae7e-05a75de89f84 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (max-width: 767px){#s-83308152-03c2-4e69-ae7e-05a75de89f84 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
}







#s-83308152-03c2-4e69-ae7e-05a75de89f84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-83308152-03c2-4e69-ae7e-05a75de89f84.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d5cd9a57-c628-4fc9-9888-c3d40c2ecd89 {
  max-width: 2048px;
text-align: center;
}

#s-d5cd9a57-c628-4fc9-9888-c3d40c2ecd89 {
  margin: 0 !important;
  overflow: visible;
}

#s-d5cd9a57-c628-4fc9-9888-c3d40c2ecd89-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5cd9a57-c628-4fc9-9888-c3d40c2ecd89 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5cd9a57-c628-4fc9-9888-c3d40c2ecd89 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5cd9a57-c628-4fc9-9888-c3d40c2ecd89 img.shogun-image {
  /* Add background color handling */
  
}

#s-d5cd9a57-c628-4fc9-9888-c3d40c2ecd89 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;

}






.s-d5cd9a57-c628-4fc9-9888-c3d40c2ecd89 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5cd9a57-c628-4fc9-9888-c3d40c2ecd89.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5cd9a57-c628-4fc9-9888-c3d40c2ecd89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5cd9a57-c628-4fc9-9888-c3d40c2ecd89.shogun-image {
  box-sizing: border-box;
}



.s-d5cd9a57-c628-4fc9-9888-c3d40c2ecd89 img.shogun-image {
  
}


@media (min-width: 1200px){#s-d5cd9a57-c628-4fc9-9888-c3d40c2ecd89 {
  margin: 0 !important;
  overflow: visible;
}

#s-d5cd9a57-c628-4fc9-9888-c3d40c2ecd89-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5cd9a57-c628-4fc9-9888-c3d40c2ecd89 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5cd9a57-c628-4fc9-9888-c3d40c2ecd89 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5cd9a57-c628-4fc9-9888-c3d40c2ecd89 img.shogun-image {
  /* Add background color handling */
  
}

#s-d5cd9a57-c628-4fc9-9888-c3d40c2ecd89 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d5cd9a57-c628-4fc9-9888-c3d40c2ecd89 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5cd9a57-c628-4fc9-9888-c3d40c2ecd89.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5cd9a57-c628-4fc9-9888-c3d40c2ecd89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5cd9a57-c628-4fc9-9888-c3d40c2ecd89.shogun-image {
  box-sizing: border-box;
}



.s-d5cd9a57-c628-4fc9-9888-c3d40c2ecd89 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d5cd9a57-c628-4fc9-9888-c3d40c2ecd89 {
  margin: 0 !important;
  overflow: visible;
}

#s-d5cd9a57-c628-4fc9-9888-c3d40c2ecd89-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5cd9a57-c628-4fc9-9888-c3d40c2ecd89 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5cd9a57-c628-4fc9-9888-c3d40c2ecd89 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5cd9a57-c628-4fc9-9888-c3d40c2ecd89 img.shogun-image {
  /* Add background color handling */
  
}

#s-d5cd9a57-c628-4fc9-9888-c3d40c2ecd89 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d5cd9a57-c628-4fc9-9888-c3d40c2ecd89 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5cd9a57-c628-4fc9-9888-c3d40c2ecd89.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5cd9a57-c628-4fc9-9888-c3d40c2ecd89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5cd9a57-c628-4fc9-9888-c3d40c2ecd89.shogun-image {
  box-sizing: border-box;
}



.s-d5cd9a57-c628-4fc9-9888-c3d40c2ecd89 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d5cd9a57-c628-4fc9-9888-c3d40c2ecd89 {
  margin: 0 !important;
  overflow: visible;
}

#s-d5cd9a57-c628-4fc9-9888-c3d40c2ecd89-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5cd9a57-c628-4fc9-9888-c3d40c2ecd89 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5cd9a57-c628-4fc9-9888-c3d40c2ecd89 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5cd9a57-c628-4fc9-9888-c3d40c2ecd89 img.shogun-image {
  /* Add background color handling */
  
}

#s-d5cd9a57-c628-4fc9-9888-c3d40c2ecd89 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d5cd9a57-c628-4fc9-9888-c3d40c2ecd89 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5cd9a57-c628-4fc9-9888-c3d40c2ecd89.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5cd9a57-c628-4fc9-9888-c3d40c2ecd89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5cd9a57-c628-4fc9-9888-c3d40c2ecd89.shogun-image {
  box-sizing: border-box;
}



.s-d5cd9a57-c628-4fc9-9888-c3d40c2ecd89 img.shogun-image {
  
}


}@media (max-width: 767px){#s-d5cd9a57-c628-4fc9-9888-c3d40c2ecd89 {
  margin: 0 !important;
  overflow: visible;
}

#s-d5cd9a57-c628-4fc9-9888-c3d40c2ecd89-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5cd9a57-c628-4fc9-9888-c3d40c2ecd89 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5cd9a57-c628-4fc9-9888-c3d40c2ecd89 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5cd9a57-c628-4fc9-9888-c3d40c2ecd89 img.shogun-image {
  /* Add background color handling */
  
}

#s-d5cd9a57-c628-4fc9-9888-c3d40c2ecd89 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d5cd9a57-c628-4fc9-9888-c3d40c2ecd89 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5cd9a57-c628-4fc9-9888-c3d40c2ecd89.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5cd9a57-c628-4fc9-9888-c3d40c2ecd89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5cd9a57-c628-4fc9-9888-c3d40c2ecd89.shogun-image {
  box-sizing: border-box;
}



.s-d5cd9a57-c628-4fc9-9888-c3d40c2ecd89 img.shogun-image {
  
}


}
#s-a144a317-a862-4f43-9161-e02f4ae09408 {
  margin-left: auto;
margin-right: auto;
padding-top: 6%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-a144a317-a862-4f43-9161-e02f4ae09408 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a144a317-a862-4f43-9161-e02f4ae09408.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-efb247d0-0aa8-4d13-a36c-f9d44e0218bd {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-efb247d0-0aa8-4d13-a36c-f9d44e0218bd .shogun-heading-component h3 {
  color: rgb(255, 255, 255);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.4em;
  
  
}



#s-1562c23d-3ff2-4fb9-a9f8-37c29f16b4c1 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-1562c23d-3ff2-4fb9-a9f8-37c29f16b4c1 .shg-proportional-font-size,
#s-1562c23d-3ff2-4fb9-a9f8-37c29f16b4c1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-041e2a87-f92b-4e21-8950-3c378ba81131 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (max-width: 767px){#s-041e2a87-f92b-4e21-8950-3c378ba81131 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
}







#s-041e2a87-f92b-4e21-8950-3c378ba81131 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-041e2a87-f92b-4e21-8950-3c378ba81131.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5d99e09b-528d-4a7f-9ce3-d84996df151c {
  max-width: 1645px;
text-align: center;
}

#s-5d99e09b-528d-4a7f-9ce3-d84996df151c {
  margin: 0 !important;
  overflow: visible;
}

#s-5d99e09b-528d-4a7f-9ce3-d84996df151c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5d99e09b-528d-4a7f-9ce3-d84996df151c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5d99e09b-528d-4a7f-9ce3-d84996df151c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5d99e09b-528d-4a7f-9ce3-d84996df151c img.shogun-image {
  /* Add background color handling */
  
}

#s-5d99e09b-528d-4a7f-9ce3-d84996df151c 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;

}






.s-5d99e09b-528d-4a7f-9ce3-d84996df151c .shogun-image-content {
  
    justify-content: center;
  
}

.s-5d99e09b-528d-4a7f-9ce3-d84996df151c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d99e09b-528d-4a7f-9ce3-d84996df151c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d99e09b-528d-4a7f-9ce3-d84996df151c.shogun-image {
  box-sizing: border-box;
}



.s-5d99e09b-528d-4a7f-9ce3-d84996df151c img.shogun-image {
  
}


@media (min-width: 1200px){#s-5d99e09b-528d-4a7f-9ce3-d84996df151c {
  margin: 0 !important;
  overflow: visible;
}

#s-5d99e09b-528d-4a7f-9ce3-d84996df151c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5d99e09b-528d-4a7f-9ce3-d84996df151c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5d99e09b-528d-4a7f-9ce3-d84996df151c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5d99e09b-528d-4a7f-9ce3-d84996df151c img.shogun-image {
  /* Add background color handling */
  
}

#s-5d99e09b-528d-4a7f-9ce3-d84996df151c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5d99e09b-528d-4a7f-9ce3-d84996df151c .shogun-image-content {
  
    justify-content: center;
  
}

.s-5d99e09b-528d-4a7f-9ce3-d84996df151c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d99e09b-528d-4a7f-9ce3-d84996df151c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d99e09b-528d-4a7f-9ce3-d84996df151c.shogun-image {
  box-sizing: border-box;
}



.s-5d99e09b-528d-4a7f-9ce3-d84996df151c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5d99e09b-528d-4a7f-9ce3-d84996df151c {
  margin: 0 !important;
  overflow: visible;
}

#s-5d99e09b-528d-4a7f-9ce3-d84996df151c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5d99e09b-528d-4a7f-9ce3-d84996df151c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5d99e09b-528d-4a7f-9ce3-d84996df151c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5d99e09b-528d-4a7f-9ce3-d84996df151c img.shogun-image {
  /* Add background color handling */
  
}

#s-5d99e09b-528d-4a7f-9ce3-d84996df151c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5d99e09b-528d-4a7f-9ce3-d84996df151c .shogun-image-content {
  
    justify-content: center;
  
}

.s-5d99e09b-528d-4a7f-9ce3-d84996df151c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d99e09b-528d-4a7f-9ce3-d84996df151c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d99e09b-528d-4a7f-9ce3-d84996df151c.shogun-image {
  box-sizing: border-box;
}



.s-5d99e09b-528d-4a7f-9ce3-d84996df151c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5d99e09b-528d-4a7f-9ce3-d84996df151c {
  margin: 0 !important;
  overflow: visible;
}

#s-5d99e09b-528d-4a7f-9ce3-d84996df151c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5d99e09b-528d-4a7f-9ce3-d84996df151c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5d99e09b-528d-4a7f-9ce3-d84996df151c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5d99e09b-528d-4a7f-9ce3-d84996df151c img.shogun-image {
  /* Add background color handling */
  
}

#s-5d99e09b-528d-4a7f-9ce3-d84996df151c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5d99e09b-528d-4a7f-9ce3-d84996df151c .shogun-image-content {
  
    justify-content: center;
  
}

.s-5d99e09b-528d-4a7f-9ce3-d84996df151c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d99e09b-528d-4a7f-9ce3-d84996df151c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d99e09b-528d-4a7f-9ce3-d84996df151c.shogun-image {
  box-sizing: border-box;
}



.s-5d99e09b-528d-4a7f-9ce3-d84996df151c img.shogun-image {
  
}


}@media (max-width: 767px){#s-5d99e09b-528d-4a7f-9ce3-d84996df151c {
  margin: 0 !important;
  overflow: visible;
}

#s-5d99e09b-528d-4a7f-9ce3-d84996df151c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5d99e09b-528d-4a7f-9ce3-d84996df151c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5d99e09b-528d-4a7f-9ce3-d84996df151c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5d99e09b-528d-4a7f-9ce3-d84996df151c img.shogun-image {
  /* Add background color handling */
  
}

#s-5d99e09b-528d-4a7f-9ce3-d84996df151c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5d99e09b-528d-4a7f-9ce3-d84996df151c .shogun-image-content {
  
    justify-content: center;
  
}

.s-5d99e09b-528d-4a7f-9ce3-d84996df151c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d99e09b-528d-4a7f-9ce3-d84996df151c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d99e09b-528d-4a7f-9ce3-d84996df151c.shogun-image {
  box-sizing: border-box;
}



.s-5d99e09b-528d-4a7f-9ce3-d84996df151c img.shogun-image {
  
}


}
#s-b12f2033-e632-4c9f-bd22-e892fb51cd31 {
  margin-left: auto;
margin-right: auto;
padding-top: 6%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-b12f2033-e632-4c9f-bd22-e892fb51cd31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b12f2033-e632-4c9f-bd22-e892fb51cd31.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5e87e7ac-85b3-4429-9fdb-01498b859c31 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-5e87e7ac-85b3-4429-9fdb-01498b859c31 .shogun-heading-component h3 {
  color: rgb(255, 255, 255);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.4em;
  
  
}



#s-d07d26f4-556f-4d6b-81eb-5926d9dce977 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-d07d26f4-556f-4d6b-81eb-5926d9dce977 .shg-proportional-font-size,
#s-d07d26f4-556f-4d6b-81eb-5926d9dce977 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-8eeae558-09fe-4e00-a20a-63e0800e768f {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (max-width: 767px){#s-8eeae558-09fe-4e00-a20a-63e0800e768f {
  margin-top: 10px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
}







#s-8eeae558-09fe-4e00-a20a-63e0800e768f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8eeae558-09fe-4e00-a20a-63e0800e768f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-68010f7f-eba7-4388-8406-a32d94ae91e4 {
  max-width: 1527px;
text-align: center;
}

#s-68010f7f-eba7-4388-8406-a32d94ae91e4 {
  margin: 0 !important;
  overflow: visible;
}

#s-68010f7f-eba7-4388-8406-a32d94ae91e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-68010f7f-eba7-4388-8406-a32d94ae91e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-68010f7f-eba7-4388-8406-a32d94ae91e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-68010f7f-eba7-4388-8406-a32d94ae91e4 img.shogun-image {
  /* Add background color handling */
  
}

#s-68010f7f-eba7-4388-8406-a32d94ae91e4 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;

}






.s-68010f7f-eba7-4388-8406-a32d94ae91e4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-68010f7f-eba7-4388-8406-a32d94ae91e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68010f7f-eba7-4388-8406-a32d94ae91e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68010f7f-eba7-4388-8406-a32d94ae91e4.shogun-image {
  box-sizing: border-box;
}



.s-68010f7f-eba7-4388-8406-a32d94ae91e4 img.shogun-image {
  
}


@media (min-width: 1200px){#s-68010f7f-eba7-4388-8406-a32d94ae91e4 {
  margin: 0 !important;
  overflow: visible;
}

#s-68010f7f-eba7-4388-8406-a32d94ae91e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-68010f7f-eba7-4388-8406-a32d94ae91e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-68010f7f-eba7-4388-8406-a32d94ae91e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-68010f7f-eba7-4388-8406-a32d94ae91e4 img.shogun-image {
  /* Add background color handling */
  
}

#s-68010f7f-eba7-4388-8406-a32d94ae91e4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-68010f7f-eba7-4388-8406-a32d94ae91e4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-68010f7f-eba7-4388-8406-a32d94ae91e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68010f7f-eba7-4388-8406-a32d94ae91e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68010f7f-eba7-4388-8406-a32d94ae91e4.shogun-image {
  box-sizing: border-box;
}



.s-68010f7f-eba7-4388-8406-a32d94ae91e4 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-68010f7f-eba7-4388-8406-a32d94ae91e4 {
  margin: 0 !important;
  overflow: visible;
}

#s-68010f7f-eba7-4388-8406-a32d94ae91e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-68010f7f-eba7-4388-8406-a32d94ae91e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-68010f7f-eba7-4388-8406-a32d94ae91e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-68010f7f-eba7-4388-8406-a32d94ae91e4 img.shogun-image {
  /* Add background color handling */
  
}

#s-68010f7f-eba7-4388-8406-a32d94ae91e4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-68010f7f-eba7-4388-8406-a32d94ae91e4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-68010f7f-eba7-4388-8406-a32d94ae91e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68010f7f-eba7-4388-8406-a32d94ae91e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68010f7f-eba7-4388-8406-a32d94ae91e4.shogun-image {
  box-sizing: border-box;
}



.s-68010f7f-eba7-4388-8406-a32d94ae91e4 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-68010f7f-eba7-4388-8406-a32d94ae91e4 {
  margin: 0 !important;
  overflow: visible;
}

#s-68010f7f-eba7-4388-8406-a32d94ae91e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-68010f7f-eba7-4388-8406-a32d94ae91e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-68010f7f-eba7-4388-8406-a32d94ae91e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-68010f7f-eba7-4388-8406-a32d94ae91e4 img.shogun-image {
  /* Add background color handling */
  
}

#s-68010f7f-eba7-4388-8406-a32d94ae91e4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-68010f7f-eba7-4388-8406-a32d94ae91e4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-68010f7f-eba7-4388-8406-a32d94ae91e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68010f7f-eba7-4388-8406-a32d94ae91e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68010f7f-eba7-4388-8406-a32d94ae91e4.shogun-image {
  box-sizing: border-box;
}



.s-68010f7f-eba7-4388-8406-a32d94ae91e4 img.shogun-image {
  
}


}@media (max-width: 767px){#s-68010f7f-eba7-4388-8406-a32d94ae91e4 {
  margin: 0 !important;
  overflow: visible;
}

#s-68010f7f-eba7-4388-8406-a32d94ae91e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-68010f7f-eba7-4388-8406-a32d94ae91e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-68010f7f-eba7-4388-8406-a32d94ae91e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-68010f7f-eba7-4388-8406-a32d94ae91e4 img.shogun-image {
  /* Add background color handling */
  
}

#s-68010f7f-eba7-4388-8406-a32d94ae91e4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-68010f7f-eba7-4388-8406-a32d94ae91e4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-68010f7f-eba7-4388-8406-a32d94ae91e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68010f7f-eba7-4388-8406-a32d94ae91e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68010f7f-eba7-4388-8406-a32d94ae91e4.shogun-image {
  box-sizing: border-box;
}



.s-68010f7f-eba7-4388-8406-a32d94ae91e4 img.shogun-image {
  
}


}
#s-0118907e-9c72-48cf-af85-37c40b6b6577 {
  margin-left: auto;
margin-right: auto;
padding-top: 6%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-0118907e-9c72-48cf-af85-37c40b6b6577 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0118907e-9c72-48cf-af85-37c40b6b6577.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5a5d129c-c09f-4019-b189-b2c1ffeea3fc {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-5a5d129c-c09f-4019-b189-b2c1ffeea3fc .shogun-heading-component h3 {
  color: rgb(255, 255, 255);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.4em;
  
  
}



#s-67b51b31-e96b-4f16-b62f-ffb18f82ec25 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-67b51b31-e96b-4f16-b62f-ffb18f82ec25 .shg-proportional-font-size,
#s-67b51b31-e96b-4f16-b62f-ffb18f82ec25 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-7a3c88f6-67fc-4ecd-96f3-a0fe4b6c05be {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (max-width: 767px){#s-7a3c88f6-67fc-4ecd-96f3-a0fe4b6c05be {
  margin-top: 10px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
}







#s-7a3c88f6-67fc-4ecd-96f3-a0fe4b6c05be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7a3c88f6-67fc-4ecd-96f3-a0fe4b6c05be.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6db993c1-0a2a-4a48-a5cc-1285cdb2a561 {
  max-width: 2048px;
text-align: center;
}

#s-6db993c1-0a2a-4a48-a5cc-1285cdb2a561 {
  margin: 0 !important;
  overflow: visible;
}

#s-6db993c1-0a2a-4a48-a5cc-1285cdb2a561-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6db993c1-0a2a-4a48-a5cc-1285cdb2a561 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6db993c1-0a2a-4a48-a5cc-1285cdb2a561 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6db993c1-0a2a-4a48-a5cc-1285cdb2a561 img.shogun-image {
  /* Add background color handling */
  
}

#s-6db993c1-0a2a-4a48-a5cc-1285cdb2a561 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;

}






.s-6db993c1-0a2a-4a48-a5cc-1285cdb2a561 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6db993c1-0a2a-4a48-a5cc-1285cdb2a561.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6db993c1-0a2a-4a48-a5cc-1285cdb2a561.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6db993c1-0a2a-4a48-a5cc-1285cdb2a561.shogun-image {
  box-sizing: border-box;
}



.s-6db993c1-0a2a-4a48-a5cc-1285cdb2a561 img.shogun-image {
  
}


@media (min-width: 1200px){#s-6db993c1-0a2a-4a48-a5cc-1285cdb2a561 {
  margin: 0 !important;
  overflow: visible;
}

#s-6db993c1-0a2a-4a48-a5cc-1285cdb2a561-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6db993c1-0a2a-4a48-a5cc-1285cdb2a561 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6db993c1-0a2a-4a48-a5cc-1285cdb2a561 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6db993c1-0a2a-4a48-a5cc-1285cdb2a561 img.shogun-image {
  /* Add background color handling */
  
}

#s-6db993c1-0a2a-4a48-a5cc-1285cdb2a561 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6db993c1-0a2a-4a48-a5cc-1285cdb2a561 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6db993c1-0a2a-4a48-a5cc-1285cdb2a561.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6db993c1-0a2a-4a48-a5cc-1285cdb2a561.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6db993c1-0a2a-4a48-a5cc-1285cdb2a561.shogun-image {
  box-sizing: border-box;
}



.s-6db993c1-0a2a-4a48-a5cc-1285cdb2a561 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6db993c1-0a2a-4a48-a5cc-1285cdb2a561 {
  margin: 0 !important;
  overflow: visible;
}

#s-6db993c1-0a2a-4a48-a5cc-1285cdb2a561-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6db993c1-0a2a-4a48-a5cc-1285cdb2a561 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6db993c1-0a2a-4a48-a5cc-1285cdb2a561 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6db993c1-0a2a-4a48-a5cc-1285cdb2a561 img.shogun-image {
  /* Add background color handling */
  
}

#s-6db993c1-0a2a-4a48-a5cc-1285cdb2a561 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6db993c1-0a2a-4a48-a5cc-1285cdb2a561 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6db993c1-0a2a-4a48-a5cc-1285cdb2a561.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6db993c1-0a2a-4a48-a5cc-1285cdb2a561.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6db993c1-0a2a-4a48-a5cc-1285cdb2a561.shogun-image {
  box-sizing: border-box;
}



.s-6db993c1-0a2a-4a48-a5cc-1285cdb2a561 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-6db993c1-0a2a-4a48-a5cc-1285cdb2a561 {
  margin: 0 !important;
  overflow: visible;
}

#s-6db993c1-0a2a-4a48-a5cc-1285cdb2a561-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6db993c1-0a2a-4a48-a5cc-1285cdb2a561 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6db993c1-0a2a-4a48-a5cc-1285cdb2a561 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6db993c1-0a2a-4a48-a5cc-1285cdb2a561 img.shogun-image {
  /* Add background color handling */
  
}

#s-6db993c1-0a2a-4a48-a5cc-1285cdb2a561 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6db993c1-0a2a-4a48-a5cc-1285cdb2a561 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6db993c1-0a2a-4a48-a5cc-1285cdb2a561.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6db993c1-0a2a-4a48-a5cc-1285cdb2a561.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6db993c1-0a2a-4a48-a5cc-1285cdb2a561.shogun-image {
  box-sizing: border-box;
}



.s-6db993c1-0a2a-4a48-a5cc-1285cdb2a561 img.shogun-image {
  
}


}@media (max-width: 767px){#s-6db993c1-0a2a-4a48-a5cc-1285cdb2a561 {
  margin: 0 !important;
  overflow: visible;
}

#s-6db993c1-0a2a-4a48-a5cc-1285cdb2a561-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6db993c1-0a2a-4a48-a5cc-1285cdb2a561 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6db993c1-0a2a-4a48-a5cc-1285cdb2a561 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6db993c1-0a2a-4a48-a5cc-1285cdb2a561 img.shogun-image {
  /* Add background color handling */
  
}

#s-6db993c1-0a2a-4a48-a5cc-1285cdb2a561 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6db993c1-0a2a-4a48-a5cc-1285cdb2a561 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6db993c1-0a2a-4a48-a5cc-1285cdb2a561.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6db993c1-0a2a-4a48-a5cc-1285cdb2a561.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6db993c1-0a2a-4a48-a5cc-1285cdb2a561.shogun-image {
  box-sizing: border-box;
}



.s-6db993c1-0a2a-4a48-a5cc-1285cdb2a561 img.shogun-image {
  
}


}
#s-6ffa72d1-e7f7-4f82-be76-a947f7282593 {
  margin-left: auto;
margin-right: auto;
padding-top: 6%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-6ffa72d1-e7f7-4f82-be76-a947f7282593 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6ffa72d1-e7f7-4f82-be76-a947f7282593.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1f52a70f-6c3f-4fcf-b3aa-2b202fa016b0 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-1f52a70f-6c3f-4fcf-b3aa-2b202fa016b0 .shogun-heading-component h3 {
  color: rgb(255, 255, 255);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.4em;
  
  
}



#s-7eaeea10-b9f4-4d17-bb4f-1d2e742c8422 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-7eaeea10-b9f4-4d17-bb4f-1d2e742c8422 .shg-proportional-font-size,
#s-7eaeea10-b9f4-4d17-bb4f-1d2e742c8422 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2dc8cc6b-81c0-4e58-8ac8-3055385ded5f {
  margin-top: 50px;
margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2dc8cc6b-81c0-4e58-8ac8-3055385ded5f {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-2dc8cc6b-81c0-4e58-8ac8-3055385ded5f {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-2dc8cc6b-81c0-4e58-8ac8-3055385ded5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2dc8cc6b-81c0-4e58-8ac8-3055385ded5f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8a3e744b-97a4-42ac-b4a7-e643e016c722 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8a3e744b-97a4-42ac-b4a7-e643e016c722 .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-8a3e744b-97a4-42ac-b4a7-e643e016c722 .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8a3e744b-97a4-42ac-b4a7-e643e016c722 .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}@media (max-width: 767px){#s-8a3e744b-97a4-42ac-b4a7-e643e016c722 .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-e09d31b8-5316-4056-ba2e-616548e724ba {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e09d31b8-5316-4056-ba2e-616548e724ba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e09d31b8-5316-4056-ba2e-616548e724ba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-e09d31b8-5316-4056-ba2e-616548e724ba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-e09d31b8-5316-4056-ba2e-616548e724ba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

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

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

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

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

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

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

#s-f3cb8d33-e77e-4511-97fb-e7a80e0c688d {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
}

#s-f3cb8d33-e77e-4511-97fb-e7a80e0c688d .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(227, 227, 227, 1);
  border-radius: 5px;
}

#s-f3cb8d33-e77e-4511-97fb-e7a80e0c688d table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-f3cb8d33-e77e-4511-97fb-e7a80e0c688d td.shogun-table-column {
  background-color: rgba(227, 227, 227, 1);
  padding: 10px;
  text-align: inherit;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 900;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-f3cb8d33-e77e-4511-97fb-e7a80e0c688d td.shogun-table-row {
  background-color: rgb(255, 255, 255);
  padding: 10px;
}

#s-f3cb8d33-e77e-4511-97fb-e7a80e0c688d td.shogun-table-column, #s-f3cb8d33-e77e-4511-97fb-e7a80e0c688d td.shogun-table-row {
  border: 1px solid rgba(227, 227, 227, 1);
}

#s-136a2e0c-c152-4fb0-82a3-7f9ad9f8ef4a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
}
@media (max-width: 767px){#s-136a2e0c-c152-4fb0-82a3-7f9ad9f8ef4a {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-b183baa8-9a72-4522-9e14-50a4971e6635 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-b183baa8-9a72-4522-9e14-50a4971e6635 {
  margin-top: 10px;
padding-left: 0%;
}
}
#s-b183baa8-9a72-4522-9e14-50a4971e6635 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(227, 227, 227, 1);
  border-radius: 5px;
}

#s-b183baa8-9a72-4522-9e14-50a4971e6635 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-b183baa8-9a72-4522-9e14-50a4971e6635 td.shogun-table-column {
  background-color: rgba(40, 40, 40, 1);
  padding: 10px;
  text-align: inherit;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 900;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-b183baa8-9a72-4522-9e14-50a4971e6635 td.shogun-table-row {
  background-color: rgb(255, 255, 255);
  padding: 10px;
}

#s-b183baa8-9a72-4522-9e14-50a4971e6635 td.shogun-table-column, #s-b183baa8-9a72-4522-9e14-50a4971e6635 td.shogun-table-row {
  border: 1px solid rgba(227, 227, 227, 1);
}

#s-28736c08-2ede-46f5-8f75-8355a7b5d733 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
}
@media (max-width: 767px){#s-28736c08-2ede-46f5-8f75-8355a7b5d733 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-240ed85e-4c59-4ed1-a5a7-7ad18c03faac {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
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-240ed85e-4c59-4ed1-a5a7-7ad18c03faac {
  margin-top: 30px;
margin-left: 0%;
margin-right: 0%;
padding-top: 30px;
padding-bottom: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-240ed85e-4c59-4ed1-a5a7-7ad18c03faac {
  margin-top: 30px;
padding-top: 30px;
padding-bottom: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-240ed85e-4c59-4ed1-a5a7-7ad18c03faac {
  margin-top: 30px;
margin-left: 0%;
margin-right: 0%;
padding-top: 30px;
padding-bottom: 30px;
}
}@media (max-width: 767px){#s-240ed85e-4c59-4ed1-a5a7-7ad18c03faac {
  margin-top: 20px;
margin-left: 0%;
margin-right: 0%;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
}
}







#s-240ed85e-4c59-4ed1-a5a7-7ad18c03faac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-240ed85e-4c59-4ed1-a5a7-7ad18c03faac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ab5f0c41-abcc-42a3-9c8b-be9b2cbaf982 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ab5f0c41-abcc-42a3-9c8b-be9b2cbaf982 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-ab5f0c41-abcc-42a3-9c8b-be9b2cbaf982 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-21481968-c46c-4120-b4a1-68760e867dad {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-21481968-c46c-4120-b4a1-68760e867dad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-21481968-c46c-4120-b4a1-68760e867dad"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-21481968-c46c-4120-b4a1-68760e867dad"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-21481968-c46c-4120-b4a1-68760e867dad"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-897bbcb4-16da-4d17-84f9-396e45f5be4f {
  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);
}








#s-897bbcb4-16da-4d17-84f9-396e45f5be4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-897bbcb4-16da-4d17-84f9-396e45f5be4f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a6af25c1-0862-4383-a504-a6f887ef2f0a {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a6af25c1-0862-4383-a504-a6f887ef2f0a .shogun-heading-component h4 {
  color: rgba(40, 40, 40, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-a6af25c1-0862-4383-a504-a6f887ef2f0a .shogun-heading-component h4 {
  color: rgba(40, 40, 40, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-b4eca2a3-2b5f-42f8-b08c-eb6574485ae3 {
  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-b4eca2a3-2b5f-42f8-b08c-eb6574485ae3 {
  margin-top: 10px;
}
}







#s-b4eca2a3-2b5f-42f8-b08c-eb6574485ae3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b4eca2a3-2b5f-42f8-b08c-eb6574485ae3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5554c2b2-e972-41de-b158-c17871a2062c {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5554c2b2-e972-41de-b158-c17871a2062c .shogun-heading-component h4 {
  color: rgba(40, 40, 40, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-5554c2b2-e972-41de-b158-c17871a2062c .shogun-heading-component h4 {
  color: rgba(40, 40, 40, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-79843876-b0bc-4562-b4ca-b05ae7dd7894 {
  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-79843876-b0bc-4562-b4ca-b05ae7dd7894 {
  margin-top: 10px;
}
}







#s-79843876-b0bc-4562-b4ca-b05ae7dd7894 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-79843876-b0bc-4562-b4ca-b05ae7dd7894.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e569b29b-df82-4df2-83b3-00d401e6f3b4 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e569b29b-df82-4df2-83b3-00d401e6f3b4 .shogun-heading-component h4 {
  color: rgba(40, 40, 40, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-e569b29b-df82-4df2-83b3-00d401e6f3b4 .shogun-heading-component h4 {
  color: rgba(40, 40, 40, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-a640de8f-4daa-4292-9b85-ee12910fbfa9 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-a640de8f-4daa-4292-9b85-ee12910fbfa9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a640de8f-4daa-4292-9b85-ee12910fbfa9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-a640de8f-4daa-4292-9b85-ee12910fbfa9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-a640de8f-4daa-4292-9b85-ee12910fbfa9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-188b7cde-93a6-4e55-beea-a21096139e60 {
  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-188b7cde-93a6-4e55-beea-a21096139e60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-188b7cde-93a6-4e55-beea-a21096139e60.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-913863cf-b5de-4064-96ca-ecac1d5a5b50 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-0159f113-c42f-4681-849c-e036f9a57283 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
text-align: center;
}

#s-0159f113-c42f-4681-849c-e036f9a57283 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-0159f113-c42f-4681-849c-e036f9a57283 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-1ff1341c-a16b-4e7c-9294-6d59741c6983 {
  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-1ff1341c-a16b-4e7c-9294-6d59741c6983 {
  margin-top: 10px;
}
}







#s-1ff1341c-a16b-4e7c-9294-6d59741c6983 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1ff1341c-a16b-4e7c-9294-6d59741c6983.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-908c7ea6-9855-408c-97e3-304fa0978cb4 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-0b38b471-49ff-4667-896a-a56d1d451ec3 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
text-align: center;
}

#s-0b38b471-49ff-4667-896a-a56d1d451ec3 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-0b38b471-49ff-4667-896a-a56d1d451ec3 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-64838a00-6dc7-41d0-b10c-7e3e200f1f2b {
  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-64838a00-6dc7-41d0-b10c-7e3e200f1f2b {
  margin-top: 10px;
}
}







#s-64838a00-6dc7-41d0-b10c-7e3e200f1f2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-64838a00-6dc7-41d0-b10c-7e3e200f1f2b.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-e9f90080-ec96-4de0-a927-dd1e2e4ffadb {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-e9f90080-ec96-4de0-a927-dd1e2e4ffadb {
  margin-top: 0px;
}
}
#s-058958da-55a6-49e9-9dd9-12dd4a302613 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-bottom: 0px;
text-align: center;
}

#s-058958da-55a6-49e9-9dd9-12dd4a302613 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-058958da-55a6-49e9-9dd9-12dd4a302613 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-32f27ecc-80ed-4750-9c30-1d503ece2b1b {
  margin-top: 50px;
margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-32f27ecc-80ed-4750-9c30-1d503ece2b1b {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-32f27ecc-80ed-4750-9c30-1d503ece2b1b {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-32f27ecc-80ed-4750-9c30-1d503ece2b1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-32f27ecc-80ed-4750-9c30-1d503ece2b1b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-580c2cd8-3b5b-42f8-b376-eb565e95ccfa {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-580c2cd8-3b5b-42f8-b376-eb565e95ccfa .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-580c2cd8-3b5b-42f8-b376-eb565e95ccfa .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-580c2cd8-3b5b-42f8-b376-eb565e95ccfa .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}@media (max-width: 767px){#s-580c2cd8-3b5b-42f8-b376-eb565e95ccfa .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-c8bf0aa2-347b-4cb8-ae1f-0d434ee6cb26 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c8bf0aa2-347b-4cb8-ae1f-0d434ee6cb26"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c8bf0aa2-347b-4cb8-ae1f-0d434ee6cb26"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c8bf0aa2-347b-4cb8-ae1f-0d434ee6cb26"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c8bf0aa2-347b-4cb8-ae1f-0d434ee6cb26"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-5f9cb0f5-d4ae-44ae-b227-1de60536d507 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
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: rgb(255, 255, 255);
}
@media (max-width: 767px){#s-5f9cb0f5-d4ae-44ae-b227-1de60536d507 {
  margin-bottom: 10px;
padding-left: 3%;
padding-bottom: 25px;
padding-right: 3%;
}
}







#s-5f9cb0f5-d4ae-44ae-b227-1de60536d507 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5f9cb0f5-d4ae-44ae-b227-1de60536d507.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-27cc8909-baa6-4c89-b958-168113d444ee {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
aspect-ratio: 900/425;
text-align: left;
}

#s-27cc8909-baa6-4c89-b958-168113d444ee {
  margin: 0 !important;
  overflow: visible;
}

#s-27cc8909-baa6-4c89-b958-168113d444ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-27cc8909-baa6-4c89-b958-168113d444ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-27cc8909-baa6-4c89-b958-168113d444ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-27cc8909-baa6-4c89-b958-168113d444ee img.shogun-image {
  /* Add background color handling */
  
}

#s-27cc8909-baa6-4c89-b958-168113d444ee 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-27cc8909-baa6-4c89-b958-168113d444ee .shg-image-content-wrapper {
      aspect-ratio: 900/425;
      min-width: 100%;
      height: auto;
    }

    #s-27cc8909-baa6-4c89-b958-168113d444ee .shogun-image-link {
      aspect-ratio: 900/425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27cc8909-baa6-4c89-b958-168113d444ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27cc8909-baa6-4c89-b958-168113d444ee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-27cc8909-baa6-4c89-b958-168113d444ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-27cc8909-baa6-4c89-b958-168113d444ee.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image {
  box-sizing: border-box;
}



.s-27cc8909-baa6-4c89-b958-168113d444ee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-27cc8909-baa6-4c89-b958-168113d444ee {
      --shg-aspect-ratio: calc(900/425); 
    }

    .s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image-container {
      position: relative;
    }

    .s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27cc8909-baa6-4c89-b958-168113d444ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-27cc8909-baa6-4c89-b958-168113d444ee {
  margin: 0 !important;
  overflow: visible;
}

#s-27cc8909-baa6-4c89-b958-168113d444ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-27cc8909-baa6-4c89-b958-168113d444ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-27cc8909-baa6-4c89-b958-168113d444ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-27cc8909-baa6-4c89-b958-168113d444ee img.shogun-image {
  /* Add background color handling */
  
}

#s-27cc8909-baa6-4c89-b958-168113d444ee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27cc8909-baa6-4c89-b958-168113d444ee .shg-image-content-wrapper {
      aspect-ratio: 900/425;
      min-width: 100%;
      height: auto;
    }

    #s-27cc8909-baa6-4c89-b958-168113d444ee .shogun-image-link {
      aspect-ratio: 900/425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27cc8909-baa6-4c89-b958-168113d444ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27cc8909-baa6-4c89-b958-168113d444ee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-27cc8909-baa6-4c89-b958-168113d444ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-27cc8909-baa6-4c89-b958-168113d444ee.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image {
  box-sizing: border-box;
}



.s-27cc8909-baa6-4c89-b958-168113d444ee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-27cc8909-baa6-4c89-b958-168113d444ee {
      --shg-aspect-ratio: calc(900/425); 
    }

    .s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image-container {
      position: relative;
    }

    .s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27cc8909-baa6-4c89-b958-168113d444ee 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-27cc8909-baa6-4c89-b958-168113d444ee {
  margin: 0 !important;
  overflow: visible;
}

#s-27cc8909-baa6-4c89-b958-168113d444ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-27cc8909-baa6-4c89-b958-168113d444ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-27cc8909-baa6-4c89-b958-168113d444ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-27cc8909-baa6-4c89-b958-168113d444ee img.shogun-image {
  /* Add background color handling */
  
}

#s-27cc8909-baa6-4c89-b958-168113d444ee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27cc8909-baa6-4c89-b958-168113d444ee .shg-image-content-wrapper {
      aspect-ratio: 900/425;
      min-width: 100%;
      height: auto;
    }

    #s-27cc8909-baa6-4c89-b958-168113d444ee .shogun-image-link {
      aspect-ratio: 900/425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27cc8909-baa6-4c89-b958-168113d444ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27cc8909-baa6-4c89-b958-168113d444ee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-27cc8909-baa6-4c89-b958-168113d444ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-27cc8909-baa6-4c89-b958-168113d444ee.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image {
  box-sizing: border-box;
}



.s-27cc8909-baa6-4c89-b958-168113d444ee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-27cc8909-baa6-4c89-b958-168113d444ee {
      --shg-aspect-ratio: calc(900/425); 
    }

    .s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image-container {
      position: relative;
    }

    .s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27cc8909-baa6-4c89-b958-168113d444ee 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-27cc8909-baa6-4c89-b958-168113d444ee {
  margin: 0 !important;
  overflow: visible;
}

#s-27cc8909-baa6-4c89-b958-168113d444ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-27cc8909-baa6-4c89-b958-168113d444ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-27cc8909-baa6-4c89-b958-168113d444ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-27cc8909-baa6-4c89-b958-168113d444ee img.shogun-image {
  /* Add background color handling */
  
}

#s-27cc8909-baa6-4c89-b958-168113d444ee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27cc8909-baa6-4c89-b958-168113d444ee .shg-image-content-wrapper {
      aspect-ratio: 900/425;
      min-width: 100%;
      height: auto;
    }

    #s-27cc8909-baa6-4c89-b958-168113d444ee .shogun-image-link {
      aspect-ratio: 900/425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27cc8909-baa6-4c89-b958-168113d444ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27cc8909-baa6-4c89-b958-168113d444ee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-27cc8909-baa6-4c89-b958-168113d444ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-27cc8909-baa6-4c89-b958-168113d444ee.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image {
  box-sizing: border-box;
}



.s-27cc8909-baa6-4c89-b958-168113d444ee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-27cc8909-baa6-4c89-b958-168113d444ee {
      --shg-aspect-ratio: calc(900/425); 
    }

    .s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image-container {
      position: relative;
    }

    .s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27cc8909-baa6-4c89-b958-168113d444ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-27cc8909-baa6-4c89-b958-168113d444ee {
  margin: 0 !important;
  overflow: visible;
}

#s-27cc8909-baa6-4c89-b958-168113d444ee-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-27cc8909-baa6-4c89-b958-168113d444ee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-27cc8909-baa6-4c89-b958-168113d444ee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-27cc8909-baa6-4c89-b958-168113d444ee img.shogun-image {
  /* Add background color handling */
  
}

#s-27cc8909-baa6-4c89-b958-168113d444ee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27cc8909-baa6-4c89-b958-168113d444ee .shg-image-content-wrapper {
      aspect-ratio: 900/425;
      min-width: 100%;
      height: auto;
    }

    #s-27cc8909-baa6-4c89-b958-168113d444ee .shogun-image-link {
      aspect-ratio: 900/425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27cc8909-baa6-4c89-b958-168113d444ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27cc8909-baa6-4c89-b958-168113d444ee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-27cc8909-baa6-4c89-b958-168113d444ee .shogun-image-content {
  
    justify-content: center;
  
}

.s-27cc8909-baa6-4c89-b958-168113d444ee.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image {
  box-sizing: border-box;
}



.s-27cc8909-baa6-4c89-b958-168113d444ee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-27cc8909-baa6-4c89-b958-168113d444ee {
      --shg-aspect-ratio: calc(900/425); 
    }

    .s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image-container {
      position: relative;
    }

    .s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27cc8909-baa6-4c89-b958-168113d444ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27cc8909-baa6-4c89-b958-168113d444ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-7d81a052-28b6-49e7-b073-92f76a9262c4 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7d81a052-28b6-49e7-b073-92f76a9262c4 .shogun-heading-component h4 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (max-width: 767px){#s-7d81a052-28b6-49e7-b073-92f76a9262c4 .shogun-heading-component h4 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-988c9988-7a26-468e-95de-c6bcecc8438f {
  margin-left: auto;
margin-right: auto;
}

#s-24f101ad-7436-4137-8766-4630f55a7543 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
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: rgb(255, 255, 255);
}
@media (max-width: 767px){#s-24f101ad-7436-4137-8766-4630f55a7543 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 3%;
padding-right: 3%;
}
}







#s-24f101ad-7436-4137-8766-4630f55a7543 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-24f101ad-7436-4137-8766-4630f55a7543.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}

#s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be {
  margin: 0 !important;
  overflow: visible;
}

#s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be img.shogun-image {
  /* Add background color handling */
  
}

#s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be 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-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be .shogun-image-content {
  
    justify-content: center;
  
}

.s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image {
  box-sizing: border-box;
}



.s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image-container {
      position: relative;
    }

    .s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){#s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be {
  margin: 0 !important;
  overflow: visible;
}

#s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be img.shogun-image {
  /* Add background color handling */
  
}

#s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be .shogun-image-content {
  
    justify-content: center;
  
}

.s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image {
  box-sizing: border-box;
}



.s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image-container {
      position: relative;
    }

    .s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be {
  margin: 0 !important;
  overflow: visible;
}

#s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be img.shogun-image {
  /* Add background color handling */
  
}

#s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be .shogun-image-content {
  
    justify-content: center;
  
}

.s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image {
  box-sizing: border-box;
}



.s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image-container {
      position: relative;
    }

    .s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be {
  margin: 0 !important;
  overflow: visible;
}

#s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be img.shogun-image {
  /* Add background color handling */
  
}

#s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be .shogun-image-content {
  
    justify-content: center;
  
}

.s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image {
  box-sizing: border-box;
}



.s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image-container {
      position: relative;
    }

    .s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){#s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be {
  margin: 0 !important;
  overflow: visible;
}

#s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be img.shogun-image {
  /* Add background color handling */
  
}

#s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be .shogun-image-content {
  
    justify-content: center;
  
}

.s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image {
  box-sizing: border-box;
}



.s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image-container {
      position: relative;
    }

    .s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f58ab8a5-c1fb-4a8e-a0e2-21434748e4be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-df59eecd-d96d-426e-a8d5-c19511d9ff6e {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-df59eecd-d96d-426e-a8d5-c19511d9ff6e .shogun-heading-component h4 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (max-width: 767px){#s-df59eecd-d96d-426e-a8d5-c19511d9ff6e .shogun-heading-component h4 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-67c94041-33b5-4071-819e-4f67750fc947 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-67c94041-33b5-4071-819e-4f67750fc947 {
  margin-bottom: 10px;
}
}
#s-cad2e830-06df-4c4f-95af-8d468348091d {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 100px;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-cad2e830-06df-4c4f-95af-8d468348091d {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-cad2e830-06df-4c4f-95af-8d468348091d {
  margin-top: 30px;
margin-left: 2%;
margin-bottom: 50px;
margin-right: 2%;
}
}







#s-cad2e830-06df-4c4f-95af-8d468348091d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cad2e830-06df-4c4f-95af-8d468348091d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2d7a27ab-b730-4cdb-8eed-a90e1ba1790d {
  margin-top: 10px;
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-2d7a27ab-b730-4cdb-8eed-a90e1ba1790d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 3%;
padding-bottom: 3%;
}
}







#s-2d7a27ab-b730-4cdb-8eed-a90e1ba1790d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2d7a27ab-b730-4cdb-8eed-a90e1ba1790d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-19b72168-fb96-4dd2-845e-4339afa27b63 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-19b72168-fb96-4dd2-845e-4339afa27b63 {
  text-align: left;
}
}
#s-19b72168-fb96-4dd2-845e-4339afa27b63 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-19b72168-fb96-4dd2-845e-4339afa27b63 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-19b72168-fb96-4dd2-845e-4339afa27b63 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}@media (max-width: 767px){#s-19b72168-fb96-4dd2-845e-4339afa27b63 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-ad44ba88-3085-4e12-ab14-a43eca51ba92 {
  margin-left: auto;
margin-right: auto;
}

#s-01a41153-809a-4f39-82d1-b060f8c403d6 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

#s-aa31dffa-c734-4575-9b45-238020c3ba95 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-aa31dffa-c734-4575-9b45-238020c3ba95"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-aa31dffa-c734-4575-9b45-238020c3ba95"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-aa31dffa-c734-4575-9b45-238020c3ba95"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-aa31dffa-c734-4575-9b45-238020c3ba95"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
aspect-ratio: 1/1;
text-align: center;
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
  margin: 0 !important;
  overflow: visible;
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
  /* Add background color handling */
  
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d 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-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image {
  box-sizing: border-box;
}



.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container {
      position: relative;
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

@media (min-width: 1200px){#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
  margin: 0 !important;
  overflow: visible;
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
  /* Add background color handling */
  
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image {
  box-sizing: border-box;
}



.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container {
      position: relative;
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
  margin: 0 !important;
  overflow: visible;
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
  /* Add background color handling */
  
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image {
  box-sizing: border-box;
}



.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container {
      position: relative;
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
  margin: 0 !important;
  overflow: visible;
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
  /* Add background color handling */
  
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image {
  box-sizing: border-box;
}



.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container {
      position: relative;
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (max-width: 767px){#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
  margin: 0 !important;
  overflow: visible;
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
  /* Add background color handling */
  
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image {
  box-sizing: border-box;
}



.s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container {
      position: relative;
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6583a2b7-e54b-4568-ba40-a1f2cb54788d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}
#s-ece3b450-9da9-4c57-874f-affc80312761 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
aspect-ratio: 1/1;
text-align: center;
}

#s-ece3b450-9da9-4c57-874f-affc80312761 {
  margin: 0 !important;
  overflow: visible;
}

#s-ece3b450-9da9-4c57-874f-affc80312761-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ece3b450-9da9-4c57-874f-affc80312761 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ece3b450-9da9-4c57-874f-affc80312761 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
  /* Add background color handling */
  
}

#s-ece3b450-9da9-4c57-874f-affc80312761 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-ece3b450-9da9-4c57-874f-affc80312761 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ece3b450-9da9-4c57-874f-affc80312761 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ece3b450-9da9-4c57-874f-affc80312761 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-ece3b450-9da9-4c57-874f-affc80312761 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ece3b450-9da9-4c57-874f-affc80312761.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image {
  box-sizing: border-box;
}



.s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ece3b450-9da9-4c57-874f-affc80312761 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container {
      position: relative;
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

@media (min-width: 1200px){#s-ece3b450-9da9-4c57-874f-affc80312761 {
  margin: 0 !important;
  overflow: visible;
}

#s-ece3b450-9da9-4c57-874f-affc80312761-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ece3b450-9da9-4c57-874f-affc80312761 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ece3b450-9da9-4c57-874f-affc80312761 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
  /* Add background color handling */
  
}

#s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ece3b450-9da9-4c57-874f-affc80312761 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ece3b450-9da9-4c57-874f-affc80312761 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ece3b450-9da9-4c57-874f-affc80312761 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-ece3b450-9da9-4c57-874f-affc80312761 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ece3b450-9da9-4c57-874f-affc80312761.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image {
  box-sizing: border-box;
}



.s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ece3b450-9da9-4c57-874f-affc80312761 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container {
      position: relative;
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ece3b450-9da9-4c57-874f-affc80312761 {
  margin: 0 !important;
  overflow: visible;
}

#s-ece3b450-9da9-4c57-874f-affc80312761-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ece3b450-9da9-4c57-874f-affc80312761 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ece3b450-9da9-4c57-874f-affc80312761 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
  /* Add background color handling */
  
}

#s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ece3b450-9da9-4c57-874f-affc80312761 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ece3b450-9da9-4c57-874f-affc80312761 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ece3b450-9da9-4c57-874f-affc80312761 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-ece3b450-9da9-4c57-874f-affc80312761 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ece3b450-9da9-4c57-874f-affc80312761.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image {
  box-sizing: border-box;
}



.s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ece3b450-9da9-4c57-874f-affc80312761 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container {
      position: relative;
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ece3b450-9da9-4c57-874f-affc80312761 {
  margin: 0 !important;
  overflow: visible;
}

#s-ece3b450-9da9-4c57-874f-affc80312761-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ece3b450-9da9-4c57-874f-affc80312761 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ece3b450-9da9-4c57-874f-affc80312761 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
  /* Add background color handling */
  
}

#s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ece3b450-9da9-4c57-874f-affc80312761 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ece3b450-9da9-4c57-874f-affc80312761 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ece3b450-9da9-4c57-874f-affc80312761 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-ece3b450-9da9-4c57-874f-affc80312761 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ece3b450-9da9-4c57-874f-affc80312761.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image {
  box-sizing: border-box;
}



.s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ece3b450-9da9-4c57-874f-affc80312761 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container {
      position: relative;
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (max-width: 767px){#s-ece3b450-9da9-4c57-874f-affc80312761 {
  margin: 0 !important;
  overflow: visible;
}

#s-ece3b450-9da9-4c57-874f-affc80312761-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ece3b450-9da9-4c57-874f-affc80312761 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ece3b450-9da9-4c57-874f-affc80312761 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
  /* Add background color handling */
  
}

#s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ece3b450-9da9-4c57-874f-affc80312761 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ece3b450-9da9-4c57-874f-affc80312761 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ece3b450-9da9-4c57-874f-affc80312761 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-ece3b450-9da9-4c57-874f-affc80312761 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ece3b450-9da9-4c57-874f-affc80312761.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image {
  box-sizing: border-box;
}



.s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ece3b450-9da9-4c57-874f-affc80312761 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container {
      position: relative;
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ece3b450-9da9-4c57-874f-affc80312761 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}
#s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  margin-top: 10px;
}
}
#s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  margin: 0 !important;
  overflow: visible;
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
  /* Add background color handling */
  
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105 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-e809ddce-33db-4f88-9d42-d0f8c5195105 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e809ddce-33db-4f88-9d42-d0f8c5195105.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image {
  box-sizing: border-box;
}



.s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container {
      position: relative;
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  margin: 0 !important;
  overflow: visible;
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
  /* Add background color handling */
  
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e809ddce-33db-4f88-9d42-d0f8c5195105.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image {
  box-sizing: border-box;
}



.s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container {
      position: relative;
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  margin: 0 !important;
  overflow: visible;
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
  /* Add background color handling */
  
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e809ddce-33db-4f88-9d42-d0f8c5195105.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image {
  box-sizing: border-box;
}



.s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container {
      position: relative;
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  margin: 0 !important;
  overflow: visible;
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
  /* Add background color handling */
  
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e809ddce-33db-4f88-9d42-d0f8c5195105.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image {
  box-sizing: border-box;
}



.s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container {
      position: relative;
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  margin: 0 !important;
  overflow: visible;
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
  /* Add background color handling */
  
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-e809ddce-33db-4f88-9d42-d0f8c5195105 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e809ddce-33db-4f88-9d42-d0f8c5195105.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image {
  box-sizing: border-box;
}



.s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e809ddce-33db-4f88-9d42-d0f8c5195105 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container {
      position: relative;
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e809ddce-33db-4f88-9d42-d0f8c5195105 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  margin-top: 10px;
}
}
#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  margin: 0 !important;
  overflow: visible;
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
  /* Add background color handling */
  
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f 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-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image {
  box-sizing: border-box;
}



.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container {
      position: relative;
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

@media (min-width: 1200px){#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  margin: 0 !important;
  overflow: visible;
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
  /* Add background color handling */
  
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image {
  box-sizing: border-box;
}



.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container {
      position: relative;
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  margin: 0 !important;
  overflow: visible;
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
  /* Add background color handling */
  
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image {
  box-sizing: border-box;
}



.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container {
      position: relative;
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  margin: 0 !important;
  overflow: visible;
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
  /* Add background color handling */
  
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image {
  box-sizing: border-box;
}



.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container {
      position: relative;
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (max-width: 767px){#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  margin: 0 !important;
  overflow: visible;
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
  /* Add background color handling */
  
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f .shogun-image-content {
  
    justify-content: center;
  
}

.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image {
  box-sizing: border-box;
}



.s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container {
      position: relative;
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c9f197b4-ae94-487b-b9c2-f0fd28650b5f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}
/*
  $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;
}
