.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-2bf9fce2-0b40-4e5c-8e31-587be22e0edf {
  margin-top: 50px;
min-height: 50px;
}
@media (max-width: 767px){#s-2bf9fce2-0b40-4e5c-8e31-587be22e0edf {
  margin-top: 20px;
}
}







#s-2bf9fce2-0b40-4e5c-8e31-587be22e0edf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2bf9fce2-0b40-4e5c-8e31-587be22e0edf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b88462b6-8e9d-4ff9-9d1c-1c585120e64c {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 30px;
padding-left: 3%;
padding-bottom: 30px;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-b88462b6-8e9d-4ff9-9d1c-1c585120e64c {
  margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b88462b6-8e9d-4ff9-9d1c-1c585120e64c {
  margin-bottom: 0px;
padding-left: 2%;
padding-right: 2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b88462b6-8e9d-4ff9-9d1c-1c585120e64c {
  margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-left: 2%;
padding-right: 2%;
}
}@media (max-width: 767px){#s-b88462b6-8e9d-4ff9-9d1c-1c585120e64c {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 20px;
padding-left: 3%;
padding-bottom: 20px;
padding-right: 3%;
}
}







#s-b88462b6-8e9d-4ff9-9d1c-1c585120e64c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b88462b6-8e9d-4ff9-9d1c-1c585120e64c.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-0e341058-3b8a-4940-868b-32624ea9af32 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-0e341058-3b8a-4940-868b-32624ea9af32 {
  padding-bottom: 0px;
}
}
#s-0e341058-3b8a-4940-868b-32624ea9af32 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 46px;
  
  
  
}


@media (max-width: 767px){#s-0e341058-3b8a-4940-868b-32624ea9af32 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-0f17df05-0ac4-45a3-a74d-e2dca0196057 hr {
  border-top: 2px solid #ddd;
}

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

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

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

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

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

#s-1de972cc-f456-4033-97ad-5e06f165d1fd {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-1de972cc-f456-4033-97ad-5e06f165d1fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1de972cc-f456-4033-97ad-5e06f165d1fd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1de972cc-f456-4033-97ad-5e06f165d1fd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1de972cc-f456-4033-97ad-5e06f165d1fd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.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-0d32a9d3-7966-46e1-b092-d6b3abe16c17 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (max-width: 767px){#s-0d32a9d3-7966-46e1-b092-d6b3abe16c17 {
  margin-top: 20px;
}
}
#s-13df6278-c7ff-4187-aa1c-1d9d4e7fe783 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 3px;
min-height: 50px;
}
@media (min-width: 1200px){#s-13df6278-c7ff-4187-aa1c-1d9d4e7fe783 {
  margin-top: 20px;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-13df6278-c7ff-4187-aa1c-1d9d4e7fe783 {
  margin-top: 20px;
margin-bottom: 0px;
padding-left: 0%;
padding-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-13df6278-c7ff-4187-aa1c-1d9d4e7fe783 {
  margin-top: 20px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-13df6278-c7ff-4187-aa1c-1d9d4e7fe783 {
  margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
}
#s-13df6278-c7ff-4187-aa1c-1d9d4e7fe783 {
  background-image: url();
}








#s-13df6278-c7ff-4187-aa1c-1d9d4e7fe783 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-13df6278-c7ff-4187-aa1c-1d9d4e7fe783.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5994cdf0-cedd-4fea-8ccd-52f75be878c2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-5994cdf0-cedd-4fea-8ccd-52f75be878c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5994cdf0-cedd-4fea-8ccd-52f75be878c2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

}

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

}

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

}

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

}

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







#s-fea80060-bf40-4196-87cf-e5e7bce13d03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fea80060-bf40-4196-87cf-e5e7bce13d03.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
  height: inherit;
  position: relative;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shg-imageV2-content {
  text-align: initial;
}

.shogun-image-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked>div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-6529f594-3fb6-4b33-a04c-be71c0299ae3 {
  max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}

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

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

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

  /* Add margin handling */
  
  
  
  
}

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

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

#s-6529f594-3fb6-4b33-a04c-be71c0299ae3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 3px;

}



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

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

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

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

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



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


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

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

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

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



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


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

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

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

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

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

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

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

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

  /* Add margin handling */
  
  
  
  
}

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

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

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

}



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

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

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

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

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



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


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

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

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

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



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


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

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

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

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

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

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

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

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

  /* Add margin handling */
  
  
  
  
}

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

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

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

}



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

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

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

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

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



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


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

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

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

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



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


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

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

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

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

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

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

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

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

  /* Add margin handling */
  
  
  
  
}

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

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

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

}



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

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

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

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

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



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


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

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

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

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



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


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

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

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

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

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

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

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

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

  /* Add margin handling */
  
  
  
  
}

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

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

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

}



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

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

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

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

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



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


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

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

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

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



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


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

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

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

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

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

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







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

#s-86087328-8e7c-40cc-b76a-051c2896cfe4 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 5%;
padding-bottom: 2%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(40, 40, 40, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








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

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

#s-9101828f-b191-4a88-b6ee-483f2e6cd62e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-9101828f-b191-4a88-b6ee-483f2e6cd62e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: center;
}


}
#s-cb8ae2a7-ebd6-462c-ab0e-7dc1bcc58720 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

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

}

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

}

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

}

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

}

#s-51f97bf6-9f9c-4b5b-9b72-7a1fcadbdfb6 {
  margin-left: auto;
margin-right: auto;
padding-top: 7%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








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

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

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



#s-7d1eab70-be51-4921-9a90-c1fb003db652 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








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

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

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



#s-821fef4f-dccd-487b-8f92-a997dc3e00a7 {
  margin-left: auto;
margin-right: auto;
padding-top: 7%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








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

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

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



#s-eb7af134-36ad-43a8-97f6-646207ada37e {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








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

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

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



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

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

}

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

}

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

}

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

}

#s-5bbe9e20-547b-46f5-b648-64ae5f2d30f6 {
  margin-left: auto;
margin-right: auto;
padding-top: 7%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








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

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

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



#s-651727d2-b0c2-4bda-bfeb-27e1f9a024f2 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 50px;
background-color: rgba(165, 0, 0, 1);
}








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

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

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



#s-686c7986-cec6-4c6b-b853-0c58d84d1fef {
  margin-left: auto;
margin-right: auto;
padding-top: 7%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








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

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

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



#s-97369a56-5e30-4949-abb1-6a4010b92016 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








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

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

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



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

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

}

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

}

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

}

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

}

#s-a9c6064f-1c82-49f3-b572-52bcb471b402 {
  margin-left: auto;
margin-right: auto;
padding-top: 7%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








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

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

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



#s-2346c420-89c9-493c-91bd-d2df62bb3ef0 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








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

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

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



#s-2a777ac9-29fb-4848-9dc2-db17dd12740c {
  margin-left: auto;
margin-right: auto;
padding-top: 7%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








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

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

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



#s-78926cd3-7a5d-49dc-b877-e32bb27457fb {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








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

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

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



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

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

}

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

}

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

}

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

}

#s-3c21b848-6c53-49ed-8523-5e87655530c9 {
  margin-left: auto;
margin-right: auto;
padding-top: 7%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








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

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

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



#s-9f1c0b3a-84fc-475c-a54b-7fd6d3a498c9 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








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

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

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



#s-6eaa6d54-3394-4148-8293-4675db7ddbac {
  margin-left: auto;
margin-right: auto;
padding-top: 7%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








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

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

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



#s-66213a0c-7663-4e18-9e4f-edb5feead055 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








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

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

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



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

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

}

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

}

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

}

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

}

#s-d0f40c6d-ca95-47af-9e1b-e7303835eb24 {
  margin-left: auto;
margin-right: auto;
padding-top: 7%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








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

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

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



#s-7f5818d7-7ccc-4b7f-b335-d831d4431b7f {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








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

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

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



#s-60cfb761-d216-4dbf-9418-c50c6ad9e768 {
  margin-left: auto;
margin-right: auto;
padding-top: 7%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








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

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

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



#s-41c100e0-ea13-4697-9e18-9c34a7223f9f {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








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

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

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



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

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

}

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

}

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

}

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

}

#s-da9400d2-24b2-4300-b58d-734db674c1b1 {
  margin-left: auto;
margin-right: auto;
padding-top: 7%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








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

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

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



#s-8998648f-2c81-4acc-988a-c82f6e22e3df {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








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

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

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



#s-ac7ed001-c9a2-44a6-8652-c4ee4be0253c {
  margin-left: auto;
margin-right: auto;
padding-top: 7%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








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

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

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



#s-1694b587-2339-48b6-8575-96449035f0b3 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








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

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

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



#s-99ed0e90-a7c1-4491-854d-4633ee51e357 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 20px;
padding-left: 3%;
padding-bottom: 25px;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-99ed0e90-a7c1-4491-854d-4633ee51e357 {
  margin-top: 30px;
margin-left: 10%;
margin-right: 10%;
padding-top: 30px;
padding-bottom: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-99ed0e90-a7c1-4491-854d-4633ee51e357 {
  margin-top: 30px;
padding-top: 30px;
padding-bottom: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-99ed0e90-a7c1-4491-854d-4633ee51e357 {
  margin-top: 30px;
margin-left: 2%;
margin-right: 2%;
padding-top: 30px;
padding-bottom: 30px;
}
}@media (max-width: 767px){#s-99ed0e90-a7c1-4491-854d-4633ee51e357 {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
}
}







#s-99ed0e90-a7c1-4491-854d-4633ee51e357 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-99ed0e90-a7c1-4491-854d-4633ee51e357.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-742a5d75-dcb6-452c-8b83-6dcfb578745e {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-742a5d75-dcb6-452c-8b83-6dcfb578745e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-742a5d75-dcb6-452c-8b83-6dcfb578745e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-f7320022-a8e7-4de7-8d4c-14c6698e1ded {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-f7320022-a8e7-4de7-8d4c-14c6698e1ded"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f7320022-a8e7-4de7-8d4c-14c6698e1ded"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-f7320022-a8e7-4de7-8d4c-14c6698e1ded"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-f7320022-a8e7-4de7-8d4c-14c6698e1ded"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-3784879d-d430-4837-a7bd-2ee04a5b3887 {
  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-3784879d-d430-4837-a7bd-2ee04a5b3887 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3784879d-d430-4837-a7bd-2ee04a5b3887.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c9e650ef-ca5c-4398-af19-b9450e8a6c35 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c9e650ef-ca5c-4398-af19-b9450e8a6c35 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-7124dc13-832a-481c-b71c-418fe5e3afa7 {
  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-7124dc13-832a-481c-b71c-418fe5e3afa7 {
  margin-top: 10px;
}
}







#s-7124dc13-832a-481c-b71c-418fe5e3afa7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7124dc13-832a-481c-b71c-418fe5e3afa7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3ca53c90-40b0-4edb-a7b8-6e06d2aaf349 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3ca53c90-40b0-4edb-a7b8-6e06d2aaf349 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-dc75992f-1c00-4158-9685-b16e24100887 {
  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-dc75992f-1c00-4158-9685-b16e24100887 {
  margin-top: 10px;
}
}







#s-dc75992f-1c00-4158-9685-b16e24100887 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dc75992f-1c00-4158-9685-b16e24100887.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c43adc40-de74-46d1-b743-19da40a20ef9 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c43adc40-de74-46d1-b743-19da40a20ef9 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-f963eba8-de08-494e-be71-12e249d8adbc {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-f963eba8-de08-494e-be71-12e249d8adbc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f963eba8-de08-494e-be71-12e249d8adbc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-f963eba8-de08-494e-be71-12e249d8adbc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-f963eba8-de08-494e-be71-12e249d8adbc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-0e7fcf22-1be7-421d-ad63-09d3b10ee965 {
  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-0e7fcf22-1be7-421d-ad63-09d3b10ee965 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0e7fcf22-1be7-421d-ad63-09d3b10ee965.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d3f62a64-af1f-48c3-ad1c-381b98ff89b2 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-5e6e37e5-267f-457f-bf9b-5655dc2e9960 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
text-align: center;
}

#s-5e6e37e5-267f-457f-bf9b-5655dc2e9960 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-5e6e37e5-267f-457f-bf9b-5655dc2e9960 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-5ec8d579-8557-412d-9443-8c252eff8a67 {
  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-5ec8d579-8557-412d-9443-8c252eff8a67 {
  margin-top: 10px;
}
}







#s-5ec8d579-8557-412d-9443-8c252eff8a67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5ec8d579-8557-412d-9443-8c252eff8a67.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0e9dd8a7-c96b-40d1-bc91-c1f19bad6f33 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-00a1efb2-f660-4d7a-88a5-a35b0ff744f4 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
text-align: center;
}

#s-00a1efb2-f660-4d7a-88a5-a35b0ff744f4 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-00a1efb2-f660-4d7a-88a5-a35b0ff744f4 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-eafe8d6b-b98f-46ac-acc1-f7aa1a1fb9ef {
  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-eafe8d6b-b98f-46ac-acc1-f7aa1a1fb9ef {
  margin-top: 10px;
}
}







#s-eafe8d6b-b98f-46ac-acc1-f7aa1a1fb9ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eafe8d6b-b98f-46ac-acc1-f7aa1a1fb9ef.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-c83fa9d9-9c2c-496c-b64e-ac63b7985a74 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-c83fa9d9-9c2c-496c-b64e-ac63b7985a74 {
  margin-top: 0px;
}
}
#s-811de312-3f59-4990-b8f5-5b23e4dd8191 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-bottom: 0px;
text-align: center;
}

#s-811de312-3f59-4990-b8f5-5b23e4dd8191 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-811de312-3f59-4990-b8f5-5b23e4dd8191 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-74d3ae87-47b6-4413-95f1-adf362be9d39 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 30px;
padding-left: 3%;
padding-bottom: 30px;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-74d3ae87-47b6-4413-95f1-adf362be9d39 {
  margin-top: 20px;
margin-bottom: 0px;
border-radius: 5px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-74d3ae87-47b6-4413-95f1-adf362be9d39 {
  margin-top: 20px;
margin-bottom: 0px;
padding-left: 2%;
padding-right: 2%;
border-radius: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-74d3ae87-47b6-4413-95f1-adf362be9d39 {
  margin-top: 20px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-left: 2%;
padding-right: 2%;
border-radius: 5px;
}
}@media (max-width: 767px){#s-74d3ae87-47b6-4413-95f1-adf362be9d39 {
  margin-top: 20px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 20px;
padding-left: 3%;
padding-bottom: 20px;
padding-right: 3%;
border-radius: 5px;
}
}







#s-74d3ae87-47b6-4413-95f1-adf362be9d39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-74d3ae87-47b6-4413-95f1-adf362be9d39.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ef6b7397-d1f6-45e5-a847-1d1c1210b57c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ef6b7397-d1f6-45e5-a847-1d1c1210b57c .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-ef6b7397-d1f6-45e5-a847-1d1c1210b57c .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-df15c353-ce8c-49ae-9425-4c2c7940f707 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-df15c353-ce8c-49ae-9425-4c2c7940f707"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-df15c353-ce8c-49ae-9425-4c2c7940f707"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-df15c353-ce8c-49ae-9425-4c2c7940f707"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-df15c353-ce8c-49ae-9425-4c2c7940f707"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-df15c353-ce8c-49ae-9425-4c2c7940f707"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-df15c353-ce8c-49ae-9425-4c2c7940f707"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-df15c353-ce8c-49ae-9425-4c2c7940f707"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-ed12aa7f-0add-49af-9c4d-1b5f103934ff {
  max-width: 2048px;
aspect-ratio: 2048/662;
text-align: center;
}
@media (max-width: 767px){#s-ed12aa7f-0add-49af-9c4d-1b5f103934ff {
  margin-top: 25px;
}
}
#s-ed12aa7f-0add-49af-9c4d-1b5f103934ff {
  margin: 0 !important;
  overflow: visible;
}

#s-ed12aa7f-0add-49af-9c4d-1b5f103934ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ed12aa7f-0add-49af-9c4d-1b5f103934ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ed12aa7f-0add-49af-9c4d-1b5f103934ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ed12aa7f-0add-49af-9c4d-1b5f103934ff img.shogun-image {
  /* Add background color handling */
  
}

#s-ed12aa7f-0add-49af-9c4d-1b5f103934ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 3px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ed12aa7f-0add-49af-9c4d-1b5f103934ff .shg-image-content-wrapper {
      aspect-ratio: 2048/662;
      min-width: 100%;
      height: auto;
    }

    #s-ed12aa7f-0add-49af-9c4d-1b5f103934ff .shogun-image-link {
      aspect-ratio: 2048/662;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ed12aa7f-0add-49af-9c4d-1b5f103934ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ed12aa7f-0add-49af-9c4d-1b5f103934ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ed12aa7f-0add-49af-9c4d-1b5f103934ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-ed12aa7f-0add-49af-9c4d-1b5f103934ff.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-ed12aa7f-0add-49af-9c4d-1b5f103934ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-ed12aa7f-0add-49af-9c4d-1b5f103934ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed12aa7f-0add-49af-9c4d-1b5f103934ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed12aa7f-0add-49af-9c4d-1b5f103934ff.shogun-image {
  box-sizing: border-box;
}



.s-ed12aa7f-0add-49af-9c4d-1b5f103934ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ed12aa7f-0add-49af-9c4d-1b5f103934ff {
      --shg-aspect-ratio: calc(2048/662); 
    }

    .s-ed12aa7f-0add-49af-9c4d-1b5f103934ff.shogun-image-container {
      position: relative;
    }

    .s-ed12aa7f-0add-49af-9c4d-1b5f103934ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed12aa7f-0add-49af-9c4d-1b5f103934ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed12aa7f-0add-49af-9c4d-1b5f103934ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-ed12aa7f-0add-49af-9c4d-1b5f103934ff {
  margin: 0 !important;
  overflow: visible;
}

#s-ed12aa7f-0add-49af-9c4d-1b5f103934ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ed12aa7f-0add-49af-9c4d-1b5f103934ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ed12aa7f-0add-49af-9c4d-1b5f103934ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ed12aa7f-0add-49af-9c4d-1b5f103934ff img.shogun-image {
  /* Add background color handling */
  
}

#s-ed12aa7f-0add-49af-9c4d-1b5f103934ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ed12aa7f-0add-49af-9c4d-1b5f103934ff .shg-image-content-wrapper {
      aspect-ratio: 2048/662;
      min-width: 100%;
      height: auto;
    }

    #s-ed12aa7f-0add-49af-9c4d-1b5f103934ff .shogun-image-link {
      aspect-ratio: 2048/662;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ed12aa7f-0add-49af-9c4d-1b5f103934ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ed12aa7f-0add-49af-9c4d-1b5f103934ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ed12aa7f-0add-49af-9c4d-1b5f103934ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-ed12aa7f-0add-49af-9c4d-1b5f103934ff.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-ed12aa7f-0add-49af-9c4d-1b5f103934ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-ed12aa7f-0add-49af-9c4d-1b5f103934ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed12aa7f-0add-49af-9c4d-1b5f103934ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed12aa7f-0add-49af-9c4d-1b5f103934ff.shogun-image {
  box-sizing: border-box;
}



.s-ed12aa7f-0add-49af-9c4d-1b5f103934ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ed12aa7f-0add-49af-9c4d-1b5f103934ff {
      --shg-aspect-ratio: calc(2048/662); 
    }

    .s-ed12aa7f-0add-49af-9c4d-1b5f103934ff.shogun-image-container {
      position: relative;
    }

    .s-ed12aa7f-0add-49af-9c4d-1b5f103934ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed12aa7f-0add-49af-9c4d-1b5f103934ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed12aa7f-0add-49af-9c4d-1b5f103934ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ed12aa7f-0add-49af-9c4d-1b5f103934ff {
  margin: 0 !important;
  overflow: visible;
}

#s-ed12aa7f-0add-49af-9c4d-1b5f103934ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ed12aa7f-0add-49af-9c4d-1b5f103934ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ed12aa7f-0add-49af-9c4d-1b5f103934ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ed12aa7f-0add-49af-9c4d-1b5f103934ff img.shogun-image {
  /* Add background color handling */
  
}

#s-ed12aa7f-0add-49af-9c4d-1b5f103934ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ed12aa7f-0add-49af-9c4d-1b5f103934ff .shg-image-content-wrapper {
      aspect-ratio: 2048/662;
      min-width: 100%;
      height: auto;
    }

    #s-ed12aa7f-0add-49af-9c4d-1b5f103934ff .shogun-image-link {
      aspect-ratio: 2048/662;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ed12aa7f-0add-49af-9c4d-1b5f103934ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ed12aa7f-0add-49af-9c4d-1b5f103934ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ed12aa7f-0add-49af-9c4d-1b5f103934ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-ed12aa7f-0add-49af-9c4d-1b5f103934ff.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-ed12aa7f-0add-49af-9c4d-1b5f103934ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-ed12aa7f-0add-49af-9c4d-1b5f103934ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed12aa7f-0add-49af-9c4d-1b5f103934ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed12aa7f-0add-49af-9c4d-1b5f103934ff.shogun-image {
  box-sizing: border-box;
}



.s-ed12aa7f-0add-49af-9c4d-1b5f103934ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ed12aa7f-0add-49af-9c4d-1b5f103934ff {
      --shg-aspect-ratio: calc(2048/662); 
    }

    .s-ed12aa7f-0add-49af-9c4d-1b5f103934ff.shogun-image-container {
      position: relative;
    }

    .s-ed12aa7f-0add-49af-9c4d-1b5f103934ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed12aa7f-0add-49af-9c4d-1b5f103934ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed12aa7f-0add-49af-9c4d-1b5f103934ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ed12aa7f-0add-49af-9c4d-1b5f103934ff {
  margin: 0 !important;
  overflow: visible;
}

#s-ed12aa7f-0add-49af-9c4d-1b5f103934ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ed12aa7f-0add-49af-9c4d-1b5f103934ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ed12aa7f-0add-49af-9c4d-1b5f103934ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ed12aa7f-0add-49af-9c4d-1b5f103934ff img.shogun-image {
  /* Add background color handling */
  
}

#s-ed12aa7f-0add-49af-9c4d-1b5f103934ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ed12aa7f-0add-49af-9c4d-1b5f103934ff .shg-image-content-wrapper {
      aspect-ratio: 2048/662;
      min-width: 100%;
      height: auto;
    }

    #s-ed12aa7f-0add-49af-9c4d-1b5f103934ff .shogun-image-link {
      aspect-ratio: 2048/662;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ed12aa7f-0add-49af-9c4d-1b5f103934ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ed12aa7f-0add-49af-9c4d-1b5f103934ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ed12aa7f-0add-49af-9c4d-1b5f103934ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-ed12aa7f-0add-49af-9c4d-1b5f103934ff.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-ed12aa7f-0add-49af-9c4d-1b5f103934ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-ed12aa7f-0add-49af-9c4d-1b5f103934ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed12aa7f-0add-49af-9c4d-1b5f103934ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed12aa7f-0add-49af-9c4d-1b5f103934ff.shogun-image {
  box-sizing: border-box;
}



.s-ed12aa7f-0add-49af-9c4d-1b5f103934ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ed12aa7f-0add-49af-9c4d-1b5f103934ff {
      --shg-aspect-ratio: calc(2048/662); 
    }

    .s-ed12aa7f-0add-49af-9c4d-1b5f103934ff.shogun-image-container {
      position: relative;
    }

    .s-ed12aa7f-0add-49af-9c4d-1b5f103934ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed12aa7f-0add-49af-9c4d-1b5f103934ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed12aa7f-0add-49af-9c4d-1b5f103934ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-ed12aa7f-0add-49af-9c4d-1b5f103934ff {
  margin: 0 !important;
  overflow: visible;
}

#s-ed12aa7f-0add-49af-9c4d-1b5f103934ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ed12aa7f-0add-49af-9c4d-1b5f103934ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-ed12aa7f-0add-49af-9c4d-1b5f103934ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ed12aa7f-0add-49af-9c4d-1b5f103934ff img.shogun-image {
  /* Add background color handling */
  
}

#s-ed12aa7f-0add-49af-9c4d-1b5f103934ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ed12aa7f-0add-49af-9c4d-1b5f103934ff .shg-image-content-wrapper {
      aspect-ratio: 2048/662;
      min-width: 100%;
      height: auto;
    }

    #s-ed12aa7f-0add-49af-9c4d-1b5f103934ff .shogun-image-link {
      aspect-ratio: 2048/662;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ed12aa7f-0add-49af-9c4d-1b5f103934ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ed12aa7f-0add-49af-9c4d-1b5f103934ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ed12aa7f-0add-49af-9c4d-1b5f103934ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-ed12aa7f-0add-49af-9c4d-1b5f103934ff.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-ed12aa7f-0add-49af-9c4d-1b5f103934ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-ed12aa7f-0add-49af-9c4d-1b5f103934ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed12aa7f-0add-49af-9c4d-1b5f103934ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed12aa7f-0add-49af-9c4d-1b5f103934ff.shogun-image {
  box-sizing: border-box;
}



.s-ed12aa7f-0add-49af-9c4d-1b5f103934ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ed12aa7f-0add-49af-9c4d-1b5f103934ff {
      --shg-aspect-ratio: calc(2048/662); 
    }

    .s-ed12aa7f-0add-49af-9c4d-1b5f103934ff.shogun-image-container {
      position: relative;
    }

    .s-ed12aa7f-0add-49af-9c4d-1b5f103934ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed12aa7f-0add-49af-9c4d-1b5f103934ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed12aa7f-0add-49af-9c4d-1b5f103934ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-c057e727-60bd-4def-af70-afaa2de9c9be {
  margin-left: auto;
margin-right: auto;
}

#s-c057e727-60bd-4def-af70-afaa2de9c9be hr {
  border-top: 2px solid #ddd;
}

#s-b471aec8-4c3c-4415-8586-dfd4526280b4 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-b471aec8-4c3c-4415-8586-dfd4526280b4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b471aec8-4c3c-4415-8586-dfd4526280b4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b471aec8-4c3c-4415-8586-dfd4526280b4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b471aec8-4c3c-4415-8586-dfd4526280b4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2f797bae-c608-48f6-aac8-bfa031186d78 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (max-width: 767px){#s-2f797bae-c608-48f6-aac8-bfa031186d78 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
}
}
#s-2d91ce85-7d96-4f42-9206-de327e00a291 {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-2d91ce85-7d96-4f42-9206-de327e00a291 {
  margin-top: 10px;
}
}
#s-2d91ce85-7d96-4f42-9206-de327e00a291 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-2d91ce85-7d96-4f42-9206-de327e00a291 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}
#s-4e22be70-9425-4b4b-885e-7e5ce5718fe0 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-4e22be70-9425-4b4b-885e-7e5ce5718fe0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4e22be70-9425-4b4b-885e-7e5ce5718fe0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4e22be70-9425-4b4b-885e-7e5ce5718fe0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4e22be70-9425-4b4b-885e-7e5ce5718fe0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8dc88119-9eea-4879-8be3-50c0fd6fb9bb {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-8dc88119-9eea-4879-8be3-50c0fd6fb9bb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-8dc88119-9eea-4879-8be3-50c0fd6fb9bb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-8dc88119-9eea-4879-8be3-50c0fd6fb9bb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-8dc88119-9eea-4879-8be3-50c0fd6fb9bb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a {
  margin: 0 !important;
  overflow: visible;
}

#s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a img.shogun-image {
  /* Add background color handling */
  
}

#s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a .shogun-image-content {
  
    justify-content: center;
  
}

.s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a.shogun-image {
  box-sizing: border-box;
}



.s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a.shogun-image-container {
      position: relative;
    }

    .s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a {
  margin: 0 !important;
  overflow: visible;
}

#s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a img.shogun-image {
  /* Add background color handling */
  
}

#s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a .shogun-image-content {
  
    justify-content: center;
  
}

.s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a.shogun-image {
  box-sizing: border-box;
}



.s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a.shogun-image-container {
      position: relative;
    }

    .s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a {
  margin: 0 !important;
  overflow: visible;
}

#s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a img.shogun-image {
  /* Add background color handling */
  
}

#s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a .shogun-image-content {
  
    justify-content: center;
  
}

.s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a.shogun-image {
  box-sizing: border-box;
}



.s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a.shogun-image-container {
      position: relative;
    }

    .s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a {
  margin: 0 !important;
  overflow: visible;
}

#s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a img.shogun-image {
  /* Add background color handling */
  
}

#s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a .shogun-image-content {
  
    justify-content: center;
  
}

.s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a.shogun-image {
  box-sizing: border-box;
}



.s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a.shogun-image-container {
      position: relative;
    }

    .s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a {
  margin: 0 !important;
  overflow: visible;
}

#s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a img.shogun-image {
  /* Add background color handling */
  
}

#s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a .shogun-image-content {
  
    justify-content: center;
  
}

.s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a.shogun-image {
  box-sizing: border-box;
}



.s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a.shogun-image-container {
      position: relative;
    }

    .s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f6ba32f-9528-49e6-bc6c-4cba8892e08a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-df7af87a-3ef1-488b-8af7-736a50000128 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 1/1;
text-align: center;
}

#s-df7af87a-3ef1-488b-8af7-736a50000128 {
  margin: 0 !important;
  overflow: visible;
}

#s-df7af87a-3ef1-488b-8af7-736a50000128-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-df7af87a-3ef1-488b-8af7-736a50000128 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-df7af87a-3ef1-488b-8af7-736a50000128 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-df7af87a-3ef1-488b-8af7-736a50000128 img.shogun-image {
  /* Add background color handling */
  
}

#s-df7af87a-3ef1-488b-8af7-736a50000128 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-df7af87a-3ef1-488b-8af7-736a50000128 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-df7af87a-3ef1-488b-8af7-736a50000128 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df7af87a-3ef1-488b-8af7-736a50000128 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-df7af87a-3ef1-488b-8af7-736a50000128.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-df7af87a-3ef1-488b-8af7-736a50000128 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-df7af87a-3ef1-488b-8af7-736a50000128.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-df7af87a-3ef1-488b-8af7-736a50000128 .shogun-image-content {
  
    justify-content: center;
  
}

.s-df7af87a-3ef1-488b-8af7-736a50000128.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df7af87a-3ef1-488b-8af7-736a50000128.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df7af87a-3ef1-488b-8af7-736a50000128.shogun-image {
  box-sizing: border-box;
}



.s-df7af87a-3ef1-488b-8af7-736a50000128 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-df7af87a-3ef1-488b-8af7-736a50000128 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-df7af87a-3ef1-488b-8af7-736a50000128.shogun-image-container {
      position: relative;
    }

    .s-df7af87a-3ef1-488b-8af7-736a50000128.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df7af87a-3ef1-488b-8af7-736a50000128.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df7af87a-3ef1-488b-8af7-736a50000128 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-df7af87a-3ef1-488b-8af7-736a50000128 {
  margin: 0 !important;
  overflow: visible;
}

#s-df7af87a-3ef1-488b-8af7-736a50000128-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-df7af87a-3ef1-488b-8af7-736a50000128 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-df7af87a-3ef1-488b-8af7-736a50000128 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-df7af87a-3ef1-488b-8af7-736a50000128 img.shogun-image {
  /* Add background color handling */
  
}

#s-df7af87a-3ef1-488b-8af7-736a50000128 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-df7af87a-3ef1-488b-8af7-736a50000128 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-df7af87a-3ef1-488b-8af7-736a50000128 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df7af87a-3ef1-488b-8af7-736a50000128 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-df7af87a-3ef1-488b-8af7-736a50000128.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-df7af87a-3ef1-488b-8af7-736a50000128 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-df7af87a-3ef1-488b-8af7-736a50000128.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-df7af87a-3ef1-488b-8af7-736a50000128 .shogun-image-content {
  
    justify-content: center;
  
}

.s-df7af87a-3ef1-488b-8af7-736a50000128.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df7af87a-3ef1-488b-8af7-736a50000128.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df7af87a-3ef1-488b-8af7-736a50000128.shogun-image {
  box-sizing: border-box;
}



.s-df7af87a-3ef1-488b-8af7-736a50000128 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-df7af87a-3ef1-488b-8af7-736a50000128 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-df7af87a-3ef1-488b-8af7-736a50000128.shogun-image-container {
      position: relative;
    }

    .s-df7af87a-3ef1-488b-8af7-736a50000128.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df7af87a-3ef1-488b-8af7-736a50000128.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df7af87a-3ef1-488b-8af7-736a50000128 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-df7af87a-3ef1-488b-8af7-736a50000128 {
  margin: 0 !important;
  overflow: visible;
}

#s-df7af87a-3ef1-488b-8af7-736a50000128-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-df7af87a-3ef1-488b-8af7-736a50000128 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-df7af87a-3ef1-488b-8af7-736a50000128 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-df7af87a-3ef1-488b-8af7-736a50000128 img.shogun-image {
  /* Add background color handling */
  
}

#s-df7af87a-3ef1-488b-8af7-736a50000128 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-df7af87a-3ef1-488b-8af7-736a50000128 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-df7af87a-3ef1-488b-8af7-736a50000128 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df7af87a-3ef1-488b-8af7-736a50000128 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-df7af87a-3ef1-488b-8af7-736a50000128.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-df7af87a-3ef1-488b-8af7-736a50000128 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-df7af87a-3ef1-488b-8af7-736a50000128.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-df7af87a-3ef1-488b-8af7-736a50000128 .shogun-image-content {
  
    justify-content: center;
  
}

.s-df7af87a-3ef1-488b-8af7-736a50000128.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df7af87a-3ef1-488b-8af7-736a50000128.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df7af87a-3ef1-488b-8af7-736a50000128.shogun-image {
  box-sizing: border-box;
}



.s-df7af87a-3ef1-488b-8af7-736a50000128 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-df7af87a-3ef1-488b-8af7-736a50000128 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-df7af87a-3ef1-488b-8af7-736a50000128.shogun-image-container {
      position: relative;
    }

    .s-df7af87a-3ef1-488b-8af7-736a50000128.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df7af87a-3ef1-488b-8af7-736a50000128.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df7af87a-3ef1-488b-8af7-736a50000128 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-df7af87a-3ef1-488b-8af7-736a50000128 {
  margin: 0 !important;
  overflow: visible;
}

#s-df7af87a-3ef1-488b-8af7-736a50000128-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-df7af87a-3ef1-488b-8af7-736a50000128 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-df7af87a-3ef1-488b-8af7-736a50000128 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-df7af87a-3ef1-488b-8af7-736a50000128 img.shogun-image {
  /* Add background color handling */
  
}

#s-df7af87a-3ef1-488b-8af7-736a50000128 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-df7af87a-3ef1-488b-8af7-736a50000128 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-df7af87a-3ef1-488b-8af7-736a50000128 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df7af87a-3ef1-488b-8af7-736a50000128 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-df7af87a-3ef1-488b-8af7-736a50000128.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-df7af87a-3ef1-488b-8af7-736a50000128 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-df7af87a-3ef1-488b-8af7-736a50000128.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-df7af87a-3ef1-488b-8af7-736a50000128 .shogun-image-content {
  
    justify-content: center;
  
}

.s-df7af87a-3ef1-488b-8af7-736a50000128.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df7af87a-3ef1-488b-8af7-736a50000128.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df7af87a-3ef1-488b-8af7-736a50000128.shogun-image {
  box-sizing: border-box;
}



.s-df7af87a-3ef1-488b-8af7-736a50000128 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-df7af87a-3ef1-488b-8af7-736a50000128 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-df7af87a-3ef1-488b-8af7-736a50000128.shogun-image-container {
      position: relative;
    }

    .s-df7af87a-3ef1-488b-8af7-736a50000128.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df7af87a-3ef1-488b-8af7-736a50000128.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df7af87a-3ef1-488b-8af7-736a50000128 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-df7af87a-3ef1-488b-8af7-736a50000128 {
  margin: 0 !important;
  overflow: visible;
}

#s-df7af87a-3ef1-488b-8af7-736a50000128-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-df7af87a-3ef1-488b-8af7-736a50000128 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-df7af87a-3ef1-488b-8af7-736a50000128 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-df7af87a-3ef1-488b-8af7-736a50000128 img.shogun-image {
  /* Add background color handling */
  
}

#s-df7af87a-3ef1-488b-8af7-736a50000128 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-df7af87a-3ef1-488b-8af7-736a50000128 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-df7af87a-3ef1-488b-8af7-736a50000128 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df7af87a-3ef1-488b-8af7-736a50000128 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-df7af87a-3ef1-488b-8af7-736a50000128.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-df7af87a-3ef1-488b-8af7-736a50000128 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-df7af87a-3ef1-488b-8af7-736a50000128.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-df7af87a-3ef1-488b-8af7-736a50000128 .shogun-image-content {
  
    justify-content: center;
  
}

.s-df7af87a-3ef1-488b-8af7-736a50000128.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df7af87a-3ef1-488b-8af7-736a50000128.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df7af87a-3ef1-488b-8af7-736a50000128.shogun-image {
  box-sizing: border-box;
}



.s-df7af87a-3ef1-488b-8af7-736a50000128 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-df7af87a-3ef1-488b-8af7-736a50000128 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-df7af87a-3ef1-488b-8af7-736a50000128.shogun-image-container {
      position: relative;
    }

    .s-df7af87a-3ef1-488b-8af7-736a50000128.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df7af87a-3ef1-488b-8af7-736a50000128.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df7af87a-3ef1-488b-8af7-736a50000128 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-8db476da-8f64-4dd7-a020-84180f2f4e87 {
  margin-left: auto;
margin-right: auto;
max-width: 1280px;
aspect-ratio: 16/9;
text-align: center;
}
@media (max-width: 767px){#s-8db476da-8f64-4dd7-a020-84180f2f4e87 {
  margin-top: 30px;
}
}
#s-8db476da-8f64-4dd7-a020-84180f2f4e87 {
  margin: 0 !important;
  overflow: visible;
}

#s-8db476da-8f64-4dd7-a020-84180f2f4e87-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8db476da-8f64-4dd7-a020-84180f2f4e87 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8db476da-8f64-4dd7-a020-84180f2f4e87 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8db476da-8f64-4dd7-a020-84180f2f4e87 img.shogun-image {
  /* Add background color handling */
  
}

#s-8db476da-8f64-4dd7-a020-84180f2f4e87 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-8db476da-8f64-4dd7-a020-84180f2f4e87 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-8db476da-8f64-4dd7-a020-84180f2f4e87 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8db476da-8f64-4dd7-a020-84180f2f4e87 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8db476da-8f64-4dd7-a020-84180f2f4e87.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8db476da-8f64-4dd7-a020-84180f2f4e87 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1280px;
  }



  img.s-8db476da-8f64-4dd7-a020-84180f2f4e87.shogun-image {
    
    
    
    max-height: 1280px;
  }


.s-8db476da-8f64-4dd7-a020-84180f2f4e87 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8db476da-8f64-4dd7-a020-84180f2f4e87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8db476da-8f64-4dd7-a020-84180f2f4e87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8db476da-8f64-4dd7-a020-84180f2f4e87.shogun-image {
  box-sizing: border-box;
}



.s-8db476da-8f64-4dd7-a020-84180f2f4e87 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8db476da-8f64-4dd7-a020-84180f2f4e87 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-8db476da-8f64-4dd7-a020-84180f2f4e87.shogun-image-container {
      position: relative;
    }

    .s-8db476da-8f64-4dd7-a020-84180f2f4e87.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8db476da-8f64-4dd7-a020-84180f2f4e87.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8db476da-8f64-4dd7-a020-84180f2f4e87 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1280px;
    }
  }

@media (min-width: 1200px){#s-8db476da-8f64-4dd7-a020-84180f2f4e87 {
  margin: 0 !important;
  overflow: visible;
}

#s-8db476da-8f64-4dd7-a020-84180f2f4e87-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8db476da-8f64-4dd7-a020-84180f2f4e87 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8db476da-8f64-4dd7-a020-84180f2f4e87 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8db476da-8f64-4dd7-a020-84180f2f4e87 img.shogun-image {
  /* Add background color handling */
  
}

#s-8db476da-8f64-4dd7-a020-84180f2f4e87 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8db476da-8f64-4dd7-a020-84180f2f4e87 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-8db476da-8f64-4dd7-a020-84180f2f4e87 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8db476da-8f64-4dd7-a020-84180f2f4e87 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8db476da-8f64-4dd7-a020-84180f2f4e87.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8db476da-8f64-4dd7-a020-84180f2f4e87 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1280px;
  }



  img.s-8db476da-8f64-4dd7-a020-84180f2f4e87.shogun-image {
    
    
    
    max-height: 1280px;
  }


.s-8db476da-8f64-4dd7-a020-84180f2f4e87 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8db476da-8f64-4dd7-a020-84180f2f4e87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8db476da-8f64-4dd7-a020-84180f2f4e87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8db476da-8f64-4dd7-a020-84180f2f4e87.shogun-image {
  box-sizing: border-box;
}



.s-8db476da-8f64-4dd7-a020-84180f2f4e87 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8db476da-8f64-4dd7-a020-84180f2f4e87 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-8db476da-8f64-4dd7-a020-84180f2f4e87.shogun-image-container {
      position: relative;
    }

    .s-8db476da-8f64-4dd7-a020-84180f2f4e87.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8db476da-8f64-4dd7-a020-84180f2f4e87.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8db476da-8f64-4dd7-a020-84180f2f4e87 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1280px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8db476da-8f64-4dd7-a020-84180f2f4e87 {
  margin: 0 !important;
  overflow: visible;
}

#s-8db476da-8f64-4dd7-a020-84180f2f4e87-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8db476da-8f64-4dd7-a020-84180f2f4e87 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8db476da-8f64-4dd7-a020-84180f2f4e87 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8db476da-8f64-4dd7-a020-84180f2f4e87 img.shogun-image {
  /* Add background color handling */
  
}

#s-8db476da-8f64-4dd7-a020-84180f2f4e87 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8db476da-8f64-4dd7-a020-84180f2f4e87 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-8db476da-8f64-4dd7-a020-84180f2f4e87 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8db476da-8f64-4dd7-a020-84180f2f4e87 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8db476da-8f64-4dd7-a020-84180f2f4e87.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8db476da-8f64-4dd7-a020-84180f2f4e87 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1280px;
  }



  img.s-8db476da-8f64-4dd7-a020-84180f2f4e87.shogun-image {
    
    
    
    max-height: 1280px;
  }


.s-8db476da-8f64-4dd7-a020-84180f2f4e87 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8db476da-8f64-4dd7-a020-84180f2f4e87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8db476da-8f64-4dd7-a020-84180f2f4e87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8db476da-8f64-4dd7-a020-84180f2f4e87.shogun-image {
  box-sizing: border-box;
}



.s-8db476da-8f64-4dd7-a020-84180f2f4e87 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8db476da-8f64-4dd7-a020-84180f2f4e87 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-8db476da-8f64-4dd7-a020-84180f2f4e87.shogun-image-container {
      position: relative;
    }

    .s-8db476da-8f64-4dd7-a020-84180f2f4e87.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8db476da-8f64-4dd7-a020-84180f2f4e87.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8db476da-8f64-4dd7-a020-84180f2f4e87 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1280px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8db476da-8f64-4dd7-a020-84180f2f4e87 {
  margin: 0 !important;
  overflow: visible;
}

#s-8db476da-8f64-4dd7-a020-84180f2f4e87-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8db476da-8f64-4dd7-a020-84180f2f4e87 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8db476da-8f64-4dd7-a020-84180f2f4e87 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8db476da-8f64-4dd7-a020-84180f2f4e87 img.shogun-image {
  /* Add background color handling */
  
}

#s-8db476da-8f64-4dd7-a020-84180f2f4e87 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8db476da-8f64-4dd7-a020-84180f2f4e87 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-8db476da-8f64-4dd7-a020-84180f2f4e87 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8db476da-8f64-4dd7-a020-84180f2f4e87 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8db476da-8f64-4dd7-a020-84180f2f4e87.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8db476da-8f64-4dd7-a020-84180f2f4e87 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1280px;
  }



  img.s-8db476da-8f64-4dd7-a020-84180f2f4e87.shogun-image {
    
    
    
    max-height: 1280px;
  }


.s-8db476da-8f64-4dd7-a020-84180f2f4e87 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8db476da-8f64-4dd7-a020-84180f2f4e87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8db476da-8f64-4dd7-a020-84180f2f4e87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8db476da-8f64-4dd7-a020-84180f2f4e87.shogun-image {
  box-sizing: border-box;
}



.s-8db476da-8f64-4dd7-a020-84180f2f4e87 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8db476da-8f64-4dd7-a020-84180f2f4e87 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-8db476da-8f64-4dd7-a020-84180f2f4e87.shogun-image-container {
      position: relative;
    }

    .s-8db476da-8f64-4dd7-a020-84180f2f4e87.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8db476da-8f64-4dd7-a020-84180f2f4e87.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8db476da-8f64-4dd7-a020-84180f2f4e87 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1280px;
    }
  }

}@media (max-width: 767px){#s-8db476da-8f64-4dd7-a020-84180f2f4e87 {
  margin: 0 !important;
  overflow: visible;
}

#s-8db476da-8f64-4dd7-a020-84180f2f4e87-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8db476da-8f64-4dd7-a020-84180f2f4e87 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-8db476da-8f64-4dd7-a020-84180f2f4e87 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8db476da-8f64-4dd7-a020-84180f2f4e87 img.shogun-image {
  /* Add background color handling */
  
}

#s-8db476da-8f64-4dd7-a020-84180f2f4e87 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8db476da-8f64-4dd7-a020-84180f2f4e87 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-8db476da-8f64-4dd7-a020-84180f2f4e87 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8db476da-8f64-4dd7-a020-84180f2f4e87 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8db476da-8f64-4dd7-a020-84180f2f4e87.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8db476da-8f64-4dd7-a020-84180f2f4e87 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1280px;
  }



  img.s-8db476da-8f64-4dd7-a020-84180f2f4e87.shogun-image {
    
    
    
    max-height: 1280px;
  }


.s-8db476da-8f64-4dd7-a020-84180f2f4e87 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8db476da-8f64-4dd7-a020-84180f2f4e87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8db476da-8f64-4dd7-a020-84180f2f4e87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8db476da-8f64-4dd7-a020-84180f2f4e87.shogun-image {
  box-sizing: border-box;
}



.s-8db476da-8f64-4dd7-a020-84180f2f4e87 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8db476da-8f64-4dd7-a020-84180f2f4e87 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-8db476da-8f64-4dd7-a020-84180f2f4e87.shogun-image-container {
      position: relative;
    }

    .s-8db476da-8f64-4dd7-a020-84180f2f4e87.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8db476da-8f64-4dd7-a020-84180f2f4e87.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8db476da-8f64-4dd7-a020-84180f2f4e87 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1280px;
    }
  }

}
#s-c3b421e2-84b6-43e0-8ca8-bf647b28ba60 {
  margin-left: auto;
margin-right: auto;
}

#s-c3b421e2-84b6-43e0-8ca8-bf647b28ba60 hr {
  border-top: 2px solid #ddd;
}

#s-19264def-6b51-4b62-ae15-02ba496e3233 {
  margin-top: 20px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-19264def-6b51-4b62-ae15-02ba496e3233"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19264def-6b51-4b62-ae15-02ba496e3233"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-19264def-6b51-4b62-ae15-02ba496e3233"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-19264def-6b51-4b62-ae15-02ba496e3233"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 {
  max-width: 720px;
aspect-ratio: 1/1;
text-align: center;
}

#s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 {
  margin: 0 !important;
  overflow: visible;
}

#s-5debcc33-5d26-4fb2-aa33-c18712c79dc9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 img.shogun-image {
  /* Add background color handling */
  
}

#s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5debcc33-5d26-4fb2-aa33-c18712c79dc9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-5debcc33-5d26-4fb2-aa33-c18712c79dc9.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5debcc33-5d26-4fb2-aa33-c18712c79dc9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5debcc33-5d26-4fb2-aa33-c18712c79dc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5debcc33-5d26-4fb2-aa33-c18712c79dc9.shogun-image {
  box-sizing: border-box;
}



.s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5debcc33-5d26-4fb2-aa33-c18712c79dc9.shogun-image-container {
      position: relative;
    }

    .s-5debcc33-5d26-4fb2-aa33-c18712c79dc9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5debcc33-5d26-4fb2-aa33-c18712c79dc9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

@media (min-width: 1200px){#s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 {
  margin: 0 !important;
  overflow: visible;
}

#s-5debcc33-5d26-4fb2-aa33-c18712c79dc9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 img.shogun-image {
  /* Add background color handling */
  
}

#s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5debcc33-5d26-4fb2-aa33-c18712c79dc9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-5debcc33-5d26-4fb2-aa33-c18712c79dc9.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5debcc33-5d26-4fb2-aa33-c18712c79dc9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5debcc33-5d26-4fb2-aa33-c18712c79dc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5debcc33-5d26-4fb2-aa33-c18712c79dc9.shogun-image {
  box-sizing: border-box;
}



.s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5debcc33-5d26-4fb2-aa33-c18712c79dc9.shogun-image-container {
      position: relative;
    }

    .s-5debcc33-5d26-4fb2-aa33-c18712c79dc9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5debcc33-5d26-4fb2-aa33-c18712c79dc9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 {
  margin: 0 !important;
  overflow: visible;
}

#s-5debcc33-5d26-4fb2-aa33-c18712c79dc9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 img.shogun-image {
  /* Add background color handling */
  
}

#s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5debcc33-5d26-4fb2-aa33-c18712c79dc9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-5debcc33-5d26-4fb2-aa33-c18712c79dc9.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5debcc33-5d26-4fb2-aa33-c18712c79dc9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5debcc33-5d26-4fb2-aa33-c18712c79dc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5debcc33-5d26-4fb2-aa33-c18712c79dc9.shogun-image {
  box-sizing: border-box;
}



.s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5debcc33-5d26-4fb2-aa33-c18712c79dc9.shogun-image-container {
      position: relative;
    }

    .s-5debcc33-5d26-4fb2-aa33-c18712c79dc9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5debcc33-5d26-4fb2-aa33-c18712c79dc9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 {
  margin: 0 !important;
  overflow: visible;
}

#s-5debcc33-5d26-4fb2-aa33-c18712c79dc9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 img.shogun-image {
  /* Add background color handling */
  
}

#s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5debcc33-5d26-4fb2-aa33-c18712c79dc9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-5debcc33-5d26-4fb2-aa33-c18712c79dc9.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5debcc33-5d26-4fb2-aa33-c18712c79dc9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5debcc33-5d26-4fb2-aa33-c18712c79dc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5debcc33-5d26-4fb2-aa33-c18712c79dc9.shogun-image {
  box-sizing: border-box;
}



.s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5debcc33-5d26-4fb2-aa33-c18712c79dc9.shogun-image-container {
      position: relative;
    }

    .s-5debcc33-5d26-4fb2-aa33-c18712c79dc9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5debcc33-5d26-4fb2-aa33-c18712c79dc9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}@media (max-width: 767px){#s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 {
  margin: 0 !important;
  overflow: visible;
}

#s-5debcc33-5d26-4fb2-aa33-c18712c79dc9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 img.shogun-image {
  /* Add background color handling */
  
}

#s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5debcc33-5d26-4fb2-aa33-c18712c79dc9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-5debcc33-5d26-4fb2-aa33-c18712c79dc9.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5debcc33-5d26-4fb2-aa33-c18712c79dc9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5debcc33-5d26-4fb2-aa33-c18712c79dc9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5debcc33-5d26-4fb2-aa33-c18712c79dc9.shogun-image {
  box-sizing: border-box;
}



.s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5debcc33-5d26-4fb2-aa33-c18712c79dc9.shogun-image-container {
      position: relative;
    }

    .s-5debcc33-5d26-4fb2-aa33-c18712c79dc9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5debcc33-5d26-4fb2-aa33-c18712c79dc9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5debcc33-5d26-4fb2-aa33-c18712c79dc9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}
#s-f4b5173c-a002-486b-a779-5ca9d9363de5 {
  margin-top: 15px;
}

#s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 {
  max-width: 720px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 {
  margin-top: 40px;
margin-bottom: 10px;
}
}
#s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 {
  margin: 0 !important;
  overflow: visible;
}

#s-0af17e03-1533-41b0-a8b3-2a7d751feeb0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 img.shogun-image {
  /* Add background color handling */
  
}

#s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0af17e03-1533-41b0-a8b3-2a7d751feeb0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-0af17e03-1533-41b0-a8b3-2a7d751feeb0.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0af17e03-1533-41b0-a8b3-2a7d751feeb0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0af17e03-1533-41b0-a8b3-2a7d751feeb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0af17e03-1533-41b0-a8b3-2a7d751feeb0.shogun-image {
  box-sizing: border-box;
}



.s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0af17e03-1533-41b0-a8b3-2a7d751feeb0.shogun-image-container {
      position: relative;
    }

    .s-0af17e03-1533-41b0-a8b3-2a7d751feeb0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0af17e03-1533-41b0-a8b3-2a7d751feeb0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

@media (min-width: 1200px){#s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 {
  margin: 0 !important;
  overflow: visible;
}

#s-0af17e03-1533-41b0-a8b3-2a7d751feeb0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 img.shogun-image {
  /* Add background color handling */
  
}

#s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0af17e03-1533-41b0-a8b3-2a7d751feeb0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-0af17e03-1533-41b0-a8b3-2a7d751feeb0.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0af17e03-1533-41b0-a8b3-2a7d751feeb0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0af17e03-1533-41b0-a8b3-2a7d751feeb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0af17e03-1533-41b0-a8b3-2a7d751feeb0.shogun-image {
  box-sizing: border-box;
}



.s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0af17e03-1533-41b0-a8b3-2a7d751feeb0.shogun-image-container {
      position: relative;
    }

    .s-0af17e03-1533-41b0-a8b3-2a7d751feeb0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0af17e03-1533-41b0-a8b3-2a7d751feeb0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 {
  margin: 0 !important;
  overflow: visible;
}

#s-0af17e03-1533-41b0-a8b3-2a7d751feeb0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 img.shogun-image {
  /* Add background color handling */
  
}

#s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0af17e03-1533-41b0-a8b3-2a7d751feeb0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-0af17e03-1533-41b0-a8b3-2a7d751feeb0.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0af17e03-1533-41b0-a8b3-2a7d751feeb0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0af17e03-1533-41b0-a8b3-2a7d751feeb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0af17e03-1533-41b0-a8b3-2a7d751feeb0.shogun-image {
  box-sizing: border-box;
}



.s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0af17e03-1533-41b0-a8b3-2a7d751feeb0.shogun-image-container {
      position: relative;
    }

    .s-0af17e03-1533-41b0-a8b3-2a7d751feeb0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0af17e03-1533-41b0-a8b3-2a7d751feeb0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 {
  margin: 0 !important;
  overflow: visible;
}

#s-0af17e03-1533-41b0-a8b3-2a7d751feeb0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 img.shogun-image {
  /* Add background color handling */
  
}

#s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0af17e03-1533-41b0-a8b3-2a7d751feeb0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-0af17e03-1533-41b0-a8b3-2a7d751feeb0.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0af17e03-1533-41b0-a8b3-2a7d751feeb0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0af17e03-1533-41b0-a8b3-2a7d751feeb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0af17e03-1533-41b0-a8b3-2a7d751feeb0.shogun-image {
  box-sizing: border-box;
}



.s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0af17e03-1533-41b0-a8b3-2a7d751feeb0.shogun-image-container {
      position: relative;
    }

    .s-0af17e03-1533-41b0-a8b3-2a7d751feeb0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0af17e03-1533-41b0-a8b3-2a7d751feeb0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}@media (max-width: 767px){#s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 {
  margin: 0 !important;
  overflow: visible;
}

#s-0af17e03-1533-41b0-a8b3-2a7d751feeb0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 img.shogun-image {
  /* Add background color handling */
  
}

#s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0af17e03-1533-41b0-a8b3-2a7d751feeb0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-0af17e03-1533-41b0-a8b3-2a7d751feeb0.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0af17e03-1533-41b0-a8b3-2a7d751feeb0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0af17e03-1533-41b0-a8b3-2a7d751feeb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0af17e03-1533-41b0-a8b3-2a7d751feeb0.shogun-image {
  box-sizing: border-box;
}



.s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0af17e03-1533-41b0-a8b3-2a7d751feeb0.shogun-image-container {
      position: relative;
    }

    .s-0af17e03-1533-41b0-a8b3-2a7d751feeb0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0af17e03-1533-41b0-a8b3-2a7d751feeb0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0af17e03-1533-41b0-a8b3-2a7d751feeb0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}
#s-893d69d1-d1ae-47c0-9724-8522ae3ae6c5 {
  margin-top: 15px;
}

#s-1cbae65e-34e3-478b-9343-dec29868e20b {
  margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
text-align: left;
}
@media (max-width: 767px){#s-1cbae65e-34e3-478b-9343-dec29868e20b {
  margin-top: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
}
}
#s-60fcd499-8a10-430e-bedd-907e8f72d6be {
  margin-top: 15px;
}

#s-aca33b9f-4b30-434d-b547-48cad18a99a7 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 30px;
padding-left: 3%;
padding-bottom: 30px;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(40, 40, 40, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-aca33b9f-4b30-434d-b547-48cad18a99a7 {
  margin-top: 20px;
margin-left: 10%;
margin-right: 10%;
border-radius: 5px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-aca33b9f-4b30-434d-b547-48cad18a99a7 {
  margin-top: 20px;
border-radius: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-aca33b9f-4b30-434d-b547-48cad18a99a7 {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
border-radius: 5px;
}
}@media (max-width: 767px){#s-aca33b9f-4b30-434d-b547-48cad18a99a7 {
  margin-top: 20px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 25px;
padding-bottom: 25px;
border-radius: 5px;
}
}







#s-aca33b9f-4b30-434d-b547-48cad18a99a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aca33b9f-4b30-434d-b547-48cad18a99a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-368766ad-6bfe-4b5d-a1f0-a9eecb9c0506 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-368766ad-6bfe-4b5d-a1f0-a9eecb9c0506 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-368766ad-6bfe-4b5d-a1f0-a9eecb9c0506.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-37fd8a00-9e2c-41c8-ab41-dc548ddc949e {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-37fd8a00-9e2c-41c8-ab41-dc548ddc949e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-37fd8a00-9e2c-41c8-ab41-dc548ddc949e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: center;
}


}
#s-ed81d8f7-daf1-4f82-9cec-78cd60ef558b {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 3%;
padding-bottom: 30px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-ed81d8f7-daf1-4f82-9cec-78cd60ef558b {
  padding-top: 0px;
border-radius: 5px;
}
}







#s-ed81d8f7-daf1-4f82-9cec-78cd60ef558b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ed81d8f7-daf1-4f82-9cec-78cd60ef558b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b3af765d-32ec-4b55-b056-ed084a32dd83 {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-b3af765d-32ec-4b55-b056-ed084a32dd83 {
  margin-top: 20px;
}
}
#s-b3af765d-32ec-4b55-b056-ed084a32dd83 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-b3af765d-32ec-4b55-b056-ed084a32dd83 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}


}
#s-064f1c40-c59a-499c-b9fe-427046da630a {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-064f1c40-c59a-499c-b9fe-427046da630a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-064f1c40-c59a-499c-b9fe-427046da630a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-064f1c40-c59a-499c-b9fe-427046da630a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-064f1c40-c59a-499c-b9fe-427046da630a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-fa2f9f9d-9e19-4102-af15-76c46e956c12 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-ffdd983d-ece9-4d98-86f0-467f8f9a87f8 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-ea3b7518-e20f-445d-894a-f66cb5acdc86 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-12c39815-d836-4716-acc5-dce83905c959 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-12c39815-d836-4716-acc5-dce83905c959"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-12c39815-d836-4716-acc5-dce83905c959"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-12c39815-d836-4716-acc5-dce83905c959"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-12c39815-d836-4716-acc5-dce83905c959"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-23a7c7e7-6d54-4831-be60-6a027ec0becc {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-23a7c7e7-6d54-4831-be60-6a027ec0becc {
  border-style: solid;
border-color: #000;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-23a7c7e7-6d54-4831-be60-6a027ec0becc {
  border-style: solid;
border-color: #000;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-23a7c7e7-6d54-4831-be60-6a027ec0becc {
  border-style: solid;
border-color: #000;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
}
}@media (max-width: 767px){#s-23a7c7e7-6d54-4831-be60-6a027ec0becc {
  border-style: solid;
border-color: #000;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
background-color: rgba(242, 242, 242, 1);
}
}







#s-23a7c7e7-6d54-4831-be60-6a027ec0becc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-23a7c7e7-6d54-4831-be60-6a027ec0becc.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-79e6c566-a76a-407e-ae02-fe931f08babd {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-79e6c566-a76a-407e-ae02-fe931f08babd {
  margin: 0 !important;
  overflow: visible;
}

#s-79e6c566-a76a-407e-ae02-fe931f08babd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-79e6c566-a76a-407e-ae02-fe931f08babd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-79e6c566-a76a-407e-ae02-fe931f08babd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-79e6c566-a76a-407e-ae02-fe931f08babd img.shogun-image {
  /* Add background color handling */
  
}

#s-79e6c566-a76a-407e-ae02-fe931f08babd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}






.s-79e6c566-a76a-407e-ae02-fe931f08babd .shogun-image-content {
  
    justify-content: center;
  
}

.s-79e6c566-a76a-407e-ae02-fe931f08babd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79e6c566-a76a-407e-ae02-fe931f08babd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79e6c566-a76a-407e-ae02-fe931f08babd.shogun-image {
  box-sizing: border-box;
}



.s-79e6c566-a76a-407e-ae02-fe931f08babd img.shogun-image {
  
}


@media (min-width: 1200px){#s-79e6c566-a76a-407e-ae02-fe931f08babd {
  margin: 0 !important;
  overflow: visible;
}

#s-79e6c566-a76a-407e-ae02-fe931f08babd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-79e6c566-a76a-407e-ae02-fe931f08babd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-79e6c566-a76a-407e-ae02-fe931f08babd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-79e6c566-a76a-407e-ae02-fe931f08babd img.shogun-image {
  /* Add background color handling */
  
}

#s-79e6c566-a76a-407e-ae02-fe931f08babd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-79e6c566-a76a-407e-ae02-fe931f08babd .shogun-image-content {
  
    justify-content: center;
  
}

.s-79e6c566-a76a-407e-ae02-fe931f08babd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79e6c566-a76a-407e-ae02-fe931f08babd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79e6c566-a76a-407e-ae02-fe931f08babd.shogun-image {
  box-sizing: border-box;
}



.s-79e6c566-a76a-407e-ae02-fe931f08babd img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-79e6c566-a76a-407e-ae02-fe931f08babd {
  margin: 0 !important;
  overflow: visible;
}

#s-79e6c566-a76a-407e-ae02-fe931f08babd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-79e6c566-a76a-407e-ae02-fe931f08babd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-79e6c566-a76a-407e-ae02-fe931f08babd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-79e6c566-a76a-407e-ae02-fe931f08babd img.shogun-image {
  /* Add background color handling */
  
}

#s-79e6c566-a76a-407e-ae02-fe931f08babd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-79e6c566-a76a-407e-ae02-fe931f08babd .shogun-image-content {
  
    justify-content: center;
  
}

.s-79e6c566-a76a-407e-ae02-fe931f08babd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79e6c566-a76a-407e-ae02-fe931f08babd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79e6c566-a76a-407e-ae02-fe931f08babd.shogun-image {
  box-sizing: border-box;
}



.s-79e6c566-a76a-407e-ae02-fe931f08babd img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-79e6c566-a76a-407e-ae02-fe931f08babd {
  margin: 0 !important;
  overflow: visible;
}

#s-79e6c566-a76a-407e-ae02-fe931f08babd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-79e6c566-a76a-407e-ae02-fe931f08babd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-79e6c566-a76a-407e-ae02-fe931f08babd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-79e6c566-a76a-407e-ae02-fe931f08babd img.shogun-image {
  /* Add background color handling */
  
}

#s-79e6c566-a76a-407e-ae02-fe931f08babd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-79e6c566-a76a-407e-ae02-fe931f08babd .shogun-image-content {
  
    justify-content: center;
  
}

.s-79e6c566-a76a-407e-ae02-fe931f08babd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79e6c566-a76a-407e-ae02-fe931f08babd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79e6c566-a76a-407e-ae02-fe931f08babd.shogun-image {
  box-sizing: border-box;
}



.s-79e6c566-a76a-407e-ae02-fe931f08babd img.shogun-image {
  
}


}@media (max-width: 767px){#s-79e6c566-a76a-407e-ae02-fe931f08babd {
  margin: 0 !important;
  overflow: visible;
}

#s-79e6c566-a76a-407e-ae02-fe931f08babd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-79e6c566-a76a-407e-ae02-fe931f08babd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-79e6c566-a76a-407e-ae02-fe931f08babd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-79e6c566-a76a-407e-ae02-fe931f08babd img.shogun-image {
  /* Add background color handling */
  
}

#s-79e6c566-a76a-407e-ae02-fe931f08babd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-79e6c566-a76a-407e-ae02-fe931f08babd .shogun-image-content {
  
    justify-content: center;
  
}

.s-79e6c566-a76a-407e-ae02-fe931f08babd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79e6c566-a76a-407e-ae02-fe931f08babd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79e6c566-a76a-407e-ae02-fe931f08babd.shogun-image {
  box-sizing: border-box;
}



.s-79e6c566-a76a-407e-ae02-fe931f08babd img.shogun-image {
  
}


}
#s-dfd24ca1-e407-44f2-828a-892e235e9bcd {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-dfd24ca1-e407-44f2-828a-892e235e9bcd {
  margin-top: 20px;
}
}
#s-dfd24ca1-e407-44f2-828a-892e235e9bcd .shogun-heading-component h4 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-7aa4298d-6ae8-407d-9975-da58dc503820 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-7aa4298d-6ae8-407d-9975-da58dc503820 {
  border-style: solid;
border-color: #000;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7aa4298d-6ae8-407d-9975-da58dc503820 {
  border-style: solid;
border-color: #000;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7aa4298d-6ae8-407d-9975-da58dc503820 {
  border-style: solid;
border-color: #000;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
}
}@media (max-width: 767px){#s-7aa4298d-6ae8-407d-9975-da58dc503820 {
  border-style: solid;
border-color: #000;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
background-color: rgba(242, 242, 242, 1);
}
}







#s-7aa4298d-6ae8-407d-9975-da58dc503820 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7aa4298d-6ae8-407d-9975-da58dc503820.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-63985fc2-d206-4f9b-9bdf-db4fa2004fea {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-63985fc2-d206-4f9b-9bdf-db4fa2004fea {
  margin: 0 !important;
  overflow: visible;
}

#s-63985fc2-d206-4f9b-9bdf-db4fa2004fea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-63985fc2-d206-4f9b-9bdf-db4fa2004fea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63985fc2-d206-4f9b-9bdf-db4fa2004fea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63985fc2-d206-4f9b-9bdf-db4fa2004fea img.shogun-image {
  /* Add background color handling */
  
}

#s-63985fc2-d206-4f9b-9bdf-db4fa2004fea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}






.s-63985fc2-d206-4f9b-9bdf-db4fa2004fea .shogun-image-content {
  
    justify-content: center;
  
}

.s-63985fc2-d206-4f9b-9bdf-db4fa2004fea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63985fc2-d206-4f9b-9bdf-db4fa2004fea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63985fc2-d206-4f9b-9bdf-db4fa2004fea.shogun-image {
  box-sizing: border-box;
}



.s-63985fc2-d206-4f9b-9bdf-db4fa2004fea img.shogun-image {
  
}


@media (min-width: 1200px){#s-63985fc2-d206-4f9b-9bdf-db4fa2004fea {
  margin: 0 !important;
  overflow: visible;
}

#s-63985fc2-d206-4f9b-9bdf-db4fa2004fea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-63985fc2-d206-4f9b-9bdf-db4fa2004fea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63985fc2-d206-4f9b-9bdf-db4fa2004fea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63985fc2-d206-4f9b-9bdf-db4fa2004fea img.shogun-image {
  /* Add background color handling */
  
}

#s-63985fc2-d206-4f9b-9bdf-db4fa2004fea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-63985fc2-d206-4f9b-9bdf-db4fa2004fea .shogun-image-content {
  
    justify-content: center;
  
}

.s-63985fc2-d206-4f9b-9bdf-db4fa2004fea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63985fc2-d206-4f9b-9bdf-db4fa2004fea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63985fc2-d206-4f9b-9bdf-db4fa2004fea.shogun-image {
  box-sizing: border-box;
}



.s-63985fc2-d206-4f9b-9bdf-db4fa2004fea img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-63985fc2-d206-4f9b-9bdf-db4fa2004fea {
  margin: 0 !important;
  overflow: visible;
}

#s-63985fc2-d206-4f9b-9bdf-db4fa2004fea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-63985fc2-d206-4f9b-9bdf-db4fa2004fea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63985fc2-d206-4f9b-9bdf-db4fa2004fea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63985fc2-d206-4f9b-9bdf-db4fa2004fea img.shogun-image {
  /* Add background color handling */
  
}

#s-63985fc2-d206-4f9b-9bdf-db4fa2004fea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-63985fc2-d206-4f9b-9bdf-db4fa2004fea .shogun-image-content {
  
    justify-content: center;
  
}

.s-63985fc2-d206-4f9b-9bdf-db4fa2004fea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63985fc2-d206-4f9b-9bdf-db4fa2004fea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63985fc2-d206-4f9b-9bdf-db4fa2004fea.shogun-image {
  box-sizing: border-box;
}



.s-63985fc2-d206-4f9b-9bdf-db4fa2004fea img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-63985fc2-d206-4f9b-9bdf-db4fa2004fea {
  margin: 0 !important;
  overflow: visible;
}

#s-63985fc2-d206-4f9b-9bdf-db4fa2004fea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-63985fc2-d206-4f9b-9bdf-db4fa2004fea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63985fc2-d206-4f9b-9bdf-db4fa2004fea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63985fc2-d206-4f9b-9bdf-db4fa2004fea img.shogun-image {
  /* Add background color handling */
  
}

#s-63985fc2-d206-4f9b-9bdf-db4fa2004fea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-63985fc2-d206-4f9b-9bdf-db4fa2004fea .shogun-image-content {
  
    justify-content: center;
  
}

.s-63985fc2-d206-4f9b-9bdf-db4fa2004fea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63985fc2-d206-4f9b-9bdf-db4fa2004fea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63985fc2-d206-4f9b-9bdf-db4fa2004fea.shogun-image {
  box-sizing: border-box;
}



.s-63985fc2-d206-4f9b-9bdf-db4fa2004fea img.shogun-image {
  
}


}@media (max-width: 767px){#s-63985fc2-d206-4f9b-9bdf-db4fa2004fea {
  margin: 0 !important;
  overflow: visible;
}

#s-63985fc2-d206-4f9b-9bdf-db4fa2004fea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-63985fc2-d206-4f9b-9bdf-db4fa2004fea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63985fc2-d206-4f9b-9bdf-db4fa2004fea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63985fc2-d206-4f9b-9bdf-db4fa2004fea img.shogun-image {
  /* Add background color handling */
  
}

#s-63985fc2-d206-4f9b-9bdf-db4fa2004fea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-63985fc2-d206-4f9b-9bdf-db4fa2004fea .shogun-image-content {
  
    justify-content: center;
  
}

.s-63985fc2-d206-4f9b-9bdf-db4fa2004fea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63985fc2-d206-4f9b-9bdf-db4fa2004fea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63985fc2-d206-4f9b-9bdf-db4fa2004fea.shogun-image {
  box-sizing: border-box;
}



.s-63985fc2-d206-4f9b-9bdf-db4fa2004fea img.shogun-image {
  
}


}
#s-24207d5d-666d-4d24-8c4e-0e854914043d {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-24207d5d-666d-4d24-8c4e-0e854914043d {
  margin-top: 20px;
}
}
#s-24207d5d-666d-4d24-8c4e-0e854914043d .shogun-heading-component h4 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-2f511d22-f4f5-4137-a49a-667fb01e2c4a {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-2f511d22-f4f5-4137-a49a-667fb01e2c4a {
  border-style: solid;
border-color: #000;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
}
}@media (max-width: 767px){#s-2f511d22-f4f5-4137-a49a-667fb01e2c4a {
  border-style: solid;
border-color: #000;
margin-top: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
}
}







#s-2f511d22-f4f5-4137-a49a-667fb01e2c4a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2f511d22-f4f5-4137-a49a-667fb01e2c4a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 1200px){






#s-2f511d22-f4f5-4137-a49a-667fb01e2c4a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2f511d22-f4f5-4137-a49a-667fb01e2c4a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-d1457eb5-f5ff-4228-a072-da75a464ad3f {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-d1457eb5-f5ff-4228-a072-da75a464ad3f {
  margin: 0 !important;
  overflow: visible;
}

#s-d1457eb5-f5ff-4228-a072-da75a464ad3f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1457eb5-f5ff-4228-a072-da75a464ad3f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1457eb5-f5ff-4228-a072-da75a464ad3f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1457eb5-f5ff-4228-a072-da75a464ad3f img.shogun-image {
  /* Add background color handling */
  
}

#s-d1457eb5-f5ff-4228-a072-da75a464ad3f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d1457eb5-f5ff-4228-a072-da75a464ad3f .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1457eb5-f5ff-4228-a072-da75a464ad3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1457eb5-f5ff-4228-a072-da75a464ad3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1457eb5-f5ff-4228-a072-da75a464ad3f.shogun-image {
  box-sizing: border-box;
}



.s-d1457eb5-f5ff-4228-a072-da75a464ad3f img.shogun-image {
  
}


@media (min-width: 1200px){#s-d1457eb5-f5ff-4228-a072-da75a464ad3f {
  margin: 0 !important;
  overflow: visible;
}

#s-d1457eb5-f5ff-4228-a072-da75a464ad3f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1457eb5-f5ff-4228-a072-da75a464ad3f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1457eb5-f5ff-4228-a072-da75a464ad3f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1457eb5-f5ff-4228-a072-da75a464ad3f img.shogun-image {
  /* Add background color handling */
  
}

#s-d1457eb5-f5ff-4228-a072-da75a464ad3f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d1457eb5-f5ff-4228-a072-da75a464ad3f .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1457eb5-f5ff-4228-a072-da75a464ad3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1457eb5-f5ff-4228-a072-da75a464ad3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1457eb5-f5ff-4228-a072-da75a464ad3f.shogun-image {
  box-sizing: border-box;
}



.s-d1457eb5-f5ff-4228-a072-da75a464ad3f img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d1457eb5-f5ff-4228-a072-da75a464ad3f {
  margin: 0 !important;
  overflow: visible;
}

#s-d1457eb5-f5ff-4228-a072-da75a464ad3f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1457eb5-f5ff-4228-a072-da75a464ad3f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1457eb5-f5ff-4228-a072-da75a464ad3f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1457eb5-f5ff-4228-a072-da75a464ad3f img.shogun-image {
  /* Add background color handling */
  
}

#s-d1457eb5-f5ff-4228-a072-da75a464ad3f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d1457eb5-f5ff-4228-a072-da75a464ad3f .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1457eb5-f5ff-4228-a072-da75a464ad3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1457eb5-f5ff-4228-a072-da75a464ad3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1457eb5-f5ff-4228-a072-da75a464ad3f.shogun-image {
  box-sizing: border-box;
}



.s-d1457eb5-f5ff-4228-a072-da75a464ad3f img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d1457eb5-f5ff-4228-a072-da75a464ad3f {
  margin: 0 !important;
  overflow: visible;
}

#s-d1457eb5-f5ff-4228-a072-da75a464ad3f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1457eb5-f5ff-4228-a072-da75a464ad3f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1457eb5-f5ff-4228-a072-da75a464ad3f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1457eb5-f5ff-4228-a072-da75a464ad3f img.shogun-image {
  /* Add background color handling */
  
}

#s-d1457eb5-f5ff-4228-a072-da75a464ad3f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d1457eb5-f5ff-4228-a072-da75a464ad3f .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1457eb5-f5ff-4228-a072-da75a464ad3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1457eb5-f5ff-4228-a072-da75a464ad3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1457eb5-f5ff-4228-a072-da75a464ad3f.shogun-image {
  box-sizing: border-box;
}



.s-d1457eb5-f5ff-4228-a072-da75a464ad3f img.shogun-image {
  
}


}@media (max-width: 767px){#s-d1457eb5-f5ff-4228-a072-da75a464ad3f {
  margin: 0 !important;
  overflow: visible;
}

#s-d1457eb5-f5ff-4228-a072-da75a464ad3f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1457eb5-f5ff-4228-a072-da75a464ad3f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1457eb5-f5ff-4228-a072-da75a464ad3f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1457eb5-f5ff-4228-a072-da75a464ad3f img.shogun-image {
  /* Add background color handling */
  
}

#s-d1457eb5-f5ff-4228-a072-da75a464ad3f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}






.s-d1457eb5-f5ff-4228-a072-da75a464ad3f .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1457eb5-f5ff-4228-a072-da75a464ad3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1457eb5-f5ff-4228-a072-da75a464ad3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1457eb5-f5ff-4228-a072-da75a464ad3f.shogun-image {
  box-sizing: border-box;
}



.s-d1457eb5-f5ff-4228-a072-da75a464ad3f img.shogun-image {
  
}


}
#s-7433750d-9f15-40f7-95f4-2c881fd63c9e {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-7433750d-9f15-40f7-95f4-2c881fd63c9e {
  margin-top: 10px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-7433750d-9f15-40f7-95f4-2c881fd63c9e {
  margin-top: 20px;
}
}
#s-7433750d-9f15-40f7-95f4-2c881fd63c9e .shogun-heading-component h4 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-acf3fcfc-ea61-42dc-b7f1-03cfbf30832b {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}
@media (max-width: 767px){#s-acf3fcfc-ea61-42dc-b7f1-03cfbf30832b {
  margin-top: 10px;
}
}







#s-acf3fcfc-ea61-42dc-b7f1-03cfbf30832b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-acf3fcfc-ea61-42dc-b7f1-03cfbf30832b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8f2ca923-e010-4ffb-840c-53267db6f9cc {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-8f2ca923-e010-4ffb-840c-53267db6f9cc {
  margin: 0 !important;
  overflow: visible;
}

#s-8f2ca923-e010-4ffb-840c-53267db6f9cc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8f2ca923-e010-4ffb-840c-53267db6f9cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8f2ca923-e010-4ffb-840c-53267db6f9cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f2ca923-e010-4ffb-840c-53267db6f9cc img.shogun-image {
  /* Add background color handling */
  
}

#s-8f2ca923-e010-4ffb-840c-53267db6f9cc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8f2ca923-e010-4ffb-840c-53267db6f9cc .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f2ca923-e010-4ffb-840c-53267db6f9cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f2ca923-e010-4ffb-840c-53267db6f9cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f2ca923-e010-4ffb-840c-53267db6f9cc.shogun-image {
  box-sizing: border-box;
}



.s-8f2ca923-e010-4ffb-840c-53267db6f9cc img.shogun-image {
  
}


@media (min-width: 1200px){#s-8f2ca923-e010-4ffb-840c-53267db6f9cc {
  margin: 0 !important;
  overflow: visible;
}

#s-8f2ca923-e010-4ffb-840c-53267db6f9cc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8f2ca923-e010-4ffb-840c-53267db6f9cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8f2ca923-e010-4ffb-840c-53267db6f9cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f2ca923-e010-4ffb-840c-53267db6f9cc img.shogun-image {
  /* Add background color handling */
  
}

#s-8f2ca923-e010-4ffb-840c-53267db6f9cc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8f2ca923-e010-4ffb-840c-53267db6f9cc .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f2ca923-e010-4ffb-840c-53267db6f9cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f2ca923-e010-4ffb-840c-53267db6f9cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f2ca923-e010-4ffb-840c-53267db6f9cc.shogun-image {
  box-sizing: border-box;
}



.s-8f2ca923-e010-4ffb-840c-53267db6f9cc img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8f2ca923-e010-4ffb-840c-53267db6f9cc {
  margin: 0 !important;
  overflow: visible;
}

#s-8f2ca923-e010-4ffb-840c-53267db6f9cc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8f2ca923-e010-4ffb-840c-53267db6f9cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8f2ca923-e010-4ffb-840c-53267db6f9cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f2ca923-e010-4ffb-840c-53267db6f9cc img.shogun-image {
  /* Add background color handling */
  
}

#s-8f2ca923-e010-4ffb-840c-53267db6f9cc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8f2ca923-e010-4ffb-840c-53267db6f9cc .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f2ca923-e010-4ffb-840c-53267db6f9cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f2ca923-e010-4ffb-840c-53267db6f9cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f2ca923-e010-4ffb-840c-53267db6f9cc.shogun-image {
  box-sizing: border-box;
}



.s-8f2ca923-e010-4ffb-840c-53267db6f9cc img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8f2ca923-e010-4ffb-840c-53267db6f9cc {
  margin: 0 !important;
  overflow: visible;
}

#s-8f2ca923-e010-4ffb-840c-53267db6f9cc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8f2ca923-e010-4ffb-840c-53267db6f9cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8f2ca923-e010-4ffb-840c-53267db6f9cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f2ca923-e010-4ffb-840c-53267db6f9cc img.shogun-image {
  /* Add background color handling */
  
}

#s-8f2ca923-e010-4ffb-840c-53267db6f9cc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8f2ca923-e010-4ffb-840c-53267db6f9cc .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f2ca923-e010-4ffb-840c-53267db6f9cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f2ca923-e010-4ffb-840c-53267db6f9cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f2ca923-e010-4ffb-840c-53267db6f9cc.shogun-image {
  box-sizing: border-box;
}



.s-8f2ca923-e010-4ffb-840c-53267db6f9cc img.shogun-image {
  
}


}@media (max-width: 767px){#s-8f2ca923-e010-4ffb-840c-53267db6f9cc {
  margin: 0 !important;
  overflow: visible;
}

#s-8f2ca923-e010-4ffb-840c-53267db6f9cc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8f2ca923-e010-4ffb-840c-53267db6f9cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8f2ca923-e010-4ffb-840c-53267db6f9cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f2ca923-e010-4ffb-840c-53267db6f9cc img.shogun-image {
  /* Add background color handling */
  
}

#s-8f2ca923-e010-4ffb-840c-53267db6f9cc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8f2ca923-e010-4ffb-840c-53267db6f9cc .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f2ca923-e010-4ffb-840c-53267db6f9cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f2ca923-e010-4ffb-840c-53267db6f9cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f2ca923-e010-4ffb-840c-53267db6f9cc.shogun-image {
  box-sizing: border-box;
}



.s-8f2ca923-e010-4ffb-840c-53267db6f9cc img.shogun-image {
  
}


}
#s-a9d93d3a-a69f-46b8-8529-7de2e790dd26 {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-a9d93d3a-a69f-46b8-8529-7de2e790dd26 {
  margin-top: 10px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-a9d93d3a-a69f-46b8-8529-7de2e790dd26 {
  margin-top: 20px;
}
}
#s-a9d93d3a-a69f-46b8-8529-7de2e790dd26 .shogun-heading-component h4 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-7d65e6e7-c7b1-4ce7-9580-6c484a5c7461 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}
@media (min-width: 1200px){#s-7d65e6e7-c7b1-4ce7-9580-6c484a5c7461 {
  border-style: solid;
border-color: #000;
margin-top: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7d65e6e7-c7b1-4ce7-9580-6c484a5c7461 {
  border-style: solid;
border-color: #000;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7d65e6e7-c7b1-4ce7-9580-6c484a5c7461 {
  border-style: solid;
border-color: #000;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
}
}@media (max-width: 767px){#s-7d65e6e7-c7b1-4ce7-9580-6c484a5c7461 {
  border-style: solid;
border-color: #000;
margin-top: 10px;
margin-bottom: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
}
}







#s-7d65e6e7-c7b1-4ce7-9580-6c484a5c7461 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7d65e6e7-c7b1-4ce7-9580-6c484a5c7461.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fc023a65-0207-41f7-b0c5-60f1fa1d4f09 {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fc023a65-0207-41f7-b0c5-60f1fa1d4f09 .shogun-heading-component h5 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-fc023a65-0207-41f7-b0c5-60f1fa1d4f09 .shogun-heading-component h5 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}


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

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

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

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

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

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

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

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

#s-4ff9950c-37e9-4f09-b963-8fc36e106c7a {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-4ff9950c-37e9-4f09-b963-8fc36e106c7a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4ff9950c-37e9-4f09-b963-8fc36e106c7a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-4ff9950c-37e9-4f09-b963-8fc36e106c7a {
  margin-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4ff9950c-37e9-4f09-b963-8fc36e106c7a {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-4ff9950c-37e9-4f09-b963-8fc36e106c7a {
  margin-bottom: 0px;
padding-bottom: 10px;
}
}

  #s-4ff9950c-37e9-4f09-b963-8fc36e106c7a-root {
    text-align: center;
  }


#s-4ff9950c-37e9-4f09-b963-8fc36e106c7a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4ff9950c-37e9-4f09-b963-8fc36e106c7a-root {
    text-align: center;
  }


#s-4ff9950c-37e9-4f09-b963-8fc36e106c7a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4ff9950c-37e9-4f09-b963-8fc36e106c7a-root {
    text-align: center;
  }


#s-4ff9950c-37e9-4f09-b963-8fc36e106c7a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4ff9950c-37e9-4f09-b963-8fc36e106c7a-root {
    text-align: center;
  }


#s-4ff9950c-37e9-4f09-b963-8fc36e106c7a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4ff9950c-37e9-4f09-b963-8fc36e106c7a-root {
    text-align: center;
  }


#s-4ff9950c-37e9-4f09-b963-8fc36e106c7a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-bde3d910-a6d8-44ff-a21a-7da544977fa9 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 3%;
padding-bottom: 30px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-bde3d910-a6d8-44ff-a21a-7da544977fa9 {
  padding-top: 0px;
border-radius: 5px;
}
}







#s-bde3d910-a6d8-44ff-a21a-7da544977fa9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bde3d910-a6d8-44ff-a21a-7da544977fa9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-62ae857f-7fe9-4860-a4b5-cb808fdaf339 {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-62ae857f-7fe9-4860-a4b5-cb808fdaf339 {
  margin-top: 20px;
}
}
#s-62ae857f-7fe9-4860-a4b5-cb808fdaf339 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-62ae857f-7fe9-4860-a4b5-cb808fdaf339 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}


}
#s-8b7455fb-5a51-4ecb-802f-be2a138080cd {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-8b7455fb-5a51-4ecb-802f-be2a138080cd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8b7455fb-5a51-4ecb-802f-be2a138080cd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-8b7455fb-5a51-4ecb-802f-be2a138080cd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-8b7455fb-5a51-4ecb-802f-be2a138080cd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-30b29851-c482-488b-be69-a38eef99ba0a {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 0);
border-style: none;
border-radius: 0px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-30b29851-c482-488b-be69-a38eef99ba0a {
  border-style: solid;
border-color: #000;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-radius: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-30b29851-c482-488b-be69-a38eef99ba0a {
  border-radius: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-30b29851-c482-488b-be69-a38eef99ba0a {
  border-radius: 0px;
}
}@media (max-width: 767px){#s-30b29851-c482-488b-be69-a38eef99ba0a {
  border-style: solid;
border-color: #000;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-radius: 0px;
background-color: rgba(242, 242, 242, 1);
}
}







#s-30b29851-c482-488b-be69-a38eef99ba0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-30b29851-c482-488b-be69-a38eef99ba0a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 1/1;
text-align: center;
}

#s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 {
  margin: 0 !important;
  overflow: visible;
}

#s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 img.shogun-image {
  /* Add background color handling */
  
}

#s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6.shogun-image {
  box-sizing: border-box;
}



.s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6.shogun-image-container {
      position: relative;
    }

    .s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 {
  margin: 0 !important;
  overflow: visible;
}

#s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 img.shogun-image {
  /* Add background color handling */
  
}

#s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6.shogun-image {
  box-sizing: border-box;
}



.s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6.shogun-image-container {
      position: relative;
    }

    .s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 {
  margin: 0 !important;
  overflow: visible;
}

#s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 img.shogun-image {
  /* Add background color handling */
  
}

#s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6.shogun-image {
  box-sizing: border-box;
}



.s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6.shogun-image-container {
      position: relative;
    }

    .s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 {
  margin: 0 !important;
  overflow: visible;
}

#s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 img.shogun-image {
  /* Add background color handling */
  
}

#s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6.shogun-image {
  box-sizing: border-box;
}



.s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6.shogun-image-container {
      position: relative;
    }

    .s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 {
  margin: 0 !important;
  overflow: visible;
}

#s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 img.shogun-image {
  /* Add background color handling */
  
}

#s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6.shogun-image {
  box-sizing: border-box;
}



.s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6.shogun-image-container {
      position: relative;
    }

    .s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6191dc82-e1e1-46d9-86fc-c724a6e0c6c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-3f1ae952-406c-4f9d-bdae-0e9828a7cb07 {
  margin-top: 15px;
padding-left: 2%;
padding-right: 2%;
}

#s-508d5153-2f5f-49af-91fc-588e6b336e6c {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 0);
border-style: none;
border-radius: 0px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-508d5153-2f5f-49af-91fc-588e6b336e6c {
  border-style: solid;
border-color: #000;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-radius: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-508d5153-2f5f-49af-91fc-588e6b336e6c {
  border-radius: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-508d5153-2f5f-49af-91fc-588e6b336e6c {
  border-radius: 0px;
}
}@media (max-width: 767px){#s-508d5153-2f5f-49af-91fc-588e6b336e6c {
  border-style: solid;
border-color: #000;
margin-top: 0px;
padding-top: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-radius: 0px;
background-color: rgba(242, 242, 242, 1);
}
}







#s-508d5153-2f5f-49af-91fc-588e6b336e6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-508d5153-2f5f-49af-91fc-588e6b336e6c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 1/1;
text-align: center;
}

#s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 {
  margin: 0 !important;
  overflow: visible;
}

#s-71fd332f-a5f8-4019-bba4-4b4f7375cca8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 img.shogun-image {
  /* Add background color handling */
  
}

#s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-71fd332f-a5f8-4019-bba4-4b4f7375cca8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-71fd332f-a5f8-4019-bba4-4b4f7375cca8.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-71fd332f-a5f8-4019-bba4-4b4f7375cca8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71fd332f-a5f8-4019-bba4-4b4f7375cca8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71fd332f-a5f8-4019-bba4-4b4f7375cca8.shogun-image {
  box-sizing: border-box;
}



.s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-71fd332f-a5f8-4019-bba4-4b4f7375cca8.shogun-image-container {
      position: relative;
    }

    .s-71fd332f-a5f8-4019-bba4-4b4f7375cca8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-71fd332f-a5f8-4019-bba4-4b4f7375cca8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 {
  margin: 0 !important;
  overflow: visible;
}

#s-71fd332f-a5f8-4019-bba4-4b4f7375cca8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 img.shogun-image {
  /* Add background color handling */
  
}

#s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-71fd332f-a5f8-4019-bba4-4b4f7375cca8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-71fd332f-a5f8-4019-bba4-4b4f7375cca8.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-71fd332f-a5f8-4019-bba4-4b4f7375cca8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71fd332f-a5f8-4019-bba4-4b4f7375cca8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71fd332f-a5f8-4019-bba4-4b4f7375cca8.shogun-image {
  box-sizing: border-box;
}



.s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-71fd332f-a5f8-4019-bba4-4b4f7375cca8.shogun-image-container {
      position: relative;
    }

    .s-71fd332f-a5f8-4019-bba4-4b4f7375cca8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-71fd332f-a5f8-4019-bba4-4b4f7375cca8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 {
  margin: 0 !important;
  overflow: visible;
}

#s-71fd332f-a5f8-4019-bba4-4b4f7375cca8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 img.shogun-image {
  /* Add background color handling */
  
}

#s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-71fd332f-a5f8-4019-bba4-4b4f7375cca8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-71fd332f-a5f8-4019-bba4-4b4f7375cca8.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-71fd332f-a5f8-4019-bba4-4b4f7375cca8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71fd332f-a5f8-4019-bba4-4b4f7375cca8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71fd332f-a5f8-4019-bba4-4b4f7375cca8.shogun-image {
  box-sizing: border-box;
}



.s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-71fd332f-a5f8-4019-bba4-4b4f7375cca8.shogun-image-container {
      position: relative;
    }

    .s-71fd332f-a5f8-4019-bba4-4b4f7375cca8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-71fd332f-a5f8-4019-bba4-4b4f7375cca8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 {
  margin: 0 !important;
  overflow: visible;
}

#s-71fd332f-a5f8-4019-bba4-4b4f7375cca8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 img.shogun-image {
  /* Add background color handling */
  
}

#s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-71fd332f-a5f8-4019-bba4-4b4f7375cca8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-71fd332f-a5f8-4019-bba4-4b4f7375cca8.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-71fd332f-a5f8-4019-bba4-4b4f7375cca8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71fd332f-a5f8-4019-bba4-4b4f7375cca8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71fd332f-a5f8-4019-bba4-4b4f7375cca8.shogun-image {
  box-sizing: border-box;
}



.s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-71fd332f-a5f8-4019-bba4-4b4f7375cca8.shogun-image-container {
      position: relative;
    }

    .s-71fd332f-a5f8-4019-bba4-4b4f7375cca8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-71fd332f-a5f8-4019-bba4-4b4f7375cca8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 {
  margin: 0 !important;
  overflow: visible;
}

#s-71fd332f-a5f8-4019-bba4-4b4f7375cca8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 img.shogun-image {
  /* Add background color handling */
  
}

#s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-71fd332f-a5f8-4019-bba4-4b4f7375cca8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-71fd332f-a5f8-4019-bba4-4b4f7375cca8.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-71fd332f-a5f8-4019-bba4-4b4f7375cca8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-71fd332f-a5f8-4019-bba4-4b4f7375cca8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-71fd332f-a5f8-4019-bba4-4b4f7375cca8.shogun-image {
  box-sizing: border-box;
}



.s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-71fd332f-a5f8-4019-bba4-4b4f7375cca8.shogun-image-container {
      position: relative;
    }

    .s-71fd332f-a5f8-4019-bba4-4b4f7375cca8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-71fd332f-a5f8-4019-bba4-4b4f7375cca8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-71fd332f-a5f8-4019-bba4-4b4f7375cca8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-3e56cc14-a24a-4e28-a34a-971223709819 {
  margin-top: 15px;
padding-left: 2%;
padding-right: 2%;
}

#s-527807ce-ba01-40d7-9265-cf56fe14eb87 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 0);
border-style: none;
border-radius: 0px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-527807ce-ba01-40d7-9265-cf56fe14eb87 {
  border-style: solid;
border-color: #000;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-radius: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-527807ce-ba01-40d7-9265-cf56fe14eb87 {
  border-radius: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-527807ce-ba01-40d7-9265-cf56fe14eb87 {
  border-radius: 0px;
}
}@media (max-width: 767px){#s-527807ce-ba01-40d7-9265-cf56fe14eb87 {
  border-style: solid;
border-color: #000;
margin-top: 0px;
padding-top: 20px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-radius: 0px;
background-color: rgba(242, 242, 242, 1);
}
}







#s-527807ce-ba01-40d7-9265-cf56fe14eb87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-527807ce-ba01-40d7-9265-cf56fe14eb87.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-05c20800-aae3-4236-bb82-7fb8d2f37569 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 1/1;
text-align: center;
}

#s-05c20800-aae3-4236-bb82-7fb8d2f37569 {
  margin: 0 !important;
  overflow: visible;
}

#s-05c20800-aae3-4236-bb82-7fb8d2f37569-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-05c20800-aae3-4236-bb82-7fb8d2f37569 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-05c20800-aae3-4236-bb82-7fb8d2f37569 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-05c20800-aae3-4236-bb82-7fb8d2f37569 img.shogun-image {
  /* Add background color handling */
  
}

#s-05c20800-aae3-4236-bb82-7fb8d2f37569 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-05c20800-aae3-4236-bb82-7fb8d2f37569 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-05c20800-aae3-4236-bb82-7fb8d2f37569 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-05c20800-aae3-4236-bb82-7fb8d2f37569 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-05c20800-aae3-4236-bb82-7fb8d2f37569.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-05c20800-aae3-4236-bb82-7fb8d2f37569 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-05c20800-aae3-4236-bb82-7fb8d2f37569.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-05c20800-aae3-4236-bb82-7fb8d2f37569 .shogun-image-content {
  
    justify-content: center;
  
}

.s-05c20800-aae3-4236-bb82-7fb8d2f37569.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05c20800-aae3-4236-bb82-7fb8d2f37569.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05c20800-aae3-4236-bb82-7fb8d2f37569.shogun-image {
  box-sizing: border-box;
}



.s-05c20800-aae3-4236-bb82-7fb8d2f37569 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-05c20800-aae3-4236-bb82-7fb8d2f37569 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-05c20800-aae3-4236-bb82-7fb8d2f37569.shogun-image-container {
      position: relative;
    }

    .s-05c20800-aae3-4236-bb82-7fb8d2f37569.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-05c20800-aae3-4236-bb82-7fb8d2f37569.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-05c20800-aae3-4236-bb82-7fb8d2f37569 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-05c20800-aae3-4236-bb82-7fb8d2f37569 {
  margin: 0 !important;
  overflow: visible;
}

#s-05c20800-aae3-4236-bb82-7fb8d2f37569-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-05c20800-aae3-4236-bb82-7fb8d2f37569 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-05c20800-aae3-4236-bb82-7fb8d2f37569 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-05c20800-aae3-4236-bb82-7fb8d2f37569 img.shogun-image {
  /* Add background color handling */
  
}

#s-05c20800-aae3-4236-bb82-7fb8d2f37569 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-05c20800-aae3-4236-bb82-7fb8d2f37569 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-05c20800-aae3-4236-bb82-7fb8d2f37569 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-05c20800-aae3-4236-bb82-7fb8d2f37569 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-05c20800-aae3-4236-bb82-7fb8d2f37569.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-05c20800-aae3-4236-bb82-7fb8d2f37569 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-05c20800-aae3-4236-bb82-7fb8d2f37569.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-05c20800-aae3-4236-bb82-7fb8d2f37569 .shogun-image-content {
  
    justify-content: center;
  
}

.s-05c20800-aae3-4236-bb82-7fb8d2f37569.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05c20800-aae3-4236-bb82-7fb8d2f37569.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05c20800-aae3-4236-bb82-7fb8d2f37569.shogun-image {
  box-sizing: border-box;
}



.s-05c20800-aae3-4236-bb82-7fb8d2f37569 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-05c20800-aae3-4236-bb82-7fb8d2f37569 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-05c20800-aae3-4236-bb82-7fb8d2f37569.shogun-image-container {
      position: relative;
    }

    .s-05c20800-aae3-4236-bb82-7fb8d2f37569.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-05c20800-aae3-4236-bb82-7fb8d2f37569.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-05c20800-aae3-4236-bb82-7fb8d2f37569 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-05c20800-aae3-4236-bb82-7fb8d2f37569 {
  margin: 0 !important;
  overflow: visible;
}

#s-05c20800-aae3-4236-bb82-7fb8d2f37569-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-05c20800-aae3-4236-bb82-7fb8d2f37569 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-05c20800-aae3-4236-bb82-7fb8d2f37569 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-05c20800-aae3-4236-bb82-7fb8d2f37569 img.shogun-image {
  /* Add background color handling */
  
}

#s-05c20800-aae3-4236-bb82-7fb8d2f37569 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-05c20800-aae3-4236-bb82-7fb8d2f37569 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-05c20800-aae3-4236-bb82-7fb8d2f37569 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-05c20800-aae3-4236-bb82-7fb8d2f37569 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-05c20800-aae3-4236-bb82-7fb8d2f37569.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-05c20800-aae3-4236-bb82-7fb8d2f37569 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-05c20800-aae3-4236-bb82-7fb8d2f37569.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-05c20800-aae3-4236-bb82-7fb8d2f37569 .shogun-image-content {
  
    justify-content: center;
  
}

.s-05c20800-aae3-4236-bb82-7fb8d2f37569.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05c20800-aae3-4236-bb82-7fb8d2f37569.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05c20800-aae3-4236-bb82-7fb8d2f37569.shogun-image {
  box-sizing: border-box;
}



.s-05c20800-aae3-4236-bb82-7fb8d2f37569 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-05c20800-aae3-4236-bb82-7fb8d2f37569 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-05c20800-aae3-4236-bb82-7fb8d2f37569.shogun-image-container {
      position: relative;
    }

    .s-05c20800-aae3-4236-bb82-7fb8d2f37569.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-05c20800-aae3-4236-bb82-7fb8d2f37569.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-05c20800-aae3-4236-bb82-7fb8d2f37569 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-05c20800-aae3-4236-bb82-7fb8d2f37569 {
  margin: 0 !important;
  overflow: visible;
}

#s-05c20800-aae3-4236-bb82-7fb8d2f37569-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-05c20800-aae3-4236-bb82-7fb8d2f37569 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-05c20800-aae3-4236-bb82-7fb8d2f37569 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-05c20800-aae3-4236-bb82-7fb8d2f37569 img.shogun-image {
  /* Add background color handling */
  
}

#s-05c20800-aae3-4236-bb82-7fb8d2f37569 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-05c20800-aae3-4236-bb82-7fb8d2f37569 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-05c20800-aae3-4236-bb82-7fb8d2f37569 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-05c20800-aae3-4236-bb82-7fb8d2f37569 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-05c20800-aae3-4236-bb82-7fb8d2f37569.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-05c20800-aae3-4236-bb82-7fb8d2f37569 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-05c20800-aae3-4236-bb82-7fb8d2f37569.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-05c20800-aae3-4236-bb82-7fb8d2f37569 .shogun-image-content {
  
    justify-content: center;
  
}

.s-05c20800-aae3-4236-bb82-7fb8d2f37569.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05c20800-aae3-4236-bb82-7fb8d2f37569.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05c20800-aae3-4236-bb82-7fb8d2f37569.shogun-image {
  box-sizing: border-box;
}



.s-05c20800-aae3-4236-bb82-7fb8d2f37569 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-05c20800-aae3-4236-bb82-7fb8d2f37569 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-05c20800-aae3-4236-bb82-7fb8d2f37569.shogun-image-container {
      position: relative;
    }

    .s-05c20800-aae3-4236-bb82-7fb8d2f37569.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-05c20800-aae3-4236-bb82-7fb8d2f37569.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-05c20800-aae3-4236-bb82-7fb8d2f37569 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-05c20800-aae3-4236-bb82-7fb8d2f37569 {
  margin: 0 !important;
  overflow: visible;
}

#s-05c20800-aae3-4236-bb82-7fb8d2f37569-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-05c20800-aae3-4236-bb82-7fb8d2f37569 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-05c20800-aae3-4236-bb82-7fb8d2f37569 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-05c20800-aae3-4236-bb82-7fb8d2f37569 img.shogun-image {
  /* Add background color handling */
  
}

#s-05c20800-aae3-4236-bb82-7fb8d2f37569 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-05c20800-aae3-4236-bb82-7fb8d2f37569 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-05c20800-aae3-4236-bb82-7fb8d2f37569 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-05c20800-aae3-4236-bb82-7fb8d2f37569 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-05c20800-aae3-4236-bb82-7fb8d2f37569.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-05c20800-aae3-4236-bb82-7fb8d2f37569 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-05c20800-aae3-4236-bb82-7fb8d2f37569.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-05c20800-aae3-4236-bb82-7fb8d2f37569 .shogun-image-content {
  
    justify-content: center;
  
}

.s-05c20800-aae3-4236-bb82-7fb8d2f37569.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05c20800-aae3-4236-bb82-7fb8d2f37569.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05c20800-aae3-4236-bb82-7fb8d2f37569.shogun-image {
  box-sizing: border-box;
}



.s-05c20800-aae3-4236-bb82-7fb8d2f37569 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-05c20800-aae3-4236-bb82-7fb8d2f37569 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-05c20800-aae3-4236-bb82-7fb8d2f37569.shogun-image-container {
      position: relative;
    }

    .s-05c20800-aae3-4236-bb82-7fb8d2f37569.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-05c20800-aae3-4236-bb82-7fb8d2f37569.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-05c20800-aae3-4236-bb82-7fb8d2f37569 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-b15bc176-cf22-4b65-b695-7c414f0409ee {
  margin-top: 15px;
padding-left: 2%;
padding-right: 2%;
}

#s-1a9396c9-aa79-4e6d-a825-8d21336133cd {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1a9396c9-aa79-4e6d-a825-8d21336133cd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1a9396c9-aa79-4e6d-a825-8d21336133cd:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-1a9396c9-aa79-4e6d-a825-8d21336133cd {
  margin-top: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1a9396c9-aa79-4e6d-a825-8d21336133cd {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-1a9396c9-aa79-4e6d-a825-8d21336133cd {
  padding-bottom: 10px;
}
}

  #s-1a9396c9-aa79-4e6d-a825-8d21336133cd-root {
    text-align: center;
  }


#s-1a9396c9-aa79-4e6d-a825-8d21336133cd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1a9396c9-aa79-4e6d-a825-8d21336133cd-root {
    text-align: center;
  }


#s-1a9396c9-aa79-4e6d-a825-8d21336133cd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1a9396c9-aa79-4e6d-a825-8d21336133cd-root {
    text-align: center;
  }


#s-1a9396c9-aa79-4e6d-a825-8d21336133cd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1a9396c9-aa79-4e6d-a825-8d21336133cd-root {
    text-align: center;
  }


#s-1a9396c9-aa79-4e6d-a825-8d21336133cd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1a9396c9-aa79-4e6d-a825-8d21336133cd-root {
    text-align: center;
  }


#s-1a9396c9-aa79-4e6d-a825-8d21336133cd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-3e74ec71-b951-4ff6-8dd6-a16b1ceed86a {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 3%;
padding-bottom: 30px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-3e74ec71-b951-4ff6-8dd6-a16b1ceed86a {
  border-radius: 5px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3e74ec71-b951-4ff6-8dd6-a16b1ceed86a {
  border-radius: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3e74ec71-b951-4ff6-8dd6-a16b1ceed86a {
  border-radius: 5px;
}
}@media (max-width: 767px){#s-3e74ec71-b951-4ff6-8dd6-a16b1ceed86a {
  padding-top: 0px;
border-radius: 5px;
}
}







#s-3e74ec71-b951-4ff6-8dd6-a16b1ceed86a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3e74ec71-b951-4ff6-8dd6-a16b1ceed86a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3027e944-9933-45a2-86cc-f51d3bd9f797 {
  margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-3027e944-9933-45a2-86cc-f51d3bd9f797 {
  margin-top: 20px;
}
}
#s-3027e944-9933-45a2-86cc-f51d3bd9f797 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-3027e944-9933-45a2-86cc-f51d3bd9f797 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}


}
#s-a25bc57a-3342-4392-9c13-f23a58d2a888 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-a25bc57a-3342-4392-9c13-f23a58d2a888"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a25bc57a-3342-4392-9c13-f23a58d2a888"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-a25bc57a-3342-4392-9c13-f23a58d2a888"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-a25bc57a-3342-4392-9c13-f23a58d2a888"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-3ab7386c-c5f4-41d6-b450-82589f425ce7 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}
@media (max-width: 767px){#s-3ab7386c-c5f4-41d6-b450-82589f425ce7 {
  margin-top: 0px;
margin-bottom: 0px;
display: none;
}
#s-3ab7386c-c5f4-41d6-b450-82589f425ce7, #wrap-s-3ab7386c-c5f4-41d6-b450-82589f425ce7, #wrap-content-s-3ab7386c-c5f4-41d6-b450-82589f425ce7 { display: none !important; }}







#s-3ab7386c-c5f4-41d6-b450-82589f425ce7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3ab7386c-c5f4-41d6-b450-82589f425ce7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de {
  
}
}
#s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de {
  margin: 0 !important;
  overflow: visible;
}

#s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de img.shogun-image {
  /* Add background color handling */
  
}

#s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de .shogun-image-content {
  
    justify-content: center;
  
}

.s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de.shogun-image {
  box-sizing: border-box;
}



.s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de.shogun-image-container {
      position: relative;
    }

    .s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){#s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de {
  margin: 0 !important;
  overflow: visible;
}

#s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de img.shogun-image {
  /* Add background color handling */
  
}

#s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de .shogun-image-content {
  
    justify-content: center;
  
}

.s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de.shogun-image {
  box-sizing: border-box;
}



.s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de.shogun-image-container {
      position: relative;
    }

    .s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de {
  margin: 0 !important;
  overflow: visible;
}

#s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de img.shogun-image {
  /* Add background color handling */
  
}

#s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de .shogun-image-content {
  
    justify-content: center;
  
}

.s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de.shogun-image {
  box-sizing: border-box;
}



.s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de.shogun-image-container {
      position: relative;
    }

    .s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de {
  margin: 0 !important;
  overflow: visible;
}

#s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de img.shogun-image {
  /* Add background color handling */
  
}

#s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de .shogun-image-content {
  
    justify-content: center;
  
}

.s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de.shogun-image {
  box-sizing: border-box;
}



.s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de.shogun-image-container {
      position: relative;
    }

    .s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (max-width: 767px){#s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de {
  margin: 0 !important;
  overflow: visible;
}

#s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de img.shogun-image {
  /* Add background color handling */
  
}

#s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de .shogun-image-content {
  
    justify-content: center;
  
}

.s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de.shogun-image {
  box-sizing: border-box;
}



.s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de.shogun-image-container {
      position: relative;
    }

    .s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e71f4ceb-3ec8-4cd7-923f-773e2d3916de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-9cd43ba0-8f22-4019-a384-10e59b24aa73 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
}
@media (max-width: 767px){#s-9cd43ba0-8f22-4019-a384-10e59b24aa73 {
  margin-top: 0px;
}
}







#s-9cd43ba0-8f22-4019-a384-10e59b24aa73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9cd43ba0-8f22-4019-a384-10e59b24aa73.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9f7a7fda-7cfb-426a-9be3-d15906961a4d {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 1/1;
text-align: center;
}

#s-9f7a7fda-7cfb-426a-9be3-d15906961a4d {
  margin: 0 !important;
  overflow: visible;
}

#s-9f7a7fda-7cfb-426a-9be3-d15906961a4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9f7a7fda-7cfb-426a-9be3-d15906961a4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9f7a7fda-7cfb-426a-9be3-d15906961a4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9f7a7fda-7cfb-426a-9be3-d15906961a4d img.shogun-image {
  /* Add background color handling */
  
}

#s-9f7a7fda-7cfb-426a-9be3-d15906961a4d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 3px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9f7a7fda-7cfb-426a-9be3-d15906961a4d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9f7a7fda-7cfb-426a-9be3-d15906961a4d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9f7a7fda-7cfb-426a-9be3-d15906961a4d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9f7a7fda-7cfb-426a-9be3-d15906961a4d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9f7a7fda-7cfb-426a-9be3-d15906961a4d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-9f7a7fda-7cfb-426a-9be3-d15906961a4d.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-9f7a7fda-7cfb-426a-9be3-d15906961a4d .shogun-image-content {
  
    justify-content: center;
  
}

.s-9f7a7fda-7cfb-426a-9be3-d15906961a4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f7a7fda-7cfb-426a-9be3-d15906961a4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f7a7fda-7cfb-426a-9be3-d15906961a4d.shogun-image {
  box-sizing: border-box;
}



.s-9f7a7fda-7cfb-426a-9be3-d15906961a4d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9f7a7fda-7cfb-426a-9be3-d15906961a4d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f7a7fda-7cfb-426a-9be3-d15906961a4d.shogun-image-container {
      position: relative;
    }

    .s-9f7a7fda-7cfb-426a-9be3-d15906961a4d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f7a7fda-7cfb-426a-9be3-d15906961a4d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f7a7fda-7cfb-426a-9be3-d15906961a4d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-9f7a7fda-7cfb-426a-9be3-d15906961a4d {
  margin: 0 !important;
  overflow: visible;
}

#s-9f7a7fda-7cfb-426a-9be3-d15906961a4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9f7a7fda-7cfb-426a-9be3-d15906961a4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9f7a7fda-7cfb-426a-9be3-d15906961a4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9f7a7fda-7cfb-426a-9be3-d15906961a4d img.shogun-image {
  /* Add background color handling */
  
}

#s-9f7a7fda-7cfb-426a-9be3-d15906961a4d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9f7a7fda-7cfb-426a-9be3-d15906961a4d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9f7a7fda-7cfb-426a-9be3-d15906961a4d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9f7a7fda-7cfb-426a-9be3-d15906961a4d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9f7a7fda-7cfb-426a-9be3-d15906961a4d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9f7a7fda-7cfb-426a-9be3-d15906961a4d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-9f7a7fda-7cfb-426a-9be3-d15906961a4d.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-9f7a7fda-7cfb-426a-9be3-d15906961a4d .shogun-image-content {
  
    justify-content: center;
  
}

.s-9f7a7fda-7cfb-426a-9be3-d15906961a4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f7a7fda-7cfb-426a-9be3-d15906961a4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f7a7fda-7cfb-426a-9be3-d15906961a4d.shogun-image {
  box-sizing: border-box;
}



.s-9f7a7fda-7cfb-426a-9be3-d15906961a4d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9f7a7fda-7cfb-426a-9be3-d15906961a4d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f7a7fda-7cfb-426a-9be3-d15906961a4d.shogun-image-container {
      position: relative;
    }

    .s-9f7a7fda-7cfb-426a-9be3-d15906961a4d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f7a7fda-7cfb-426a-9be3-d15906961a4d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f7a7fda-7cfb-426a-9be3-d15906961a4d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9f7a7fda-7cfb-426a-9be3-d15906961a4d {
  margin: 0 !important;
  overflow: visible;
}

#s-9f7a7fda-7cfb-426a-9be3-d15906961a4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9f7a7fda-7cfb-426a-9be3-d15906961a4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9f7a7fda-7cfb-426a-9be3-d15906961a4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9f7a7fda-7cfb-426a-9be3-d15906961a4d img.shogun-image {
  /* Add background color handling */
  
}

#s-9f7a7fda-7cfb-426a-9be3-d15906961a4d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9f7a7fda-7cfb-426a-9be3-d15906961a4d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9f7a7fda-7cfb-426a-9be3-d15906961a4d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9f7a7fda-7cfb-426a-9be3-d15906961a4d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9f7a7fda-7cfb-426a-9be3-d15906961a4d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9f7a7fda-7cfb-426a-9be3-d15906961a4d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-9f7a7fda-7cfb-426a-9be3-d15906961a4d.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-9f7a7fda-7cfb-426a-9be3-d15906961a4d .shogun-image-content {
  
    justify-content: center;
  
}

.s-9f7a7fda-7cfb-426a-9be3-d15906961a4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f7a7fda-7cfb-426a-9be3-d15906961a4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f7a7fda-7cfb-426a-9be3-d15906961a4d.shogun-image {
  box-sizing: border-box;
}



.s-9f7a7fda-7cfb-426a-9be3-d15906961a4d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9f7a7fda-7cfb-426a-9be3-d15906961a4d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f7a7fda-7cfb-426a-9be3-d15906961a4d.shogun-image-container {
      position: relative;
    }

    .s-9f7a7fda-7cfb-426a-9be3-d15906961a4d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f7a7fda-7cfb-426a-9be3-d15906961a4d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f7a7fda-7cfb-426a-9be3-d15906961a4d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9f7a7fda-7cfb-426a-9be3-d15906961a4d {
  margin: 0 !important;
  overflow: visible;
}

#s-9f7a7fda-7cfb-426a-9be3-d15906961a4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9f7a7fda-7cfb-426a-9be3-d15906961a4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9f7a7fda-7cfb-426a-9be3-d15906961a4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9f7a7fda-7cfb-426a-9be3-d15906961a4d img.shogun-image {
  /* Add background color handling */
  
}

#s-9f7a7fda-7cfb-426a-9be3-d15906961a4d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9f7a7fda-7cfb-426a-9be3-d15906961a4d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9f7a7fda-7cfb-426a-9be3-d15906961a4d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9f7a7fda-7cfb-426a-9be3-d15906961a4d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9f7a7fda-7cfb-426a-9be3-d15906961a4d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9f7a7fda-7cfb-426a-9be3-d15906961a4d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-9f7a7fda-7cfb-426a-9be3-d15906961a4d.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-9f7a7fda-7cfb-426a-9be3-d15906961a4d .shogun-image-content {
  
    justify-content: center;
  
}

.s-9f7a7fda-7cfb-426a-9be3-d15906961a4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f7a7fda-7cfb-426a-9be3-d15906961a4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f7a7fda-7cfb-426a-9be3-d15906961a4d.shogun-image {
  box-sizing: border-box;
}



.s-9f7a7fda-7cfb-426a-9be3-d15906961a4d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9f7a7fda-7cfb-426a-9be3-d15906961a4d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f7a7fda-7cfb-426a-9be3-d15906961a4d.shogun-image-container {
      position: relative;
    }

    .s-9f7a7fda-7cfb-426a-9be3-d15906961a4d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f7a7fda-7cfb-426a-9be3-d15906961a4d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f7a7fda-7cfb-426a-9be3-d15906961a4d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-9f7a7fda-7cfb-426a-9be3-d15906961a4d {
  margin: 0 !important;
  overflow: visible;
}

#s-9f7a7fda-7cfb-426a-9be3-d15906961a4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9f7a7fda-7cfb-426a-9be3-d15906961a4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9f7a7fda-7cfb-426a-9be3-d15906961a4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9f7a7fda-7cfb-426a-9be3-d15906961a4d img.shogun-image {
  /* Add background color handling */
  
}

#s-9f7a7fda-7cfb-426a-9be3-d15906961a4d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9f7a7fda-7cfb-426a-9be3-d15906961a4d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9f7a7fda-7cfb-426a-9be3-d15906961a4d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9f7a7fda-7cfb-426a-9be3-d15906961a4d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9f7a7fda-7cfb-426a-9be3-d15906961a4d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9f7a7fda-7cfb-426a-9be3-d15906961a4d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-9f7a7fda-7cfb-426a-9be3-d15906961a4d.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-9f7a7fda-7cfb-426a-9be3-d15906961a4d .shogun-image-content {
  
    justify-content: center;
  
}

.s-9f7a7fda-7cfb-426a-9be3-d15906961a4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f7a7fda-7cfb-426a-9be3-d15906961a4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f7a7fda-7cfb-426a-9be3-d15906961a4d.shogun-image {
  box-sizing: border-box;
}



.s-9f7a7fda-7cfb-426a-9be3-d15906961a4d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9f7a7fda-7cfb-426a-9be3-d15906961a4d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f7a7fda-7cfb-426a-9be3-d15906961a4d.shogun-image-container {
      position: relative;
    }

    .s-9f7a7fda-7cfb-426a-9be3-d15906961a4d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f7a7fda-7cfb-426a-9be3-d15906961a4d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f7a7fda-7cfb-426a-9be3-d15906961a4d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-f7576ce0-cd8b-459d-b1ce-593e92e05034 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}
@media (max-width: 767px){#s-f7576ce0-cd8b-459d-b1ce-593e92e05034 {
  margin-top: 10px;
}
}







#s-f7576ce0-cd8b-459d-b1ce-593e92e05034 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f7576ce0-cd8b-459d-b1ce-593e92e05034.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}

#s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 {
  margin: 0 !important;
  overflow: visible;
}

#s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 img.shogun-image {
  /* Add background color handling */
  
}

#s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9.shogun-image {
  box-sizing: border-box;
}



.s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9.shogun-image-container {
      position: relative;
    }

    .s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){#s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 {
  margin: 0 !important;
  overflow: visible;
}

#s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 img.shogun-image {
  /* Add background color handling */
  
}

#s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9.shogun-image {
  box-sizing: border-box;
}



.s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9.shogun-image-container {
      position: relative;
    }

    .s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 {
  margin: 0 !important;
  overflow: visible;
}

#s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 img.shogun-image {
  /* Add background color handling */
  
}

#s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9.shogun-image {
  box-sizing: border-box;
}



.s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9.shogun-image-container {
      position: relative;
    }

    .s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 {
  margin: 0 !important;
  overflow: visible;
}

#s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 img.shogun-image {
  /* Add background color handling */
  
}

#s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9.shogun-image {
  box-sizing: border-box;
}



.s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9.shogun-image-container {
      position: relative;
    }

    .s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (max-width: 767px){#s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 {
  margin: 0 !important;
  overflow: visible;
}

#s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 img.shogun-image {
  /* Add background color handling */
  
}

#s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9.shogun-image {
  box-sizing: border-box;
}



.s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9.shogun-image-container {
      position: relative;
    }

    .s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb9e9d64-9ba9-43de-bb4b-2b27387ed0e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-f4d9fb4c-a046-4a15-9ef1-8faf5b8cc3f0 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f4d9fb4c-a046-4a15-9ef1-8faf5b8cc3f0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f4d9fb4c-a046-4a15-9ef1-8faf5b8cc3f0:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-f4d9fb4c-a046-4a15-9ef1-8faf5b8cc3f0 {
  margin-top: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f4d9fb4c-a046-4a15-9ef1-8faf5b8cc3f0 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-f4d9fb4c-a046-4a15-9ef1-8faf5b8cc3f0 {
  padding-bottom: 10px;
}
}

  #s-f4d9fb4c-a046-4a15-9ef1-8faf5b8cc3f0-root {
    text-align: center;
  }


#s-f4d9fb4c-a046-4a15-9ef1-8faf5b8cc3f0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f4d9fb4c-a046-4a15-9ef1-8faf5b8cc3f0-root {
    text-align: center;
  }


#s-f4d9fb4c-a046-4a15-9ef1-8faf5b8cc3f0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f4d9fb4c-a046-4a15-9ef1-8faf5b8cc3f0-root {
    text-align: center;
  }


#s-f4d9fb4c-a046-4a15-9ef1-8faf5b8cc3f0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f4d9fb4c-a046-4a15-9ef1-8faf5b8cc3f0-root {
    text-align: center;
  }


#s-f4d9fb4c-a046-4a15-9ef1-8faf5b8cc3f0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f4d9fb4c-a046-4a15-9ef1-8faf5b8cc3f0-root {
    text-align: center;
  }


#s-f4d9fb4c-a046-4a15-9ef1-8faf5b8cc3f0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-50fd3ec3-05e3-4da8-8745-9e7672a72238 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 3%;
padding-bottom: 30px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-50fd3ec3-05e3-4da8-8745-9e7672a72238 {
  border-radius: 5px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-50fd3ec3-05e3-4da8-8745-9e7672a72238 {
  border-radius: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-50fd3ec3-05e3-4da8-8745-9e7672a72238 {
  border-radius: 5px;
}
}@media (max-width: 767px){#s-50fd3ec3-05e3-4da8-8745-9e7672a72238 {
  padding-top: 0px;
border-radius: 5px;
}
}







#s-50fd3ec3-05e3-4da8-8745-9e7672a72238 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-50fd3ec3-05e3-4da8-8745-9e7672a72238.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-74bda10e-7f57-4fc9-b505-648b95334778 {
  margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-74bda10e-7f57-4fc9-b505-648b95334778 {
  margin-top: 20px;
}
}
#s-74bda10e-7f57-4fc9-b505-648b95334778 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-74bda10e-7f57-4fc9-b505-648b95334778 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}


}
#s-82584afb-3e34-4e5b-a718-ca25d19adeb4 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-82584afb-3e34-4e5b-a718-ca25d19adeb4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-82584afb-3e34-4e5b-a718-ca25d19adeb4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-82584afb-3e34-4e5b-a718-ca25d19adeb4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-82584afb-3e34-4e5b-a718-ca25d19adeb4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-42e5cc66-b880-40aa-b393-367708b05056 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}
@media (max-width: 767px){#s-42e5cc66-b880-40aa-b393-367708b05056 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-42e5cc66-b880-40aa-b393-367708b05056 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-42e5cc66-b880-40aa-b393-367708b05056.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4178a4fd-d74c-41cc-9219-04df83192eb7 {
  margin-left: auto;
margin-right: auto;
max-width: 2542px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-4178a4fd-d74c-41cc-9219-04df83192eb7 {
  
}
}
#s-4178a4fd-d74c-41cc-9219-04df83192eb7 {
  margin: 0 !important;
  overflow: visible;
}

#s-4178a4fd-d74c-41cc-9219-04df83192eb7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4178a4fd-d74c-41cc-9219-04df83192eb7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4178a4fd-d74c-41cc-9219-04df83192eb7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4178a4fd-d74c-41cc-9219-04df83192eb7 img.shogun-image {
  /* Add background color handling */
  
}

#s-4178a4fd-d74c-41cc-9219-04df83192eb7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4178a4fd-d74c-41cc-9219-04df83192eb7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4178a4fd-d74c-41cc-9219-04df83192eb7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4178a4fd-d74c-41cc-9219-04df83192eb7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4178a4fd-d74c-41cc-9219-04df83192eb7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4178a4fd-d74c-41cc-9219-04df83192eb7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-4178a4fd-d74c-41cc-9219-04df83192eb7.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-4178a4fd-d74c-41cc-9219-04df83192eb7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4178a4fd-d74c-41cc-9219-04df83192eb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4178a4fd-d74c-41cc-9219-04df83192eb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4178a4fd-d74c-41cc-9219-04df83192eb7.shogun-image {
  box-sizing: border-box;
}



.s-4178a4fd-d74c-41cc-9219-04df83192eb7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4178a4fd-d74c-41cc-9219-04df83192eb7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4178a4fd-d74c-41cc-9219-04df83192eb7.shogun-image-container {
      position: relative;
    }

    .s-4178a4fd-d74c-41cc-9219-04df83192eb7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4178a4fd-d74c-41cc-9219-04df83192eb7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4178a4fd-d74c-41cc-9219-04df83192eb7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

@media (min-width: 1200px){#s-4178a4fd-d74c-41cc-9219-04df83192eb7 {
  margin: 0 !important;
  overflow: visible;
}

#s-4178a4fd-d74c-41cc-9219-04df83192eb7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4178a4fd-d74c-41cc-9219-04df83192eb7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4178a4fd-d74c-41cc-9219-04df83192eb7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4178a4fd-d74c-41cc-9219-04df83192eb7 img.shogun-image {
  /* Add background color handling */
  
}

#s-4178a4fd-d74c-41cc-9219-04df83192eb7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4178a4fd-d74c-41cc-9219-04df83192eb7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4178a4fd-d74c-41cc-9219-04df83192eb7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4178a4fd-d74c-41cc-9219-04df83192eb7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4178a4fd-d74c-41cc-9219-04df83192eb7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4178a4fd-d74c-41cc-9219-04df83192eb7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-4178a4fd-d74c-41cc-9219-04df83192eb7.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-4178a4fd-d74c-41cc-9219-04df83192eb7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4178a4fd-d74c-41cc-9219-04df83192eb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4178a4fd-d74c-41cc-9219-04df83192eb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4178a4fd-d74c-41cc-9219-04df83192eb7.shogun-image {
  box-sizing: border-box;
}



.s-4178a4fd-d74c-41cc-9219-04df83192eb7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4178a4fd-d74c-41cc-9219-04df83192eb7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4178a4fd-d74c-41cc-9219-04df83192eb7.shogun-image-container {
      position: relative;
    }

    .s-4178a4fd-d74c-41cc-9219-04df83192eb7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4178a4fd-d74c-41cc-9219-04df83192eb7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4178a4fd-d74c-41cc-9219-04df83192eb7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4178a4fd-d74c-41cc-9219-04df83192eb7 {
  margin: 0 !important;
  overflow: visible;
}

#s-4178a4fd-d74c-41cc-9219-04df83192eb7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4178a4fd-d74c-41cc-9219-04df83192eb7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4178a4fd-d74c-41cc-9219-04df83192eb7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4178a4fd-d74c-41cc-9219-04df83192eb7 img.shogun-image {
  /* Add background color handling */
  
}

#s-4178a4fd-d74c-41cc-9219-04df83192eb7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4178a4fd-d74c-41cc-9219-04df83192eb7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4178a4fd-d74c-41cc-9219-04df83192eb7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4178a4fd-d74c-41cc-9219-04df83192eb7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4178a4fd-d74c-41cc-9219-04df83192eb7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4178a4fd-d74c-41cc-9219-04df83192eb7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-4178a4fd-d74c-41cc-9219-04df83192eb7.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-4178a4fd-d74c-41cc-9219-04df83192eb7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4178a4fd-d74c-41cc-9219-04df83192eb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4178a4fd-d74c-41cc-9219-04df83192eb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4178a4fd-d74c-41cc-9219-04df83192eb7.shogun-image {
  box-sizing: border-box;
}



.s-4178a4fd-d74c-41cc-9219-04df83192eb7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4178a4fd-d74c-41cc-9219-04df83192eb7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4178a4fd-d74c-41cc-9219-04df83192eb7.shogun-image-container {
      position: relative;
    }

    .s-4178a4fd-d74c-41cc-9219-04df83192eb7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4178a4fd-d74c-41cc-9219-04df83192eb7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4178a4fd-d74c-41cc-9219-04df83192eb7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4178a4fd-d74c-41cc-9219-04df83192eb7 {
  margin: 0 !important;
  overflow: visible;
}

#s-4178a4fd-d74c-41cc-9219-04df83192eb7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4178a4fd-d74c-41cc-9219-04df83192eb7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4178a4fd-d74c-41cc-9219-04df83192eb7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4178a4fd-d74c-41cc-9219-04df83192eb7 img.shogun-image {
  /* Add background color handling */
  
}

#s-4178a4fd-d74c-41cc-9219-04df83192eb7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4178a4fd-d74c-41cc-9219-04df83192eb7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4178a4fd-d74c-41cc-9219-04df83192eb7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4178a4fd-d74c-41cc-9219-04df83192eb7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4178a4fd-d74c-41cc-9219-04df83192eb7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4178a4fd-d74c-41cc-9219-04df83192eb7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-4178a4fd-d74c-41cc-9219-04df83192eb7.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-4178a4fd-d74c-41cc-9219-04df83192eb7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4178a4fd-d74c-41cc-9219-04df83192eb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4178a4fd-d74c-41cc-9219-04df83192eb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4178a4fd-d74c-41cc-9219-04df83192eb7.shogun-image {
  box-sizing: border-box;
}



.s-4178a4fd-d74c-41cc-9219-04df83192eb7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4178a4fd-d74c-41cc-9219-04df83192eb7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4178a4fd-d74c-41cc-9219-04df83192eb7.shogun-image-container {
      position: relative;
    }

    .s-4178a4fd-d74c-41cc-9219-04df83192eb7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4178a4fd-d74c-41cc-9219-04df83192eb7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4178a4fd-d74c-41cc-9219-04df83192eb7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}@media (max-width: 767px){#s-4178a4fd-d74c-41cc-9219-04df83192eb7 {
  margin: 0 !important;
  overflow: visible;
}

#s-4178a4fd-d74c-41cc-9219-04df83192eb7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4178a4fd-d74c-41cc-9219-04df83192eb7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4178a4fd-d74c-41cc-9219-04df83192eb7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4178a4fd-d74c-41cc-9219-04df83192eb7 img.shogun-image {
  /* Add background color handling */
  
}

#s-4178a4fd-d74c-41cc-9219-04df83192eb7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4178a4fd-d74c-41cc-9219-04df83192eb7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4178a4fd-d74c-41cc-9219-04df83192eb7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4178a4fd-d74c-41cc-9219-04df83192eb7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4178a4fd-d74c-41cc-9219-04df83192eb7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4178a4fd-d74c-41cc-9219-04df83192eb7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-4178a4fd-d74c-41cc-9219-04df83192eb7.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-4178a4fd-d74c-41cc-9219-04df83192eb7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4178a4fd-d74c-41cc-9219-04df83192eb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4178a4fd-d74c-41cc-9219-04df83192eb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4178a4fd-d74c-41cc-9219-04df83192eb7.shogun-image {
  box-sizing: border-box;
}



.s-4178a4fd-d74c-41cc-9219-04df83192eb7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4178a4fd-d74c-41cc-9219-04df83192eb7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4178a4fd-d74c-41cc-9219-04df83192eb7.shogun-image-container {
      position: relative;
    }

    .s-4178a4fd-d74c-41cc-9219-04df83192eb7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4178a4fd-d74c-41cc-9219-04df83192eb7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4178a4fd-d74c-41cc-9219-04df83192eb7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}
#s-a0c7afcf-b9c4-4742-b2a3-a640398b11db {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}
@media (max-width: 767px){#s-a0c7afcf-b9c4-4742-b2a3-a640398b11db {
  margin-top: 10px;
}
}







#s-a0c7afcf-b9c4-4742-b2a3-a640398b11db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a0c7afcf-b9c4-4742-b2a3-a640398b11db.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a {
  margin-left: auto;
margin-right: auto;
max-width: 2542px;
aspect-ratio: 1/1;
text-align: center;
}

#s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a {
  margin: 0 !important;
  overflow: visible;
}

#s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a img.shogun-image {
  /* Add background color handling */
  
}

#s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 3px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a .shogun-image-content {
  
    justify-content: center;
  
}

.s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a.shogun-image {
  box-sizing: border-box;
}



.s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a.shogun-image-container {
      position: relative;
    }

    .s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

@media (min-width: 1200px){#s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a {
  margin: 0 !important;
  overflow: visible;
}

#s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a img.shogun-image {
  /* Add background color handling */
  
}

#s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a .shogun-image-content {
  
    justify-content: center;
  
}

.s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a.shogun-image {
  box-sizing: border-box;
}



.s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a.shogun-image-container {
      position: relative;
    }

    .s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a {
  margin: 0 !important;
  overflow: visible;
}

#s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a img.shogun-image {
  /* Add background color handling */
  
}

#s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a .shogun-image-content {
  
    justify-content: center;
  
}

.s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a.shogun-image {
  box-sizing: border-box;
}



.s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a.shogun-image-container {
      position: relative;
    }

    .s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a {
  margin: 0 !important;
  overflow: visible;
}

#s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a img.shogun-image {
  /* Add background color handling */
  
}

#s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a .shogun-image-content {
  
    justify-content: center;
  
}

.s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a.shogun-image {
  box-sizing: border-box;
}



.s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a.shogun-image-container {
      position: relative;
    }

    .s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}@media (max-width: 767px){#s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a {
  margin: 0 !important;
  overflow: visible;
}

#s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a img.shogun-image {
  /* Add background color handling */
  
}

#s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a .shogun-image-content {
  
    justify-content: center;
  
}

.s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a.shogun-image {
  box-sizing: border-box;
}



.s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a.shogun-image-container {
      position: relative;
    }

    .s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7a047ca-0ec3-47e9-84b7-a9c149810b9a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}
#s-ac07a060-d689-4abc-a11b-10dd706c861f {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
}
@media (max-width: 767px){#s-ac07a060-d689-4abc-a11b-10dd706c861f {
  margin-top: 10px;
}
}







#s-ac07a060-d689-4abc-a11b-10dd706c861f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ac07a060-d689-4abc-a11b-10dd706c861f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fa99bb45-6776-421d-8598-3b4cefda6c9a {
  margin-left: auto;
margin-right: auto;
max-width: 720px;
aspect-ratio: 1/1;
text-align: center;
}

#s-fa99bb45-6776-421d-8598-3b4cefda6c9a {
  margin: 0 !important;
  overflow: visible;
}

#s-fa99bb45-6776-421d-8598-3b4cefda6c9a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fa99bb45-6776-421d-8598-3b4cefda6c9a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fa99bb45-6776-421d-8598-3b4cefda6c9a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa99bb45-6776-421d-8598-3b4cefda6c9a img.shogun-image {
  /* Add background color handling */
  
}

#s-fa99bb45-6776-421d-8598-3b4cefda6c9a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa99bb45-6776-421d-8598-3b4cefda6c9a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fa99bb45-6776-421d-8598-3b4cefda6c9a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa99bb45-6776-421d-8598-3b4cefda6c9a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa99bb45-6776-421d-8598-3b4cefda6c9a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa99bb45-6776-421d-8598-3b4cefda6c9a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-fa99bb45-6776-421d-8598-3b4cefda6c9a.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-fa99bb45-6776-421d-8598-3b4cefda6c9a .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa99bb45-6776-421d-8598-3b4cefda6c9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa99bb45-6776-421d-8598-3b4cefda6c9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa99bb45-6776-421d-8598-3b4cefda6c9a.shogun-image {
  box-sizing: border-box;
}



.s-fa99bb45-6776-421d-8598-3b4cefda6c9a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fa99bb45-6776-421d-8598-3b4cefda6c9a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fa99bb45-6776-421d-8598-3b4cefda6c9a.shogun-image-container {
      position: relative;
    }

    .s-fa99bb45-6776-421d-8598-3b4cefda6c9a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa99bb45-6776-421d-8598-3b4cefda6c9a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa99bb45-6776-421d-8598-3b4cefda6c9a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

@media (min-width: 1200px){#s-fa99bb45-6776-421d-8598-3b4cefda6c9a {
  margin: 0 !important;
  overflow: visible;
}

#s-fa99bb45-6776-421d-8598-3b4cefda6c9a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fa99bb45-6776-421d-8598-3b4cefda6c9a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fa99bb45-6776-421d-8598-3b4cefda6c9a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa99bb45-6776-421d-8598-3b4cefda6c9a img.shogun-image {
  /* Add background color handling */
  
}

#s-fa99bb45-6776-421d-8598-3b4cefda6c9a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa99bb45-6776-421d-8598-3b4cefda6c9a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fa99bb45-6776-421d-8598-3b4cefda6c9a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa99bb45-6776-421d-8598-3b4cefda6c9a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa99bb45-6776-421d-8598-3b4cefda6c9a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa99bb45-6776-421d-8598-3b4cefda6c9a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-fa99bb45-6776-421d-8598-3b4cefda6c9a.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-fa99bb45-6776-421d-8598-3b4cefda6c9a .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa99bb45-6776-421d-8598-3b4cefda6c9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa99bb45-6776-421d-8598-3b4cefda6c9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa99bb45-6776-421d-8598-3b4cefda6c9a.shogun-image {
  box-sizing: border-box;
}



.s-fa99bb45-6776-421d-8598-3b4cefda6c9a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fa99bb45-6776-421d-8598-3b4cefda6c9a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fa99bb45-6776-421d-8598-3b4cefda6c9a.shogun-image-container {
      position: relative;
    }

    .s-fa99bb45-6776-421d-8598-3b4cefda6c9a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa99bb45-6776-421d-8598-3b4cefda6c9a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa99bb45-6776-421d-8598-3b4cefda6c9a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-fa99bb45-6776-421d-8598-3b4cefda6c9a {
  margin: 0 !important;
  overflow: visible;
}

#s-fa99bb45-6776-421d-8598-3b4cefda6c9a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fa99bb45-6776-421d-8598-3b4cefda6c9a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fa99bb45-6776-421d-8598-3b4cefda6c9a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa99bb45-6776-421d-8598-3b4cefda6c9a img.shogun-image {
  /* Add background color handling */
  
}

#s-fa99bb45-6776-421d-8598-3b4cefda6c9a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa99bb45-6776-421d-8598-3b4cefda6c9a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fa99bb45-6776-421d-8598-3b4cefda6c9a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa99bb45-6776-421d-8598-3b4cefda6c9a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa99bb45-6776-421d-8598-3b4cefda6c9a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa99bb45-6776-421d-8598-3b4cefda6c9a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-fa99bb45-6776-421d-8598-3b4cefda6c9a.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-fa99bb45-6776-421d-8598-3b4cefda6c9a .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa99bb45-6776-421d-8598-3b4cefda6c9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa99bb45-6776-421d-8598-3b4cefda6c9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa99bb45-6776-421d-8598-3b4cefda6c9a.shogun-image {
  box-sizing: border-box;
}



.s-fa99bb45-6776-421d-8598-3b4cefda6c9a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fa99bb45-6776-421d-8598-3b4cefda6c9a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fa99bb45-6776-421d-8598-3b4cefda6c9a.shogun-image-container {
      position: relative;
    }

    .s-fa99bb45-6776-421d-8598-3b4cefda6c9a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa99bb45-6776-421d-8598-3b4cefda6c9a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa99bb45-6776-421d-8598-3b4cefda6c9a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-fa99bb45-6776-421d-8598-3b4cefda6c9a {
  margin: 0 !important;
  overflow: visible;
}

#s-fa99bb45-6776-421d-8598-3b4cefda6c9a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fa99bb45-6776-421d-8598-3b4cefda6c9a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fa99bb45-6776-421d-8598-3b4cefda6c9a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa99bb45-6776-421d-8598-3b4cefda6c9a img.shogun-image {
  /* Add background color handling */
  
}

#s-fa99bb45-6776-421d-8598-3b4cefda6c9a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa99bb45-6776-421d-8598-3b4cefda6c9a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fa99bb45-6776-421d-8598-3b4cefda6c9a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa99bb45-6776-421d-8598-3b4cefda6c9a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa99bb45-6776-421d-8598-3b4cefda6c9a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa99bb45-6776-421d-8598-3b4cefda6c9a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-fa99bb45-6776-421d-8598-3b4cefda6c9a.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-fa99bb45-6776-421d-8598-3b4cefda6c9a .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa99bb45-6776-421d-8598-3b4cefda6c9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa99bb45-6776-421d-8598-3b4cefda6c9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa99bb45-6776-421d-8598-3b4cefda6c9a.shogun-image {
  box-sizing: border-box;
}



.s-fa99bb45-6776-421d-8598-3b4cefda6c9a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fa99bb45-6776-421d-8598-3b4cefda6c9a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fa99bb45-6776-421d-8598-3b4cefda6c9a.shogun-image-container {
      position: relative;
    }

    .s-fa99bb45-6776-421d-8598-3b4cefda6c9a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa99bb45-6776-421d-8598-3b4cefda6c9a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa99bb45-6776-421d-8598-3b4cefda6c9a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}@media (max-width: 767px){#s-fa99bb45-6776-421d-8598-3b4cefda6c9a {
  margin: 0 !important;
  overflow: visible;
}

#s-fa99bb45-6776-421d-8598-3b4cefda6c9a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fa99bb45-6776-421d-8598-3b4cefda6c9a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fa99bb45-6776-421d-8598-3b4cefda6c9a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa99bb45-6776-421d-8598-3b4cefda6c9a img.shogun-image {
  /* Add background color handling */
  
}

#s-fa99bb45-6776-421d-8598-3b4cefda6c9a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa99bb45-6776-421d-8598-3b4cefda6c9a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fa99bb45-6776-421d-8598-3b4cefda6c9a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa99bb45-6776-421d-8598-3b4cefda6c9a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa99bb45-6776-421d-8598-3b4cefda6c9a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa99bb45-6776-421d-8598-3b4cefda6c9a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-fa99bb45-6776-421d-8598-3b4cefda6c9a.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-fa99bb45-6776-421d-8598-3b4cefda6c9a .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa99bb45-6776-421d-8598-3b4cefda6c9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa99bb45-6776-421d-8598-3b4cefda6c9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa99bb45-6776-421d-8598-3b4cefda6c9a.shogun-image {
  box-sizing: border-box;
}



.s-fa99bb45-6776-421d-8598-3b4cefda6c9a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fa99bb45-6776-421d-8598-3b4cefda6c9a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fa99bb45-6776-421d-8598-3b4cefda6c9a.shogun-image-container {
      position: relative;
    }

    .s-fa99bb45-6776-421d-8598-3b4cefda6c9a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa99bb45-6776-421d-8598-3b4cefda6c9a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa99bb45-6776-421d-8598-3b4cefda6c9a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}
#s-be88df8f-7289-4cbe-b54e-ba3a345872b7 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-be88df8f-7289-4cbe-b54e-ba3a345872b7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-be88df8f-7289-4cbe-b54e-ba3a345872b7:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-be88df8f-7289-4cbe-b54e-ba3a345872b7 {
  margin-top: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-be88df8f-7289-4cbe-b54e-ba3a345872b7 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-be88df8f-7289-4cbe-b54e-ba3a345872b7 {
  padding-bottom: 10px;
}
}

  #s-be88df8f-7289-4cbe-b54e-ba3a345872b7-root {
    text-align: center;
  }


#s-be88df8f-7289-4cbe-b54e-ba3a345872b7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-be88df8f-7289-4cbe-b54e-ba3a345872b7-root {
    text-align: center;
  }


#s-be88df8f-7289-4cbe-b54e-ba3a345872b7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-be88df8f-7289-4cbe-b54e-ba3a345872b7-root {
    text-align: center;
  }


#s-be88df8f-7289-4cbe-b54e-ba3a345872b7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-be88df8f-7289-4cbe-b54e-ba3a345872b7-root {
    text-align: center;
  }


#s-be88df8f-7289-4cbe-b54e-ba3a345872b7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-be88df8f-7289-4cbe-b54e-ba3a345872b7-root {
    text-align: center;
  }


#s-be88df8f-7289-4cbe-b54e-ba3a345872b7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-87ce6434-dc0d-4b84-9f0e-f9d472cfbb6e {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 3%;
padding-bottom: 30px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-87ce6434-dc0d-4b84-9f0e-f9d472cfbb6e {
  border-radius: 5px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-87ce6434-dc0d-4b84-9f0e-f9d472cfbb6e {
  border-radius: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-87ce6434-dc0d-4b84-9f0e-f9d472cfbb6e {
  border-radius: 5px;
}
}@media (max-width: 767px){#s-87ce6434-dc0d-4b84-9f0e-f9d472cfbb6e {
  padding-top: 0px;
border-radius: 5px;
}
}







#s-87ce6434-dc0d-4b84-9f0e-f9d472cfbb6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-87ce6434-dc0d-4b84-9f0e-f9d472cfbb6e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1ed999ae-9df3-4e9b-bc4f-ecc849c3f387 {
  margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-1ed999ae-9df3-4e9b-bc4f-ecc849c3f387 {
  margin-top: 20px;
}
}
#s-1ed999ae-9df3-4e9b-bc4f-ecc849c3f387 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-1ed999ae-9df3-4e9b-bc4f-ecc849c3f387 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}


}
#s-4a8db0a4-7181-498c-9f92-5fc1f963a06d {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-4a8db0a4-7181-498c-9f92-5fc1f963a06d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4a8db0a4-7181-498c-9f92-5fc1f963a06d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-4a8db0a4-7181-498c-9f92-5fc1f963a06d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-4a8db0a4-7181-498c-9f92-5fc1f963a06d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-4a8db0a4-7181-498c-9f92-5fc1f963a06d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-4a8db0a4-7181-498c-9f92-5fc1f963a06d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-4a8db0a4-7181-498c-9f92-5fc1f963a06d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

#s-4040c6d8-bd00-4532-a6ba-b66420ca1b1f {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}
@media (max-width: 767px){#s-4040c6d8-bd00-4532-a6ba-b66420ca1b1f {
  margin-top: 0px;
}
}







#s-4040c6d8-bd00-4532-a6ba-b66420ca1b1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4040c6d8-bd00-4532-a6ba-b66420ca1b1f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b03d2606-c7db-4978-a912-4c7f182b1fc0 {
  margin-left: auto;
margin-right: auto;
max-width: 2542px;
aspect-ratio: 1/1;
text-align: center;
}

#s-b03d2606-c7db-4978-a912-4c7f182b1fc0 {
  margin: 0 !important;
  overflow: visible;
}

#s-b03d2606-c7db-4978-a912-4c7f182b1fc0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b03d2606-c7db-4978-a912-4c7f182b1fc0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b03d2606-c7db-4978-a912-4c7f182b1fc0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b03d2606-c7db-4978-a912-4c7f182b1fc0 img.shogun-image {
  /* Add background color handling */
  
}

#s-b03d2606-c7db-4978-a912-4c7f182b1fc0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b03d2606-c7db-4978-a912-4c7f182b1fc0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b03d2606-c7db-4978-a912-4c7f182b1fc0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b03d2606-c7db-4978-a912-4c7f182b1fc0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b03d2606-c7db-4978-a912-4c7f182b1fc0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b03d2606-c7db-4978-a912-4c7f182b1fc0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-b03d2606-c7db-4978-a912-4c7f182b1fc0.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-b03d2606-c7db-4978-a912-4c7f182b1fc0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b03d2606-c7db-4978-a912-4c7f182b1fc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b03d2606-c7db-4978-a912-4c7f182b1fc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b03d2606-c7db-4978-a912-4c7f182b1fc0.shogun-image {
  box-sizing: border-box;
}



.s-b03d2606-c7db-4978-a912-4c7f182b1fc0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b03d2606-c7db-4978-a912-4c7f182b1fc0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b03d2606-c7db-4978-a912-4c7f182b1fc0.shogun-image-container {
      position: relative;
    }

    .s-b03d2606-c7db-4978-a912-4c7f182b1fc0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b03d2606-c7db-4978-a912-4c7f182b1fc0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b03d2606-c7db-4978-a912-4c7f182b1fc0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

@media (min-width: 1200px){#s-b03d2606-c7db-4978-a912-4c7f182b1fc0 {
  margin: 0 !important;
  overflow: visible;
}

#s-b03d2606-c7db-4978-a912-4c7f182b1fc0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b03d2606-c7db-4978-a912-4c7f182b1fc0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b03d2606-c7db-4978-a912-4c7f182b1fc0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b03d2606-c7db-4978-a912-4c7f182b1fc0 img.shogun-image {
  /* Add background color handling */
  
}

#s-b03d2606-c7db-4978-a912-4c7f182b1fc0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b03d2606-c7db-4978-a912-4c7f182b1fc0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b03d2606-c7db-4978-a912-4c7f182b1fc0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b03d2606-c7db-4978-a912-4c7f182b1fc0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b03d2606-c7db-4978-a912-4c7f182b1fc0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b03d2606-c7db-4978-a912-4c7f182b1fc0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-b03d2606-c7db-4978-a912-4c7f182b1fc0.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-b03d2606-c7db-4978-a912-4c7f182b1fc0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b03d2606-c7db-4978-a912-4c7f182b1fc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b03d2606-c7db-4978-a912-4c7f182b1fc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b03d2606-c7db-4978-a912-4c7f182b1fc0.shogun-image {
  box-sizing: border-box;
}



.s-b03d2606-c7db-4978-a912-4c7f182b1fc0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b03d2606-c7db-4978-a912-4c7f182b1fc0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b03d2606-c7db-4978-a912-4c7f182b1fc0.shogun-image-container {
      position: relative;
    }

    .s-b03d2606-c7db-4978-a912-4c7f182b1fc0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b03d2606-c7db-4978-a912-4c7f182b1fc0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b03d2606-c7db-4978-a912-4c7f182b1fc0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b03d2606-c7db-4978-a912-4c7f182b1fc0 {
  margin: 0 !important;
  overflow: visible;
}

#s-b03d2606-c7db-4978-a912-4c7f182b1fc0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b03d2606-c7db-4978-a912-4c7f182b1fc0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b03d2606-c7db-4978-a912-4c7f182b1fc0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b03d2606-c7db-4978-a912-4c7f182b1fc0 img.shogun-image {
  /* Add background color handling */
  
}

#s-b03d2606-c7db-4978-a912-4c7f182b1fc0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b03d2606-c7db-4978-a912-4c7f182b1fc0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b03d2606-c7db-4978-a912-4c7f182b1fc0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b03d2606-c7db-4978-a912-4c7f182b1fc0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b03d2606-c7db-4978-a912-4c7f182b1fc0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b03d2606-c7db-4978-a912-4c7f182b1fc0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-b03d2606-c7db-4978-a912-4c7f182b1fc0.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-b03d2606-c7db-4978-a912-4c7f182b1fc0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b03d2606-c7db-4978-a912-4c7f182b1fc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b03d2606-c7db-4978-a912-4c7f182b1fc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b03d2606-c7db-4978-a912-4c7f182b1fc0.shogun-image {
  box-sizing: border-box;
}



.s-b03d2606-c7db-4978-a912-4c7f182b1fc0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b03d2606-c7db-4978-a912-4c7f182b1fc0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b03d2606-c7db-4978-a912-4c7f182b1fc0.shogun-image-container {
      position: relative;
    }

    .s-b03d2606-c7db-4978-a912-4c7f182b1fc0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b03d2606-c7db-4978-a912-4c7f182b1fc0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b03d2606-c7db-4978-a912-4c7f182b1fc0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b03d2606-c7db-4978-a912-4c7f182b1fc0 {
  margin: 0 !important;
  overflow: visible;
}

#s-b03d2606-c7db-4978-a912-4c7f182b1fc0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b03d2606-c7db-4978-a912-4c7f182b1fc0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b03d2606-c7db-4978-a912-4c7f182b1fc0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b03d2606-c7db-4978-a912-4c7f182b1fc0 img.shogun-image {
  /* Add background color handling */
  
}

#s-b03d2606-c7db-4978-a912-4c7f182b1fc0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b03d2606-c7db-4978-a912-4c7f182b1fc0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b03d2606-c7db-4978-a912-4c7f182b1fc0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b03d2606-c7db-4978-a912-4c7f182b1fc0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b03d2606-c7db-4978-a912-4c7f182b1fc0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b03d2606-c7db-4978-a912-4c7f182b1fc0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-b03d2606-c7db-4978-a912-4c7f182b1fc0.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-b03d2606-c7db-4978-a912-4c7f182b1fc0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b03d2606-c7db-4978-a912-4c7f182b1fc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b03d2606-c7db-4978-a912-4c7f182b1fc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b03d2606-c7db-4978-a912-4c7f182b1fc0.shogun-image {
  box-sizing: border-box;
}



.s-b03d2606-c7db-4978-a912-4c7f182b1fc0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b03d2606-c7db-4978-a912-4c7f182b1fc0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b03d2606-c7db-4978-a912-4c7f182b1fc0.shogun-image-container {
      position: relative;
    }

    .s-b03d2606-c7db-4978-a912-4c7f182b1fc0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b03d2606-c7db-4978-a912-4c7f182b1fc0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b03d2606-c7db-4978-a912-4c7f182b1fc0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}@media (max-width: 767px){#s-b03d2606-c7db-4978-a912-4c7f182b1fc0 {
  margin: 0 !important;
  overflow: visible;
}

#s-b03d2606-c7db-4978-a912-4c7f182b1fc0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b03d2606-c7db-4978-a912-4c7f182b1fc0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b03d2606-c7db-4978-a912-4c7f182b1fc0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b03d2606-c7db-4978-a912-4c7f182b1fc0 img.shogun-image {
  /* Add background color handling */
  
}

#s-b03d2606-c7db-4978-a912-4c7f182b1fc0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b03d2606-c7db-4978-a912-4c7f182b1fc0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b03d2606-c7db-4978-a912-4c7f182b1fc0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b03d2606-c7db-4978-a912-4c7f182b1fc0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b03d2606-c7db-4978-a912-4c7f182b1fc0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b03d2606-c7db-4978-a912-4c7f182b1fc0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2542px;
  }



  img.s-b03d2606-c7db-4978-a912-4c7f182b1fc0.shogun-image {
    
    
    
    max-height: 2542px;
  }


.s-b03d2606-c7db-4978-a912-4c7f182b1fc0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b03d2606-c7db-4978-a912-4c7f182b1fc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b03d2606-c7db-4978-a912-4c7f182b1fc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b03d2606-c7db-4978-a912-4c7f182b1fc0.shogun-image {
  box-sizing: border-box;
}



.s-b03d2606-c7db-4978-a912-4c7f182b1fc0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b03d2606-c7db-4978-a912-4c7f182b1fc0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b03d2606-c7db-4978-a912-4c7f182b1fc0.shogun-image-container {
      position: relative;
    }

    .s-b03d2606-c7db-4978-a912-4c7f182b1fc0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b03d2606-c7db-4978-a912-4c7f182b1fc0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b03d2606-c7db-4978-a912-4c7f182b1fc0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2542px;
    }
  }

}
#s-e9faedba-28e0-4eb5-88b5-17782fee8242 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
}
@media (max-width: 767px){#s-e9faedba-28e0-4eb5-88b5-17782fee8242 {
  margin-top: 10px;
}
}







#s-e9faedba-28e0-4eb5-88b5-17782fee8242 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e9faedba-28e0-4eb5-88b5-17782fee8242.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
aspect-ratio: 16/9;
text-align: center;
}

#s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 {
  margin: 0 !important;
  overflow: visible;
}

#s-f19ecdd4-ea69-4043-bb49-8959dca4cd63-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 img.shogun-image {
  /* Add background color handling */
  
}

#s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f19ecdd4-ea69-4043-bb49-8959dca4cd63.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-f19ecdd4-ea69-4043-bb49-8959dca4cd63.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f19ecdd4-ea69-4043-bb49-8959dca4cd63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f19ecdd4-ea69-4043-bb49-8959dca4cd63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f19ecdd4-ea69-4043-bb49-8959dca4cd63.shogun-image {
  box-sizing: border-box;
}



.s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-f19ecdd4-ea69-4043-bb49-8959dca4cd63.shogun-image-container {
      position: relative;
    }

    .s-f19ecdd4-ea69-4043-bb49-8959dca4cd63.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f19ecdd4-ea69-4043-bb49-8959dca4cd63.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 {
  margin: 0 !important;
  overflow: visible;
}

#s-f19ecdd4-ea69-4043-bb49-8959dca4cd63-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 img.shogun-image {
  /* Add background color handling */
  
}

#s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f19ecdd4-ea69-4043-bb49-8959dca4cd63.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-f19ecdd4-ea69-4043-bb49-8959dca4cd63.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f19ecdd4-ea69-4043-bb49-8959dca4cd63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f19ecdd4-ea69-4043-bb49-8959dca4cd63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f19ecdd4-ea69-4043-bb49-8959dca4cd63.shogun-image {
  box-sizing: border-box;
}



.s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-f19ecdd4-ea69-4043-bb49-8959dca4cd63.shogun-image-container {
      position: relative;
    }

    .s-f19ecdd4-ea69-4043-bb49-8959dca4cd63.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f19ecdd4-ea69-4043-bb49-8959dca4cd63.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 {
  margin: 0 !important;
  overflow: visible;
}

#s-f19ecdd4-ea69-4043-bb49-8959dca4cd63-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 img.shogun-image {
  /* Add background color handling */
  
}

#s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f19ecdd4-ea69-4043-bb49-8959dca4cd63.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-f19ecdd4-ea69-4043-bb49-8959dca4cd63.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f19ecdd4-ea69-4043-bb49-8959dca4cd63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f19ecdd4-ea69-4043-bb49-8959dca4cd63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f19ecdd4-ea69-4043-bb49-8959dca4cd63.shogun-image {
  box-sizing: border-box;
}



.s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-f19ecdd4-ea69-4043-bb49-8959dca4cd63.shogun-image-container {
      position: relative;
    }

    .s-f19ecdd4-ea69-4043-bb49-8959dca4cd63.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f19ecdd4-ea69-4043-bb49-8959dca4cd63.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 {
  margin: 0 !important;
  overflow: visible;
}

#s-f19ecdd4-ea69-4043-bb49-8959dca4cd63-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 img.shogun-image {
  /* Add background color handling */
  
}

#s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f19ecdd4-ea69-4043-bb49-8959dca4cd63.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-f19ecdd4-ea69-4043-bb49-8959dca4cd63.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f19ecdd4-ea69-4043-bb49-8959dca4cd63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f19ecdd4-ea69-4043-bb49-8959dca4cd63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f19ecdd4-ea69-4043-bb49-8959dca4cd63.shogun-image {
  box-sizing: border-box;
}



.s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-f19ecdd4-ea69-4043-bb49-8959dca4cd63.shogun-image-container {
      position: relative;
    }

    .s-f19ecdd4-ea69-4043-bb49-8959dca4cd63.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f19ecdd4-ea69-4043-bb49-8959dca4cd63.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 {
  margin: 0 !important;
  overflow: visible;
}

#s-f19ecdd4-ea69-4043-bb49-8959dca4cd63-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 img.shogun-image {
  /* Add background color handling */
  
}

#s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f19ecdd4-ea69-4043-bb49-8959dca4cd63.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-f19ecdd4-ea69-4043-bb49-8959dca4cd63.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f19ecdd4-ea69-4043-bb49-8959dca4cd63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f19ecdd4-ea69-4043-bb49-8959dca4cd63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f19ecdd4-ea69-4043-bb49-8959dca4cd63.shogun-image {
  box-sizing: border-box;
}



.s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-f19ecdd4-ea69-4043-bb49-8959dca4cd63.shogun-image-container {
      position: relative;
    }

    .s-f19ecdd4-ea69-4043-bb49-8959dca4cd63.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f19ecdd4-ea69-4043-bb49-8959dca4cd63.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f19ecdd4-ea69-4043-bb49-8959dca4cd63 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-0368c7e1-ee3e-457c-b267-58aec8ae59a7 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0368c7e1-ee3e-457c-b267-58aec8ae59a7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0368c7e1-ee3e-457c-b267-58aec8ae59a7:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-0368c7e1-ee3e-457c-b267-58aec8ae59a7 {
  margin-top: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0368c7e1-ee3e-457c-b267-58aec8ae59a7 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-0368c7e1-ee3e-457c-b267-58aec8ae59a7 {
  padding-bottom: 10px;
}
}

  #s-0368c7e1-ee3e-457c-b267-58aec8ae59a7-root {
    text-align: center;
  }


#s-0368c7e1-ee3e-457c-b267-58aec8ae59a7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0368c7e1-ee3e-457c-b267-58aec8ae59a7-root {
    text-align: center;
  }


#s-0368c7e1-ee3e-457c-b267-58aec8ae59a7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0368c7e1-ee3e-457c-b267-58aec8ae59a7-root {
    text-align: center;
  }


#s-0368c7e1-ee3e-457c-b267-58aec8ae59a7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0368c7e1-ee3e-457c-b267-58aec8ae59a7-root {
    text-align: center;
  }


#s-0368c7e1-ee3e-457c-b267-58aec8ae59a7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0368c7e1-ee3e-457c-b267-58aec8ae59a7-root {
    text-align: center;
  }


#s-0368c7e1-ee3e-457c-b267-58aec8ae59a7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-fd29acf7-e7f3-4188-9e5b-9acf9d5eed2a {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 30px;
padding-left: 3%;
padding-bottom: 30px;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-fd29acf7-e7f3-4188-9e5b-9acf9d5eed2a {
  margin-top: 30px;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fd29acf7-e7f3-4188-9e5b-9acf9d5eed2a {
  margin-top: 30px;
margin-bottom: 0px;
padding-left: 2%;
padding-right: 2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-fd29acf7-e7f3-4188-9e5b-9acf9d5eed2a {
  margin-top: 30px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-left: 2%;
padding-right: 2%;
}
}@media (max-width: 767px){#s-fd29acf7-e7f3-4188-9e5b-9acf9d5eed2a {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 20px;
padding-left: 3%;
padding-bottom: 20px;
padding-right: 3%;
}
}







#s-fd29acf7-e7f3-4188-9e5b-9acf9d5eed2a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fd29acf7-e7f3-4188-9e5b-9acf9d5eed2a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d337413b-b358-471b-a2c7-e60673e893de {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d337413b-b358-471b-a2c7-e60673e893de .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-361a168c-405e-4bef-94d7-8fbe90487bdd {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-361a168c-405e-4bef-94d7-8fbe90487bdd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-361a168c-405e-4bef-94d7-8fbe90487bdd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-361a168c-405e-4bef-94d7-8fbe90487bdd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-361a168c-405e-4bef-94d7-8fbe90487bdd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f {
  max-width: 1620px;
aspect-ratio: 1/1;
text-align: center;
}

#s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f {
  margin: 0 !important;
  overflow: visible;
}

#s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f img.shogun-image {
  /* Add background color handling */
  
}

#s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 3px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image {
  box-sizing: border-box;
}



.s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image-container {
      position: relative;
    }

    .s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1620px;
    }
  }

@media (min-width: 1200px){#s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f {
  margin: 0 !important;
  overflow: visible;
}

#s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f img.shogun-image {
  /* Add background color handling */
  
}

#s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image {
  box-sizing: border-box;
}



.s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image-container {
      position: relative;
    }

    .s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1620px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f {
  margin: 0 !important;
  overflow: visible;
}

#s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f img.shogun-image {
  /* Add background color handling */
  
}

#s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image {
  box-sizing: border-box;
}



.s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image-container {
      position: relative;
    }

    .s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1620px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f {
  margin: 0 !important;
  overflow: visible;
}

#s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f img.shogun-image {
  /* Add background color handling */
  
}

#s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image {
  box-sizing: border-box;
}



.s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image-container {
      position: relative;
    }

    .s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1620px;
    }
  }

}@media (max-width: 767px){#s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f {
  margin: 0 !important;
  overflow: visible;
}

#s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f img.shogun-image {
  /* Add background color handling */
  
}

#s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image {
  box-sizing: border-box;
}



.s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image-container {
      position: relative;
    }

    .s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1b43a8e-f4d5-44be-ba6b-5f82be2e415f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1620px;
    }
  }

}
#s-d34523b7-9efe-4f98-93d8-fa77b26a240a {
  max-width: 720px;
aspect-ratio: 1/1;
text-align: center;
}

#s-d34523b7-9efe-4f98-93d8-fa77b26a240a {
  margin: 0 !important;
  overflow: visible;
}

#s-d34523b7-9efe-4f98-93d8-fa77b26a240a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d34523b7-9efe-4f98-93d8-fa77b26a240a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d34523b7-9efe-4f98-93d8-fa77b26a240a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d34523b7-9efe-4f98-93d8-fa77b26a240a img.shogun-image {
  /* Add background color handling */
  
}

#s-d34523b7-9efe-4f98-93d8-fa77b26a240a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 3px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d34523b7-9efe-4f98-93d8-fa77b26a240a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d34523b7-9efe-4f98-93d8-fa77b26a240a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d34523b7-9efe-4f98-93d8-fa77b26a240a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d34523b7-9efe-4f98-93d8-fa77b26a240a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-d34523b7-9efe-4f98-93d8-fa77b26a240a .shogun-image-content {
  
    justify-content: center;
  
}

.s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image {
  box-sizing: border-box;
}



.s-d34523b7-9efe-4f98-93d8-fa77b26a240a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d34523b7-9efe-4f98-93d8-fa77b26a240a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image-container {
      position: relative;
    }

    .s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d34523b7-9efe-4f98-93d8-fa77b26a240a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

@media (min-width: 1200px){#s-d34523b7-9efe-4f98-93d8-fa77b26a240a {
  margin: 0 !important;
  overflow: visible;
}

#s-d34523b7-9efe-4f98-93d8-fa77b26a240a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d34523b7-9efe-4f98-93d8-fa77b26a240a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d34523b7-9efe-4f98-93d8-fa77b26a240a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d34523b7-9efe-4f98-93d8-fa77b26a240a img.shogun-image {
  /* Add background color handling */
  
}

#s-d34523b7-9efe-4f98-93d8-fa77b26a240a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d34523b7-9efe-4f98-93d8-fa77b26a240a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d34523b7-9efe-4f98-93d8-fa77b26a240a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d34523b7-9efe-4f98-93d8-fa77b26a240a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d34523b7-9efe-4f98-93d8-fa77b26a240a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-d34523b7-9efe-4f98-93d8-fa77b26a240a .shogun-image-content {
  
    justify-content: center;
  
}

.s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image {
  box-sizing: border-box;
}



.s-d34523b7-9efe-4f98-93d8-fa77b26a240a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d34523b7-9efe-4f98-93d8-fa77b26a240a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image-container {
      position: relative;
    }

    .s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d34523b7-9efe-4f98-93d8-fa77b26a240a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d34523b7-9efe-4f98-93d8-fa77b26a240a {
  margin: 0 !important;
  overflow: visible;
}

#s-d34523b7-9efe-4f98-93d8-fa77b26a240a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d34523b7-9efe-4f98-93d8-fa77b26a240a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d34523b7-9efe-4f98-93d8-fa77b26a240a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d34523b7-9efe-4f98-93d8-fa77b26a240a img.shogun-image {
  /* Add background color handling */
  
}

#s-d34523b7-9efe-4f98-93d8-fa77b26a240a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d34523b7-9efe-4f98-93d8-fa77b26a240a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d34523b7-9efe-4f98-93d8-fa77b26a240a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d34523b7-9efe-4f98-93d8-fa77b26a240a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d34523b7-9efe-4f98-93d8-fa77b26a240a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-d34523b7-9efe-4f98-93d8-fa77b26a240a .shogun-image-content {
  
    justify-content: center;
  
}

.s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image {
  box-sizing: border-box;
}



.s-d34523b7-9efe-4f98-93d8-fa77b26a240a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d34523b7-9efe-4f98-93d8-fa77b26a240a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image-container {
      position: relative;
    }

    .s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d34523b7-9efe-4f98-93d8-fa77b26a240a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d34523b7-9efe-4f98-93d8-fa77b26a240a {
  margin: 0 !important;
  overflow: visible;
}

#s-d34523b7-9efe-4f98-93d8-fa77b26a240a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d34523b7-9efe-4f98-93d8-fa77b26a240a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d34523b7-9efe-4f98-93d8-fa77b26a240a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d34523b7-9efe-4f98-93d8-fa77b26a240a img.shogun-image {
  /* Add background color handling */
  
}

#s-d34523b7-9efe-4f98-93d8-fa77b26a240a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d34523b7-9efe-4f98-93d8-fa77b26a240a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d34523b7-9efe-4f98-93d8-fa77b26a240a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d34523b7-9efe-4f98-93d8-fa77b26a240a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d34523b7-9efe-4f98-93d8-fa77b26a240a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-d34523b7-9efe-4f98-93d8-fa77b26a240a .shogun-image-content {
  
    justify-content: center;
  
}

.s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image {
  box-sizing: border-box;
}



.s-d34523b7-9efe-4f98-93d8-fa77b26a240a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d34523b7-9efe-4f98-93d8-fa77b26a240a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image-container {
      position: relative;
    }

    .s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d34523b7-9efe-4f98-93d8-fa77b26a240a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}@media (max-width: 767px){#s-d34523b7-9efe-4f98-93d8-fa77b26a240a {
  margin: 0 !important;
  overflow: visible;
}

#s-d34523b7-9efe-4f98-93d8-fa77b26a240a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d34523b7-9efe-4f98-93d8-fa77b26a240a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d34523b7-9efe-4f98-93d8-fa77b26a240a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d34523b7-9efe-4f98-93d8-fa77b26a240a img.shogun-image {
  /* Add background color handling */
  
}

#s-d34523b7-9efe-4f98-93d8-fa77b26a240a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d34523b7-9efe-4f98-93d8-fa77b26a240a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d34523b7-9efe-4f98-93d8-fa77b26a240a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d34523b7-9efe-4f98-93d8-fa77b26a240a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d34523b7-9efe-4f98-93d8-fa77b26a240a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 720px;
  }



  img.s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image {
    
    
    
    max-height: 720px;
  }


.s-d34523b7-9efe-4f98-93d8-fa77b26a240a .shogun-image-content {
  
    justify-content: center;
  
}

.s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image {
  box-sizing: border-box;
}



.s-d34523b7-9efe-4f98-93d8-fa77b26a240a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d34523b7-9efe-4f98-93d8-fa77b26a240a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image-container {
      position: relative;
    }

    .s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d34523b7-9efe-4f98-93d8-fa77b26a240a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d34523b7-9efe-4f98-93d8-fa77b26a240a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 720px;
    }
  }

}
#s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 {
  max-width: 1620px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 {
  margin-top: 15px;
}
}
#s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 {
  margin: 0 !important;
  overflow: visible;
}

#s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 img.shogun-image {
  /* Add background color handling */
  
}

#s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 3px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image {
  box-sizing: border-box;
}



.s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image-container {
      position: relative;
    }

    .s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1620px;
    }
  }

@media (min-width: 1200px){#s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 {
  margin: 0 !important;
  overflow: visible;
}

#s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 img.shogun-image {
  /* Add background color handling */
  
}

#s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image {
  box-sizing: border-box;
}



.s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image-container {
      position: relative;
    }

    .s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1620px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 {
  margin: 0 !important;
  overflow: visible;
}

#s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 img.shogun-image {
  /* Add background color handling */
  
}

#s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image {
  box-sizing: border-box;
}



.s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image-container {
      position: relative;
    }

    .s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1620px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 {
  margin: 0 !important;
  overflow: visible;
}

#s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 img.shogun-image {
  /* Add background color handling */
  
}

#s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image {
  box-sizing: border-box;
}



.s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image-container {
      position: relative;
    }

    .s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1620px;
    }
  }

}@media (max-width: 767px){#s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 {
  margin: 0 !important;
  overflow: visible;
}

#s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 img.shogun-image {
  /* Add background color handling */
  
}

#s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image {
  box-sizing: border-box;
}



.s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image-container {
      position: relative;
    }

    .s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d4d4c07-823d-4544-86f1-2e6e04cb2ba6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1620px;
    }
  }

}
#s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 {
  max-width: 1620px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 {
  margin-top: 15px;
}
}
#s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 3px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image {
  box-sizing: border-box;
}



.s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image-container {
      position: relative;
    }

    .s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1620px;
    }
  }

@media (min-width: 1200px){#s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image {
  box-sizing: border-box;
}



.s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image-container {
      position: relative;
    }

    .s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1620px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image {
  box-sizing: border-box;
}



.s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image-container {
      position: relative;
    }

    .s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1620px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image {
  box-sizing: border-box;
}



.s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image-container {
      position: relative;
    }

    .s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1620px;
    }
  }

}@media (max-width: 767px){#s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image {
  box-sizing: border-box;
}



.s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image-container {
      position: relative;
    }

    .s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3992d4a0-b0cb-4b7b-ab74-3476c0fb13c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1620px;
    }
  }

}
#s-15d5ca13-f83a-464a-ae4f-7c946cbb9e59 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-15d5ca13-f83a-464a-ae4f-7c946cbb9e59"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-15d5ca13-f83a-464a-ae4f-7c946cbb9e59"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-15d5ca13-f83a-464a-ae4f-7c946cbb9e59"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-15d5ca13-f83a-464a-ae4f-7c946cbb9e59"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-15d5ca13-f83a-464a-ae4f-7c946cbb9e59"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-15d5ca13-f83a-464a-ae4f-7c946cbb9e59"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-15d5ca13-f83a-464a-ae4f-7c946cbb9e59"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-ab346560-6e12-4d08-84fc-87f443646217 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ab346560-6e12-4d08-84fc-87f443646217"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ab346560-6e12-4d08-84fc-87f443646217"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-ab346560-6e12-4d08-84fc-87f443646217"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-ab346560-6e12-4d08-84fc-87f443646217"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-4fc3c144-bcbd-40ed-9601-3fad007deebc {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f {
  margin-left: auto;
margin-right: auto;
max-width: 1280px;
aspect-ratio: 16/9;
text-align: center;
}

#s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f {
  margin: 0 !important;
  overflow: visible;
}

#s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f img.shogun-image {
  /* Add background color handling */
  
}

#s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1280px;
  }



  img.s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image {
    
    
    
    max-height: 1280px;
  }


.s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f .shogun-image-content {
  
    justify-content: center;
  
}

.s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image {
  box-sizing: border-box;
}



.s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image-container {
      position: relative;
    }

    .s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1280px;
    }
  }

@media (min-width: 1200px){#s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f {
  margin: 0 !important;
  overflow: visible;
}

#s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f img.shogun-image {
  /* Add background color handling */
  
}

#s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1280px;
  }



  img.s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image {
    
    
    
    max-height: 1280px;
  }


.s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f .shogun-image-content {
  
    justify-content: center;
  
}

.s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image {
  box-sizing: border-box;
}



.s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image-container {
      position: relative;
    }

    .s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1280px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f {
  margin: 0 !important;
  overflow: visible;
}

#s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f img.shogun-image {
  /* Add background color handling */
  
}

#s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1280px;
  }



  img.s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image {
    
    
    
    max-height: 1280px;
  }


.s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f .shogun-image-content {
  
    justify-content: center;
  
}

.s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image {
  box-sizing: border-box;
}



.s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image-container {
      position: relative;
    }

    .s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1280px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f {
  margin: 0 !important;
  overflow: visible;
}

#s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f img.shogun-image {
  /* Add background color handling */
  
}

#s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1280px;
  }



  img.s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image {
    
    
    
    max-height: 1280px;
  }


.s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f .shogun-image-content {
  
    justify-content: center;
  
}

.s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image {
  box-sizing: border-box;
}



.s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image-container {
      position: relative;
    }

    .s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1280px;
    }
  }

}@media (max-width: 767px){#s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f {
  margin: 0 !important;
  overflow: visible;
}

#s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f img.shogun-image {
  /* Add background color handling */
  
}

#s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1280px;
  }



  img.s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image {
    
    
    
    max-height: 1280px;
  }


.s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f .shogun-image-content {
  
    justify-content: center;
  
}

.s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image {
  box-sizing: border-box;
}



.s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image-container {
      position: relative;
    }

    .s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecf1da6e-26c7-43d3-836b-306c5cf69c0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1280px;
    }
  }

}
#s-973b914f-2ae0-4596-98fb-4fba37bc0265 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-973b914f-2ae0-4596-98fb-4fba37bc0265 {
  margin-top: 10px;
}
}
#s-973b914f-2ae0-4596-98fb-4fba37bc0265 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: left;
}



#s-a337446f-b69b-4414-89ed-ec195f368df9 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a337446f-b69b-4414-89ed-ec195f368df9 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-a337446f-b69b-4414-89ed-ec195f368df9 {
  margin-left: 2%;
margin-right: 2%;
}
}
#s-a337446f-b69b-4414-89ed-ec195f368df9 {
  background-image: url();
}








#s-a337446f-b69b-4414-89ed-ec195f368df9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a337446f-b69b-4414-89ed-ec195f368df9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d32a5dfa-493f-4a3e-8270-c8b72264404a {
  margin-top: 0px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-d32a5dfa-493f-4a3e-8270-c8b72264404a {
  margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d32a5dfa-493f-4a3e-8270-c8b72264404a {
  margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d32a5dfa-493f-4a3e-8270-c8b72264404a {
  margin-bottom: 0px;
}
}@media (max-width: 767px){#s-d32a5dfa-493f-4a3e-8270-c8b72264404a {
  margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-d32a5dfa-493f-4a3e-8270-c8b72264404a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d32a5dfa-493f-4a3e-8270-c8b72264404a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-d32a5dfa-493f-4a3e-8270-c8b72264404a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-d32a5dfa-493f-4a3e-8270-c8b72264404a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-0335f1b0-362d-453d-9c4e-e2ccb38b32d0 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 3%;
padding-bottom: 30px;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-0335f1b0-362d-453d-9c4e-e2ccb38b32d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0335f1b0-362d-453d-9c4e-e2ccb38b32d0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}

#s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 {
  margin: 0 !important;
  overflow: visible;
}

#s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 img.shogun-image {
  /* Add background color handling */
  
}

#s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image {
  box-sizing: border-box;
}



.s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image-container {
      position: relative;
    }

    .s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 {
  margin: 0 !important;
  overflow: visible;
}

#s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 img.shogun-image {
  /* Add background color handling */
  
}

#s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image {
  box-sizing: border-box;
}



.s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image-container {
      position: relative;
    }

    .s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 {
  margin: 0 !important;
  overflow: visible;
}

#s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 img.shogun-image {
  /* Add background color handling */
  
}

#s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image {
  box-sizing: border-box;
}



.s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image-container {
      position: relative;
    }

    .s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 {
  margin: 0 !important;
  overflow: visible;
}

#s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 img.shogun-image {
  /* Add background color handling */
  
}

#s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image {
  box-sizing: border-box;
}



.s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image-container {
      position: relative;
    }

    .s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 {
  margin: 0 !important;
  overflow: visible;
}

#s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 img.shogun-image {
  /* Add background color handling */
  
}

#s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image {
  box-sizing: border-box;
}



.s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image-container {
      position: relative;
    }

    .s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5e8fef5-e4d5-4a67-9b30-ecdb03bea712 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-bb018359-2dff-46e0-bbc8-53e72595b35d {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bb018359-2dff-46e0-bbc8-53e72595b35d .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-bb018359-2dff-46e0-bbc8-53e72595b35d .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}


}
#s-3688524e-b29e-43dd-9403-26e482e243e0 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-d90010ce-a64c-4dbf-aa38-7d104536292d {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(227, 227, 227, 1);
}








#s-d90010ce-a64c-4dbf-aa38-7d104536292d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d90010ce-a64c-4dbf-aa38-7d104536292d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5e20a6b9-7977-466e-9584-a793ab2aab5c {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 3%;
padding-bottom: 30px;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-5e20a6b9-7977-466e-9584-a793ab2aab5c {
  margin-top: 10px;
margin-bottom: 0px;
padding-bottom: 30px;
}
}







#s-5e20a6b9-7977-466e-9584-a793ab2aab5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5e20a6b9-7977-466e-9584-a793ab2aab5c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5787c2a6-aa17-4ed9-a220-792cf8480100 {
  max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}

#s-5787c2a6-aa17-4ed9-a220-792cf8480100 {
  margin: 0 !important;
  overflow: visible;
}

#s-5787c2a6-aa17-4ed9-a220-792cf8480100-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5787c2a6-aa17-4ed9-a220-792cf8480100 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5787c2a6-aa17-4ed9-a220-792cf8480100 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5787c2a6-aa17-4ed9-a220-792cf8480100 img.shogun-image {
  /* Add background color handling */
  
}

#s-5787c2a6-aa17-4ed9-a220-792cf8480100 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5787c2a6-aa17-4ed9-a220-792cf8480100 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5787c2a6-aa17-4ed9-a220-792cf8480100 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5787c2a6-aa17-4ed9-a220-792cf8480100 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5787c2a6-aa17-4ed9-a220-792cf8480100 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-5787c2a6-aa17-4ed9-a220-792cf8480100 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5787c2a6-aa17-4ed9-a220-792cf8480100.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image {
  box-sizing: border-box;
}



.s-5787c2a6-aa17-4ed9-a220-792cf8480100 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5787c2a6-aa17-4ed9-a220-792cf8480100 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image-container {
      position: relative;
    }

    .s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5787c2a6-aa17-4ed9-a220-792cf8480100 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-5787c2a6-aa17-4ed9-a220-792cf8480100 {
  margin: 0 !important;
  overflow: visible;
}

#s-5787c2a6-aa17-4ed9-a220-792cf8480100-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5787c2a6-aa17-4ed9-a220-792cf8480100 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5787c2a6-aa17-4ed9-a220-792cf8480100 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5787c2a6-aa17-4ed9-a220-792cf8480100 img.shogun-image {
  /* Add background color handling */
  
}

#s-5787c2a6-aa17-4ed9-a220-792cf8480100 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5787c2a6-aa17-4ed9-a220-792cf8480100 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5787c2a6-aa17-4ed9-a220-792cf8480100 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5787c2a6-aa17-4ed9-a220-792cf8480100 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5787c2a6-aa17-4ed9-a220-792cf8480100 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-5787c2a6-aa17-4ed9-a220-792cf8480100 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5787c2a6-aa17-4ed9-a220-792cf8480100.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image {
  box-sizing: border-box;
}



.s-5787c2a6-aa17-4ed9-a220-792cf8480100 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5787c2a6-aa17-4ed9-a220-792cf8480100 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image-container {
      position: relative;
    }

    .s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5787c2a6-aa17-4ed9-a220-792cf8480100 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5787c2a6-aa17-4ed9-a220-792cf8480100 {
  margin: 0 !important;
  overflow: visible;
}

#s-5787c2a6-aa17-4ed9-a220-792cf8480100-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5787c2a6-aa17-4ed9-a220-792cf8480100 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5787c2a6-aa17-4ed9-a220-792cf8480100 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5787c2a6-aa17-4ed9-a220-792cf8480100 img.shogun-image {
  /* Add background color handling */
  
}

#s-5787c2a6-aa17-4ed9-a220-792cf8480100 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5787c2a6-aa17-4ed9-a220-792cf8480100 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5787c2a6-aa17-4ed9-a220-792cf8480100 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5787c2a6-aa17-4ed9-a220-792cf8480100 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5787c2a6-aa17-4ed9-a220-792cf8480100 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-5787c2a6-aa17-4ed9-a220-792cf8480100 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5787c2a6-aa17-4ed9-a220-792cf8480100.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image {
  box-sizing: border-box;
}



.s-5787c2a6-aa17-4ed9-a220-792cf8480100 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5787c2a6-aa17-4ed9-a220-792cf8480100 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image-container {
      position: relative;
    }

    .s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5787c2a6-aa17-4ed9-a220-792cf8480100 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5787c2a6-aa17-4ed9-a220-792cf8480100 {
  margin: 0 !important;
  overflow: visible;
}

#s-5787c2a6-aa17-4ed9-a220-792cf8480100-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5787c2a6-aa17-4ed9-a220-792cf8480100 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5787c2a6-aa17-4ed9-a220-792cf8480100 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5787c2a6-aa17-4ed9-a220-792cf8480100 img.shogun-image {
  /* Add background color handling */
  
}

#s-5787c2a6-aa17-4ed9-a220-792cf8480100 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5787c2a6-aa17-4ed9-a220-792cf8480100 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5787c2a6-aa17-4ed9-a220-792cf8480100 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5787c2a6-aa17-4ed9-a220-792cf8480100 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5787c2a6-aa17-4ed9-a220-792cf8480100 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-5787c2a6-aa17-4ed9-a220-792cf8480100 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5787c2a6-aa17-4ed9-a220-792cf8480100.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image {
  box-sizing: border-box;
}



.s-5787c2a6-aa17-4ed9-a220-792cf8480100 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5787c2a6-aa17-4ed9-a220-792cf8480100 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image-container {
      position: relative;
    }

    .s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5787c2a6-aa17-4ed9-a220-792cf8480100 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-5787c2a6-aa17-4ed9-a220-792cf8480100 {
  margin: 0 !important;
  overflow: visible;
}

#s-5787c2a6-aa17-4ed9-a220-792cf8480100-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5787c2a6-aa17-4ed9-a220-792cf8480100 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5787c2a6-aa17-4ed9-a220-792cf8480100 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5787c2a6-aa17-4ed9-a220-792cf8480100 img.shogun-image {
  /* Add background color handling */
  
}

#s-5787c2a6-aa17-4ed9-a220-792cf8480100 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5787c2a6-aa17-4ed9-a220-792cf8480100 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5787c2a6-aa17-4ed9-a220-792cf8480100 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5787c2a6-aa17-4ed9-a220-792cf8480100 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5787c2a6-aa17-4ed9-a220-792cf8480100 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-5787c2a6-aa17-4ed9-a220-792cf8480100 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5787c2a6-aa17-4ed9-a220-792cf8480100.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image {
  box-sizing: border-box;
}



.s-5787c2a6-aa17-4ed9-a220-792cf8480100 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5787c2a6-aa17-4ed9-a220-792cf8480100 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image-container {
      position: relative;
    }

    .s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5787c2a6-aa17-4ed9-a220-792cf8480100.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5787c2a6-aa17-4ed9-a220-792cf8480100 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-d001e5c1-96ab-4588-98b6-e04b9b5dcfa8 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d001e5c1-96ab-4588-98b6-e04b9b5dcfa8 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-d001e5c1-96ab-4588-98b6-e04b9b5dcfa8 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}


}
#s-ac9bd18e-f164-44af-bcbe-39d47b0c056e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-72668829-1894-47fe-b49b-a9ba5470c951 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(227, 227, 227, 1);
}








#s-72668829-1894-47fe-b49b-a9ba5470c951 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-72668829-1894-47fe-b49b-a9ba5470c951.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ba831fb8-ebdd-4a21-9131-b8747ab63f88 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-ba831fb8-ebdd-4a21-9131-b8747ab63f88 {
  margin-top: 30px;
margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ba831fb8-ebdd-4a21-9131-b8747ab63f88 {
  margin-top: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ba831fb8-ebdd-4a21-9131-b8747ab63f88 {
  margin-top: 30px;
margin-left: 2%;
margin-right: 2%;
padding-bottom: 25px;
}
}@media (max-width: 767px){#s-ba831fb8-ebdd-4a21-9131-b8747ab63f88 {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
padding-top: 2%;
padding-bottom: 0%;
border-style: none;
}
}







#s-ba831fb8-ebdd-4a21-9131-b8747ab63f88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ba831fb8-ebdd-4a21-9131-b8747ab63f88.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-85b4b6de-8da4-4ef7-9837-de987742aeab {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-85b4b6de-8da4-4ef7-9837-de987742aeab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-85b4b6de-8da4-4ef7-9837-de987742aeab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-85b4b6de-8da4-4ef7-9837-de987742aeab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-85b4b6de-8da4-4ef7-9837-de987742aeab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c {
  max-width: 1200px;
aspect-ratio: 16/9;
text-align: center;
}

#s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c {
  margin: 0 !important;
  overflow: visible;
}

#s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c img.shogun-image {
  /* Add background color handling */
  
}

#s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image {
  box-sizing: border-box;
}



.s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image-container {
      position: relative;
    }

    .s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c {
  margin: 0 !important;
  overflow: visible;
}

#s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c img.shogun-image {
  /* Add background color handling */
  
}

#s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image {
  box-sizing: border-box;
}



.s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image-container {
      position: relative;
    }

    .s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c {
  margin: 0 !important;
  overflow: visible;
}

#s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c img.shogun-image {
  /* Add background color handling */
  
}

#s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image {
  box-sizing: border-box;
}



.s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image-container {
      position: relative;
    }

    .s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c {
  margin: 0 !important;
  overflow: visible;
}

#s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c img.shogun-image {
  /* Add background color handling */
  
}

#s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image {
  box-sizing: border-box;
}



.s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image-container {
      position: relative;
    }

    .s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c {
  margin: 0 !important;
  overflow: visible;
}

#s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c img.shogun-image {
  /* Add background color handling */
  
}

#s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image {
  box-sizing: border-box;
}



.s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image-container {
      position: relative;
    }

    .s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5e5fc2c-0be5-42df-abe3-51a2b548a09c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 {
  max-width: 1200px;
aspect-ratio: 16/9;
text-align: center;
}
@media (max-width: 767px){#s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 {
  margin: 0 !important;
  overflow: visible;
}

#s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 img.shogun-image {
  /* Add background color handling */
  
}

#s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image {
  box-sizing: border-box;
}



.s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image-container {
      position: relative;
    }

    .s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 {
  margin: 0 !important;
  overflow: visible;
}

#s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 img.shogun-image {
  /* Add background color handling */
  
}

#s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image {
  box-sizing: border-box;
}



.s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image-container {
      position: relative;
    }

    .s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 {
  margin: 0 !important;
  overflow: visible;
}

#s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 img.shogun-image {
  /* Add background color handling */
  
}

#s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image {
  box-sizing: border-box;
}



.s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image-container {
      position: relative;
    }

    .s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 {
  margin: 0 !important;
  overflow: visible;
}

#s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 img.shogun-image {
  /* Add background color handling */
  
}

#s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image {
  box-sizing: border-box;
}



.s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image-container {
      position: relative;
    }

    .s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 {
  margin: 0 !important;
  overflow: visible;
}

#s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 img.shogun-image {
  /* Add background color handling */
  
}

#s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image {
  box-sizing: border-box;
}



.s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image-container {
      position: relative;
    }

    .s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6afaffe3-0b21-4e5f-abfe-12c7a24b4de5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-7491757f-d6e2-4bac-909d-64a2f2bd0a78 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 20px;
padding-left: 3%;
padding-bottom: 25px;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-7491757f-d6e2-4bac-909d-64a2f2bd0a78 {
  margin-top: 20px;
margin-left: 10%;
margin-right: 10%;
padding-top: 30px;
padding-bottom: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7491757f-d6e2-4bac-909d-64a2f2bd0a78 {
  margin-top: 20px;
padding-top: 30px;
padding-bottom: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7491757f-d6e2-4bac-909d-64a2f2bd0a78 {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
padding-top: 30px;
padding-bottom: 30px;
}
}@media (max-width: 767px){#s-7491757f-d6e2-4bac-909d-64a2f2bd0a78 {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
padding-top: 20px;
padding-left: 5%;
padding-right: 5%;
}
}







#s-7491757f-d6e2-4bac-909d-64a2f2bd0a78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7491757f-d6e2-4bac-909d-64a2f2bd0a78.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9a5683d9-0231-490a-933b-c03706ecddfb {
  margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9a5683d9-0231-490a-933b-c03706ecddfb .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-9a5683d9-0231-490a-933b-c03706ecddfb .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: center;
}


}
#s-9f335e05-e99c-41db-8707-c7d4d48e1a3d {
  margin-top: 20px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-9f335e05-e99c-41db-8707-c7d4d48e1a3d {
  padding-top: 0px;
padding-bottom: 20px;
}
}
@media (min-width: 0px) {
[id="s-9f335e05-e99c-41db-8707-c7d4d48e1a3d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9f335e05-e99c-41db-8707-c7d4d48e1a3d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-9f335e05-e99c-41db-8707-c7d4d48e1a3d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-9f335e05-e99c-41db-8707-c7d4d48e1a3d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-ed5e66ef-2dc5-4a89-8a63-61010cabfba6 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ed5e66ef-2dc5-4a89-8a63-61010cabfba6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ed5e66ef-2dc5-4a89-8a63-61010cabfba6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-08df18c1-1a31-40ec-8f8d-6f00a9788340 {
  margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-08df18c1-1a31-40ec-8f8d-6f00a9788340 {
  margin-top: 0px;
}
}
#s-08df18c1-1a31-40ec-8f8d-6f00a9788340 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-f99ce194-7c60-4e49-bf07-4c8d04ccd2ac {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 {
  margin-top: 20px;
max-width: 878px;
aspect-ratio: 878/681;
text-align: center;
}

#s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 {
  margin: 0 !important;
  overflow: visible;
}

#s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 img.shogun-image {
  /* Add background color handling */
  
}

#s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 .shg-image-content-wrapper {
      aspect-ratio: 878/681;
      min-width: 100%;
      height: auto;
    }

    #s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 .shogun-image-link {
      aspect-ratio: 878/681;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 878px;
  }



  img.s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image {
    
    
    
    max-height: 878px;
  }


.s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image {
  box-sizing: border-box;
}



.s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 {
      --shg-aspect-ratio: calc(878/681); 
    }

    .s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image-container {
      position: relative;
    }

    .s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 878px;
    }
  }

@media (min-width: 1200px){#s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 {
  margin: 0 !important;
  overflow: visible;
}

#s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 img.shogun-image {
  /* Add background color handling */
  
}

#s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 .shg-image-content-wrapper {
      aspect-ratio: 878/681;
      min-width: 100%;
      height: auto;
    }

    #s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 .shogun-image-link {
      aspect-ratio: 878/681;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 878px;
  }



  img.s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image {
    
    
    
    max-height: 878px;
  }


.s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image {
  box-sizing: border-box;
}



.s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 {
      --shg-aspect-ratio: calc(878/681); 
    }

    .s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image-container {
      position: relative;
    }

    .s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 878px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 {
  margin: 0 !important;
  overflow: visible;
}

#s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 img.shogun-image {
  /* Add background color handling */
  
}

#s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 .shg-image-content-wrapper {
      aspect-ratio: 878/681;
      min-width: 100%;
      height: auto;
    }

    #s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 .shogun-image-link {
      aspect-ratio: 878/681;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 878px;
  }



  img.s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image {
    
    
    
    max-height: 878px;
  }


.s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image {
  box-sizing: border-box;
}



.s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 {
      --shg-aspect-ratio: calc(878/681); 
    }

    .s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image-container {
      position: relative;
    }

    .s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 878px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 {
  margin: 0 !important;
  overflow: visible;
}

#s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 img.shogun-image {
  /* Add background color handling */
  
}

#s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 .shg-image-content-wrapper {
      aspect-ratio: 878/681;
      min-width: 100%;
      height: auto;
    }

    #s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 .shogun-image-link {
      aspect-ratio: 878/681;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 878px;
  }



  img.s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image {
    
    
    
    max-height: 878px;
  }


.s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image {
  box-sizing: border-box;
}



.s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 {
      --shg-aspect-ratio: calc(878/681); 
    }

    .s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image-container {
      position: relative;
    }

    .s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 878px;
    }
  }

}@media (max-width: 767px){#s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 {
  margin: 0 !important;
  overflow: visible;
}

#s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 img.shogun-image {
  /* Add background color handling */
  
}

#s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 .shg-image-content-wrapper {
      aspect-ratio: 878/681;
      min-width: 100%;
      height: auto;
    }

    #s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 .shogun-image-link {
      aspect-ratio: 878/681;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 878px;
  }



  img.s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image {
    
    
    
    max-height: 878px;
  }


.s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image {
  box-sizing: border-box;
}



.s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 {
      --shg-aspect-ratio: calc(878/681); 
    }

    .s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image-container {
      position: relative;
    }

    .s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbe1280d-02b5-41f2-a595-c2ebb1a805c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 878px;
    }
  }

}
#s-cf8b47ca-cf16-4922-a14e-1aef74335fdf {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-cf8b47ca-cf16-4922-a14e-1aef74335fdf {
  margin-top: 10px;
}
}







#s-cf8b47ca-cf16-4922-a14e-1aef74335fdf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cf8b47ca-cf16-4922-a14e-1aef74335fdf.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c45e6b35-10ec-4bf1-a466-43d21e66de10 {
  margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-c45e6b35-10ec-4bf1-a466-43d21e66de10 {
  margin-top: 0px;
}
}
#s-c45e6b35-10ec-4bf1-a466-43d21e66de10 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-6d782cd0-a156-4ef0-bb27-24688f7728ab {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-31684545-f3a3-4038-8862-51b4e3d37990 {
  margin-top: 20px;
max-width: 2048px;
aspect-ratio: 2048/1099;
text-align: center;
}

#s-31684545-f3a3-4038-8862-51b4e3d37990 {
  margin: 0 !important;
  overflow: visible;
}

#s-31684545-f3a3-4038-8862-51b4e3d37990-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-31684545-f3a3-4038-8862-51b4e3d37990 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-31684545-f3a3-4038-8862-51b4e3d37990 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31684545-f3a3-4038-8862-51b4e3d37990 img.shogun-image {
  /* Add background color handling */
  
}

#s-31684545-f3a3-4038-8862-51b4e3d37990 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-31684545-f3a3-4038-8862-51b4e3d37990 .shg-image-content-wrapper {
      aspect-ratio: 2048/1099;
      min-width: 100%;
      height: auto;
    }

    #s-31684545-f3a3-4038-8862-51b4e3d37990 .shogun-image-link {
      aspect-ratio: 2048/1099;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31684545-f3a3-4038-8862-51b4e3d37990 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31684545-f3a3-4038-8862-51b4e3d37990 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-31684545-f3a3-4038-8862-51b4e3d37990 .shogun-image-content {
  
    justify-content: center;
  
}

.s-31684545-f3a3-4038-8862-51b4e3d37990.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image {
  box-sizing: border-box;
}



.s-31684545-f3a3-4038-8862-51b4e3d37990 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-31684545-f3a3-4038-8862-51b4e3d37990 {
      --shg-aspect-ratio: calc(2048/1099); 
    }

    .s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image-container {
      position: relative;
    }

    .s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31684545-f3a3-4038-8862-51b4e3d37990 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-31684545-f3a3-4038-8862-51b4e3d37990 {
  margin: 0 !important;
  overflow: visible;
}

#s-31684545-f3a3-4038-8862-51b4e3d37990-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-31684545-f3a3-4038-8862-51b4e3d37990 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-31684545-f3a3-4038-8862-51b4e3d37990 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31684545-f3a3-4038-8862-51b4e3d37990 img.shogun-image {
  /* Add background color handling */
  
}

#s-31684545-f3a3-4038-8862-51b4e3d37990 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-31684545-f3a3-4038-8862-51b4e3d37990 .shg-image-content-wrapper {
      aspect-ratio: 2048/1099;
      min-width: 100%;
      height: auto;
    }

    #s-31684545-f3a3-4038-8862-51b4e3d37990 .shogun-image-link {
      aspect-ratio: 2048/1099;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31684545-f3a3-4038-8862-51b4e3d37990 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31684545-f3a3-4038-8862-51b4e3d37990 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-31684545-f3a3-4038-8862-51b4e3d37990 .shogun-image-content {
  
    justify-content: center;
  
}

.s-31684545-f3a3-4038-8862-51b4e3d37990.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image {
  box-sizing: border-box;
}



.s-31684545-f3a3-4038-8862-51b4e3d37990 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-31684545-f3a3-4038-8862-51b4e3d37990 {
      --shg-aspect-ratio: calc(2048/1099); 
    }

    .s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image-container {
      position: relative;
    }

    .s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31684545-f3a3-4038-8862-51b4e3d37990 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-31684545-f3a3-4038-8862-51b4e3d37990 {
  margin: 0 !important;
  overflow: visible;
}

#s-31684545-f3a3-4038-8862-51b4e3d37990-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-31684545-f3a3-4038-8862-51b4e3d37990 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-31684545-f3a3-4038-8862-51b4e3d37990 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31684545-f3a3-4038-8862-51b4e3d37990 img.shogun-image {
  /* Add background color handling */
  
}

#s-31684545-f3a3-4038-8862-51b4e3d37990 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-31684545-f3a3-4038-8862-51b4e3d37990 .shg-image-content-wrapper {
      aspect-ratio: 2048/1099;
      min-width: 100%;
      height: auto;
    }

    #s-31684545-f3a3-4038-8862-51b4e3d37990 .shogun-image-link {
      aspect-ratio: 2048/1099;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31684545-f3a3-4038-8862-51b4e3d37990 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31684545-f3a3-4038-8862-51b4e3d37990 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-31684545-f3a3-4038-8862-51b4e3d37990 .shogun-image-content {
  
    justify-content: center;
  
}

.s-31684545-f3a3-4038-8862-51b4e3d37990.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image {
  box-sizing: border-box;
}



.s-31684545-f3a3-4038-8862-51b4e3d37990 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-31684545-f3a3-4038-8862-51b4e3d37990 {
      --shg-aspect-ratio: calc(2048/1099); 
    }

    .s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image-container {
      position: relative;
    }

    .s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31684545-f3a3-4038-8862-51b4e3d37990 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-31684545-f3a3-4038-8862-51b4e3d37990 {
  margin: 0 !important;
  overflow: visible;
}

#s-31684545-f3a3-4038-8862-51b4e3d37990-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-31684545-f3a3-4038-8862-51b4e3d37990 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-31684545-f3a3-4038-8862-51b4e3d37990 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31684545-f3a3-4038-8862-51b4e3d37990 img.shogun-image {
  /* Add background color handling */
  
}

#s-31684545-f3a3-4038-8862-51b4e3d37990 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-31684545-f3a3-4038-8862-51b4e3d37990 .shg-image-content-wrapper {
      aspect-ratio: 2048/1099;
      min-width: 100%;
      height: auto;
    }

    #s-31684545-f3a3-4038-8862-51b4e3d37990 .shogun-image-link {
      aspect-ratio: 2048/1099;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31684545-f3a3-4038-8862-51b4e3d37990 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31684545-f3a3-4038-8862-51b4e3d37990 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-31684545-f3a3-4038-8862-51b4e3d37990 .shogun-image-content {
  
    justify-content: center;
  
}

.s-31684545-f3a3-4038-8862-51b4e3d37990.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image {
  box-sizing: border-box;
}



.s-31684545-f3a3-4038-8862-51b4e3d37990 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-31684545-f3a3-4038-8862-51b4e3d37990 {
      --shg-aspect-ratio: calc(2048/1099); 
    }

    .s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image-container {
      position: relative;
    }

    .s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31684545-f3a3-4038-8862-51b4e3d37990 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-31684545-f3a3-4038-8862-51b4e3d37990 {
  margin: 0 !important;
  overflow: visible;
}

#s-31684545-f3a3-4038-8862-51b4e3d37990-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-31684545-f3a3-4038-8862-51b4e3d37990 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-31684545-f3a3-4038-8862-51b4e3d37990 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31684545-f3a3-4038-8862-51b4e3d37990 img.shogun-image {
  /* Add background color handling */
  
}

#s-31684545-f3a3-4038-8862-51b4e3d37990 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-31684545-f3a3-4038-8862-51b4e3d37990 .shg-image-content-wrapper {
      aspect-ratio: 2048/1099;
      min-width: 100%;
      height: auto;
    }

    #s-31684545-f3a3-4038-8862-51b4e3d37990 .shogun-image-link {
      aspect-ratio: 2048/1099;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31684545-f3a3-4038-8862-51b4e3d37990 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31684545-f3a3-4038-8862-51b4e3d37990 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-31684545-f3a3-4038-8862-51b4e3d37990 .shogun-image-content {
  
    justify-content: center;
  
}

.s-31684545-f3a3-4038-8862-51b4e3d37990.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image {
  box-sizing: border-box;
}



.s-31684545-f3a3-4038-8862-51b4e3d37990 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-31684545-f3a3-4038-8862-51b4e3d37990 {
      --shg-aspect-ratio: calc(2048/1099); 
    }

    .s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image-container {
      position: relative;
    }

    .s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31684545-f3a3-4038-8862-51b4e3d37990.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31684545-f3a3-4038-8862-51b4e3d37990 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-ecca34a4-8257-455a-9931-27d3269c5c8c {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-ecca34a4-8257-455a-9931-27d3269c5c8c {
  margin-top: 10px;
}
}







#s-ecca34a4-8257-455a-9931-27d3269c5c8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ecca34a4-8257-455a-9931-27d3269c5c8c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2131b96f-eee3-46e5-b762-addd567a3a60 {
  margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-2131b96f-eee3-46e5-b762-addd567a3a60 {
  margin-top: 0px;
}
}
#s-2131b96f-eee3-46e5-b762-addd567a3a60 .shogun-heading-component h3 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-8cc724a8-1985-4ad3-83a8-743a9829dd7a {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-230eb201-8e88-45a3-8649-763d2f5f6cb1 {
  margin-top: 20px;
max-width: 2048px;
aspect-ratio: 2048/1099;
text-align: center;
}

#s-230eb201-8e88-45a3-8649-763d2f5f6cb1 {
  margin: 0 !important;
  overflow: visible;
}

#s-230eb201-8e88-45a3-8649-763d2f5f6cb1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-230eb201-8e88-45a3-8649-763d2f5f6cb1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-230eb201-8e88-45a3-8649-763d2f5f6cb1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-230eb201-8e88-45a3-8649-763d2f5f6cb1 img.shogun-image {
  /* Add background color handling */
  
}

#s-230eb201-8e88-45a3-8649-763d2f5f6cb1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-230eb201-8e88-45a3-8649-763d2f5f6cb1 .shg-image-content-wrapper {
      aspect-ratio: 2048/1099;
      min-width: 100%;
      height: auto;
    }

    #s-230eb201-8e88-45a3-8649-763d2f5f6cb1 .shogun-image-link {
      aspect-ratio: 2048/1099;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-230eb201-8e88-45a3-8649-763d2f5f6cb1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-230eb201-8e88-45a3-8649-763d2f5f6cb1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-230eb201-8e88-45a3-8649-763d2f5f6cb1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image {
  box-sizing: border-box;
}



.s-230eb201-8e88-45a3-8649-763d2f5f6cb1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-230eb201-8e88-45a3-8649-763d2f5f6cb1 {
      --shg-aspect-ratio: calc(2048/1099); 
    }

    .s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image-container {
      position: relative;
    }

    .s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-230eb201-8e88-45a3-8649-763d2f5f6cb1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-230eb201-8e88-45a3-8649-763d2f5f6cb1 {
  margin: 0 !important;
  overflow: visible;
}

#s-230eb201-8e88-45a3-8649-763d2f5f6cb1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-230eb201-8e88-45a3-8649-763d2f5f6cb1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-230eb201-8e88-45a3-8649-763d2f5f6cb1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-230eb201-8e88-45a3-8649-763d2f5f6cb1 img.shogun-image {
  /* Add background color handling */
  
}

#s-230eb201-8e88-45a3-8649-763d2f5f6cb1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-230eb201-8e88-45a3-8649-763d2f5f6cb1 .shg-image-content-wrapper {
      aspect-ratio: 2048/1099;
      min-width: 100%;
      height: auto;
    }

    #s-230eb201-8e88-45a3-8649-763d2f5f6cb1 .shogun-image-link {
      aspect-ratio: 2048/1099;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-230eb201-8e88-45a3-8649-763d2f5f6cb1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-230eb201-8e88-45a3-8649-763d2f5f6cb1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-230eb201-8e88-45a3-8649-763d2f5f6cb1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image {
  box-sizing: border-box;
}



.s-230eb201-8e88-45a3-8649-763d2f5f6cb1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-230eb201-8e88-45a3-8649-763d2f5f6cb1 {
      --shg-aspect-ratio: calc(2048/1099); 
    }

    .s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image-container {
      position: relative;
    }

    .s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-230eb201-8e88-45a3-8649-763d2f5f6cb1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-230eb201-8e88-45a3-8649-763d2f5f6cb1 {
  margin: 0 !important;
  overflow: visible;
}

#s-230eb201-8e88-45a3-8649-763d2f5f6cb1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-230eb201-8e88-45a3-8649-763d2f5f6cb1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-230eb201-8e88-45a3-8649-763d2f5f6cb1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-230eb201-8e88-45a3-8649-763d2f5f6cb1 img.shogun-image {
  /* Add background color handling */
  
}

#s-230eb201-8e88-45a3-8649-763d2f5f6cb1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-230eb201-8e88-45a3-8649-763d2f5f6cb1 .shg-image-content-wrapper {
      aspect-ratio: 2048/1099;
      min-width: 100%;
      height: auto;
    }

    #s-230eb201-8e88-45a3-8649-763d2f5f6cb1 .shogun-image-link {
      aspect-ratio: 2048/1099;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-230eb201-8e88-45a3-8649-763d2f5f6cb1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-230eb201-8e88-45a3-8649-763d2f5f6cb1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-230eb201-8e88-45a3-8649-763d2f5f6cb1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image {
  box-sizing: border-box;
}



.s-230eb201-8e88-45a3-8649-763d2f5f6cb1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-230eb201-8e88-45a3-8649-763d2f5f6cb1 {
      --shg-aspect-ratio: calc(2048/1099); 
    }

    .s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image-container {
      position: relative;
    }

    .s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-230eb201-8e88-45a3-8649-763d2f5f6cb1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-230eb201-8e88-45a3-8649-763d2f5f6cb1 {
  margin: 0 !important;
  overflow: visible;
}

#s-230eb201-8e88-45a3-8649-763d2f5f6cb1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-230eb201-8e88-45a3-8649-763d2f5f6cb1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-230eb201-8e88-45a3-8649-763d2f5f6cb1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-230eb201-8e88-45a3-8649-763d2f5f6cb1 img.shogun-image {
  /* Add background color handling */
  
}

#s-230eb201-8e88-45a3-8649-763d2f5f6cb1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-230eb201-8e88-45a3-8649-763d2f5f6cb1 .shg-image-content-wrapper {
      aspect-ratio: 2048/1099;
      min-width: 100%;
      height: auto;
    }

    #s-230eb201-8e88-45a3-8649-763d2f5f6cb1 .shogun-image-link {
      aspect-ratio: 2048/1099;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-230eb201-8e88-45a3-8649-763d2f5f6cb1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-230eb201-8e88-45a3-8649-763d2f5f6cb1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-230eb201-8e88-45a3-8649-763d2f5f6cb1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image {
  box-sizing: border-box;
}



.s-230eb201-8e88-45a3-8649-763d2f5f6cb1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-230eb201-8e88-45a3-8649-763d2f5f6cb1 {
      --shg-aspect-ratio: calc(2048/1099); 
    }

    .s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image-container {
      position: relative;
    }

    .s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-230eb201-8e88-45a3-8649-763d2f5f6cb1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-230eb201-8e88-45a3-8649-763d2f5f6cb1 {
  margin: 0 !important;
  overflow: visible;
}

#s-230eb201-8e88-45a3-8649-763d2f5f6cb1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-230eb201-8e88-45a3-8649-763d2f5f6cb1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-230eb201-8e88-45a3-8649-763d2f5f6cb1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-230eb201-8e88-45a3-8649-763d2f5f6cb1 img.shogun-image {
  /* Add background color handling */
  
}

#s-230eb201-8e88-45a3-8649-763d2f5f6cb1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-230eb201-8e88-45a3-8649-763d2f5f6cb1 .shg-image-content-wrapper {
      aspect-ratio: 2048/1099;
      min-width: 100%;
      height: auto;
    }

    #s-230eb201-8e88-45a3-8649-763d2f5f6cb1 .shogun-image-link {
      aspect-ratio: 2048/1099;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-230eb201-8e88-45a3-8649-763d2f5f6cb1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-230eb201-8e88-45a3-8649-763d2f5f6cb1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-230eb201-8e88-45a3-8649-763d2f5f6cb1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image {
  box-sizing: border-box;
}



.s-230eb201-8e88-45a3-8649-763d2f5f6cb1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-230eb201-8e88-45a3-8649-763d2f5f6cb1 {
      --shg-aspect-ratio: calc(2048/1099); 
    }

    .s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image-container {
      position: relative;
    }

    .s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-230eb201-8e88-45a3-8649-763d2f5f6cb1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-230eb201-8e88-45a3-8649-763d2f5f6cb1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
@media (max-width: 767px){#s-1a0d6609-a3ab-40ff-b3ad-e3bb5a45dbca {
  display: none;
}
#s-1a0d6609-a3ab-40ff-b3ad-e3bb5a45dbca, #wrap-s-1a0d6609-a3ab-40ff-b3ad-e3bb5a45dbca, #wrap-content-s-1a0d6609-a3ab-40ff-b3ad-e3bb5a45dbca { display: none !important; }}
#s-1a0d6609-a3ab-40ff-b3ad-e3bb5a45dbca hr {
  border-top: 2px solid #ddd;
}

#s-0daa206c-5427-4530-b60f-45ed86d7fd28 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-0daa206c-5427-4530-b60f-45ed86d7fd28 {
  margin-top: 40px;
}
}
#s-0daa206c-5427-4530-b60f-45ed86d7fd28 .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


@media (max-width: 767px){#s-0daa206c-5427-4530-b60f-45ed86d7fd28 .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-0b95c95f-9c3a-4363-b982-363cbfad0fd2 {
  margin-top: 20px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-0b95c95f-9c3a-4363-b982-363cbfad0fd2 {
  padding-top: 0px;
padding-bottom: 20px;
}
}
@media (min-width: 0px) {
[id="s-0b95c95f-9c3a-4363-b982-363cbfad0fd2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0b95c95f-9c3a-4363-b982-363cbfad0fd2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-0b95c95f-9c3a-4363-b982-363cbfad0fd2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-0b95c95f-9c3a-4363-b982-363cbfad0fd2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-fec91cf1-5211-4323-858d-f3642c361053 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}








#s-fec91cf1-5211-4323-858d-f3642c361053 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fec91cf1-5211-4323-858d-f3642c361053.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 {
  margin-top: 20px;
max-width: 2048px;
aspect-ratio: 4/3;
text-align: center;
}
@media (max-width: 767px){#s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 {
  margin-top: 20px;
}
}
#s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 {
  margin: 0 !important;
  overflow: visible;
}

#s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 img.shogun-image {
  /* Add background color handling */
  
}

#s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image {
  box-sizing: border-box;
}



.s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image-container {
      position: relative;
    }

    .s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 {
  margin: 0 !important;
  overflow: visible;
}

#s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 img.shogun-image {
  /* Add background color handling */
  
}

#s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image {
  box-sizing: border-box;
}



.s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image-container {
      position: relative;
    }

    .s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 {
  margin: 0 !important;
  overflow: visible;
}

#s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 img.shogun-image {
  /* Add background color handling */
  
}

#s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image {
  box-sizing: border-box;
}



.s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image-container {
      position: relative;
    }

    .s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 {
  margin: 0 !important;
  overflow: visible;
}

#s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 img.shogun-image {
  /* Add background color handling */
  
}

#s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image {
  box-sizing: border-box;
}



.s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image-container {
      position: relative;
    }

    .s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 {
  margin: 0 !important;
  overflow: visible;
}

#s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 img.shogun-image {
  /* Add background color handling */
  
}

#s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image {
  box-sizing: border-box;
}



.s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image-container {
      position: relative;
    }

    .s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1a91082-99f4-4938-9cc4-9ae1b394a8e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-ec037dca-e303-4fcb-886e-699bc3295916 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ec037dca-e303-4fcb-886e-699bc3295916 .shogun-heading-component h4 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-fef78380-747a-48c0-ad99-af9dba4f470d {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}
@media (max-width: 767px){#s-fef78380-747a-48c0-ad99-af9dba4f470d {
  margin-top: 10px;
}
}







#s-fef78380-747a-48c0-ad99-af9dba4f470d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fef78380-747a-48c0-ad99-af9dba4f470d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 {
  margin-top: 20px;
max-width: 2048px;
aspect-ratio: 4/3;
text-align: center;
}
@media (max-width: 767px){#s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 {
  margin-top: 0px;
}
}
#s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 {
  margin: 0 !important;
  overflow: visible;
}

#s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 img.shogun-image {
  /* Add background color handling */
  
}

#s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image {
  box-sizing: border-box;
}



.s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image-container {
      position: relative;
    }

    .s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 {
  margin: 0 !important;
  overflow: visible;
}

#s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 img.shogun-image {
  /* Add background color handling */
  
}

#s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image {
  box-sizing: border-box;
}



.s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image-container {
      position: relative;
    }

    .s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 {
  margin: 0 !important;
  overflow: visible;
}

#s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 img.shogun-image {
  /* Add background color handling */
  
}

#s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image {
  box-sizing: border-box;
}



.s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image-container {
      position: relative;
    }

    .s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 {
  margin: 0 !important;
  overflow: visible;
}

#s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 img.shogun-image {
  /* Add background color handling */
  
}

#s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image {
  box-sizing: border-box;
}



.s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image-container {
      position: relative;
    }

    .s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 {
  margin: 0 !important;
  overflow: visible;
}

#s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 img.shogun-image {
  /* Add background color handling */
  
}

#s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image {
  box-sizing: border-box;
}



.s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image-container {
      position: relative;
    }

    .s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f7ca27a-f14b-4a92-a825-9a02d51f24d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-c1639f44-a0c1-453b-aa9e-8ee9475a9b83 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c1639f44-a0c1-453b-aa9e-8ee9475a9b83 .shogun-heading-component h4 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-0e92ed78-dd95-4a74-815c-5b568bd21252 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}
@media (max-width: 767px){#s-0e92ed78-dd95-4a74-815c-5b568bd21252 {
  margin-top: 10px;
}
}







#s-0e92ed78-dd95-4a74-815c-5b568bd21252 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0e92ed78-dd95-4a74-815c-5b568bd21252.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 {
  margin-top: 20px;
max-width: 2048px;
aspect-ratio: 4/3;
text-align: center;
}
@media (max-width: 767px){#s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 {
  margin-top: 0px;
}
}
#s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 {
  margin: 0 !important;
  overflow: visible;
}

#s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 img.shogun-image {
  /* Add background color handling */
  
}

#s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image {
  box-sizing: border-box;
}



.s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image-container {
      position: relative;
    }

    .s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 {
  margin: 0 !important;
  overflow: visible;
}

#s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 img.shogun-image {
  /* Add background color handling */
  
}

#s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image {
  box-sizing: border-box;
}



.s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image-container {
      position: relative;
    }

    .s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 {
  margin: 0 !important;
  overflow: visible;
}

#s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 img.shogun-image {
  /* Add background color handling */
  
}

#s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image {
  box-sizing: border-box;
}



.s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image-container {
      position: relative;
    }

    .s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 {
  margin: 0 !important;
  overflow: visible;
}

#s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 img.shogun-image {
  /* Add background color handling */
  
}

#s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image {
  box-sizing: border-box;
}



.s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image-container {
      position: relative;
    }

    .s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 {
  margin: 0 !important;
  overflow: visible;
}

#s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 img.shogun-image {
  /* Add background color handling */
  
}

#s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image {
  box-sizing: border-box;
}



.s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image-container {
      position: relative;
    }

    .s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bbeb518c-d7cf-4e8c-b29e-4d5f68818f46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-6b09be89-0399-4fa2-9466-e9f80c9b075c {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6b09be89-0399-4fa2-9466-e9f80c9b075c .shogun-heading-component h4 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-bb61124c-b9f7-44a7-8f8f-3d055767c386 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 50px;
margin-right: 10%;
padding-top: 20px;
padding-left: 3%;
padding-bottom: 25px;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-bb61124c-b9f7-44a7-8f8f-3d055767c386 {
  margin-top: 20px;
margin-left: 10%;
margin-right: 10%;
padding-top: 30px;
padding-bottom: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bb61124c-b9f7-44a7-8f8f-3d055767c386 {
  margin-top: 20px;
padding-top: 30px;
padding-bottom: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bb61124c-b9f7-44a7-8f8f-3d055767c386 {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
padding-top: 30px;
padding-bottom: 30px;
}
}@media (max-width: 767px){#s-bb61124c-b9f7-44a7-8f8f-3d055767c386 {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
padding-top: 20px;
padding-left: 5%;
padding-right: 5%;
}
}







#s-bb61124c-b9f7-44a7-8f8f-3d055767c386 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bb61124c-b9f7-44a7-8f8f-3d055767c386.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-023805bb-bd11-4b45-839d-ff7409fc8bd5 {
  margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-023805bb-bd11-4b45-839d-ff7409fc8bd5 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-023805bb-bd11-4b45-839d-ff7409fc8bd5 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: center;
}


}
#s-8f6a7ab3-f7c8-4340-a17d-94db3e879317 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-8f6a7ab3-f7c8-4340-a17d-94db3e879317 {
  padding-top: 0px;
padding-bottom: 20px;
}
}
@media (min-width: 0px) {
[id="s-8f6a7ab3-f7c8-4340-a17d-94db3e879317"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8f6a7ab3-f7c8-4340-a17d-94db3e879317"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-8f6a7ab3-f7c8-4340-a17d-94db3e879317"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-8f6a7ab3-f7c8-4340-a17d-94db3e879317"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-468a0da0-e4ff-4afd-a073-408ec4944df6 {
  margin-top: 20px;
max-width: 900px;
aspect-ratio: 16/9;
text-align: center;
}

#s-468a0da0-e4ff-4afd-a073-408ec4944df6 {
  margin: 0 !important;
  overflow: visible;
}

#s-468a0da0-e4ff-4afd-a073-408ec4944df6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-468a0da0-e4ff-4afd-a073-408ec4944df6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-468a0da0-e4ff-4afd-a073-408ec4944df6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-468a0da0-e4ff-4afd-a073-408ec4944df6 img.shogun-image {
  /* Add background color handling */
  
}

#s-468a0da0-e4ff-4afd-a073-408ec4944df6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-468a0da0-e4ff-4afd-a073-408ec4944df6 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-468a0da0-e4ff-4afd-a073-408ec4944df6 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-468a0da0-e4ff-4afd-a073-408ec4944df6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-468a0da0-e4ff-4afd-a073-408ec4944df6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-468a0da0-e4ff-4afd-a073-408ec4944df6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-468a0da0-e4ff-4afd-a073-408ec4944df6.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-468a0da0-e4ff-4afd-a073-408ec4944df6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-468a0da0-e4ff-4afd-a073-408ec4944df6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-468a0da0-e4ff-4afd-a073-408ec4944df6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-468a0da0-e4ff-4afd-a073-408ec4944df6.shogun-image {
  box-sizing: border-box;
}



.s-468a0da0-e4ff-4afd-a073-408ec4944df6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-468a0da0-e4ff-4afd-a073-408ec4944df6 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-468a0da0-e4ff-4afd-a073-408ec4944df6.shogun-image-container {
      position: relative;
    }

    .s-468a0da0-e4ff-4afd-a073-408ec4944df6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-468a0da0-e4ff-4afd-a073-408ec4944df6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-468a0da0-e4ff-4afd-a073-408ec4944df6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

@media (min-width: 1200px){#s-468a0da0-e4ff-4afd-a073-408ec4944df6 {
  margin: 0 !important;
  overflow: visible;
}

#s-468a0da0-e4ff-4afd-a073-408ec4944df6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-468a0da0-e4ff-4afd-a073-408ec4944df6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-468a0da0-e4ff-4afd-a073-408ec4944df6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-468a0da0-e4ff-4afd-a073-408ec4944df6 img.shogun-image {
  /* Add background color handling */
  
}

#s-468a0da0-e4ff-4afd-a073-408ec4944df6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-468a0da0-e4ff-4afd-a073-408ec4944df6 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-468a0da0-e4ff-4afd-a073-408ec4944df6 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-468a0da0-e4ff-4afd-a073-408ec4944df6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-468a0da0-e4ff-4afd-a073-408ec4944df6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-468a0da0-e4ff-4afd-a073-408ec4944df6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-468a0da0-e4ff-4afd-a073-408ec4944df6.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-468a0da0-e4ff-4afd-a073-408ec4944df6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-468a0da0-e4ff-4afd-a073-408ec4944df6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-468a0da0-e4ff-4afd-a073-408ec4944df6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-468a0da0-e4ff-4afd-a073-408ec4944df6.shogun-image {
  box-sizing: border-box;
}



.s-468a0da0-e4ff-4afd-a073-408ec4944df6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-468a0da0-e4ff-4afd-a073-408ec4944df6 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-468a0da0-e4ff-4afd-a073-408ec4944df6.shogun-image-container {
      position: relative;
    }

    .s-468a0da0-e4ff-4afd-a073-408ec4944df6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-468a0da0-e4ff-4afd-a073-408ec4944df6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-468a0da0-e4ff-4afd-a073-408ec4944df6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-468a0da0-e4ff-4afd-a073-408ec4944df6 {
  margin: 0 !important;
  overflow: visible;
}

#s-468a0da0-e4ff-4afd-a073-408ec4944df6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-468a0da0-e4ff-4afd-a073-408ec4944df6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-468a0da0-e4ff-4afd-a073-408ec4944df6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-468a0da0-e4ff-4afd-a073-408ec4944df6 img.shogun-image {
  /* Add background color handling */
  
}

#s-468a0da0-e4ff-4afd-a073-408ec4944df6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-468a0da0-e4ff-4afd-a073-408ec4944df6 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-468a0da0-e4ff-4afd-a073-408ec4944df6 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-468a0da0-e4ff-4afd-a073-408ec4944df6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-468a0da0-e4ff-4afd-a073-408ec4944df6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-468a0da0-e4ff-4afd-a073-408ec4944df6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-468a0da0-e4ff-4afd-a073-408ec4944df6.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-468a0da0-e4ff-4afd-a073-408ec4944df6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-468a0da0-e4ff-4afd-a073-408ec4944df6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-468a0da0-e4ff-4afd-a073-408ec4944df6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-468a0da0-e4ff-4afd-a073-408ec4944df6.shogun-image {
  box-sizing: border-box;
}



.s-468a0da0-e4ff-4afd-a073-408ec4944df6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-468a0da0-e4ff-4afd-a073-408ec4944df6 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-468a0da0-e4ff-4afd-a073-408ec4944df6.shogun-image-container {
      position: relative;
    }

    .s-468a0da0-e4ff-4afd-a073-408ec4944df6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-468a0da0-e4ff-4afd-a073-408ec4944df6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-468a0da0-e4ff-4afd-a073-408ec4944df6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-468a0da0-e4ff-4afd-a073-408ec4944df6 {
  margin: 0 !important;
  overflow: visible;
}

#s-468a0da0-e4ff-4afd-a073-408ec4944df6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-468a0da0-e4ff-4afd-a073-408ec4944df6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-468a0da0-e4ff-4afd-a073-408ec4944df6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-468a0da0-e4ff-4afd-a073-408ec4944df6 img.shogun-image {
  /* Add background color handling */
  
}

#s-468a0da0-e4ff-4afd-a073-408ec4944df6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-468a0da0-e4ff-4afd-a073-408ec4944df6 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-468a0da0-e4ff-4afd-a073-408ec4944df6 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-468a0da0-e4ff-4afd-a073-408ec4944df6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-468a0da0-e4ff-4afd-a073-408ec4944df6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-468a0da0-e4ff-4afd-a073-408ec4944df6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-468a0da0-e4ff-4afd-a073-408ec4944df6.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-468a0da0-e4ff-4afd-a073-408ec4944df6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-468a0da0-e4ff-4afd-a073-408ec4944df6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-468a0da0-e4ff-4afd-a073-408ec4944df6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-468a0da0-e4ff-4afd-a073-408ec4944df6.shogun-image {
  box-sizing: border-box;
}



.s-468a0da0-e4ff-4afd-a073-408ec4944df6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-468a0da0-e4ff-4afd-a073-408ec4944df6 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-468a0da0-e4ff-4afd-a073-408ec4944df6.shogun-image-container {
      position: relative;
    }

    .s-468a0da0-e4ff-4afd-a073-408ec4944df6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-468a0da0-e4ff-4afd-a073-408ec4944df6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-468a0da0-e4ff-4afd-a073-408ec4944df6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (max-width: 767px){#s-468a0da0-e4ff-4afd-a073-408ec4944df6 {
  margin: 0 !important;
  overflow: visible;
}

#s-468a0da0-e4ff-4afd-a073-408ec4944df6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-468a0da0-e4ff-4afd-a073-408ec4944df6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-468a0da0-e4ff-4afd-a073-408ec4944df6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-468a0da0-e4ff-4afd-a073-408ec4944df6 img.shogun-image {
  /* Add background color handling */
  
}

#s-468a0da0-e4ff-4afd-a073-408ec4944df6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-468a0da0-e4ff-4afd-a073-408ec4944df6 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-468a0da0-e4ff-4afd-a073-408ec4944df6 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-468a0da0-e4ff-4afd-a073-408ec4944df6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-468a0da0-e4ff-4afd-a073-408ec4944df6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-468a0da0-e4ff-4afd-a073-408ec4944df6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-468a0da0-e4ff-4afd-a073-408ec4944df6.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-468a0da0-e4ff-4afd-a073-408ec4944df6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-468a0da0-e4ff-4afd-a073-408ec4944df6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-468a0da0-e4ff-4afd-a073-408ec4944df6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-468a0da0-e4ff-4afd-a073-408ec4944df6.shogun-image {
  box-sizing: border-box;
}



.s-468a0da0-e4ff-4afd-a073-408ec4944df6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-468a0da0-e4ff-4afd-a073-408ec4944df6 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-468a0da0-e4ff-4afd-a073-408ec4944df6.shogun-image-container {
      position: relative;
    }

    .s-468a0da0-e4ff-4afd-a073-408ec4944df6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-468a0da0-e4ff-4afd-a073-408ec4944df6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-468a0da0-e4ff-4afd-a073-408ec4944df6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}
#s-ce0ed148-178e-4965-aa50-dba1b6c7d1c7 {
  margin-top: 10px;
}

#s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b {
  margin-top: 20px;
max-width: 900px;
aspect-ratio: 16/9;
text-align: center;
}

#s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b {
  margin: 0 !important;
  overflow: visible;
}

#s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b img.shogun-image {
  /* Add background color handling */
  
}

#s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b .shogun-image-content {
  
    justify-content: center;
  
}

.s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b.shogun-image {
  box-sizing: border-box;
}



.s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b.shogun-image-container {
      position: relative;
    }

    .s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

@media (min-width: 1200px){#s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b {
  margin: 0 !important;
  overflow: visible;
}

#s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b img.shogun-image {
  /* Add background color handling */
  
}

#s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b .shogun-image-content {
  
    justify-content: center;
  
}

.s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b.shogun-image {
  box-sizing: border-box;
}



.s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b.shogun-image-container {
      position: relative;
    }

    .s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b {
  margin: 0 !important;
  overflow: visible;
}

#s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b img.shogun-image {
  /* Add background color handling */
  
}

#s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b .shogun-image-content {
  
    justify-content: center;
  
}

.s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b.shogun-image {
  box-sizing: border-box;
}



.s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b.shogun-image-container {
      position: relative;
    }

    .s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b {
  margin: 0 !important;
  overflow: visible;
}

#s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b img.shogun-image {
  /* Add background color handling */
  
}

#s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b .shogun-image-content {
  
    justify-content: center;
  
}

.s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b.shogun-image {
  box-sizing: border-box;
}



.s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b.shogun-image-container {
      position: relative;
    }

    .s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (max-width: 767px){#s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b {
  margin: 0 !important;
  overflow: visible;
}

#s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b img.shogun-image {
  /* Add background color handling */
  
}

#s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b .shogun-image-content {
  
    justify-content: center;
  
}

.s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b.shogun-image {
  box-sizing: border-box;
}



.s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b.shogun-image-container {
      position: relative;
    }

    .s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bfcd77bc-9f63-4a35-9b14-6f1d9a86d12b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}
#s-017c4c99-7f2c-44ea-80c4-e35d4a7f2356 {
  margin-top: 10px;
}

#s-308aff2b-abe0-48c1-af97-44ac77ac080f {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-308aff2b-abe0-48c1-af97-44ac77ac080f {
  padding-top: 0px;
padding-bottom: 20px;
}
}
@media (min-width: 0px) {
[id="s-308aff2b-abe0-48c1-af97-44ac77ac080f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-308aff2b-abe0-48c1-af97-44ac77ac080f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-308aff2b-abe0-48c1-af97-44ac77ac080f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-308aff2b-abe0-48c1-af97-44ac77ac080f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 {
  margin-top: 20px;
max-width: 900px;
aspect-ratio: 16/9;
text-align: center;
}

#s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 {
  margin: 0 !important;
  overflow: visible;
}

#s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 img.shogun-image {
  /* Add background color handling */
  
}

#s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04.shogun-image {
  box-sizing: border-box;
}



.s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04.shogun-image-container {
      position: relative;
    }

    .s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

@media (min-width: 1200px){#s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 {
  margin: 0 !important;
  overflow: visible;
}

#s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 img.shogun-image {
  /* Add background color handling */
  
}

#s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04.shogun-image {
  box-sizing: border-box;
}



.s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04.shogun-image-container {
      position: relative;
    }

    .s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 {
  margin: 0 !important;
  overflow: visible;
}

#s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 img.shogun-image {
  /* Add background color handling */
  
}

#s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04.shogun-image {
  box-sizing: border-box;
}



.s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04.shogun-image-container {
      position: relative;
    }

    .s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 {
  margin: 0 !important;
  overflow: visible;
}

#s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 img.shogun-image {
  /* Add background color handling */
  
}

#s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04.shogun-image {
  box-sizing: border-box;
}



.s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04.shogun-image-container {
      position: relative;
    }

    .s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (max-width: 767px){#s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 {
  margin: 0 !important;
  overflow: visible;
}

#s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 img.shogun-image {
  /* Add background color handling */
  
}

#s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04.shogun-image {
  box-sizing: border-box;
}



.s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04.shogun-image-container {
      position: relative;
    }

    .s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c9a4165-8a72-43d5-83ee-f5edec5e1a04 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}
#s-a0f27103-1aca-4b1c-81b7-1b27731cec2e {
  margin-top: 10px;
}

#s-76898705-0e4b-4dad-acdc-0406c673de95 {
  margin-top: 20px;
max-width: 990px;
aspect-ratio: 16/9;
text-align: center;
}

#s-76898705-0e4b-4dad-acdc-0406c673de95 {
  margin: 0 !important;
  overflow: visible;
}

#s-76898705-0e4b-4dad-acdc-0406c673de95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-76898705-0e4b-4dad-acdc-0406c673de95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-76898705-0e4b-4dad-acdc-0406c673de95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76898705-0e4b-4dad-acdc-0406c673de95 img.shogun-image {
  /* Add background color handling */
  
}

#s-76898705-0e4b-4dad-acdc-0406c673de95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-76898705-0e4b-4dad-acdc-0406c673de95 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-76898705-0e4b-4dad-acdc-0406c673de95 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-76898705-0e4b-4dad-acdc-0406c673de95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-76898705-0e4b-4dad-acdc-0406c673de95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-76898705-0e4b-4dad-acdc-0406c673de95 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 990px;
  }



  img.s-76898705-0e4b-4dad-acdc-0406c673de95.shogun-image {
    
    
    
    max-height: 990px;
  }


.s-76898705-0e4b-4dad-acdc-0406c673de95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-76898705-0e4b-4dad-acdc-0406c673de95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76898705-0e4b-4dad-acdc-0406c673de95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76898705-0e4b-4dad-acdc-0406c673de95.shogun-image {
  box-sizing: border-box;
}



.s-76898705-0e4b-4dad-acdc-0406c673de95 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-76898705-0e4b-4dad-acdc-0406c673de95 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-76898705-0e4b-4dad-acdc-0406c673de95.shogun-image-container {
      position: relative;
    }

    .s-76898705-0e4b-4dad-acdc-0406c673de95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-76898705-0e4b-4dad-acdc-0406c673de95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-76898705-0e4b-4dad-acdc-0406c673de95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 990px;
    }
  }

@media (min-width: 1200px){#s-76898705-0e4b-4dad-acdc-0406c673de95 {
  margin: 0 !important;
  overflow: visible;
}

#s-76898705-0e4b-4dad-acdc-0406c673de95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-76898705-0e4b-4dad-acdc-0406c673de95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-76898705-0e4b-4dad-acdc-0406c673de95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76898705-0e4b-4dad-acdc-0406c673de95 img.shogun-image {
  /* Add background color handling */
  
}

#s-76898705-0e4b-4dad-acdc-0406c673de95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-76898705-0e4b-4dad-acdc-0406c673de95 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-76898705-0e4b-4dad-acdc-0406c673de95 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-76898705-0e4b-4dad-acdc-0406c673de95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-76898705-0e4b-4dad-acdc-0406c673de95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-76898705-0e4b-4dad-acdc-0406c673de95 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 990px;
  }



  img.s-76898705-0e4b-4dad-acdc-0406c673de95.shogun-image {
    
    
    
    max-height: 990px;
  }


.s-76898705-0e4b-4dad-acdc-0406c673de95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-76898705-0e4b-4dad-acdc-0406c673de95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76898705-0e4b-4dad-acdc-0406c673de95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76898705-0e4b-4dad-acdc-0406c673de95.shogun-image {
  box-sizing: border-box;
}



.s-76898705-0e4b-4dad-acdc-0406c673de95 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-76898705-0e4b-4dad-acdc-0406c673de95 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-76898705-0e4b-4dad-acdc-0406c673de95.shogun-image-container {
      position: relative;
    }

    .s-76898705-0e4b-4dad-acdc-0406c673de95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-76898705-0e4b-4dad-acdc-0406c673de95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-76898705-0e4b-4dad-acdc-0406c673de95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 990px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-76898705-0e4b-4dad-acdc-0406c673de95 {
  margin: 0 !important;
  overflow: visible;
}

#s-76898705-0e4b-4dad-acdc-0406c673de95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-76898705-0e4b-4dad-acdc-0406c673de95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-76898705-0e4b-4dad-acdc-0406c673de95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76898705-0e4b-4dad-acdc-0406c673de95 img.shogun-image {
  /* Add background color handling */
  
}

#s-76898705-0e4b-4dad-acdc-0406c673de95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-76898705-0e4b-4dad-acdc-0406c673de95 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-76898705-0e4b-4dad-acdc-0406c673de95 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-76898705-0e4b-4dad-acdc-0406c673de95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-76898705-0e4b-4dad-acdc-0406c673de95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-76898705-0e4b-4dad-acdc-0406c673de95 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 990px;
  }



  img.s-76898705-0e4b-4dad-acdc-0406c673de95.shogun-image {
    
    
    
    max-height: 990px;
  }


.s-76898705-0e4b-4dad-acdc-0406c673de95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-76898705-0e4b-4dad-acdc-0406c673de95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76898705-0e4b-4dad-acdc-0406c673de95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76898705-0e4b-4dad-acdc-0406c673de95.shogun-image {
  box-sizing: border-box;
}



.s-76898705-0e4b-4dad-acdc-0406c673de95 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-76898705-0e4b-4dad-acdc-0406c673de95 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-76898705-0e4b-4dad-acdc-0406c673de95.shogun-image-container {
      position: relative;
    }

    .s-76898705-0e4b-4dad-acdc-0406c673de95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-76898705-0e4b-4dad-acdc-0406c673de95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-76898705-0e4b-4dad-acdc-0406c673de95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 990px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-76898705-0e4b-4dad-acdc-0406c673de95 {
  margin: 0 !important;
  overflow: visible;
}

#s-76898705-0e4b-4dad-acdc-0406c673de95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-76898705-0e4b-4dad-acdc-0406c673de95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-76898705-0e4b-4dad-acdc-0406c673de95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76898705-0e4b-4dad-acdc-0406c673de95 img.shogun-image {
  /* Add background color handling */
  
}

#s-76898705-0e4b-4dad-acdc-0406c673de95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-76898705-0e4b-4dad-acdc-0406c673de95 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-76898705-0e4b-4dad-acdc-0406c673de95 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-76898705-0e4b-4dad-acdc-0406c673de95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-76898705-0e4b-4dad-acdc-0406c673de95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-76898705-0e4b-4dad-acdc-0406c673de95 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 990px;
  }



  img.s-76898705-0e4b-4dad-acdc-0406c673de95.shogun-image {
    
    
    
    max-height: 990px;
  }


.s-76898705-0e4b-4dad-acdc-0406c673de95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-76898705-0e4b-4dad-acdc-0406c673de95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76898705-0e4b-4dad-acdc-0406c673de95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76898705-0e4b-4dad-acdc-0406c673de95.shogun-image {
  box-sizing: border-box;
}



.s-76898705-0e4b-4dad-acdc-0406c673de95 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-76898705-0e4b-4dad-acdc-0406c673de95 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-76898705-0e4b-4dad-acdc-0406c673de95.shogun-image-container {
      position: relative;
    }

    .s-76898705-0e4b-4dad-acdc-0406c673de95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-76898705-0e4b-4dad-acdc-0406c673de95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-76898705-0e4b-4dad-acdc-0406c673de95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 990px;
    }
  }

}@media (max-width: 767px){#s-76898705-0e4b-4dad-acdc-0406c673de95 {
  margin: 0 !important;
  overflow: visible;
}

#s-76898705-0e4b-4dad-acdc-0406c673de95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-76898705-0e4b-4dad-acdc-0406c673de95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-76898705-0e4b-4dad-acdc-0406c673de95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76898705-0e4b-4dad-acdc-0406c673de95 img.shogun-image {
  /* Add background color handling */
  
}

#s-76898705-0e4b-4dad-acdc-0406c673de95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-76898705-0e4b-4dad-acdc-0406c673de95 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-76898705-0e4b-4dad-acdc-0406c673de95 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-76898705-0e4b-4dad-acdc-0406c673de95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-76898705-0e4b-4dad-acdc-0406c673de95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-76898705-0e4b-4dad-acdc-0406c673de95 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 990px;
  }



  img.s-76898705-0e4b-4dad-acdc-0406c673de95.shogun-image {
    
    
    
    max-height: 990px;
  }


.s-76898705-0e4b-4dad-acdc-0406c673de95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-76898705-0e4b-4dad-acdc-0406c673de95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76898705-0e4b-4dad-acdc-0406c673de95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76898705-0e4b-4dad-acdc-0406c673de95.shogun-image {
  box-sizing: border-box;
}



.s-76898705-0e4b-4dad-acdc-0406c673de95 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-76898705-0e4b-4dad-acdc-0406c673de95 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-76898705-0e4b-4dad-acdc-0406c673de95.shogun-image-container {
      position: relative;
    }

    .s-76898705-0e4b-4dad-acdc-0406c673de95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-76898705-0e4b-4dad-acdc-0406c673de95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-76898705-0e4b-4dad-acdc-0406c673de95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 990px;
    }
  }

}
#s-57de93b4-4f3e-48e9-9c1a-4065f9b8862b {
  margin-top: 10px;
}

#s-76b82477-fcc0-426f-bd9a-f038384cb9be {
  margin-top: 20px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-76b82477-fcc0-426f-bd9a-f038384cb9be {
  padding-top: 0px;
padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-76b82477-fcc0-426f-bd9a-f038384cb9be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-76b82477-fcc0-426f-bd9a-f038384cb9be"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-76b82477-fcc0-426f-bd9a-f038384cb9be"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-76b82477-fcc0-426f-bd9a-f038384cb9be"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed {
  margin-top: 0px;
max-width: 900px;
aspect-ratio: 16/9;
text-align: center;
}

#s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed {
  margin: 0 !important;
  overflow: visible;
}

#s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed img.shogun-image {
  /* Add background color handling */
  
}

#s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed .shogun-image-content {
  
    justify-content: center;
  
}

.s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed.shogun-image {
  box-sizing: border-box;
}



.s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed.shogun-image-container {
      position: relative;
    }

    .s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

@media (min-width: 1200px){#s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed {
  margin: 0 !important;
  overflow: visible;
}

#s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed img.shogun-image {
  /* Add background color handling */
  
}

#s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed .shogun-image-content {
  
    justify-content: center;
  
}

.s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed.shogun-image {
  box-sizing: border-box;
}



.s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed.shogun-image-container {
      position: relative;
    }

    .s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed {
  margin: 0 !important;
  overflow: visible;
}

#s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed img.shogun-image {
  /* Add background color handling */
  
}

#s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed .shogun-image-content {
  
    justify-content: center;
  
}

.s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed.shogun-image {
  box-sizing: border-box;
}



.s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed.shogun-image-container {
      position: relative;
    }

    .s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed {
  margin: 0 !important;
  overflow: visible;
}

#s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed img.shogun-image {
  /* Add background color handling */
  
}

#s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed .shogun-image-content {
  
    justify-content: center;
  
}

.s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed.shogun-image {
  box-sizing: border-box;
}



.s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed.shogun-image-container {
      position: relative;
    }

    .s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (max-width: 767px){#s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed {
  margin: 0 !important;
  overflow: visible;
}

#s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed img.shogun-image {
  /* Add background color handling */
  
}

#s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed .shogun-image-content {
  
    justify-content: center;
  
}

.s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed.shogun-image {
  box-sizing: border-box;
}



.s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed.shogun-image-container {
      position: relative;
    }

    .s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64ca8dbd-92f7-4f33-b5ae-53fd518b24ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}
#s-238256d1-8e9e-4f10-8d94-294427adf681 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (max-width: 767px){#s-238256d1-8e9e-4f10-8d94-294427adf681 {
  margin-top: 10px;
}
}
#s-673b762c-4c9c-4503-96af-425daa267630 {
  margin-top: 10px;
}

/*
  $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;
}
