.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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-0011bf3c-e5f6-4837-8f24-eba06c6949de {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0011bf3c-e5f6-4837-8f24-eba06c6949de {
  display: none;
}
#s-0011bf3c-e5f6-4837-8f24-eba06c6949de, #wrap-s-0011bf3c-e5f6-4837-8f24-eba06c6949de, #wrap-content-s-0011bf3c-e5f6-4837-8f24-eba06c6949de { display: none !important; }}@media (max-width: 767px){#s-0011bf3c-e5f6-4837-8f24-eba06c6949de {
  display: none;
}
#s-0011bf3c-e5f6-4837-8f24-eba06c6949de, #wrap-s-0011bf3c-e5f6-4837-8f24-eba06c6949de, #wrap-content-s-0011bf3c-e5f6-4837-8f24-eba06c6949de { display: none !important; }}







#s-0011bf3c-e5f6-4837-8f24-eba06c6949de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0011bf3c-e5f6-4837-8f24-eba06c6949de.shg-box.shg-c {
  justify-content: center;
}

#s-b290df9e-fa15-47ac-9176-358dded26d5c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-b290df9e-fa15-47ac-9176-358dded26d5c {
  margin-bottom: 20px;
}
}







#s-b290df9e-fa15-47ac-9176-358dded26d5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b290df9e-fa15-47ac-9176-358dded26d5c.shg-box.shg-c {
  justify-content: center;
}

#s-f6a3eb51-2878-4706-817a-caf57f38b3da {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-f6a3eb51-2878-4706-817a-caf57f38b3da {
  margin-top: 20px;
}
}







#s-f6a3eb51-2878-4706-817a-caf57f38b3da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f6a3eb51-2878-4706-817a-caf57f38b3da.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  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-25a0fcfa-3938-47ad-b26a-4c45a1f6cae8 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 992px) and (max-width: 1199px){#s-25a0fcfa-3938-47ad-b26a-4c45a1f6cae8 {
  margin-top: 60px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-25a0fcfa-3938-47ad-b26a-4c45a1f6cae8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-25a0fcfa-3938-47ad-b26a-4c45a1f6cae8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-25a0fcfa-3938-47ad-b26a-4c45a1f6cae8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-25a0fcfa-3938-47ad-b26a-4c45a1f6cae8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-25a0fcfa-3938-47ad-b26a-4c45a1f6cae8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-25a0fcfa-3938-47ad-b26a-4c45a1f6cae8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-25a0fcfa-3938-47ad-b26a-4c45a1f6cae8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

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

.shg-inner-inline-image {
  position: relative;
  display: block;
}

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

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

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

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

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

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

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

.shogun-image-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.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>div {
  width: 100%;
}

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

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

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

.shg-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}
#s-0128041f-84e8-41d5-b873-9ae99214d56a {
  margin-left: auto;
margin-right: auto;
max-width: 1750px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-0128041f-84e8-41d5-b873-9ae99214d56a {
  margin-top: 50px;
margin-bottom: 0px;
}
}
#s-0128041f-84e8-41d5-b873-9ae99214d56a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0128041f-84e8-41d5-b873-9ae99214d56a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0128041f-84e8-41d5-b873-9ae99214d56a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-0128041f-84e8-41d5-b873-9ae99214d56a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

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

#s-0128041f-84e8-41d5-b873-9ae99214d56a img.shogun-image {
  width: 100%;
  
  
  max-width: 1750px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0128041f-84e8-41d5-b873-9ae99214d56a .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-0128041f-84e8-41d5-b873-9ae99214d56a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0128041f-84e8-41d5-b873-9ae99214d56a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0128041f-84e8-41d5-b873-9ae99214d56a.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-0128041f-84e8-41d5-b873-9ae99214d56a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0128041f-84e8-41d5-b873-9ae99214d56a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0128041f-84e8-41d5-b873-9ae99214d56a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-0128041f-84e8-41d5-b873-9ae99214d56a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

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

#s-0128041f-84e8-41d5-b873-9ae99214d56a img.shogun-image {
  width: 100%;
  
  
  max-width: 1750px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0128041f-84e8-41d5-b873-9ae99214d56a .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-0128041f-84e8-41d5-b873-9ae99214d56a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0128041f-84e8-41d5-b873-9ae99214d56a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0128041f-84e8-41d5-b873-9ae99214d56a.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-0128041f-84e8-41d5-b873-9ae99214d56a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0128041f-84e8-41d5-b873-9ae99214d56a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0128041f-84e8-41d5-b873-9ae99214d56a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 50px;
  margin-bottom: 0px;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-0128041f-84e8-41d5-b873-9ae99214d56a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 50px;
  margin-bottom: 0px;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

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

#s-0128041f-84e8-41d5-b873-9ae99214d56a img.shogun-image {
  width: 100%;
  
  
  max-width: 1750px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0128041f-84e8-41d5-b873-9ae99214d56a .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-0128041f-84e8-41d5-b873-9ae99214d56a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0128041f-84e8-41d5-b873-9ae99214d56a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0128041f-84e8-41d5-b873-9ae99214d56a.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-0128041f-84e8-41d5-b873-9ae99214d56a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0128041f-84e8-41d5-b873-9ae99214d56a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0128041f-84e8-41d5-b873-9ae99214d56a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-0128041f-84e8-41d5-b873-9ae99214d56a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

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

#s-0128041f-84e8-41d5-b873-9ae99214d56a img.shogun-image {
  width: 100%;
  
  
  max-width: 1750px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0128041f-84e8-41d5-b873-9ae99214d56a .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-0128041f-84e8-41d5-b873-9ae99214d56a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0128041f-84e8-41d5-b873-9ae99214d56a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0128041f-84e8-41d5-b873-9ae99214d56a.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-0128041f-84e8-41d5-b873-9ae99214d56a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0128041f-84e8-41d5-b873-9ae99214d56a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0128041f-84e8-41d5-b873-9ae99214d56a {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-0128041f-84e8-41d5-b873-9ae99214d56a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

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

#s-0128041f-84e8-41d5-b873-9ae99214d56a img.shogun-image {
  width: 100%;
  
  
  max-width: 1750px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0128041f-84e8-41d5-b873-9ae99214d56a .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-0128041f-84e8-41d5-b873-9ae99214d56a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0128041f-84e8-41d5-b873-9ae99214d56a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0128041f-84e8-41d5-b873-9ae99214d56a.shogun-image {
  box-sizing: border-box;
}




}
#s-1ea26d60-f665-4c91-b7dd-287ba0a6a3cc {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 20px;
padding-bottom: 20px;
}
@media (max-width: 767px){#s-1ea26d60-f665-4c91-b7dd-287ba0a6a3cc {
  margin-top: 0px;
margin-bottom: -20px;
padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-1ea26d60-f665-4c91-b7dd-287ba0a6a3cc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1ea26d60-f665-4c91-b7dd-287ba0a6a3cc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1ea26d60-f665-4c91-b7dd-287ba0a6a3cc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1ea26d60-f665-4c91-b7dd-287ba0a6a3cc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1ea26d60-f665-4c91-b7dd-287ba0a6a3cc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1ea26d60-f665-4c91-b7dd-287ba0a6a3cc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1ea26d60-f665-4c91-b7dd-287ba0a6a3cc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-d738fb30-9105-4129-94df-b7e4699b7bb7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-d738fb30-9105-4129-94df-b7e4699b7bb7 {
  display: none;
}
#s-d738fb30-9105-4129-94df-b7e4699b7bb7, #wrap-s-d738fb30-9105-4129-94df-b7e4699b7bb7, #wrap-content-s-d738fb30-9105-4129-94df-b7e4699b7bb7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d738fb30-9105-4129-94df-b7e4699b7bb7 {
  display: none;
}
#s-d738fb30-9105-4129-94df-b7e4699b7bb7, #wrap-s-d738fb30-9105-4129-94df-b7e4699b7bb7, #wrap-content-s-d738fb30-9105-4129-94df-b7e4699b7bb7 { display: none !important; }}







#s-d738fb30-9105-4129-94df-b7e4699b7bb7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d738fb30-9105-4129-94df-b7e4699b7bb7.shg-box.shg-c {
  justify-content: center;
}

#s-a72fc500-1054-4063-b115-e3a489d6a312 {
  margin-left: auto;
margin-right: auto;
max-width: 1750px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a72fc500-1054-4063-b115-e3a489d6a312 {
  display: none;
}
#s-a72fc500-1054-4063-b115-e3a489d6a312, #wrap-s-a72fc500-1054-4063-b115-e3a489d6a312, #wrap-content-s-a72fc500-1054-4063-b115-e3a489d6a312 { display: none !important; }}@media (max-width: 767px){#s-a72fc500-1054-4063-b115-e3a489d6a312 {
  margin-top: 40px;
}
}
#s-a72fc500-1054-4063-b115-e3a489d6a312 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a72fc500-1054-4063-b115-e3a489d6a312-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a72fc500-1054-4063-b115-e3a489d6a312 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a72fc500-1054-4063-b115-e3a489d6a312 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

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

#s-a72fc500-1054-4063-b115-e3a489d6a312 img.shogun-image {
  width: 100%;
  
  
  max-width: 1750px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a72fc500-1054-4063-b115-e3a489d6a312 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-a72fc500-1054-4063-b115-e3a489d6a312.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a72fc500-1054-4063-b115-e3a489d6a312.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a72fc500-1054-4063-b115-e3a489d6a312.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-a72fc500-1054-4063-b115-e3a489d6a312 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a72fc500-1054-4063-b115-e3a489d6a312-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a72fc500-1054-4063-b115-e3a489d6a312 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a72fc500-1054-4063-b115-e3a489d6a312 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

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

#s-a72fc500-1054-4063-b115-e3a489d6a312 img.shogun-image {
  width: 100%;
  
  
  max-width: 1750px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a72fc500-1054-4063-b115-e3a489d6a312 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-a72fc500-1054-4063-b115-e3a489d6a312.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a72fc500-1054-4063-b115-e3a489d6a312.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a72fc500-1054-4063-b115-e3a489d6a312.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a72fc500-1054-4063-b115-e3a489d6a312 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a72fc500-1054-4063-b115-e3a489d6a312-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a72fc500-1054-4063-b115-e3a489d6a312 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a72fc500-1054-4063-b115-e3a489d6a312 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

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

#s-a72fc500-1054-4063-b115-e3a489d6a312 img.shogun-image {
  width: 100%;
  
  
  max-width: 1750px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a72fc500-1054-4063-b115-e3a489d6a312 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-a72fc500-1054-4063-b115-e3a489d6a312.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a72fc500-1054-4063-b115-e3a489d6a312.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a72fc500-1054-4063-b115-e3a489d6a312.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a72fc500-1054-4063-b115-e3a489d6a312 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a72fc500-1054-4063-b115-e3a489d6a312-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a72fc500-1054-4063-b115-e3a489d6a312 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a72fc500-1054-4063-b115-e3a489d6a312 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

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

#s-a72fc500-1054-4063-b115-e3a489d6a312 img.shogun-image {
  width: 100%;
  
  
  max-width: 1750px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a72fc500-1054-4063-b115-e3a489d6a312 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-a72fc500-1054-4063-b115-e3a489d6a312.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a72fc500-1054-4063-b115-e3a489d6a312.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a72fc500-1054-4063-b115-e3a489d6a312.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-a72fc500-1054-4063-b115-e3a489d6a312 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a72fc500-1054-4063-b115-e3a489d6a312-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a72fc500-1054-4063-b115-e3a489d6a312 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 40px;
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a72fc500-1054-4063-b115-e3a489d6a312 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 40px;
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

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

#s-a72fc500-1054-4063-b115-e3a489d6a312 img.shogun-image {
  width: 100%;
  
  
  max-width: 1750px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a72fc500-1054-4063-b115-e3a489d6a312 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-a72fc500-1054-4063-b115-e3a489d6a312.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a72fc500-1054-4063-b115-e3a489d6a312.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a72fc500-1054-4063-b115-e3a489d6a312.shogun-image {
  box-sizing: border-box;
}




}
.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 {
  
  
  
}

.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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

@media (min-width: 1200px){#s-4e55f03b-6f61-48d0-a8fa-d008fe2b3f3d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4e55f03b-6f61-48d0-a8fa-d008fe2b3f3d {
  display: none;
}
#s-4e55f03b-6f61-48d0-a8fa-d008fe2b3f3d, #wrap-s-4e55f03b-6f61-48d0-a8fa-d008fe2b3f3d, #wrap-content-s-4e55f03b-6f61-48d0-a8fa-d008fe2b3f3d { display: none !important; }}@media (max-width: 767px){#s-4e55f03b-6f61-48d0-a8fa-d008fe2b3f3d {
  display: none;
}
#s-4e55f03b-6f61-48d0-a8fa-d008fe2b3f3d, #wrap-s-4e55f03b-6f61-48d0-a8fa-d008fe2b3f3d, #wrap-content-s-4e55f03b-6f61-48d0-a8fa-d008fe2b3f3d { display: none !important; }}
@media (min-width: 1200px){#s-b08597fb-cf07-4b22-8d1c-4cff0b39458b {
  display: none;
}
#s-b08597fb-cf07-4b22-8d1c-4cff0b39458b, #wrap-s-b08597fb-cf07-4b22-8d1c-4cff0b39458b, #wrap-content-s-b08597fb-cf07-4b22-8d1c-4cff0b39458b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b08597fb-cf07-4b22-8d1c-4cff0b39458b {
  display: none;
}
#s-b08597fb-cf07-4b22-8d1c-4cff0b39458b, #wrap-s-b08597fb-cf07-4b22-8d1c-4cff0b39458b, #wrap-content-s-b08597fb-cf07-4b22-8d1c-4cff0b39458b { display: none !important; }}@media (max-width: 767px){#s-b08597fb-cf07-4b22-8d1c-4cff0b39458b {
  margin-top: 10px;
margin-left: 1%;
margin-bottom: 10px;
margin-right: 1%;
}
}
#s-3b87975b-88a6-4980-90ab-d032143009b6 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3b87975b-88a6-4980-90ab-d032143009b6 {
  display: none;
}
#s-3b87975b-88a6-4980-90ab-d032143009b6, #wrap-s-3b87975b-88a6-4980-90ab-d032143009b6, #wrap-content-s-3b87975b-88a6-4980-90ab-d032143009b6 { display: none !important; }}@media (max-width: 767px){#s-3b87975b-88a6-4980-90ab-d032143009b6 {
  display: none;
}
#s-3b87975b-88a6-4980-90ab-d032143009b6, #wrap-s-3b87975b-88a6-4980-90ab-d032143009b6, #wrap-content-s-3b87975b-88a6-4980-90ab-d032143009b6 { display: none !important; }}







#s-3b87975b-88a6-4980-90ab-d032143009b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3b87975b-88a6-4980-90ab-d032143009b6.shg-box.shg-c {
  justify-content: center;
}

#s-dd60a698-de85-47c1-94eb-dd6020f99e18 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-dd60a698-de85-47c1-94eb-dd6020f99e18 {
  display: none;
}
#s-dd60a698-de85-47c1-94eb-dd6020f99e18, #wrap-s-dd60a698-de85-47c1-94eb-dd6020f99e18, #wrap-content-s-dd60a698-de85-47c1-94eb-dd6020f99e18 { display: none !important; }}@media (max-width: 767px){#s-dd60a698-de85-47c1-94eb-dd6020f99e18 {
  display: none;
}
#s-dd60a698-de85-47c1-94eb-dd6020f99e18, #wrap-s-dd60a698-de85-47c1-94eb-dd6020f99e18, #wrap-content-s-dd60a698-de85-47c1-94eb-dd6020f99e18 { display: none !important; }}







#s-dd60a698-de85-47c1-94eb-dd6020f99e18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dd60a698-de85-47c1-94eb-dd6020f99e18.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-cb372942-b9ff-4c6e-b2e8-e26ecd642b00 {
  display: none;
}
#s-cb372942-b9ff-4c6e-b2e8-e26ecd642b00, #wrap-s-cb372942-b9ff-4c6e-b2e8-e26ecd642b00, #wrap-content-s-cb372942-b9ff-4c6e-b2e8-e26ecd642b00 { display: none !important; }}@media (max-width: 767px){#s-cb372942-b9ff-4c6e-b2e8-e26ecd642b00 {
  display: none;
}
#s-cb372942-b9ff-4c6e-b2e8-e26ecd642b00, #wrap-s-cb372942-b9ff-4c6e-b2e8-e26ecd642b00, #wrap-content-s-cb372942-b9ff-4c6e-b2e8-e26ecd642b00 { display: none !important; }}
@media (min-width: 0px) {
[id="s-cb372942-b9ff-4c6e-b2e8-e26ecd642b00"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cb372942-b9ff-4c6e-b2e8-e26ecd642b00"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cb372942-b9ff-4c6e-b2e8-e26ecd642b00"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cb372942-b9ff-4c6e-b2e8-e26ecd642b00"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cb372942-b9ff-4c6e-b2e8-e26ecd642b00"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb372942-b9ff-4c6e-b2e8-e26ecd642b00"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cb372942-b9ff-4c6e-b2e8-e26ecd642b00"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 768px) and (max-width: 991px){#s-049d838f-aa30-4405-927a-43d45ad2f4c2 {
  display: none;
}
#s-049d838f-aa30-4405-927a-43d45ad2f4c2, #wrap-s-049d838f-aa30-4405-927a-43d45ad2f4c2, #wrap-content-s-049d838f-aa30-4405-927a-43d45ad2f4c2 { display: none !important; }}@media (max-width: 767px){#s-049d838f-aa30-4405-927a-43d45ad2f4c2 {
  margin-left: 3%;
margin-right: 3%;
padding-left: 3%;
padding-right: 3%;
display: none;
}
#s-049d838f-aa30-4405-927a-43d45ad2f4c2, #wrap-s-049d838f-aa30-4405-927a-43d45ad2f4c2, #wrap-content-s-049d838f-aa30-4405-927a-43d45ad2f4c2 { display: none !important; }}
#s-cc3979df-5cc1-4889-a41d-647541937426 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-cc3979df-5cc1-4889-a41d-647541937426 {
  display: none;
}
#s-cc3979df-5cc1-4889-a41d-647541937426, #wrap-s-cc3979df-5cc1-4889-a41d-647541937426, #wrap-content-s-cc3979df-5cc1-4889-a41d-647541937426 { display: none !important; }}@media (max-width: 767px){#s-cc3979df-5cc1-4889-a41d-647541937426 {
  display: none;
}
#s-cc3979df-5cc1-4889-a41d-647541937426, #wrap-s-cc3979df-5cc1-4889-a41d-647541937426, #wrap-content-s-cc3979df-5cc1-4889-a41d-647541937426 { display: none !important; }}







#s-cc3979df-5cc1-4889-a41d-647541937426 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cc3979df-5cc1-4889-a41d-647541937426.shg-box.shg-c {
  justify-content: center;
}

#s-15ad6d0f-be15-43db-a1f1-dfbee172a093 {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-15ad6d0f-be15-43db-a1f1-dfbee172a093 {
  display: none;
}
#s-15ad6d0f-be15-43db-a1f1-dfbee172a093, #wrap-s-15ad6d0f-be15-43db-a1f1-dfbee172a093, #wrap-content-s-15ad6d0f-be15-43db-a1f1-dfbee172a093 { display: none !important; }}@media (max-width: 767px){#s-15ad6d0f-be15-43db-a1f1-dfbee172a093 {
  display: none;
}
#s-15ad6d0f-be15-43db-a1f1-dfbee172a093, #wrap-s-15ad6d0f-be15-43db-a1f1-dfbee172a093, #wrap-content-s-15ad6d0f-be15-43db-a1f1-dfbee172a093 { display: none !important; }}







#s-15ad6d0f-be15-43db-a1f1-dfbee172a093 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-15ad6d0f-be15-43db-a1f1-dfbee172a093.shg-box.shg-c {
  justify-content: center;
}

#s-07252055-e9a2-4680-8af8-6886869b665b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-07252055-e9a2-4680-8af8-6886869b665b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-07252055-e9a2-4680-8af8-6886869b665b.shg-box.shg-c {
  justify-content: center;
}

#s-153e08cc-3af4-4a44-9847-b4b9c14af7cf {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-153e08cc-3af4-4a44-9847-b4b9c14af7cf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-153e08cc-3af4-4a44-9847-b4b9c14af7cf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-153e08cc-3af4-4a44-9847-b4b9c14af7cf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-153e08cc-3af4-4a44-9847-b4b9c14af7cf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-153e08cc-3af4-4a44-9847-b4b9c14af7cf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-153e08cc-3af4-4a44-9847-b4b9c14af7cf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-153e08cc-3af4-4a44-9847-b4b9c14af7cf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-8829455e-8ca9-4cba-a094-c8ef85875b03 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-8829455e-8ca9-4cba-a094-c8ef85875b03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8829455e-8ca9-4cba-a094-c8ef85875b03.shg-box.shg-c {
  justify-content: center;
}

#s-7f9d77c9-e697-402a-bf6d-b549df2860a5 {
  margin-left: auto;
margin-right: auto;
}

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

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

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
  max-width: -moz-max-content;
  max-width: max-content;
}

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

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-936769e7-8ebd-4bd1-8d09-e5eefdf44010 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-936769e7-8ebd-4bd1-8d09-e5eefdf44010 {
  max-width:  100%;
}

.shg-c#s-936769e7-8ebd-4bd1-8d09-e5eefdf44010 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-936769e7-8ebd-4bd1-8d09-e5eefdf44010 .shg-image-zoom,
.shg-c#s-936769e7-8ebd-4bd1-8d09-e5eefdf44010 img.shogun-image {
  max-width: 1024px !important;
  
}

.shg-c#s-936769e7-8ebd-4bd1-8d09-e5eefdf44010 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-936769e7-8ebd-4bd1-8d09-e5eefdf44010 .shg-image-zoom {
  width:  1024; 
  height:  100%; 
}




.shg-c#s-936769e7-8ebd-4bd1-8d09-e5eefdf44010 img.shogun-image,
.shg-c#s-936769e7-8ebd-4bd1-8d09-e5eefdf44010 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-936769e7-8ebd-4bd1-8d09-e5eefdf44010 .shg-image-zoom,
.shg-c#s-936769e7-8ebd-4bd1-8d09-e5eefdf44010 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}


@media (min-width: 1200px){
.shg-c#s-936769e7-8ebd-4bd1-8d09-e5eefdf44010 {
  max-width:  100%;
}

.shg-c#s-936769e7-8ebd-4bd1-8d09-e5eefdf44010 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-936769e7-8ebd-4bd1-8d09-e5eefdf44010 .shg-image-zoom,
.shg-c#s-936769e7-8ebd-4bd1-8d09-e5eefdf44010 img.shogun-image {
  max-width: 1024px !important;
  
}

.shg-c#s-936769e7-8ebd-4bd1-8d09-e5eefdf44010 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-936769e7-8ebd-4bd1-8d09-e5eefdf44010 .shg-image-zoom {
  width:  1024; 
  height:  100%; 
}




.shg-c#s-936769e7-8ebd-4bd1-8d09-e5eefdf44010 img.shogun-image,
.shg-c#s-936769e7-8ebd-4bd1-8d09-e5eefdf44010 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-936769e7-8ebd-4bd1-8d09-e5eefdf44010 .shg-image-zoom,
.shg-c#s-936769e7-8ebd-4bd1-8d09-e5eefdf44010 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-936769e7-8ebd-4bd1-8d09-e5eefdf44010 {
  max-width:  100%;
}

.shg-c#s-936769e7-8ebd-4bd1-8d09-e5eefdf44010 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-936769e7-8ebd-4bd1-8d09-e5eefdf44010 .shg-image-zoom,
.shg-c#s-936769e7-8ebd-4bd1-8d09-e5eefdf44010 img.shogun-image {
  max-width: 1024px !important;
  
}

.shg-c#s-936769e7-8ebd-4bd1-8d09-e5eefdf44010 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-936769e7-8ebd-4bd1-8d09-e5eefdf44010 .shg-image-zoom {
  width:  1024; 
  height:  100%; 
}




.shg-c#s-936769e7-8ebd-4bd1-8d09-e5eefdf44010 img.shogun-image,
.shg-c#s-936769e7-8ebd-4bd1-8d09-e5eefdf44010 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-936769e7-8ebd-4bd1-8d09-e5eefdf44010 .shg-image-zoom,
.shg-c#s-936769e7-8ebd-4bd1-8d09-e5eefdf44010 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-936769e7-8ebd-4bd1-8d09-e5eefdf44010 {
  max-width:  100%;
}

.shg-c#s-936769e7-8ebd-4bd1-8d09-e5eefdf44010 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-936769e7-8ebd-4bd1-8d09-e5eefdf44010 .shg-image-zoom,
.shg-c#s-936769e7-8ebd-4bd1-8d09-e5eefdf44010 img.shogun-image {
  max-width: 1024px !important;
  
}

.shg-c#s-936769e7-8ebd-4bd1-8d09-e5eefdf44010 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-936769e7-8ebd-4bd1-8d09-e5eefdf44010 .shg-image-zoom {
  width:  1024; 
  height:  100%; 
}




.shg-c#s-936769e7-8ebd-4bd1-8d09-e5eefdf44010 img.shogun-image,
.shg-c#s-936769e7-8ebd-4bd1-8d09-e5eefdf44010 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-936769e7-8ebd-4bd1-8d09-e5eefdf44010 .shg-image-zoom,
.shg-c#s-936769e7-8ebd-4bd1-8d09-e5eefdf44010 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}


}@media (max-width: 767px){
.shg-c#s-936769e7-8ebd-4bd1-8d09-e5eefdf44010 {
  max-width:  100%;
}

.shg-c#s-936769e7-8ebd-4bd1-8d09-e5eefdf44010 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-936769e7-8ebd-4bd1-8d09-e5eefdf44010 .shg-image-zoom,
.shg-c#s-936769e7-8ebd-4bd1-8d09-e5eefdf44010 img.shogun-image {
  max-width: 1024px !important;
  
}

.shg-c#s-936769e7-8ebd-4bd1-8d09-e5eefdf44010 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-936769e7-8ebd-4bd1-8d09-e5eefdf44010 .shg-image-zoom {
  width:  1024; 
  height:  100%; 
}




.shg-c#s-936769e7-8ebd-4bd1-8d09-e5eefdf44010 img.shogun-image,
.shg-c#s-936769e7-8ebd-4bd1-8d09-e5eefdf44010 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-936769e7-8ebd-4bd1-8d09-e5eefdf44010 .shg-image-zoom,
.shg-c#s-936769e7-8ebd-4bd1-8d09-e5eefdf44010 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}


}
#s-94309248-895d-4fc7-ba03-bbf75382c53b {
  margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-94309248-895d-4fc7-ba03-bbf75382c53b {
  display: none;
}
#s-94309248-895d-4fc7-ba03-bbf75382c53b, #wrap-s-94309248-895d-4fc7-ba03-bbf75382c53b, #wrap-content-s-94309248-895d-4fc7-ba03-bbf75382c53b { display: none !important; }}@media (max-width: 767px){#s-94309248-895d-4fc7-ba03-bbf75382c53b {
  display: none;
}
#s-94309248-895d-4fc7-ba03-bbf75382c53b, #wrap-s-94309248-895d-4fc7-ba03-bbf75382c53b, #wrap-content-s-94309248-895d-4fc7-ba03-bbf75382c53b { display: none !important; }}
@media (min-width: 0px) {
[id="s-94309248-895d-4fc7-ba03-bbf75382c53b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-94309248-895d-4fc7-ba03-bbf75382c53b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-94309248-895d-4fc7-ba03-bbf75382c53b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-94309248-895d-4fc7-ba03-bbf75382c53b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-94309248-895d-4fc7-ba03-bbf75382c53b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-94309248-895d-4fc7-ba03-bbf75382c53b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-94309248-895d-4fc7-ba03-bbf75382c53b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 33.333333333333336px);
}

}

@media (min-width: 768px) and (max-width: 991px){#s-c3d15154-7db1-4bf9-a8fc-7675a629ebe4 {
  display: none;
}
#s-c3d15154-7db1-4bf9-a8fc-7675a629ebe4, #wrap-s-c3d15154-7db1-4bf9-a8fc-7675a629ebe4, #wrap-content-s-c3d15154-7db1-4bf9-a8fc-7675a629ebe4 { display: none !important; }}@media (max-width: 767px){#s-c3d15154-7db1-4bf9-a8fc-7675a629ebe4 {
  display: none;
}
#s-c3d15154-7db1-4bf9-a8fc-7675a629ebe4, #wrap-s-c3d15154-7db1-4bf9-a8fc-7675a629ebe4, #wrap-content-s-c3d15154-7db1-4bf9-a8fc-7675a629ebe4 { display: none !important; }}
@media (min-width: 0px) {
[id="s-c3d15154-7db1-4bf9-a8fc-7675a629ebe4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c3d15154-7db1-4bf9-a8fc-7675a629ebe4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c3d15154-7db1-4bf9-a8fc-7675a629ebe4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c3d15154-7db1-4bf9-a8fc-7675a629ebe4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c3d15154-7db1-4bf9-a8fc-7675a629ebe4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c3d15154-7db1-4bf9-a8fc-7675a629ebe4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c3d15154-7db1-4bf9-a8fc-7675a629ebe4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

.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;
  
  
  text-transform: none;
  
  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-ecf032ca-8c7b-4c87-ac41-99a516fd16c8 {
  padding-top: 7px;
padding-bottom: 7px;
text-align: center;
}

#s-ecf032ca-8c7b-4c87-ac41-99a516fd16c8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



.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 {
  
  
}

.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-946339ed-c367-4ecf-bab2-bad497937e7b {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(202, 132, 114, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-946339ed-c367-4ecf-bab2-bad497937e7b:hover {background-color: rgba(223, 170, 155, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-946339ed-c367-4ecf-bab2-bad497937e7b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-946339ed-c367-4ecf-bab2-bad497937e7b-root {
    text-align: center;
  }


#s-946339ed-c367-4ecf-bab2-bad497937e7b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-946339ed-c367-4ecf-bab2-bad497937e7b-root {
    text-align: center;
  }


#s-946339ed-c367-4ecf-bab2-bad497937e7b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-946339ed-c367-4ecf-bab2-bad497937e7b-root {
    text-align: center;
  }


#s-946339ed-c367-4ecf-bab2-bad497937e7b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-946339ed-c367-4ecf-bab2-bad497937e7b-root {
    text-align: center;
  }


#s-946339ed-c367-4ecf-bab2-bad497937e7b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-946339ed-c367-4ecf-bab2-bad497937e7b-root {
    text-align: center;
  }


#s-946339ed-c367-4ecf-bab2-bad497937e7b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-facd7837-ef36-4c31-b15f-76e3e3333897 {
  display: none;
}
#s-facd7837-ef36-4c31-b15f-76e3e3333897, #wrap-s-facd7837-ef36-4c31-b15f-76e3e3333897, #wrap-content-s-facd7837-ef36-4c31-b15f-76e3e3333897 { display: none !important; }}@media (max-width: 767px){#s-facd7837-ef36-4c31-b15f-76e3e3333897 {
  display: none;
}
#s-facd7837-ef36-4c31-b15f-76e3e3333897, #wrap-s-facd7837-ef36-4c31-b15f-76e3e3333897, #wrap-content-s-facd7837-ef36-4c31-b15f-76e3e3333897 { display: none !important; }}
@media (min-width: 0px) {
[id="s-facd7837-ef36-4c31-b15f-76e3e3333897"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-facd7837-ef36-4c31-b15f-76e3e3333897"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-facd7837-ef36-4c31-b15f-76e3e3333897"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-facd7837-ef36-4c31-b15f-76e3e3333897"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-facd7837-ef36-4c31-b15f-76e3e3333897"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-facd7837-ef36-4c31-b15f-76e3e3333897"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-facd7837-ef36-4c31-b15f-76e3e3333897"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (max-width: 767px){#s-8a2f3c23-a756-48dc-af61-680f6be37f42 {
  margin-left: 3%;
margin-right: 3%;
padding-left: 3%;
padding-right: 3%;
}
}
#s-45ef47a1-44d9-40ad-acc9-e15e6e76114a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-45ef47a1-44d9-40ad-acc9-e15e6e76114a {
  display: none;
}
#s-45ef47a1-44d9-40ad-acc9-e15e6e76114a, #wrap-s-45ef47a1-44d9-40ad-acc9-e15e6e76114a, #wrap-content-s-45ef47a1-44d9-40ad-acc9-e15e6e76114a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-45ef47a1-44d9-40ad-acc9-e15e6e76114a {
  display: none;
}
#s-45ef47a1-44d9-40ad-acc9-e15e6e76114a, #wrap-s-45ef47a1-44d9-40ad-acc9-e15e6e76114a, #wrap-content-s-45ef47a1-44d9-40ad-acc9-e15e6e76114a { display: none !important; }}







#s-45ef47a1-44d9-40ad-acc9-e15e6e76114a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-45ef47a1-44d9-40ad-acc9-e15e6e76114a.shg-box.shg-c {
  justify-content: center;
}

#s-9139954e-ecae-4bb4-b822-ec2b34a89577 {
  margin-left: auto;
margin-right: auto;
}

#s-8131f1af-210d-4794-b41a-d9933102ca72 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (max-width: 767px){#s-8131f1af-210d-4794-b41a-d9933102ca72 {
  margin-top: 30px;
margin-left: 3%;
margin-right: 3%;
}
}


.shg-c#s-8131f1af-210d-4794-b41a-d9933102ca72 .shg-image-zoom {
  width:  1024; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-8131f1af-210d-4794-b41a-d9933102ca72 .shg-image-zoom {
  width:  1024; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-8131f1af-210d-4794-b41a-d9933102ca72 .shg-image-zoom {
  width:  1024; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-8131f1af-210d-4794-b41a-d9933102ca72 .shg-image-zoom {
  width:  1024; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-8131f1af-210d-4794-b41a-d9933102ca72 .shg-image-zoom {
  width:  1024; 
  height:  100%; 
}





}
#s-d1e3c7d5-6e7e-4325-90f2-c2fb5284ed7d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-d1e3c7d5-6e7e-4325-90f2-c2fb5284ed7d {
  display: none;
}
#s-d1e3c7d5-6e7e-4325-90f2-c2fb5284ed7d, #wrap-s-d1e3c7d5-6e7e-4325-90f2-c2fb5284ed7d, #wrap-content-s-d1e3c7d5-6e7e-4325-90f2-c2fb5284ed7d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d1e3c7d5-6e7e-4325-90f2-c2fb5284ed7d {
  display: none;
}
#s-d1e3c7d5-6e7e-4325-90f2-c2fb5284ed7d, #wrap-s-d1e3c7d5-6e7e-4325-90f2-c2fb5284ed7d, #wrap-content-s-d1e3c7d5-6e7e-4325-90f2-c2fb5284ed7d { display: none !important; }}







#s-d1e3c7d5-6e7e-4325-90f2-c2fb5284ed7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d1e3c7d5-6e7e-4325-90f2-c2fb5284ed7d.shg-box.shg-c {
  justify-content: center;
}

#s-2e978f68-011c-446c-ae17-b02d4314a788 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-2e978f68-011c-446c-ae17-b02d4314a788:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2e978f68-011c-446c-ae17-b02d4314a788:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-2e978f68-011c-446c-ae17-b02d4314a788 {
  margin-top: 20px;
background-color: rgba(161, 74, 74, 1);
}
#s-2e978f68-011c-446c-ae17-b02d4314a788:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjc0OGEyZTEtOTQ3YS00ZDFmLTg3NTgtZTdiNzYwZjM2ZmY5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojY2E4NDcyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmNzQ4YTJlMS05NDdhLTRkMWYtODc1OC1lN2I3NjBmMzZmZjkpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ca8472"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;}}

  #s-2e978f68-011c-446c-ae17-b02d4314a788-root {
    text-align: center;
  }


#s-2e978f68-011c-446c-ae17-b02d4314a788.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2e978f68-011c-446c-ae17-b02d4314a788-root {
    text-align: center;
  }


#s-2e978f68-011c-446c-ae17-b02d4314a788.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2e978f68-011c-446c-ae17-b02d4314a788-root {
    text-align: center;
  }


#s-2e978f68-011c-446c-ae17-b02d4314a788.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2e978f68-011c-446c-ae17-b02d4314a788-root {
    text-align: center;
  }


#s-2e978f68-011c-446c-ae17-b02d4314a788.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2e978f68-011c-446c-ae17-b02d4314a788-root {
    text-align: center;
  }


#s-2e978f68-011c-446c-ae17-b02d4314a788.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-51aa16db-b47f-4f2d-ac7d-db365db1e71b {
  margin-top: 20px;
margin-bottom: 60px;
}
@media (min-width: 768px) and (max-width: 991px){#s-51aa16db-b47f-4f2d-ac7d-db365db1e71b {
  display: none;
}
#s-51aa16db-b47f-4f2d-ac7d-db365db1e71b, #wrap-s-51aa16db-b47f-4f2d-ac7d-db365db1e71b, #wrap-content-s-51aa16db-b47f-4f2d-ac7d-db365db1e71b { display: none !important; }}@media (max-width: 767px){#s-51aa16db-b47f-4f2d-ac7d-db365db1e71b {
  display: none;
}
#s-51aa16db-b47f-4f2d-ac7d-db365db1e71b, #wrap-s-51aa16db-b47f-4f2d-ac7d-db365db1e71b, #wrap-content-s-51aa16db-b47f-4f2d-ac7d-db365db1e71b { display: none !important; }}
@media (min-width: 0px) {
[id="s-51aa16db-b47f-4f2d-ac7d-db365db1e71b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-51aa16db-b47f-4f2d-ac7d-db365db1e71b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-51aa16db-b47f-4f2d-ac7d-db365db1e71b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-51aa16db-b47f-4f2d-ac7d-db365db1e71b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-51aa16db-b47f-4f2d-ac7d-db365db1e71b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-51aa16db-b47f-4f2d-ac7d-db365db1e71b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-51aa16db-b47f-4f2d-ac7d-db365db1e71b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-51aa16db-b47f-4f2d-ac7d-db365db1e71b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-51aa16db-b47f-4f2d-ac7d-db365db1e71b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-51aa16db-b47f-4f2d-ac7d-db365db1e71b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-51aa16db-b47f-4f2d-ac7d-db365db1e71b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-51aa16db-b47f-4f2d-ac7d-db365db1e71b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-51aa16db-b47f-4f2d-ac7d-db365db1e71b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

}

#s-c7dcf818-a7dd-4a87-a13c-0703a1160d02 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c7dcf818-a7dd-4a87-a13c-0703a1160d02 {
  display: none;
}
#s-c7dcf818-a7dd-4a87-a13c-0703a1160d02, #wrap-s-c7dcf818-a7dd-4a87-a13c-0703a1160d02, #wrap-content-s-c7dcf818-a7dd-4a87-a13c-0703a1160d02 { display: none !important; }}@media (max-width: 767px){#s-c7dcf818-a7dd-4a87-a13c-0703a1160d02 {
  display: none;
}
#s-c7dcf818-a7dd-4a87-a13c-0703a1160d02, #wrap-s-c7dcf818-a7dd-4a87-a13c-0703a1160d02, #wrap-content-s-c7dcf818-a7dd-4a87-a13c-0703a1160d02 { display: none !important; }}







#s-c7dcf818-a7dd-4a87-a13c-0703a1160d02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c7dcf818-a7dd-4a87-a13c-0703a1160d02.shg-box.shg-c {
  justify-content: center;
}

#s-ce8e2793-6834-4312-8924-eec20e2e68eb {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ce8e2793-6834-4312-8924-eec20e2e68eb {
  display: none;
}
#s-ce8e2793-6834-4312-8924-eec20e2e68eb, #wrap-s-ce8e2793-6834-4312-8924-eec20e2e68eb, #wrap-content-s-ce8e2793-6834-4312-8924-eec20e2e68eb { display: none !important; }}@media (max-width: 767px){#s-ce8e2793-6834-4312-8924-eec20e2e68eb {
  display: none;
}
#s-ce8e2793-6834-4312-8924-eec20e2e68eb, #wrap-s-ce8e2793-6834-4312-8924-eec20e2e68eb, #wrap-content-s-ce8e2793-6834-4312-8924-eec20e2e68eb { display: none !important; }}







#s-ce8e2793-6834-4312-8924-eec20e2e68eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ce8e2793-6834-4312-8924-eec20e2e68eb.shg-box.shg-c {
  justify-content: center;
}

#s-7694e156-3efc-4f23-82c4-12510822a93c {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7694e156-3efc-4f23-82c4-12510822a93c {
  display: none;
}
#s-7694e156-3efc-4f23-82c4-12510822a93c, #wrap-s-7694e156-3efc-4f23-82c4-12510822a93c, #wrap-content-s-7694e156-3efc-4f23-82c4-12510822a93c { display: none !important; }}@media (max-width: 767px){#s-7694e156-3efc-4f23-82c4-12510822a93c {
  padding-left: 3%;
padding-right: 3%;
display: none;
}
#s-7694e156-3efc-4f23-82c4-12510822a93c, #wrap-s-7694e156-3efc-4f23-82c4-12510822a93c, #wrap-content-s-7694e156-3efc-4f23-82c4-12510822a93c { display: none !important; }}
.shogun-image-container {
  position: relative;
}

.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;
  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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

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

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

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

.shogun-image-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.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 > div {
  width: 100%;
}

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

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

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

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-eb3c94eb-3088-41c8-ab7f-1ee7b46ad81a {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-eb3c94eb-3088-41c8-ab7f-1ee7b46ad81a {
  display: none;
}
#s-eb3c94eb-3088-41c8-ab7f-1ee7b46ad81a, #wrap-s-eb3c94eb-3088-41c8-ab7f-1ee7b46ad81a, #wrap-content-s-eb3c94eb-3088-41c8-ab7f-1ee7b46ad81a { display: none !important; }}@media (max-width: 767px){#s-eb3c94eb-3088-41c8-ab7f-1ee7b46ad81a {
  display: none;
}
#s-eb3c94eb-3088-41c8-ab7f-1ee7b46ad81a, #wrap-s-eb3c94eb-3088-41c8-ab7f-1ee7b46ad81a, #wrap-content-s-eb3c94eb-3088-41c8-ab7f-1ee7b46ad81a { display: none !important; }}
#s-eb3c94eb-3088-41c8-ab7f-1ee7b46ad81a {
  overflow: hidden;
}







  #s-eb3c94eb-3088-41c8-ab7f-1ee7b46ad81a img.shogun-image {
    

    
    
    
  }


#s-eb3c94eb-3088-41c8-ab7f-1ee7b46ad81a .shogun-image-content {
  
    justify-content: center;
  
}

#s-ab3a9167-45a5-4d1b-8286-6987f2fcf611 {
  padding-top: 30px;
padding-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ab3a9167-45a5-4d1b-8286-6987f2fcf611 {
  display: none;
}
#s-ab3a9167-45a5-4d1b-8286-6987f2fcf611, #wrap-s-ab3a9167-45a5-4d1b-8286-6987f2fcf611, #wrap-content-s-ab3a9167-45a5-4d1b-8286-6987f2fcf611 { display: none !important; }}@media (max-width: 767px){#s-ab3a9167-45a5-4d1b-8286-6987f2fcf611 {
  padding-left: 3%;
padding-right: 3%;
display: none;
}
#s-ab3a9167-45a5-4d1b-8286-6987f2fcf611, #wrap-s-ab3a9167-45a5-4d1b-8286-6987f2fcf611, #wrap-content-s-ab3a9167-45a5-4d1b-8286-6987f2fcf611 { display: none !important; }}
@media (min-width: 1200px){#s-3ee0b2ae-49c3-40b8-a0f0-aaa040c197ee {
  display: none;
}
#s-3ee0b2ae-49c3-40b8-a0f0-aaa040c197ee, #wrap-s-3ee0b2ae-49c3-40b8-a0f0-aaa040c197ee, #wrap-content-s-3ee0b2ae-49c3-40b8-a0f0-aaa040c197ee { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3ee0b2ae-49c3-40b8-a0f0-aaa040c197ee {
  display: none;
}
#s-3ee0b2ae-49c3-40b8-a0f0-aaa040c197ee, #wrap-s-3ee0b2ae-49c3-40b8-a0f0-aaa040c197ee, #wrap-content-s-3ee0b2ae-49c3-40b8-a0f0-aaa040c197ee { display: none !important; }}@media (max-width: 767px){#s-3ee0b2ae-49c3-40b8-a0f0-aaa040c197ee {
  display: none;
}
#s-3ee0b2ae-49c3-40b8-a0f0-aaa040c197ee, #wrap-s-3ee0b2ae-49c3-40b8-a0f0-aaa040c197ee, #wrap-content-s-3ee0b2ae-49c3-40b8-a0f0-aaa040c197ee { display: none !important; }}
#s-8de23245-d061-44a1-b4e3-6a3df32f9a56 {
  text-align: center;
}
@media (min-width: 1200px){#s-8de23245-d061-44a1-b4e3-6a3df32f9a56 {
  display: none;
}
#s-8de23245-d061-44a1-b4e3-6a3df32f9a56, #wrap-s-8de23245-d061-44a1-b4e3-6a3df32f9a56, #wrap-content-s-8de23245-d061-44a1-b4e3-6a3df32f9a56 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8de23245-d061-44a1-b4e3-6a3df32f9a56 {
  display: none;
}
#s-8de23245-d061-44a1-b4e3-6a3df32f9a56, #wrap-s-8de23245-d061-44a1-b4e3-6a3df32f9a56, #wrap-content-s-8de23245-d061-44a1-b4e3-6a3df32f9a56 { display: none !important; }}@media (max-width: 767px){#s-8de23245-d061-44a1-b4e3-6a3df32f9a56 {
  display: none;
}
#s-8de23245-d061-44a1-b4e3-6a3df32f9a56, #wrap-s-8de23245-d061-44a1-b4e3-6a3df32f9a56, #wrap-content-s-8de23245-d061-44a1-b4e3-6a3df32f9a56 { display: none !important; }}
#s-8de23245-d061-44a1-b4e3-6a3df32f9a56 {
  overflow: hidden;
}







  #s-8de23245-d061-44a1-b4e3-6a3df32f9a56 img.shogun-image {
    

    
    
    
  }


#s-8de23245-d061-44a1-b4e3-6a3df32f9a56 .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 1200px){#s-fa37e65b-e31b-400d-a633-1af7bdb2b811 {
  display: none;
}
#s-fa37e65b-e31b-400d-a633-1af7bdb2b811, #wrap-s-fa37e65b-e31b-400d-a633-1af7bdb2b811, #wrap-content-s-fa37e65b-e31b-400d-a633-1af7bdb2b811 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fa37e65b-e31b-400d-a633-1af7bdb2b811 {
  display: none;
}
#s-fa37e65b-e31b-400d-a633-1af7bdb2b811, #wrap-s-fa37e65b-e31b-400d-a633-1af7bdb2b811, #wrap-content-s-fa37e65b-e31b-400d-a633-1af7bdb2b811 { display: none !important; }}@media (max-width: 767px){#s-fa37e65b-e31b-400d-a633-1af7bdb2b811 {
  display: none;
}
#s-fa37e65b-e31b-400d-a633-1af7bdb2b811, #wrap-s-fa37e65b-e31b-400d-a633-1af7bdb2b811, #wrap-content-s-fa37e65b-e31b-400d-a633-1af7bdb2b811 { display: none !important; }}
.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
  overflow-x: hidden;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-87a25659-34a5-4632-a071-657d56ced569 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 600px;
}
@media (max-width: 767px){#s-87a25659-34a5-4632-a071-657d56ced569 {
  padding-top: 30px;
padding-bottom: 30px;
}
}
#s-87a25659-34a5-4632-a071-657d56ced569 .shg-sld-dot {
  background-color: rgba(0, 0, 0, 1);
}

#s-87a25659-34a5-4632-a071-657d56ced569 .shg-sld-nav-button.shg-sld-left,
#s-87a25659-34a5-4632-a071-657d56ced569 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(0, 0, 0, 1);
}

#s-2a396533-e215-4256-bfca-cf6961be88ff {
  text-align: center;
}

#s-2a396533-e215-4256-bfca-cf6961be88ff {
  overflow: hidden;
}







  #s-2a396533-e215-4256-bfca-cf6961be88ff img.shogun-image {
    

    
    
    
  }


#s-2a396533-e215-4256-bfca-cf6961be88ff .shogun-image-content {
  
    justify-content: center;
  
}

#s-d1ce7257-0115-4ea0-afd6-0e68d8230d2a {
  text-align: center;
}

#s-d1ce7257-0115-4ea0-afd6-0e68d8230d2a {
  overflow: hidden;
}







  #s-d1ce7257-0115-4ea0-afd6-0e68d8230d2a img.shogun-image {
    

    
    
    
  }


#s-d1ce7257-0115-4ea0-afd6-0e68d8230d2a .shogun-image-content {
  
    justify-content: center;
  
}

#s-1b9ea113-09f7-4ce3-ba62-a6baa8253d57 {
  text-align: center;
}

#s-1b9ea113-09f7-4ce3-ba62-a6baa8253d57 {
  overflow: hidden;
}







  #s-1b9ea113-09f7-4ce3-ba62-a6baa8253d57 img.shogun-image {
    

    
    
    
  }


#s-1b9ea113-09f7-4ce3-ba62-a6baa8253d57 .shogun-image-content {
  
    justify-content: center;
  
}

#s-a89f0031-389e-4d5b-b28b-adbaffe5be6c {
  text-align: center;
}

#s-a89f0031-389e-4d5b-b28b-adbaffe5be6c {
  overflow: hidden;
}







  #s-a89f0031-389e-4d5b-b28b-adbaffe5be6c img.shogun-image {
    

    
    
    
  }


#s-a89f0031-389e-4d5b-b28b-adbaffe5be6c .shogun-image-content {
  
    justify-content: center;
  
}

#s-56934538-025b-4238-af76-922bcb841110 {
  text-align: center;
}

#s-56934538-025b-4238-af76-922bcb841110 {
  overflow: hidden;
}







  #s-56934538-025b-4238-af76-922bcb841110 img.shogun-image {
    

    
    
    
  }


#s-56934538-025b-4238-af76-922bcb841110 .shogun-image-content {
  
    justify-content: center;
  
}

#s-1827e8b6-9eda-4d26-b693-58eb3c8b188e {
  text-align: center;
}

#s-1827e8b6-9eda-4d26-b693-58eb3c8b188e {
  overflow: hidden;
}







  #s-1827e8b6-9eda-4d26-b693-58eb3c8b188e img.shogun-image {
    

    
    
    
  }


#s-1827e8b6-9eda-4d26-b693-58eb3c8b188e .shogun-image-content {
  
    justify-content: flex-end;
  
}

@media (min-width: 0px) {
[id="s-8637d983-dacd-4dcd-b9e5-e4e2f1e82bc3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8637d983-dacd-4dcd-b9e5-e4e2f1e82bc3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8637d983-dacd-4dcd-b9e5-e4e2f1e82bc3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8637d983-dacd-4dcd-b9e5-e4e2f1e82bc3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2fcb8c70-d7cb-4447-81a7-c7ada18c5559 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2fcb8c70-d7cb-4447-81a7-c7ada18c5559 {
  display: none;
}
#s-2fcb8c70-d7cb-4447-81a7-c7ada18c5559, #wrap-s-2fcb8c70-d7cb-4447-81a7-c7ada18c5559, #wrap-content-s-2fcb8c70-d7cb-4447-81a7-c7ada18c5559 { display: none !important; }}@media (max-width: 767px){#s-2fcb8c70-d7cb-4447-81a7-c7ada18c5559 {
  display: none;
}
#s-2fcb8c70-d7cb-4447-81a7-c7ada18c5559, #wrap-s-2fcb8c70-d7cb-4447-81a7-c7ada18c5559, #wrap-content-s-2fcb8c70-d7cb-4447-81a7-c7ada18c5559 { display: none !important; }}
#s-2fcb8c70-d7cb-4447-81a7-c7ada18c5559 {
  overflow: hidden;
}







  #s-2fcb8c70-d7cb-4447-81a7-c7ada18c5559 img.shogun-image {
    

    
    
    
  }


#s-2fcb8c70-d7cb-4447-81a7-c7ada18c5559 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b289ad7b-bddb-41e9-a530-f565893cb0a8 {
  text-align: center;
}

#s-b289ad7b-bddb-41e9-a530-f565893cb0a8 {
  overflow: hidden;
}







  #s-b289ad7b-bddb-41e9-a530-f565893cb0a8 img.shogun-image {
    

    
    
    
  }


#s-b289ad7b-bddb-41e9-a530-f565893cb0a8 .shogun-image-content {
  
    justify-content: center;
  
}

#s-fef56808-e0dd-4154-a30d-eacd762f6553 {
  text-align: center;
}

#s-fef56808-e0dd-4154-a30d-eacd762f6553 {
  overflow: hidden;
}







  #s-fef56808-e0dd-4154-a30d-eacd762f6553 img.shogun-image {
    

    
    
    
  }


#s-fef56808-e0dd-4154-a30d-eacd762f6553 .shogun-image-content {
  
    justify-content: center;
  
}

#s-a19d6ac4-1d42-4d6e-a246-5d6a47adf4a3 {
  text-align: center;
}

#s-a19d6ac4-1d42-4d6e-a246-5d6a47adf4a3 {
  overflow: hidden;
}







  #s-a19d6ac4-1d42-4d6e-a246-5d6a47adf4a3 img.shogun-image {
    

    
    
    
  }


#s-a19d6ac4-1d42-4d6e-a246-5d6a47adf4a3 .shogun-image-content {
  
    justify-content: center;
  
}

#s-4239fcf7-935c-4e79-a4cc-8ecaf0c54ba8 {
  text-align: center;
}

#s-4239fcf7-935c-4e79-a4cc-8ecaf0c54ba8 {
  overflow: hidden;
}







  #s-4239fcf7-935c-4e79-a4cc-8ecaf0c54ba8 img.shogun-image {
    

    
    
    
  }


#s-4239fcf7-935c-4e79-a4cc-8ecaf0c54ba8 .shogun-image-content {
  
    justify-content: center;
  
}

#s-874c61bb-7a5f-4b78-b3dc-79a57b2079df {
  text-align: center;
}

#s-874c61bb-7a5f-4b78-b3dc-79a57b2079df {
  overflow: hidden;
}







  #s-874c61bb-7a5f-4b78-b3dc-79a57b2079df img.shogun-image {
    

    
    
    
  }


#s-874c61bb-7a5f-4b78-b3dc-79a57b2079df .shogun-image-content {
  
    justify-content: center;
  
}

#s-aef7acde-581a-495b-b9a5-451cfd021192 {
  text-align: center;
}

#s-aef7acde-581a-495b-b9a5-451cfd021192 {
  overflow: hidden;
}







  #s-aef7acde-581a-495b-b9a5-451cfd021192 img.shogun-image {
    

    
    
    
  }


#s-aef7acde-581a-495b-b9a5-451cfd021192 .shogun-image-content {
  
    justify-content: center;
  
}

#s-84e4e0b9-485c-4c0e-ad34-74801528366a {
  text-align: center;
}

#s-84e4e0b9-485c-4c0e-ad34-74801528366a {
  overflow: hidden;
}







  #s-84e4e0b9-485c-4c0e-ad34-74801528366a img.shogun-image {
    

    
    
    
  }


#s-84e4e0b9-485c-4c0e-ad34-74801528366a .shogun-image-content {
  
    justify-content: center;
  
}

#s-8c9c8007-0a16-4e1e-8ef5-70a585759b9f {
  text-align: center;
}

#s-8c9c8007-0a16-4e1e-8ef5-70a585759b9f {
  overflow: hidden;
}







  #s-8c9c8007-0a16-4e1e-8ef5-70a585759b9f img.shogun-image {
    

    
    
    
  }


#s-8c9c8007-0a16-4e1e-8ef5-70a585759b9f .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 1200px){#s-563f94a0-085b-4d05-af28-bc7926e09707 {
  display: none;
}
#s-563f94a0-085b-4d05-af28-bc7926e09707, #wrap-s-563f94a0-085b-4d05-af28-bc7926e09707, #wrap-content-s-563f94a0-085b-4d05-af28-bc7926e09707 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-563f94a0-085b-4d05-af28-bc7926e09707 {
  display: none;
}
#s-563f94a0-085b-4d05-af28-bc7926e09707, #wrap-s-563f94a0-085b-4d05-af28-bc7926e09707, #wrap-content-s-563f94a0-085b-4d05-af28-bc7926e09707 { display: none !important; }}@media (max-width: 767px){#s-563f94a0-085b-4d05-af28-bc7926e09707 {
  margin-top: 30px;
margin-left: 2%;
margin-bottom: 30px;
margin-right: 2%;
padding-left: 3%;
padding-right: 3%;
}
}
#s-270faaee-5899-496a-8821-7c2b085da4b6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-270faaee-5899-496a-8821-7c2b085da4b6 {
  display: none;
}
#s-270faaee-5899-496a-8821-7c2b085da4b6, #wrap-s-270faaee-5899-496a-8821-7c2b085da4b6, #wrap-content-s-270faaee-5899-496a-8821-7c2b085da4b6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-270faaee-5899-496a-8821-7c2b085da4b6 {
  display: none;
}
#s-270faaee-5899-496a-8821-7c2b085da4b6, #wrap-s-270faaee-5899-496a-8821-7c2b085da4b6, #wrap-content-s-270faaee-5899-496a-8821-7c2b085da4b6 { display: none !important; }}@media (max-width: 767px){#s-270faaee-5899-496a-8821-7c2b085da4b6 {
  margin-top: 0px;
margin-bottom: 20px;
}
}
#s-270faaee-5899-496a-8821-7c2b085da4b6 .shogun-heading-component h2 {
  color: rgba(136, 77, 99, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (max-width: 767px){#s-270faaee-5899-496a-8821-7c2b085da4b6 .shogun-heading-component h2 {
  color: rgba(136, 77, 99, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-33592abc-517f-4f85-be43-43ce578803b4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-33592abc-517f-4f85-be43-43ce578803b4 {
  display: none;
}
#s-33592abc-517f-4f85-be43-43ce578803b4, #wrap-s-33592abc-517f-4f85-be43-43ce578803b4, #wrap-content-s-33592abc-517f-4f85-be43-43ce578803b4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-33592abc-517f-4f85-be43-43ce578803b4 {
  display: none;
}
#s-33592abc-517f-4f85-be43-43ce578803b4, #wrap-s-33592abc-517f-4f85-be43-43ce578803b4, #wrap-content-s-33592abc-517f-4f85-be43-43ce578803b4 { display: none !important; }}







#s-33592abc-517f-4f85-be43-43ce578803b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-33592abc-517f-4f85-be43-43ce578803b4.shg-box.shg-c {
  justify-content: center;
}

#s-d2b36a39-6724-4ec8-86e6-acf182805d4d {
  margin-top: -13px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-d2b36a39-6724-4ec8-86e6-acf182805d4d {
  display: none;
}
#s-d2b36a39-6724-4ec8-86e6-acf182805d4d, #wrap-s-d2b36a39-6724-4ec8-86e6-acf182805d4d, #wrap-content-s-d2b36a39-6724-4ec8-86e6-acf182805d4d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d2b36a39-6724-4ec8-86e6-acf182805d4d {
  display: none;
}
#s-d2b36a39-6724-4ec8-86e6-acf182805d4d, #wrap-s-d2b36a39-6724-4ec8-86e6-acf182805d4d, #wrap-content-s-d2b36a39-6724-4ec8-86e6-acf182805d4d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d2b36a39-6724-4ec8-86e6-acf182805d4d {
  
}
}
#s-d2b36a39-6724-4ec8-86e6-acf182805d4d .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-d2b36a39-6724-4ec8-86e6-acf182805d4d .shg-sld-nav-button.shg-sld-left,
#s-d2b36a39-6724-4ec8-86e6-acf182805d4d .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-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;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.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>div {
  width: 100%;
}

.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;
}
#s-400e7819-0039-48e8-bc5b-76493c637ba2 {
  margin-left: auto;
margin-right: auto;
max-width: 1620px;
aspect-ratio: 1/1;
text-align: center;
}

#s-400e7819-0039-48e8-bc5b-76493c637ba2 {
  margin: 0 !important;
}

#s-400e7819-0039-48e8-bc5b-76493c637ba2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-400e7819-0039-48e8-bc5b-76493c637ba2 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-400e7819-0039-48e8-bc5b-76493c637ba2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-400e7819-0039-48e8-bc5b-76493c637ba2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-400e7819-0039-48e8-bc5b-76493c637ba2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-400e7819-0039-48e8-bc5b-76493c637ba2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-400e7819-0039-48e8-bc5b-76493c637ba2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-400e7819-0039-48e8-bc5b-76493c637ba2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-400e7819-0039-48e8-bc5b-76493c637ba2.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-400e7819-0039-48e8-bc5b-76493c637ba2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-400e7819-0039-48e8-bc5b-76493c637ba2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-400e7819-0039-48e8-bc5b-76493c637ba2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-400e7819-0039-48e8-bc5b-76493c637ba2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-400e7819-0039-48e8-bc5b-76493c637ba2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-400e7819-0039-48e8-bc5b-76493c637ba2.shogun-image-container {
      position: relative;
    }

    .s-400e7819-0039-48e8-bc5b-76493c637ba2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-400e7819-0039-48e8-bc5b-76493c637ba2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-400e7819-0039-48e8-bc5b-76493c637ba2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1620px;
    }
  }

@media (min-width: 1200px){#s-400e7819-0039-48e8-bc5b-76493c637ba2 {
  margin: 0 !important;
}

#s-400e7819-0039-48e8-bc5b-76493c637ba2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-400e7819-0039-48e8-bc5b-76493c637ba2 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-400e7819-0039-48e8-bc5b-76493c637ba2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-400e7819-0039-48e8-bc5b-76493c637ba2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-400e7819-0039-48e8-bc5b-76493c637ba2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-400e7819-0039-48e8-bc5b-76493c637ba2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-400e7819-0039-48e8-bc5b-76493c637ba2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-400e7819-0039-48e8-bc5b-76493c637ba2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-400e7819-0039-48e8-bc5b-76493c637ba2.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-400e7819-0039-48e8-bc5b-76493c637ba2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-400e7819-0039-48e8-bc5b-76493c637ba2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-400e7819-0039-48e8-bc5b-76493c637ba2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-400e7819-0039-48e8-bc5b-76493c637ba2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-400e7819-0039-48e8-bc5b-76493c637ba2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-400e7819-0039-48e8-bc5b-76493c637ba2.shogun-image-container {
      position: relative;
    }

    .s-400e7819-0039-48e8-bc5b-76493c637ba2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-400e7819-0039-48e8-bc5b-76493c637ba2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-400e7819-0039-48e8-bc5b-76493c637ba2 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-400e7819-0039-48e8-bc5b-76493c637ba2 {
  margin: 0 !important;
}

#s-400e7819-0039-48e8-bc5b-76493c637ba2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-400e7819-0039-48e8-bc5b-76493c637ba2 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-400e7819-0039-48e8-bc5b-76493c637ba2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-400e7819-0039-48e8-bc5b-76493c637ba2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-400e7819-0039-48e8-bc5b-76493c637ba2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-400e7819-0039-48e8-bc5b-76493c637ba2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-400e7819-0039-48e8-bc5b-76493c637ba2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-400e7819-0039-48e8-bc5b-76493c637ba2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-400e7819-0039-48e8-bc5b-76493c637ba2.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-400e7819-0039-48e8-bc5b-76493c637ba2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-400e7819-0039-48e8-bc5b-76493c637ba2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-400e7819-0039-48e8-bc5b-76493c637ba2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-400e7819-0039-48e8-bc5b-76493c637ba2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-400e7819-0039-48e8-bc5b-76493c637ba2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-400e7819-0039-48e8-bc5b-76493c637ba2.shogun-image-container {
      position: relative;
    }

    .s-400e7819-0039-48e8-bc5b-76493c637ba2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-400e7819-0039-48e8-bc5b-76493c637ba2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-400e7819-0039-48e8-bc5b-76493c637ba2 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-400e7819-0039-48e8-bc5b-76493c637ba2 {
  margin: 0 !important;
}

#s-400e7819-0039-48e8-bc5b-76493c637ba2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-400e7819-0039-48e8-bc5b-76493c637ba2 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-400e7819-0039-48e8-bc5b-76493c637ba2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-400e7819-0039-48e8-bc5b-76493c637ba2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-400e7819-0039-48e8-bc5b-76493c637ba2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-400e7819-0039-48e8-bc5b-76493c637ba2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-400e7819-0039-48e8-bc5b-76493c637ba2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-400e7819-0039-48e8-bc5b-76493c637ba2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-400e7819-0039-48e8-bc5b-76493c637ba2.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-400e7819-0039-48e8-bc5b-76493c637ba2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-400e7819-0039-48e8-bc5b-76493c637ba2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-400e7819-0039-48e8-bc5b-76493c637ba2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-400e7819-0039-48e8-bc5b-76493c637ba2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-400e7819-0039-48e8-bc5b-76493c637ba2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-400e7819-0039-48e8-bc5b-76493c637ba2.shogun-image-container {
      position: relative;
    }

    .s-400e7819-0039-48e8-bc5b-76493c637ba2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-400e7819-0039-48e8-bc5b-76493c637ba2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-400e7819-0039-48e8-bc5b-76493c637ba2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1620px;
    }
  }

}@media (max-width: 767px){#s-400e7819-0039-48e8-bc5b-76493c637ba2 {
  margin: 0 !important;
}

#s-400e7819-0039-48e8-bc5b-76493c637ba2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-400e7819-0039-48e8-bc5b-76493c637ba2 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-400e7819-0039-48e8-bc5b-76493c637ba2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-400e7819-0039-48e8-bc5b-76493c637ba2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-400e7819-0039-48e8-bc5b-76493c637ba2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-400e7819-0039-48e8-bc5b-76493c637ba2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-400e7819-0039-48e8-bc5b-76493c637ba2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-400e7819-0039-48e8-bc5b-76493c637ba2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-400e7819-0039-48e8-bc5b-76493c637ba2.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-400e7819-0039-48e8-bc5b-76493c637ba2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-400e7819-0039-48e8-bc5b-76493c637ba2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-400e7819-0039-48e8-bc5b-76493c637ba2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-400e7819-0039-48e8-bc5b-76493c637ba2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-400e7819-0039-48e8-bc5b-76493c637ba2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-400e7819-0039-48e8-bc5b-76493c637ba2.shogun-image-container {
      position: relative;
    }

    .s-400e7819-0039-48e8-bc5b-76493c637ba2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-400e7819-0039-48e8-bc5b-76493c637ba2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-400e7819-0039-48e8-bc5b-76493c637ba2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1620px;
    }
  }

}
#s-7face960-ecc5-4210-884e-ea0a6bc6f90d {
  margin-left: auto;
margin-right: auto;
max-width: 1620px;
aspect-ratio: 1/1;
text-align: center;
}

#s-7face960-ecc5-4210-884e-ea0a6bc6f90d {
  margin: 0 !important;
}

#s-7face960-ecc5-4210-884e-ea0a6bc6f90d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7face960-ecc5-4210-884e-ea0a6bc6f90d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-7face960-ecc5-4210-884e-ea0a6bc6f90d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7face960-ecc5-4210-884e-ea0a6bc6f90d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7face960-ecc5-4210-884e-ea0a6bc6f90d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7face960-ecc5-4210-884e-ea0a6bc6f90d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7face960-ecc5-4210-884e-ea0a6bc6f90d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7face960-ecc5-4210-884e-ea0a6bc6f90d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-7face960-ecc5-4210-884e-ea0a6bc6f90d.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-7face960-ecc5-4210-884e-ea0a6bc6f90d .shogun-image-content {
  
    justify-content: center;
  
}

.s-7face960-ecc5-4210-884e-ea0a6bc6f90d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7face960-ecc5-4210-884e-ea0a6bc6f90d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7face960-ecc5-4210-884e-ea0a6bc6f90d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7face960-ecc5-4210-884e-ea0a6bc6f90d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7face960-ecc5-4210-884e-ea0a6bc6f90d.shogun-image-container {
      position: relative;
    }

    .s-7face960-ecc5-4210-884e-ea0a6bc6f90d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7face960-ecc5-4210-884e-ea0a6bc6f90d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7face960-ecc5-4210-884e-ea0a6bc6f90d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1620px;
    }
  }

@media (min-width: 1200px){#s-7face960-ecc5-4210-884e-ea0a6bc6f90d {
  margin: 0 !important;
}

#s-7face960-ecc5-4210-884e-ea0a6bc6f90d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7face960-ecc5-4210-884e-ea0a6bc6f90d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-7face960-ecc5-4210-884e-ea0a6bc6f90d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7face960-ecc5-4210-884e-ea0a6bc6f90d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7face960-ecc5-4210-884e-ea0a6bc6f90d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7face960-ecc5-4210-884e-ea0a6bc6f90d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7face960-ecc5-4210-884e-ea0a6bc6f90d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7face960-ecc5-4210-884e-ea0a6bc6f90d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-7face960-ecc5-4210-884e-ea0a6bc6f90d.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-7face960-ecc5-4210-884e-ea0a6bc6f90d .shogun-image-content {
  
    justify-content: center;
  
}

.s-7face960-ecc5-4210-884e-ea0a6bc6f90d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7face960-ecc5-4210-884e-ea0a6bc6f90d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7face960-ecc5-4210-884e-ea0a6bc6f90d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7face960-ecc5-4210-884e-ea0a6bc6f90d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7face960-ecc5-4210-884e-ea0a6bc6f90d.shogun-image-container {
      position: relative;
    }

    .s-7face960-ecc5-4210-884e-ea0a6bc6f90d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7face960-ecc5-4210-884e-ea0a6bc6f90d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7face960-ecc5-4210-884e-ea0a6bc6f90d 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-7face960-ecc5-4210-884e-ea0a6bc6f90d {
  margin: 0 !important;
}

#s-7face960-ecc5-4210-884e-ea0a6bc6f90d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7face960-ecc5-4210-884e-ea0a6bc6f90d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-7face960-ecc5-4210-884e-ea0a6bc6f90d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7face960-ecc5-4210-884e-ea0a6bc6f90d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7face960-ecc5-4210-884e-ea0a6bc6f90d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7face960-ecc5-4210-884e-ea0a6bc6f90d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7face960-ecc5-4210-884e-ea0a6bc6f90d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7face960-ecc5-4210-884e-ea0a6bc6f90d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-7face960-ecc5-4210-884e-ea0a6bc6f90d.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-7face960-ecc5-4210-884e-ea0a6bc6f90d .shogun-image-content {
  
    justify-content: center;
  
}

.s-7face960-ecc5-4210-884e-ea0a6bc6f90d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7face960-ecc5-4210-884e-ea0a6bc6f90d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7face960-ecc5-4210-884e-ea0a6bc6f90d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7face960-ecc5-4210-884e-ea0a6bc6f90d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7face960-ecc5-4210-884e-ea0a6bc6f90d.shogun-image-container {
      position: relative;
    }

    .s-7face960-ecc5-4210-884e-ea0a6bc6f90d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7face960-ecc5-4210-884e-ea0a6bc6f90d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7face960-ecc5-4210-884e-ea0a6bc6f90d 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-7face960-ecc5-4210-884e-ea0a6bc6f90d {
  margin: 0 !important;
}

#s-7face960-ecc5-4210-884e-ea0a6bc6f90d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7face960-ecc5-4210-884e-ea0a6bc6f90d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-7face960-ecc5-4210-884e-ea0a6bc6f90d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7face960-ecc5-4210-884e-ea0a6bc6f90d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7face960-ecc5-4210-884e-ea0a6bc6f90d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7face960-ecc5-4210-884e-ea0a6bc6f90d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7face960-ecc5-4210-884e-ea0a6bc6f90d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7face960-ecc5-4210-884e-ea0a6bc6f90d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-7face960-ecc5-4210-884e-ea0a6bc6f90d.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-7face960-ecc5-4210-884e-ea0a6bc6f90d .shogun-image-content {
  
    justify-content: center;
  
}

.s-7face960-ecc5-4210-884e-ea0a6bc6f90d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7face960-ecc5-4210-884e-ea0a6bc6f90d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7face960-ecc5-4210-884e-ea0a6bc6f90d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7face960-ecc5-4210-884e-ea0a6bc6f90d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7face960-ecc5-4210-884e-ea0a6bc6f90d.shogun-image-container {
      position: relative;
    }

    .s-7face960-ecc5-4210-884e-ea0a6bc6f90d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7face960-ecc5-4210-884e-ea0a6bc6f90d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7face960-ecc5-4210-884e-ea0a6bc6f90d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1620px;
    }
  }

}@media (max-width: 767px){#s-7face960-ecc5-4210-884e-ea0a6bc6f90d {
  margin: 0 !important;
}

#s-7face960-ecc5-4210-884e-ea0a6bc6f90d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7face960-ecc5-4210-884e-ea0a6bc6f90d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-7face960-ecc5-4210-884e-ea0a6bc6f90d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7face960-ecc5-4210-884e-ea0a6bc6f90d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7face960-ecc5-4210-884e-ea0a6bc6f90d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7face960-ecc5-4210-884e-ea0a6bc6f90d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7face960-ecc5-4210-884e-ea0a6bc6f90d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7face960-ecc5-4210-884e-ea0a6bc6f90d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-7face960-ecc5-4210-884e-ea0a6bc6f90d.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-7face960-ecc5-4210-884e-ea0a6bc6f90d .shogun-image-content {
  
    justify-content: center;
  
}

.s-7face960-ecc5-4210-884e-ea0a6bc6f90d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7face960-ecc5-4210-884e-ea0a6bc6f90d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7face960-ecc5-4210-884e-ea0a6bc6f90d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7face960-ecc5-4210-884e-ea0a6bc6f90d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7face960-ecc5-4210-884e-ea0a6bc6f90d.shogun-image-container {
      position: relative;
    }

    .s-7face960-ecc5-4210-884e-ea0a6bc6f90d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7face960-ecc5-4210-884e-ea0a6bc6f90d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7face960-ecc5-4210-884e-ea0a6bc6f90d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1620px;
    }
  }

}
#s-3ce56ddb-591a-4d36-93f0-1abd6d96577e {
  margin-left: auto;
margin-right: auto;
max-width: 1620px;
aspect-ratio: 1/1;
text-align: center;
}

#s-3ce56ddb-591a-4d36-93f0-1abd6d96577e {
  margin: 0 !important;
}

#s-3ce56ddb-591a-4d36-93f0-1abd6d96577e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3ce56ddb-591a-4d36-93f0-1abd6d96577e {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-3ce56ddb-591a-4d36-93f0-1abd6d96577e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ce56ddb-591a-4d36-93f0-1abd6d96577e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3ce56ddb-591a-4d36-93f0-1abd6d96577e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ce56ddb-591a-4d36-93f0-1abd6d96577e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ce56ddb-591a-4d36-93f0-1abd6d96577e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ce56ddb-591a-4d36-93f0-1abd6d96577e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-3ce56ddb-591a-4d36-93f0-1abd6d96577e.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-3ce56ddb-591a-4d36-93f0-1abd6d96577e .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ce56ddb-591a-4d36-93f0-1abd6d96577e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ce56ddb-591a-4d36-93f0-1abd6d96577e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ce56ddb-591a-4d36-93f0-1abd6d96577e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3ce56ddb-591a-4d36-93f0-1abd6d96577e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3ce56ddb-591a-4d36-93f0-1abd6d96577e.shogun-image-container {
      position: relative;
    }

    .s-3ce56ddb-591a-4d36-93f0-1abd6d96577e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ce56ddb-591a-4d36-93f0-1abd6d96577e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ce56ddb-591a-4d36-93f0-1abd6d96577e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1620px;
    }
  }

@media (min-width: 1200px){#s-3ce56ddb-591a-4d36-93f0-1abd6d96577e {
  margin: 0 !important;
}

#s-3ce56ddb-591a-4d36-93f0-1abd6d96577e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3ce56ddb-591a-4d36-93f0-1abd6d96577e {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-3ce56ddb-591a-4d36-93f0-1abd6d96577e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ce56ddb-591a-4d36-93f0-1abd6d96577e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3ce56ddb-591a-4d36-93f0-1abd6d96577e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ce56ddb-591a-4d36-93f0-1abd6d96577e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ce56ddb-591a-4d36-93f0-1abd6d96577e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ce56ddb-591a-4d36-93f0-1abd6d96577e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-3ce56ddb-591a-4d36-93f0-1abd6d96577e.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-3ce56ddb-591a-4d36-93f0-1abd6d96577e .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ce56ddb-591a-4d36-93f0-1abd6d96577e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ce56ddb-591a-4d36-93f0-1abd6d96577e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ce56ddb-591a-4d36-93f0-1abd6d96577e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3ce56ddb-591a-4d36-93f0-1abd6d96577e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3ce56ddb-591a-4d36-93f0-1abd6d96577e.shogun-image-container {
      position: relative;
    }

    .s-3ce56ddb-591a-4d36-93f0-1abd6d96577e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ce56ddb-591a-4d36-93f0-1abd6d96577e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ce56ddb-591a-4d36-93f0-1abd6d96577e 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-3ce56ddb-591a-4d36-93f0-1abd6d96577e {
  margin: 0 !important;
}

#s-3ce56ddb-591a-4d36-93f0-1abd6d96577e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3ce56ddb-591a-4d36-93f0-1abd6d96577e {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-3ce56ddb-591a-4d36-93f0-1abd6d96577e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ce56ddb-591a-4d36-93f0-1abd6d96577e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3ce56ddb-591a-4d36-93f0-1abd6d96577e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ce56ddb-591a-4d36-93f0-1abd6d96577e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ce56ddb-591a-4d36-93f0-1abd6d96577e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ce56ddb-591a-4d36-93f0-1abd6d96577e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-3ce56ddb-591a-4d36-93f0-1abd6d96577e.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-3ce56ddb-591a-4d36-93f0-1abd6d96577e .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ce56ddb-591a-4d36-93f0-1abd6d96577e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ce56ddb-591a-4d36-93f0-1abd6d96577e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ce56ddb-591a-4d36-93f0-1abd6d96577e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3ce56ddb-591a-4d36-93f0-1abd6d96577e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3ce56ddb-591a-4d36-93f0-1abd6d96577e.shogun-image-container {
      position: relative;
    }

    .s-3ce56ddb-591a-4d36-93f0-1abd6d96577e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ce56ddb-591a-4d36-93f0-1abd6d96577e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ce56ddb-591a-4d36-93f0-1abd6d96577e 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-3ce56ddb-591a-4d36-93f0-1abd6d96577e {
  margin: 0 !important;
}

#s-3ce56ddb-591a-4d36-93f0-1abd6d96577e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3ce56ddb-591a-4d36-93f0-1abd6d96577e {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-3ce56ddb-591a-4d36-93f0-1abd6d96577e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ce56ddb-591a-4d36-93f0-1abd6d96577e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3ce56ddb-591a-4d36-93f0-1abd6d96577e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ce56ddb-591a-4d36-93f0-1abd6d96577e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ce56ddb-591a-4d36-93f0-1abd6d96577e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ce56ddb-591a-4d36-93f0-1abd6d96577e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-3ce56ddb-591a-4d36-93f0-1abd6d96577e.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-3ce56ddb-591a-4d36-93f0-1abd6d96577e .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ce56ddb-591a-4d36-93f0-1abd6d96577e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ce56ddb-591a-4d36-93f0-1abd6d96577e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ce56ddb-591a-4d36-93f0-1abd6d96577e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3ce56ddb-591a-4d36-93f0-1abd6d96577e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3ce56ddb-591a-4d36-93f0-1abd6d96577e.shogun-image-container {
      position: relative;
    }

    .s-3ce56ddb-591a-4d36-93f0-1abd6d96577e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ce56ddb-591a-4d36-93f0-1abd6d96577e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ce56ddb-591a-4d36-93f0-1abd6d96577e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1620px;
    }
  }

}@media (max-width: 767px){#s-3ce56ddb-591a-4d36-93f0-1abd6d96577e {
  margin: 0 !important;
}

#s-3ce56ddb-591a-4d36-93f0-1abd6d96577e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3ce56ddb-591a-4d36-93f0-1abd6d96577e {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-3ce56ddb-591a-4d36-93f0-1abd6d96577e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ce56ddb-591a-4d36-93f0-1abd6d96577e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3ce56ddb-591a-4d36-93f0-1abd6d96577e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ce56ddb-591a-4d36-93f0-1abd6d96577e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ce56ddb-591a-4d36-93f0-1abd6d96577e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ce56ddb-591a-4d36-93f0-1abd6d96577e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-3ce56ddb-591a-4d36-93f0-1abd6d96577e.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-3ce56ddb-591a-4d36-93f0-1abd6d96577e .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ce56ddb-591a-4d36-93f0-1abd6d96577e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ce56ddb-591a-4d36-93f0-1abd6d96577e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ce56ddb-591a-4d36-93f0-1abd6d96577e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3ce56ddb-591a-4d36-93f0-1abd6d96577e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3ce56ddb-591a-4d36-93f0-1abd6d96577e.shogun-image-container {
      position: relative;
    }

    .s-3ce56ddb-591a-4d36-93f0-1abd6d96577e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ce56ddb-591a-4d36-93f0-1abd6d96577e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ce56ddb-591a-4d36-93f0-1abd6d96577e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1620px;
    }
  }

}
#s-324dceda-a832-4f52-9935-992afcbaffac {
  margin-left: auto;
margin-right: auto;
max-width: 1536px;
aspect-ratio: 1/1;
text-align: center;
}

#s-324dceda-a832-4f52-9935-992afcbaffac {
  margin: 0 !important;
}

#s-324dceda-a832-4f52-9935-992afcbaffac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-324dceda-a832-4f52-9935-992afcbaffac {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-324dceda-a832-4f52-9935-992afcbaffac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-324dceda-a832-4f52-9935-992afcbaffac .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-324dceda-a832-4f52-9935-992afcbaffac .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-324dceda-a832-4f52-9935-992afcbaffac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-324dceda-a832-4f52-9935-992afcbaffac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-324dceda-a832-4f52-9935-992afcbaffac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1536px;
  }



  img.s-324dceda-a832-4f52-9935-992afcbaffac.shogun-image {
    
    
    
    max-height: 1536px;
  }


.s-324dceda-a832-4f52-9935-992afcbaffac .shogun-image-content {
  
    justify-content: center;
  
}

.s-324dceda-a832-4f52-9935-992afcbaffac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-324dceda-a832-4f52-9935-992afcbaffac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-324dceda-a832-4f52-9935-992afcbaffac.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-324dceda-a832-4f52-9935-992afcbaffac {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-324dceda-a832-4f52-9935-992afcbaffac.shogun-image-container {
      position: relative;
    }

    .s-324dceda-a832-4f52-9935-992afcbaffac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-324dceda-a832-4f52-9935-992afcbaffac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-324dceda-a832-4f52-9935-992afcbaffac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1536px;
    }
  }

@media (min-width: 1200px){#s-324dceda-a832-4f52-9935-992afcbaffac {
  margin: 0 !important;
}

#s-324dceda-a832-4f52-9935-992afcbaffac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-324dceda-a832-4f52-9935-992afcbaffac {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-324dceda-a832-4f52-9935-992afcbaffac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-324dceda-a832-4f52-9935-992afcbaffac .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-324dceda-a832-4f52-9935-992afcbaffac .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-324dceda-a832-4f52-9935-992afcbaffac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-324dceda-a832-4f52-9935-992afcbaffac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-324dceda-a832-4f52-9935-992afcbaffac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1536px;
  }



  img.s-324dceda-a832-4f52-9935-992afcbaffac.shogun-image {
    
    
    
    max-height: 1536px;
  }


.s-324dceda-a832-4f52-9935-992afcbaffac .shogun-image-content {
  
    justify-content: center;
  
}

.s-324dceda-a832-4f52-9935-992afcbaffac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-324dceda-a832-4f52-9935-992afcbaffac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-324dceda-a832-4f52-9935-992afcbaffac.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-324dceda-a832-4f52-9935-992afcbaffac {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-324dceda-a832-4f52-9935-992afcbaffac.shogun-image-container {
      position: relative;
    }

    .s-324dceda-a832-4f52-9935-992afcbaffac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-324dceda-a832-4f52-9935-992afcbaffac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-324dceda-a832-4f52-9935-992afcbaffac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1536px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-324dceda-a832-4f52-9935-992afcbaffac {
  margin: 0 !important;
}

#s-324dceda-a832-4f52-9935-992afcbaffac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-324dceda-a832-4f52-9935-992afcbaffac {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-324dceda-a832-4f52-9935-992afcbaffac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-324dceda-a832-4f52-9935-992afcbaffac .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-324dceda-a832-4f52-9935-992afcbaffac .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-324dceda-a832-4f52-9935-992afcbaffac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-324dceda-a832-4f52-9935-992afcbaffac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-324dceda-a832-4f52-9935-992afcbaffac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1536px;
  }



  img.s-324dceda-a832-4f52-9935-992afcbaffac.shogun-image {
    
    
    
    max-height: 1536px;
  }


.s-324dceda-a832-4f52-9935-992afcbaffac .shogun-image-content {
  
    justify-content: center;
  
}

.s-324dceda-a832-4f52-9935-992afcbaffac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-324dceda-a832-4f52-9935-992afcbaffac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-324dceda-a832-4f52-9935-992afcbaffac.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-324dceda-a832-4f52-9935-992afcbaffac {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-324dceda-a832-4f52-9935-992afcbaffac.shogun-image-container {
      position: relative;
    }

    .s-324dceda-a832-4f52-9935-992afcbaffac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-324dceda-a832-4f52-9935-992afcbaffac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-324dceda-a832-4f52-9935-992afcbaffac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1536px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-324dceda-a832-4f52-9935-992afcbaffac {
  margin: 0 !important;
}

#s-324dceda-a832-4f52-9935-992afcbaffac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-324dceda-a832-4f52-9935-992afcbaffac {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-324dceda-a832-4f52-9935-992afcbaffac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-324dceda-a832-4f52-9935-992afcbaffac .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-324dceda-a832-4f52-9935-992afcbaffac .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-324dceda-a832-4f52-9935-992afcbaffac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-324dceda-a832-4f52-9935-992afcbaffac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-324dceda-a832-4f52-9935-992afcbaffac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1536px;
  }



  img.s-324dceda-a832-4f52-9935-992afcbaffac.shogun-image {
    
    
    
    max-height: 1536px;
  }


.s-324dceda-a832-4f52-9935-992afcbaffac .shogun-image-content {
  
    justify-content: center;
  
}

.s-324dceda-a832-4f52-9935-992afcbaffac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-324dceda-a832-4f52-9935-992afcbaffac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-324dceda-a832-4f52-9935-992afcbaffac.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-324dceda-a832-4f52-9935-992afcbaffac {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-324dceda-a832-4f52-9935-992afcbaffac.shogun-image-container {
      position: relative;
    }

    .s-324dceda-a832-4f52-9935-992afcbaffac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-324dceda-a832-4f52-9935-992afcbaffac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-324dceda-a832-4f52-9935-992afcbaffac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1536px;
    }
  }

}@media (max-width: 767px){#s-324dceda-a832-4f52-9935-992afcbaffac {
  margin: 0 !important;
}

#s-324dceda-a832-4f52-9935-992afcbaffac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-324dceda-a832-4f52-9935-992afcbaffac {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-324dceda-a832-4f52-9935-992afcbaffac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-324dceda-a832-4f52-9935-992afcbaffac .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-324dceda-a832-4f52-9935-992afcbaffac .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-324dceda-a832-4f52-9935-992afcbaffac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-324dceda-a832-4f52-9935-992afcbaffac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-324dceda-a832-4f52-9935-992afcbaffac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1536px;
  }



  img.s-324dceda-a832-4f52-9935-992afcbaffac.shogun-image {
    
    
    
    max-height: 1536px;
  }


.s-324dceda-a832-4f52-9935-992afcbaffac .shogun-image-content {
  
    justify-content: center;
  
}

.s-324dceda-a832-4f52-9935-992afcbaffac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-324dceda-a832-4f52-9935-992afcbaffac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-324dceda-a832-4f52-9935-992afcbaffac.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-324dceda-a832-4f52-9935-992afcbaffac {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-324dceda-a832-4f52-9935-992afcbaffac.shogun-image-container {
      position: relative;
    }

    .s-324dceda-a832-4f52-9935-992afcbaffac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-324dceda-a832-4f52-9935-992afcbaffac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-324dceda-a832-4f52-9935-992afcbaffac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1536px;
    }
  }

}
#s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc {
  margin-left: auto;
margin-right: auto;
max-width: 1350px;
aspect-ratio: 1/1;
text-align: center;
}

#s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc {
  margin: 0 !important;
}

#s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1350px;
  }



  img.s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc.shogun-image {
    
    
    
    max-height: 1350px;
  }


.s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc .shogun-image-content {
  
    justify-content: center;
  
}

.s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc.shogun-image-container {
      position: relative;
    }

    .s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1350px;
    }
  }

@media (min-width: 1200px){#s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc {
  margin: 0 !important;
}

#s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1350px;
  }



  img.s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc.shogun-image {
    
    
    
    max-height: 1350px;
  }


.s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc .shogun-image-content {
  
    justify-content: center;
  
}

.s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc.shogun-image-container {
      position: relative;
    }

    .s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1350px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc {
  margin: 0 !important;
}

#s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1350px;
  }



  img.s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc.shogun-image {
    
    
    
    max-height: 1350px;
  }


.s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc .shogun-image-content {
  
    justify-content: center;
  
}

.s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc.shogun-image-container {
      position: relative;
    }

    .s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1350px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc {
  margin: 0 !important;
}

#s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1350px;
  }



  img.s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc.shogun-image {
    
    
    
    max-height: 1350px;
  }


.s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc .shogun-image-content {
  
    justify-content: center;
  
}

.s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc.shogun-image-container {
      position: relative;
    }

    .s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1350px;
    }
  }

}@media (max-width: 767px){#s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc {
  margin: 0 !important;
}

#s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1350px;
  }



  img.s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc.shogun-image {
    
    
    
    max-height: 1350px;
  }


.s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc .shogun-image-content {
  
    justify-content: center;
  
}

.s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc.shogun-image-container {
      position: relative;
    }

    .s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-042d3fd1-3f57-4de3-8405-21d0ac18a3bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1350px;
    }
  }

}
#s-12a99451-808e-40cd-a56a-2b93bd3be257 {
  margin-left: auto;
margin-right: auto;
max-width: 1350px;
aspect-ratio: 1/1;
text-align: center;
}

#s-12a99451-808e-40cd-a56a-2b93bd3be257 {
  margin: 0 !important;
}

#s-12a99451-808e-40cd-a56a-2b93bd3be257-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-12a99451-808e-40cd-a56a-2b93bd3be257 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-12a99451-808e-40cd-a56a-2b93bd3be257 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12a99451-808e-40cd-a56a-2b93bd3be257 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-12a99451-808e-40cd-a56a-2b93bd3be257 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12a99451-808e-40cd-a56a-2b93bd3be257 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12a99451-808e-40cd-a56a-2b93bd3be257.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12a99451-808e-40cd-a56a-2b93bd3be257 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1350px;
  }



  img.s-12a99451-808e-40cd-a56a-2b93bd3be257.shogun-image {
    
    
    
    max-height: 1350px;
  }


.s-12a99451-808e-40cd-a56a-2b93bd3be257 .shogun-image-content {
  
    justify-content: center;
  
}

.s-12a99451-808e-40cd-a56a-2b93bd3be257.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12a99451-808e-40cd-a56a-2b93bd3be257.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12a99451-808e-40cd-a56a-2b93bd3be257.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-12a99451-808e-40cd-a56a-2b93bd3be257 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-12a99451-808e-40cd-a56a-2b93bd3be257.shogun-image-container {
      position: relative;
    }

    .s-12a99451-808e-40cd-a56a-2b93bd3be257.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12a99451-808e-40cd-a56a-2b93bd3be257.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12a99451-808e-40cd-a56a-2b93bd3be257 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1350px;
    }
  }

@media (min-width: 1200px){#s-12a99451-808e-40cd-a56a-2b93bd3be257 {
  margin: 0 !important;
}

#s-12a99451-808e-40cd-a56a-2b93bd3be257-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-12a99451-808e-40cd-a56a-2b93bd3be257 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-12a99451-808e-40cd-a56a-2b93bd3be257 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12a99451-808e-40cd-a56a-2b93bd3be257 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-12a99451-808e-40cd-a56a-2b93bd3be257 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12a99451-808e-40cd-a56a-2b93bd3be257 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12a99451-808e-40cd-a56a-2b93bd3be257.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12a99451-808e-40cd-a56a-2b93bd3be257 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1350px;
  }



  img.s-12a99451-808e-40cd-a56a-2b93bd3be257.shogun-image {
    
    
    
    max-height: 1350px;
  }


.s-12a99451-808e-40cd-a56a-2b93bd3be257 .shogun-image-content {
  
    justify-content: center;
  
}

.s-12a99451-808e-40cd-a56a-2b93bd3be257.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12a99451-808e-40cd-a56a-2b93bd3be257.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12a99451-808e-40cd-a56a-2b93bd3be257.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-12a99451-808e-40cd-a56a-2b93bd3be257 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-12a99451-808e-40cd-a56a-2b93bd3be257.shogun-image-container {
      position: relative;
    }

    .s-12a99451-808e-40cd-a56a-2b93bd3be257.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12a99451-808e-40cd-a56a-2b93bd3be257.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12a99451-808e-40cd-a56a-2b93bd3be257 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1350px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-12a99451-808e-40cd-a56a-2b93bd3be257 {
  margin: 0 !important;
}

#s-12a99451-808e-40cd-a56a-2b93bd3be257-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-12a99451-808e-40cd-a56a-2b93bd3be257 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-12a99451-808e-40cd-a56a-2b93bd3be257 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12a99451-808e-40cd-a56a-2b93bd3be257 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-12a99451-808e-40cd-a56a-2b93bd3be257 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12a99451-808e-40cd-a56a-2b93bd3be257 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12a99451-808e-40cd-a56a-2b93bd3be257.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12a99451-808e-40cd-a56a-2b93bd3be257 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1350px;
  }



  img.s-12a99451-808e-40cd-a56a-2b93bd3be257.shogun-image {
    
    
    
    max-height: 1350px;
  }


.s-12a99451-808e-40cd-a56a-2b93bd3be257 .shogun-image-content {
  
    justify-content: center;
  
}

.s-12a99451-808e-40cd-a56a-2b93bd3be257.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12a99451-808e-40cd-a56a-2b93bd3be257.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12a99451-808e-40cd-a56a-2b93bd3be257.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-12a99451-808e-40cd-a56a-2b93bd3be257 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-12a99451-808e-40cd-a56a-2b93bd3be257.shogun-image-container {
      position: relative;
    }

    .s-12a99451-808e-40cd-a56a-2b93bd3be257.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12a99451-808e-40cd-a56a-2b93bd3be257.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12a99451-808e-40cd-a56a-2b93bd3be257 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1350px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-12a99451-808e-40cd-a56a-2b93bd3be257 {
  margin: 0 !important;
}

#s-12a99451-808e-40cd-a56a-2b93bd3be257-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-12a99451-808e-40cd-a56a-2b93bd3be257 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-12a99451-808e-40cd-a56a-2b93bd3be257 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12a99451-808e-40cd-a56a-2b93bd3be257 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-12a99451-808e-40cd-a56a-2b93bd3be257 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12a99451-808e-40cd-a56a-2b93bd3be257 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12a99451-808e-40cd-a56a-2b93bd3be257.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12a99451-808e-40cd-a56a-2b93bd3be257 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1350px;
  }



  img.s-12a99451-808e-40cd-a56a-2b93bd3be257.shogun-image {
    
    
    
    max-height: 1350px;
  }


.s-12a99451-808e-40cd-a56a-2b93bd3be257 .shogun-image-content {
  
    justify-content: center;
  
}

.s-12a99451-808e-40cd-a56a-2b93bd3be257.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12a99451-808e-40cd-a56a-2b93bd3be257.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12a99451-808e-40cd-a56a-2b93bd3be257.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-12a99451-808e-40cd-a56a-2b93bd3be257 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-12a99451-808e-40cd-a56a-2b93bd3be257.shogun-image-container {
      position: relative;
    }

    .s-12a99451-808e-40cd-a56a-2b93bd3be257.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12a99451-808e-40cd-a56a-2b93bd3be257.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12a99451-808e-40cd-a56a-2b93bd3be257 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1350px;
    }
  }

}@media (max-width: 767px){#s-12a99451-808e-40cd-a56a-2b93bd3be257 {
  margin: 0 !important;
}

#s-12a99451-808e-40cd-a56a-2b93bd3be257-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-12a99451-808e-40cd-a56a-2b93bd3be257 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-12a99451-808e-40cd-a56a-2b93bd3be257 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12a99451-808e-40cd-a56a-2b93bd3be257 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-12a99451-808e-40cd-a56a-2b93bd3be257 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12a99451-808e-40cd-a56a-2b93bd3be257 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12a99451-808e-40cd-a56a-2b93bd3be257.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12a99451-808e-40cd-a56a-2b93bd3be257 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1350px;
  }



  img.s-12a99451-808e-40cd-a56a-2b93bd3be257.shogun-image {
    
    
    
    max-height: 1350px;
  }


.s-12a99451-808e-40cd-a56a-2b93bd3be257 .shogun-image-content {
  
    justify-content: center;
  
}

.s-12a99451-808e-40cd-a56a-2b93bd3be257.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12a99451-808e-40cd-a56a-2b93bd3be257.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12a99451-808e-40cd-a56a-2b93bd3be257.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-12a99451-808e-40cd-a56a-2b93bd3be257 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-12a99451-808e-40cd-a56a-2b93bd3be257.shogun-image-container {
      position: relative;
    }

    .s-12a99451-808e-40cd-a56a-2b93bd3be257.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12a99451-808e-40cd-a56a-2b93bd3be257.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12a99451-808e-40cd-a56a-2b93bd3be257 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1350px;
    }
  }

}
#s-284ff282-77c7-4aba-8b75-239775ef70c1 {
  margin-left: auto;
margin-right: auto;
max-width: 1620px;
aspect-ratio: 1/1;
text-align: center;
}

#s-284ff282-77c7-4aba-8b75-239775ef70c1 {
  margin: 0 !important;
}

#s-284ff282-77c7-4aba-8b75-239775ef70c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-284ff282-77c7-4aba-8b75-239775ef70c1 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-284ff282-77c7-4aba-8b75-239775ef70c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-284ff282-77c7-4aba-8b75-239775ef70c1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-284ff282-77c7-4aba-8b75-239775ef70c1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-284ff282-77c7-4aba-8b75-239775ef70c1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-284ff282-77c7-4aba-8b75-239775ef70c1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-284ff282-77c7-4aba-8b75-239775ef70c1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-284ff282-77c7-4aba-8b75-239775ef70c1.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-284ff282-77c7-4aba-8b75-239775ef70c1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-284ff282-77c7-4aba-8b75-239775ef70c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-284ff282-77c7-4aba-8b75-239775ef70c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-284ff282-77c7-4aba-8b75-239775ef70c1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-284ff282-77c7-4aba-8b75-239775ef70c1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-284ff282-77c7-4aba-8b75-239775ef70c1.shogun-image-container {
      position: relative;
    }

    .s-284ff282-77c7-4aba-8b75-239775ef70c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-284ff282-77c7-4aba-8b75-239775ef70c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-284ff282-77c7-4aba-8b75-239775ef70c1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1620px;
    }
  }

@media (min-width: 1200px){#s-284ff282-77c7-4aba-8b75-239775ef70c1 {
  margin: 0 !important;
}

#s-284ff282-77c7-4aba-8b75-239775ef70c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-284ff282-77c7-4aba-8b75-239775ef70c1 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-284ff282-77c7-4aba-8b75-239775ef70c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-284ff282-77c7-4aba-8b75-239775ef70c1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-284ff282-77c7-4aba-8b75-239775ef70c1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-284ff282-77c7-4aba-8b75-239775ef70c1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-284ff282-77c7-4aba-8b75-239775ef70c1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-284ff282-77c7-4aba-8b75-239775ef70c1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-284ff282-77c7-4aba-8b75-239775ef70c1.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-284ff282-77c7-4aba-8b75-239775ef70c1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-284ff282-77c7-4aba-8b75-239775ef70c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-284ff282-77c7-4aba-8b75-239775ef70c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-284ff282-77c7-4aba-8b75-239775ef70c1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-284ff282-77c7-4aba-8b75-239775ef70c1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-284ff282-77c7-4aba-8b75-239775ef70c1.shogun-image-container {
      position: relative;
    }

    .s-284ff282-77c7-4aba-8b75-239775ef70c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-284ff282-77c7-4aba-8b75-239775ef70c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-284ff282-77c7-4aba-8b75-239775ef70c1 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-284ff282-77c7-4aba-8b75-239775ef70c1 {
  margin: 0 !important;
}

#s-284ff282-77c7-4aba-8b75-239775ef70c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-284ff282-77c7-4aba-8b75-239775ef70c1 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-284ff282-77c7-4aba-8b75-239775ef70c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-284ff282-77c7-4aba-8b75-239775ef70c1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-284ff282-77c7-4aba-8b75-239775ef70c1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-284ff282-77c7-4aba-8b75-239775ef70c1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-284ff282-77c7-4aba-8b75-239775ef70c1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-284ff282-77c7-4aba-8b75-239775ef70c1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-284ff282-77c7-4aba-8b75-239775ef70c1.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-284ff282-77c7-4aba-8b75-239775ef70c1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-284ff282-77c7-4aba-8b75-239775ef70c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-284ff282-77c7-4aba-8b75-239775ef70c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-284ff282-77c7-4aba-8b75-239775ef70c1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-284ff282-77c7-4aba-8b75-239775ef70c1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-284ff282-77c7-4aba-8b75-239775ef70c1.shogun-image-container {
      position: relative;
    }

    .s-284ff282-77c7-4aba-8b75-239775ef70c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-284ff282-77c7-4aba-8b75-239775ef70c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-284ff282-77c7-4aba-8b75-239775ef70c1 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-284ff282-77c7-4aba-8b75-239775ef70c1 {
  margin: 0 !important;
}

#s-284ff282-77c7-4aba-8b75-239775ef70c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-284ff282-77c7-4aba-8b75-239775ef70c1 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-284ff282-77c7-4aba-8b75-239775ef70c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-284ff282-77c7-4aba-8b75-239775ef70c1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-284ff282-77c7-4aba-8b75-239775ef70c1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-284ff282-77c7-4aba-8b75-239775ef70c1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-284ff282-77c7-4aba-8b75-239775ef70c1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-284ff282-77c7-4aba-8b75-239775ef70c1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-284ff282-77c7-4aba-8b75-239775ef70c1.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-284ff282-77c7-4aba-8b75-239775ef70c1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-284ff282-77c7-4aba-8b75-239775ef70c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-284ff282-77c7-4aba-8b75-239775ef70c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-284ff282-77c7-4aba-8b75-239775ef70c1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-284ff282-77c7-4aba-8b75-239775ef70c1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-284ff282-77c7-4aba-8b75-239775ef70c1.shogun-image-container {
      position: relative;
    }

    .s-284ff282-77c7-4aba-8b75-239775ef70c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-284ff282-77c7-4aba-8b75-239775ef70c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-284ff282-77c7-4aba-8b75-239775ef70c1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1620px;
    }
  }

}@media (max-width: 767px){#s-284ff282-77c7-4aba-8b75-239775ef70c1 {
  margin: 0 !important;
}

#s-284ff282-77c7-4aba-8b75-239775ef70c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-284ff282-77c7-4aba-8b75-239775ef70c1 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-284ff282-77c7-4aba-8b75-239775ef70c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-284ff282-77c7-4aba-8b75-239775ef70c1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-284ff282-77c7-4aba-8b75-239775ef70c1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-284ff282-77c7-4aba-8b75-239775ef70c1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-284ff282-77c7-4aba-8b75-239775ef70c1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-284ff282-77c7-4aba-8b75-239775ef70c1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-284ff282-77c7-4aba-8b75-239775ef70c1.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-284ff282-77c7-4aba-8b75-239775ef70c1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-284ff282-77c7-4aba-8b75-239775ef70c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-284ff282-77c7-4aba-8b75-239775ef70c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-284ff282-77c7-4aba-8b75-239775ef70c1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-284ff282-77c7-4aba-8b75-239775ef70c1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-284ff282-77c7-4aba-8b75-239775ef70c1.shogun-image-container {
      position: relative;
    }

    .s-284ff282-77c7-4aba-8b75-239775ef70c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-284ff282-77c7-4aba-8b75-239775ef70c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-284ff282-77c7-4aba-8b75-239775ef70c1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1620px;
    }
  }

}
#s-a452896a-adcb-430a-b0fe-895374cb4717 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}

#s-a452896a-adcb-430a-b0fe-895374cb4717 {
  margin: 0 !important;
}

#s-a452896a-adcb-430a-b0fe-895374cb4717-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a452896a-adcb-430a-b0fe-895374cb4717 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a452896a-adcb-430a-b0fe-895374cb4717 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a452896a-adcb-430a-b0fe-895374cb4717 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a452896a-adcb-430a-b0fe-895374cb4717 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a452896a-adcb-430a-b0fe-895374cb4717 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a452896a-adcb-430a-b0fe-895374cb4717.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a452896a-adcb-430a-b0fe-895374cb4717 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-a452896a-adcb-430a-b0fe-895374cb4717.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-a452896a-adcb-430a-b0fe-895374cb4717 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a452896a-adcb-430a-b0fe-895374cb4717.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a452896a-adcb-430a-b0fe-895374cb4717.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a452896a-adcb-430a-b0fe-895374cb4717.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a452896a-adcb-430a-b0fe-895374cb4717 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a452896a-adcb-430a-b0fe-895374cb4717.shogun-image-container {
      position: relative;
    }

    .s-a452896a-adcb-430a-b0fe-895374cb4717.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a452896a-adcb-430a-b0fe-895374cb4717.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a452896a-adcb-430a-b0fe-895374cb4717 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){#s-a452896a-adcb-430a-b0fe-895374cb4717 {
  margin: 0 !important;
}

#s-a452896a-adcb-430a-b0fe-895374cb4717-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a452896a-adcb-430a-b0fe-895374cb4717 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a452896a-adcb-430a-b0fe-895374cb4717 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a452896a-adcb-430a-b0fe-895374cb4717 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a452896a-adcb-430a-b0fe-895374cb4717 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a452896a-adcb-430a-b0fe-895374cb4717 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a452896a-adcb-430a-b0fe-895374cb4717.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a452896a-adcb-430a-b0fe-895374cb4717 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-a452896a-adcb-430a-b0fe-895374cb4717.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-a452896a-adcb-430a-b0fe-895374cb4717 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a452896a-adcb-430a-b0fe-895374cb4717.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a452896a-adcb-430a-b0fe-895374cb4717.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a452896a-adcb-430a-b0fe-895374cb4717.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a452896a-adcb-430a-b0fe-895374cb4717 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a452896a-adcb-430a-b0fe-895374cb4717.shogun-image-container {
      position: relative;
    }

    .s-a452896a-adcb-430a-b0fe-895374cb4717.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a452896a-adcb-430a-b0fe-895374cb4717.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a452896a-adcb-430a-b0fe-895374cb4717 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-a452896a-adcb-430a-b0fe-895374cb4717 {
  margin: 0 !important;
}

#s-a452896a-adcb-430a-b0fe-895374cb4717-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a452896a-adcb-430a-b0fe-895374cb4717 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a452896a-adcb-430a-b0fe-895374cb4717 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a452896a-adcb-430a-b0fe-895374cb4717 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a452896a-adcb-430a-b0fe-895374cb4717 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a452896a-adcb-430a-b0fe-895374cb4717 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a452896a-adcb-430a-b0fe-895374cb4717.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a452896a-adcb-430a-b0fe-895374cb4717 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-a452896a-adcb-430a-b0fe-895374cb4717.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-a452896a-adcb-430a-b0fe-895374cb4717 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a452896a-adcb-430a-b0fe-895374cb4717.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a452896a-adcb-430a-b0fe-895374cb4717.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a452896a-adcb-430a-b0fe-895374cb4717.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a452896a-adcb-430a-b0fe-895374cb4717 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a452896a-adcb-430a-b0fe-895374cb4717.shogun-image-container {
      position: relative;
    }

    .s-a452896a-adcb-430a-b0fe-895374cb4717.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a452896a-adcb-430a-b0fe-895374cb4717.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a452896a-adcb-430a-b0fe-895374cb4717 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-a452896a-adcb-430a-b0fe-895374cb4717 {
  margin: 0 !important;
}

#s-a452896a-adcb-430a-b0fe-895374cb4717-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a452896a-adcb-430a-b0fe-895374cb4717 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a452896a-adcb-430a-b0fe-895374cb4717 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a452896a-adcb-430a-b0fe-895374cb4717 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a452896a-adcb-430a-b0fe-895374cb4717 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a452896a-adcb-430a-b0fe-895374cb4717 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a452896a-adcb-430a-b0fe-895374cb4717.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a452896a-adcb-430a-b0fe-895374cb4717 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-a452896a-adcb-430a-b0fe-895374cb4717.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-a452896a-adcb-430a-b0fe-895374cb4717 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a452896a-adcb-430a-b0fe-895374cb4717.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a452896a-adcb-430a-b0fe-895374cb4717.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a452896a-adcb-430a-b0fe-895374cb4717.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a452896a-adcb-430a-b0fe-895374cb4717 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a452896a-adcb-430a-b0fe-895374cb4717.shogun-image-container {
      position: relative;
    }

    .s-a452896a-adcb-430a-b0fe-895374cb4717.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a452896a-adcb-430a-b0fe-895374cb4717.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a452896a-adcb-430a-b0fe-895374cb4717 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (max-width: 767px){#s-a452896a-adcb-430a-b0fe-895374cb4717 {
  margin: 0 !important;
}

#s-a452896a-adcb-430a-b0fe-895374cb4717-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a452896a-adcb-430a-b0fe-895374cb4717 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a452896a-adcb-430a-b0fe-895374cb4717 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a452896a-adcb-430a-b0fe-895374cb4717 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a452896a-adcb-430a-b0fe-895374cb4717 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a452896a-adcb-430a-b0fe-895374cb4717 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a452896a-adcb-430a-b0fe-895374cb4717.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a452896a-adcb-430a-b0fe-895374cb4717 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-a452896a-adcb-430a-b0fe-895374cb4717.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-a452896a-adcb-430a-b0fe-895374cb4717 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a452896a-adcb-430a-b0fe-895374cb4717.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a452896a-adcb-430a-b0fe-895374cb4717.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a452896a-adcb-430a-b0fe-895374cb4717.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a452896a-adcb-430a-b0fe-895374cb4717 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a452896a-adcb-430a-b0fe-895374cb4717.shogun-image-container {
      position: relative;
    }

    .s-a452896a-adcb-430a-b0fe-895374cb4717.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a452896a-adcb-430a-b0fe-895374cb4717.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a452896a-adcb-430a-b0fe-895374cb4717 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-770d5f3d-7655-4654-bae6-b722077e1100 {
  margin-left: auto;
margin-right: auto;
max-width: 1620px;
aspect-ratio: 1/1;
text-align: center;
}

#s-770d5f3d-7655-4654-bae6-b722077e1100 {
  margin: 0 !important;
}

#s-770d5f3d-7655-4654-bae6-b722077e1100-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-770d5f3d-7655-4654-bae6-b722077e1100 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-770d5f3d-7655-4654-bae6-b722077e1100 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-770d5f3d-7655-4654-bae6-b722077e1100 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-770d5f3d-7655-4654-bae6-b722077e1100 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-770d5f3d-7655-4654-bae6-b722077e1100 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-770d5f3d-7655-4654-bae6-b722077e1100.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-770d5f3d-7655-4654-bae6-b722077e1100 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-770d5f3d-7655-4654-bae6-b722077e1100.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-770d5f3d-7655-4654-bae6-b722077e1100 .shogun-image-content {
  
    justify-content: center;
  
}

.s-770d5f3d-7655-4654-bae6-b722077e1100.shg-align-container {
  display: flex;
  justify-content: center
}

.s-770d5f3d-7655-4654-bae6-b722077e1100.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-770d5f3d-7655-4654-bae6-b722077e1100.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-770d5f3d-7655-4654-bae6-b722077e1100 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-770d5f3d-7655-4654-bae6-b722077e1100.shogun-image-container {
      position: relative;
    }

    .s-770d5f3d-7655-4654-bae6-b722077e1100.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-770d5f3d-7655-4654-bae6-b722077e1100.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-770d5f3d-7655-4654-bae6-b722077e1100 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1620px;
    }
  }

@media (min-width: 1200px){#s-770d5f3d-7655-4654-bae6-b722077e1100 {
  margin: 0 !important;
}

#s-770d5f3d-7655-4654-bae6-b722077e1100-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-770d5f3d-7655-4654-bae6-b722077e1100 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-770d5f3d-7655-4654-bae6-b722077e1100 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-770d5f3d-7655-4654-bae6-b722077e1100 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-770d5f3d-7655-4654-bae6-b722077e1100 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-770d5f3d-7655-4654-bae6-b722077e1100 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-770d5f3d-7655-4654-bae6-b722077e1100.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-770d5f3d-7655-4654-bae6-b722077e1100 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-770d5f3d-7655-4654-bae6-b722077e1100.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-770d5f3d-7655-4654-bae6-b722077e1100 .shogun-image-content {
  
    justify-content: center;
  
}

.s-770d5f3d-7655-4654-bae6-b722077e1100.shg-align-container {
  display: flex;
  justify-content: center
}

.s-770d5f3d-7655-4654-bae6-b722077e1100.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-770d5f3d-7655-4654-bae6-b722077e1100.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-770d5f3d-7655-4654-bae6-b722077e1100 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-770d5f3d-7655-4654-bae6-b722077e1100.shogun-image-container {
      position: relative;
    }

    .s-770d5f3d-7655-4654-bae6-b722077e1100.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-770d5f3d-7655-4654-bae6-b722077e1100.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-770d5f3d-7655-4654-bae6-b722077e1100 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-770d5f3d-7655-4654-bae6-b722077e1100 {
  margin: 0 !important;
}

#s-770d5f3d-7655-4654-bae6-b722077e1100-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-770d5f3d-7655-4654-bae6-b722077e1100 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-770d5f3d-7655-4654-bae6-b722077e1100 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-770d5f3d-7655-4654-bae6-b722077e1100 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-770d5f3d-7655-4654-bae6-b722077e1100 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-770d5f3d-7655-4654-bae6-b722077e1100 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-770d5f3d-7655-4654-bae6-b722077e1100.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-770d5f3d-7655-4654-bae6-b722077e1100 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-770d5f3d-7655-4654-bae6-b722077e1100.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-770d5f3d-7655-4654-bae6-b722077e1100 .shogun-image-content {
  
    justify-content: center;
  
}

.s-770d5f3d-7655-4654-bae6-b722077e1100.shg-align-container {
  display: flex;
  justify-content: center
}

.s-770d5f3d-7655-4654-bae6-b722077e1100.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-770d5f3d-7655-4654-bae6-b722077e1100.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-770d5f3d-7655-4654-bae6-b722077e1100 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-770d5f3d-7655-4654-bae6-b722077e1100.shogun-image-container {
      position: relative;
    }

    .s-770d5f3d-7655-4654-bae6-b722077e1100.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-770d5f3d-7655-4654-bae6-b722077e1100.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-770d5f3d-7655-4654-bae6-b722077e1100 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-770d5f3d-7655-4654-bae6-b722077e1100 {
  margin: 0 !important;
}

#s-770d5f3d-7655-4654-bae6-b722077e1100-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-770d5f3d-7655-4654-bae6-b722077e1100 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-770d5f3d-7655-4654-bae6-b722077e1100 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-770d5f3d-7655-4654-bae6-b722077e1100 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-770d5f3d-7655-4654-bae6-b722077e1100 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-770d5f3d-7655-4654-bae6-b722077e1100 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-770d5f3d-7655-4654-bae6-b722077e1100.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-770d5f3d-7655-4654-bae6-b722077e1100 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-770d5f3d-7655-4654-bae6-b722077e1100.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-770d5f3d-7655-4654-bae6-b722077e1100 .shogun-image-content {
  
    justify-content: center;
  
}

.s-770d5f3d-7655-4654-bae6-b722077e1100.shg-align-container {
  display: flex;
  justify-content: center
}

.s-770d5f3d-7655-4654-bae6-b722077e1100.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-770d5f3d-7655-4654-bae6-b722077e1100.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-770d5f3d-7655-4654-bae6-b722077e1100 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-770d5f3d-7655-4654-bae6-b722077e1100.shogun-image-container {
      position: relative;
    }

    .s-770d5f3d-7655-4654-bae6-b722077e1100.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-770d5f3d-7655-4654-bae6-b722077e1100.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-770d5f3d-7655-4654-bae6-b722077e1100 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1620px;
    }
  }

}@media (max-width: 767px){#s-770d5f3d-7655-4654-bae6-b722077e1100 {
  margin: 0 !important;
}

#s-770d5f3d-7655-4654-bae6-b722077e1100-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-770d5f3d-7655-4654-bae6-b722077e1100 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-770d5f3d-7655-4654-bae6-b722077e1100 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-770d5f3d-7655-4654-bae6-b722077e1100 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-770d5f3d-7655-4654-bae6-b722077e1100 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-770d5f3d-7655-4654-bae6-b722077e1100 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-770d5f3d-7655-4654-bae6-b722077e1100.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-770d5f3d-7655-4654-bae6-b722077e1100 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-770d5f3d-7655-4654-bae6-b722077e1100.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-770d5f3d-7655-4654-bae6-b722077e1100 .shogun-image-content {
  
    justify-content: center;
  
}

.s-770d5f3d-7655-4654-bae6-b722077e1100.shg-align-container {
  display: flex;
  justify-content: center
}

.s-770d5f3d-7655-4654-bae6-b722077e1100.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-770d5f3d-7655-4654-bae6-b722077e1100.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-770d5f3d-7655-4654-bae6-b722077e1100 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-770d5f3d-7655-4654-bae6-b722077e1100.shogun-image-container {
      position: relative;
    }

    .s-770d5f3d-7655-4654-bae6-b722077e1100.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-770d5f3d-7655-4654-bae6-b722077e1100.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-770d5f3d-7655-4654-bae6-b722077e1100 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1620px;
    }
  }

}
#s-ed59db19-4c76-4bc7-b613-1dc469cd6606 {
  margin-left: auto;
margin-right: auto;
max-width: 1350px;
aspect-ratio: 1/1;
text-align: center;
}

#s-ed59db19-4c76-4bc7-b613-1dc469cd6606 {
  margin: 0 !important;
}

#s-ed59db19-4c76-4bc7-b613-1dc469cd6606-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ed59db19-4c76-4bc7-b613-1dc469cd6606 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-ed59db19-4c76-4bc7-b613-1dc469cd6606 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ed59db19-4c76-4bc7-b613-1dc469cd6606 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ed59db19-4c76-4bc7-b613-1dc469cd6606 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ed59db19-4c76-4bc7-b613-1dc469cd6606 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ed59db19-4c76-4bc7-b613-1dc469cd6606.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ed59db19-4c76-4bc7-b613-1dc469cd6606 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1350px;
  }



  img.s-ed59db19-4c76-4bc7-b613-1dc469cd6606.shogun-image {
    
    
    
    max-height: 1350px;
  }


.s-ed59db19-4c76-4bc7-b613-1dc469cd6606 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ed59db19-4c76-4bc7-b613-1dc469cd6606.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed59db19-4c76-4bc7-b613-1dc469cd6606.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed59db19-4c76-4bc7-b613-1dc469cd6606.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ed59db19-4c76-4bc7-b613-1dc469cd6606 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ed59db19-4c76-4bc7-b613-1dc469cd6606.shogun-image-container {
      position: relative;
    }

    .s-ed59db19-4c76-4bc7-b613-1dc469cd6606.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed59db19-4c76-4bc7-b613-1dc469cd6606.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed59db19-4c76-4bc7-b613-1dc469cd6606 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1350px;
    }
  }

@media (min-width: 1200px){#s-ed59db19-4c76-4bc7-b613-1dc469cd6606 {
  margin: 0 !important;
}

#s-ed59db19-4c76-4bc7-b613-1dc469cd6606-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ed59db19-4c76-4bc7-b613-1dc469cd6606 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-ed59db19-4c76-4bc7-b613-1dc469cd6606 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ed59db19-4c76-4bc7-b613-1dc469cd6606 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ed59db19-4c76-4bc7-b613-1dc469cd6606 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ed59db19-4c76-4bc7-b613-1dc469cd6606 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ed59db19-4c76-4bc7-b613-1dc469cd6606.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ed59db19-4c76-4bc7-b613-1dc469cd6606 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1350px;
  }



  img.s-ed59db19-4c76-4bc7-b613-1dc469cd6606.shogun-image {
    
    
    
    max-height: 1350px;
  }


.s-ed59db19-4c76-4bc7-b613-1dc469cd6606 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ed59db19-4c76-4bc7-b613-1dc469cd6606.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed59db19-4c76-4bc7-b613-1dc469cd6606.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed59db19-4c76-4bc7-b613-1dc469cd6606.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ed59db19-4c76-4bc7-b613-1dc469cd6606 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ed59db19-4c76-4bc7-b613-1dc469cd6606.shogun-image-container {
      position: relative;
    }

    .s-ed59db19-4c76-4bc7-b613-1dc469cd6606.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed59db19-4c76-4bc7-b613-1dc469cd6606.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed59db19-4c76-4bc7-b613-1dc469cd6606 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1350px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ed59db19-4c76-4bc7-b613-1dc469cd6606 {
  margin: 0 !important;
}

#s-ed59db19-4c76-4bc7-b613-1dc469cd6606-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ed59db19-4c76-4bc7-b613-1dc469cd6606 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-ed59db19-4c76-4bc7-b613-1dc469cd6606 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ed59db19-4c76-4bc7-b613-1dc469cd6606 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ed59db19-4c76-4bc7-b613-1dc469cd6606 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ed59db19-4c76-4bc7-b613-1dc469cd6606 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ed59db19-4c76-4bc7-b613-1dc469cd6606.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ed59db19-4c76-4bc7-b613-1dc469cd6606 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1350px;
  }



  img.s-ed59db19-4c76-4bc7-b613-1dc469cd6606.shogun-image {
    
    
    
    max-height: 1350px;
  }


.s-ed59db19-4c76-4bc7-b613-1dc469cd6606 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ed59db19-4c76-4bc7-b613-1dc469cd6606.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed59db19-4c76-4bc7-b613-1dc469cd6606.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed59db19-4c76-4bc7-b613-1dc469cd6606.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ed59db19-4c76-4bc7-b613-1dc469cd6606 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ed59db19-4c76-4bc7-b613-1dc469cd6606.shogun-image-container {
      position: relative;
    }

    .s-ed59db19-4c76-4bc7-b613-1dc469cd6606.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed59db19-4c76-4bc7-b613-1dc469cd6606.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed59db19-4c76-4bc7-b613-1dc469cd6606 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1350px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ed59db19-4c76-4bc7-b613-1dc469cd6606 {
  margin: 0 !important;
}

#s-ed59db19-4c76-4bc7-b613-1dc469cd6606-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ed59db19-4c76-4bc7-b613-1dc469cd6606 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-ed59db19-4c76-4bc7-b613-1dc469cd6606 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ed59db19-4c76-4bc7-b613-1dc469cd6606 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ed59db19-4c76-4bc7-b613-1dc469cd6606 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ed59db19-4c76-4bc7-b613-1dc469cd6606 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ed59db19-4c76-4bc7-b613-1dc469cd6606.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ed59db19-4c76-4bc7-b613-1dc469cd6606 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1350px;
  }



  img.s-ed59db19-4c76-4bc7-b613-1dc469cd6606.shogun-image {
    
    
    
    max-height: 1350px;
  }


.s-ed59db19-4c76-4bc7-b613-1dc469cd6606 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ed59db19-4c76-4bc7-b613-1dc469cd6606.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed59db19-4c76-4bc7-b613-1dc469cd6606.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed59db19-4c76-4bc7-b613-1dc469cd6606.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ed59db19-4c76-4bc7-b613-1dc469cd6606 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ed59db19-4c76-4bc7-b613-1dc469cd6606.shogun-image-container {
      position: relative;
    }

    .s-ed59db19-4c76-4bc7-b613-1dc469cd6606.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed59db19-4c76-4bc7-b613-1dc469cd6606.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed59db19-4c76-4bc7-b613-1dc469cd6606 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1350px;
    }
  }

}@media (max-width: 767px){#s-ed59db19-4c76-4bc7-b613-1dc469cd6606 {
  margin: 0 !important;
}

#s-ed59db19-4c76-4bc7-b613-1dc469cd6606-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ed59db19-4c76-4bc7-b613-1dc469cd6606 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-ed59db19-4c76-4bc7-b613-1dc469cd6606 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ed59db19-4c76-4bc7-b613-1dc469cd6606 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ed59db19-4c76-4bc7-b613-1dc469cd6606 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ed59db19-4c76-4bc7-b613-1dc469cd6606 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ed59db19-4c76-4bc7-b613-1dc469cd6606.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ed59db19-4c76-4bc7-b613-1dc469cd6606 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1350px;
  }



  img.s-ed59db19-4c76-4bc7-b613-1dc469cd6606.shogun-image {
    
    
    
    max-height: 1350px;
  }


.s-ed59db19-4c76-4bc7-b613-1dc469cd6606 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ed59db19-4c76-4bc7-b613-1dc469cd6606.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed59db19-4c76-4bc7-b613-1dc469cd6606.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed59db19-4c76-4bc7-b613-1dc469cd6606.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ed59db19-4c76-4bc7-b613-1dc469cd6606 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ed59db19-4c76-4bc7-b613-1dc469cd6606.shogun-image-container {
      position: relative;
    }

    .s-ed59db19-4c76-4bc7-b613-1dc469cd6606.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed59db19-4c76-4bc7-b613-1dc469cd6606.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed59db19-4c76-4bc7-b613-1dc469cd6606 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1350px;
    }
  }

}
#s-a0ec56f7-8075-451b-b556-a752bff0854b {
  margin-left: auto;
margin-right: auto;
max-width: 1620px;
aspect-ratio: 1/1;
text-align: center;
}

#s-a0ec56f7-8075-451b-b556-a752bff0854b {
  margin: 0 !important;
}

#s-a0ec56f7-8075-451b-b556-a752bff0854b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a0ec56f7-8075-451b-b556-a752bff0854b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a0ec56f7-8075-451b-b556-a752bff0854b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a0ec56f7-8075-451b-b556-a752bff0854b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a0ec56f7-8075-451b-b556-a752bff0854b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a0ec56f7-8075-451b-b556-a752bff0854b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a0ec56f7-8075-451b-b556-a752bff0854b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a0ec56f7-8075-451b-b556-a752bff0854b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-a0ec56f7-8075-451b-b556-a752bff0854b.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-a0ec56f7-8075-451b-b556-a752bff0854b .shogun-image-content {
  
    justify-content: center;
  
}

.s-a0ec56f7-8075-451b-b556-a752bff0854b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0ec56f7-8075-451b-b556-a752bff0854b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0ec56f7-8075-451b-b556-a752bff0854b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a0ec56f7-8075-451b-b556-a752bff0854b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a0ec56f7-8075-451b-b556-a752bff0854b.shogun-image-container {
      position: relative;
    }

    .s-a0ec56f7-8075-451b-b556-a752bff0854b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a0ec56f7-8075-451b-b556-a752bff0854b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a0ec56f7-8075-451b-b556-a752bff0854b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1620px;
    }
  }

@media (min-width: 1200px){#s-a0ec56f7-8075-451b-b556-a752bff0854b {
  margin: 0 !important;
}

#s-a0ec56f7-8075-451b-b556-a752bff0854b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a0ec56f7-8075-451b-b556-a752bff0854b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a0ec56f7-8075-451b-b556-a752bff0854b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a0ec56f7-8075-451b-b556-a752bff0854b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a0ec56f7-8075-451b-b556-a752bff0854b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a0ec56f7-8075-451b-b556-a752bff0854b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a0ec56f7-8075-451b-b556-a752bff0854b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a0ec56f7-8075-451b-b556-a752bff0854b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-a0ec56f7-8075-451b-b556-a752bff0854b.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-a0ec56f7-8075-451b-b556-a752bff0854b .shogun-image-content {
  
    justify-content: center;
  
}

.s-a0ec56f7-8075-451b-b556-a752bff0854b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0ec56f7-8075-451b-b556-a752bff0854b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0ec56f7-8075-451b-b556-a752bff0854b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a0ec56f7-8075-451b-b556-a752bff0854b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a0ec56f7-8075-451b-b556-a752bff0854b.shogun-image-container {
      position: relative;
    }

    .s-a0ec56f7-8075-451b-b556-a752bff0854b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a0ec56f7-8075-451b-b556-a752bff0854b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a0ec56f7-8075-451b-b556-a752bff0854b 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-a0ec56f7-8075-451b-b556-a752bff0854b {
  margin: 0 !important;
}

#s-a0ec56f7-8075-451b-b556-a752bff0854b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a0ec56f7-8075-451b-b556-a752bff0854b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a0ec56f7-8075-451b-b556-a752bff0854b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a0ec56f7-8075-451b-b556-a752bff0854b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a0ec56f7-8075-451b-b556-a752bff0854b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a0ec56f7-8075-451b-b556-a752bff0854b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a0ec56f7-8075-451b-b556-a752bff0854b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a0ec56f7-8075-451b-b556-a752bff0854b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-a0ec56f7-8075-451b-b556-a752bff0854b.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-a0ec56f7-8075-451b-b556-a752bff0854b .shogun-image-content {
  
    justify-content: center;
  
}

.s-a0ec56f7-8075-451b-b556-a752bff0854b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0ec56f7-8075-451b-b556-a752bff0854b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0ec56f7-8075-451b-b556-a752bff0854b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a0ec56f7-8075-451b-b556-a752bff0854b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a0ec56f7-8075-451b-b556-a752bff0854b.shogun-image-container {
      position: relative;
    }

    .s-a0ec56f7-8075-451b-b556-a752bff0854b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a0ec56f7-8075-451b-b556-a752bff0854b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a0ec56f7-8075-451b-b556-a752bff0854b 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-a0ec56f7-8075-451b-b556-a752bff0854b {
  margin: 0 !important;
}

#s-a0ec56f7-8075-451b-b556-a752bff0854b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a0ec56f7-8075-451b-b556-a752bff0854b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a0ec56f7-8075-451b-b556-a752bff0854b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a0ec56f7-8075-451b-b556-a752bff0854b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a0ec56f7-8075-451b-b556-a752bff0854b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a0ec56f7-8075-451b-b556-a752bff0854b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a0ec56f7-8075-451b-b556-a752bff0854b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a0ec56f7-8075-451b-b556-a752bff0854b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-a0ec56f7-8075-451b-b556-a752bff0854b.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-a0ec56f7-8075-451b-b556-a752bff0854b .shogun-image-content {
  
    justify-content: center;
  
}

.s-a0ec56f7-8075-451b-b556-a752bff0854b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0ec56f7-8075-451b-b556-a752bff0854b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0ec56f7-8075-451b-b556-a752bff0854b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a0ec56f7-8075-451b-b556-a752bff0854b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a0ec56f7-8075-451b-b556-a752bff0854b.shogun-image-container {
      position: relative;
    }

    .s-a0ec56f7-8075-451b-b556-a752bff0854b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a0ec56f7-8075-451b-b556-a752bff0854b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a0ec56f7-8075-451b-b556-a752bff0854b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1620px;
    }
  }

}@media (max-width: 767px){#s-a0ec56f7-8075-451b-b556-a752bff0854b {
  margin: 0 !important;
}

#s-a0ec56f7-8075-451b-b556-a752bff0854b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a0ec56f7-8075-451b-b556-a752bff0854b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a0ec56f7-8075-451b-b556-a752bff0854b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a0ec56f7-8075-451b-b556-a752bff0854b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a0ec56f7-8075-451b-b556-a752bff0854b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a0ec56f7-8075-451b-b556-a752bff0854b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a0ec56f7-8075-451b-b556-a752bff0854b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a0ec56f7-8075-451b-b556-a752bff0854b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-a0ec56f7-8075-451b-b556-a752bff0854b.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-a0ec56f7-8075-451b-b556-a752bff0854b .shogun-image-content {
  
    justify-content: center;
  
}

.s-a0ec56f7-8075-451b-b556-a752bff0854b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0ec56f7-8075-451b-b556-a752bff0854b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0ec56f7-8075-451b-b556-a752bff0854b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a0ec56f7-8075-451b-b556-a752bff0854b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a0ec56f7-8075-451b-b556-a752bff0854b.shogun-image-container {
      position: relative;
    }

    .s-a0ec56f7-8075-451b-b556-a752bff0854b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a0ec56f7-8075-451b-b556-a752bff0854b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a0ec56f7-8075-451b-b556-a752bff0854b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1620px;
    }
  }

}
#s-c3d879b8-0db6-485d-b3fe-ff4397839617 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}

#s-c3d879b8-0db6-485d-b3fe-ff4397839617 {
  margin: 0 !important;
}

#s-c3d879b8-0db6-485d-b3fe-ff4397839617-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c3d879b8-0db6-485d-b3fe-ff4397839617 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-c3d879b8-0db6-485d-b3fe-ff4397839617 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c3d879b8-0db6-485d-b3fe-ff4397839617 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c3d879b8-0db6-485d-b3fe-ff4397839617 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c3d879b8-0db6-485d-b3fe-ff4397839617 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c3d879b8-0db6-485d-b3fe-ff4397839617.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c3d879b8-0db6-485d-b3fe-ff4397839617 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-c3d879b8-0db6-485d-b3fe-ff4397839617.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-c3d879b8-0db6-485d-b3fe-ff4397839617 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c3d879b8-0db6-485d-b3fe-ff4397839617.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3d879b8-0db6-485d-b3fe-ff4397839617.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3d879b8-0db6-485d-b3fe-ff4397839617.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c3d879b8-0db6-485d-b3fe-ff4397839617 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c3d879b8-0db6-485d-b3fe-ff4397839617.shogun-image-container {
      position: relative;
    }

    .s-c3d879b8-0db6-485d-b3fe-ff4397839617.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3d879b8-0db6-485d-b3fe-ff4397839617.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3d879b8-0db6-485d-b3fe-ff4397839617 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){#s-c3d879b8-0db6-485d-b3fe-ff4397839617 {
  margin: 0 !important;
}

#s-c3d879b8-0db6-485d-b3fe-ff4397839617-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c3d879b8-0db6-485d-b3fe-ff4397839617 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-c3d879b8-0db6-485d-b3fe-ff4397839617 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c3d879b8-0db6-485d-b3fe-ff4397839617 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c3d879b8-0db6-485d-b3fe-ff4397839617 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c3d879b8-0db6-485d-b3fe-ff4397839617 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c3d879b8-0db6-485d-b3fe-ff4397839617.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c3d879b8-0db6-485d-b3fe-ff4397839617 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-c3d879b8-0db6-485d-b3fe-ff4397839617.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-c3d879b8-0db6-485d-b3fe-ff4397839617 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c3d879b8-0db6-485d-b3fe-ff4397839617.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3d879b8-0db6-485d-b3fe-ff4397839617.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3d879b8-0db6-485d-b3fe-ff4397839617.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c3d879b8-0db6-485d-b3fe-ff4397839617 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c3d879b8-0db6-485d-b3fe-ff4397839617.shogun-image-container {
      position: relative;
    }

    .s-c3d879b8-0db6-485d-b3fe-ff4397839617.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3d879b8-0db6-485d-b3fe-ff4397839617.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3d879b8-0db6-485d-b3fe-ff4397839617 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-c3d879b8-0db6-485d-b3fe-ff4397839617 {
  margin: 0 !important;
}

#s-c3d879b8-0db6-485d-b3fe-ff4397839617-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c3d879b8-0db6-485d-b3fe-ff4397839617 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-c3d879b8-0db6-485d-b3fe-ff4397839617 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c3d879b8-0db6-485d-b3fe-ff4397839617 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c3d879b8-0db6-485d-b3fe-ff4397839617 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c3d879b8-0db6-485d-b3fe-ff4397839617 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c3d879b8-0db6-485d-b3fe-ff4397839617.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c3d879b8-0db6-485d-b3fe-ff4397839617 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-c3d879b8-0db6-485d-b3fe-ff4397839617.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-c3d879b8-0db6-485d-b3fe-ff4397839617 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c3d879b8-0db6-485d-b3fe-ff4397839617.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3d879b8-0db6-485d-b3fe-ff4397839617.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3d879b8-0db6-485d-b3fe-ff4397839617.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c3d879b8-0db6-485d-b3fe-ff4397839617 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c3d879b8-0db6-485d-b3fe-ff4397839617.shogun-image-container {
      position: relative;
    }

    .s-c3d879b8-0db6-485d-b3fe-ff4397839617.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3d879b8-0db6-485d-b3fe-ff4397839617.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3d879b8-0db6-485d-b3fe-ff4397839617 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-c3d879b8-0db6-485d-b3fe-ff4397839617 {
  margin: 0 !important;
}

#s-c3d879b8-0db6-485d-b3fe-ff4397839617-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c3d879b8-0db6-485d-b3fe-ff4397839617 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-c3d879b8-0db6-485d-b3fe-ff4397839617 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c3d879b8-0db6-485d-b3fe-ff4397839617 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c3d879b8-0db6-485d-b3fe-ff4397839617 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c3d879b8-0db6-485d-b3fe-ff4397839617 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c3d879b8-0db6-485d-b3fe-ff4397839617.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c3d879b8-0db6-485d-b3fe-ff4397839617 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-c3d879b8-0db6-485d-b3fe-ff4397839617.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-c3d879b8-0db6-485d-b3fe-ff4397839617 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c3d879b8-0db6-485d-b3fe-ff4397839617.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3d879b8-0db6-485d-b3fe-ff4397839617.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3d879b8-0db6-485d-b3fe-ff4397839617.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c3d879b8-0db6-485d-b3fe-ff4397839617 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c3d879b8-0db6-485d-b3fe-ff4397839617.shogun-image-container {
      position: relative;
    }

    .s-c3d879b8-0db6-485d-b3fe-ff4397839617.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3d879b8-0db6-485d-b3fe-ff4397839617.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3d879b8-0db6-485d-b3fe-ff4397839617 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (max-width: 767px){#s-c3d879b8-0db6-485d-b3fe-ff4397839617 {
  margin: 0 !important;
}

#s-c3d879b8-0db6-485d-b3fe-ff4397839617-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c3d879b8-0db6-485d-b3fe-ff4397839617 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-c3d879b8-0db6-485d-b3fe-ff4397839617 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c3d879b8-0db6-485d-b3fe-ff4397839617 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c3d879b8-0db6-485d-b3fe-ff4397839617 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c3d879b8-0db6-485d-b3fe-ff4397839617 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c3d879b8-0db6-485d-b3fe-ff4397839617.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c3d879b8-0db6-485d-b3fe-ff4397839617 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-c3d879b8-0db6-485d-b3fe-ff4397839617.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-c3d879b8-0db6-485d-b3fe-ff4397839617 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c3d879b8-0db6-485d-b3fe-ff4397839617.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3d879b8-0db6-485d-b3fe-ff4397839617.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3d879b8-0db6-485d-b3fe-ff4397839617.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c3d879b8-0db6-485d-b3fe-ff4397839617 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c3d879b8-0db6-485d-b3fe-ff4397839617.shogun-image-container {
      position: relative;
    }

    .s-c3d879b8-0db6-485d-b3fe-ff4397839617.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3d879b8-0db6-485d-b3fe-ff4397839617.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3d879b8-0db6-485d-b3fe-ff4397839617 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-41721faf-6862-4db2-acd6-5837f62e1522 {
  margin-left: auto;
margin-right: auto;
max-width: 1350px;
aspect-ratio: 1/1;
text-align: center;
}

#s-41721faf-6862-4db2-acd6-5837f62e1522 {
  margin: 0 !important;
}

#s-41721faf-6862-4db2-acd6-5837f62e1522-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-41721faf-6862-4db2-acd6-5837f62e1522 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-41721faf-6862-4db2-acd6-5837f62e1522 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-41721faf-6862-4db2-acd6-5837f62e1522 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-41721faf-6862-4db2-acd6-5837f62e1522 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41721faf-6862-4db2-acd6-5837f62e1522 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-41721faf-6862-4db2-acd6-5837f62e1522.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-41721faf-6862-4db2-acd6-5837f62e1522 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1350px;
  }



  img.s-41721faf-6862-4db2-acd6-5837f62e1522.shogun-image {
    
    
    
    max-height: 1350px;
  }


.s-41721faf-6862-4db2-acd6-5837f62e1522 .shogun-image-content {
  
    justify-content: center;
  
}

.s-41721faf-6862-4db2-acd6-5837f62e1522.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41721faf-6862-4db2-acd6-5837f62e1522.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41721faf-6862-4db2-acd6-5837f62e1522.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-41721faf-6862-4db2-acd6-5837f62e1522 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-41721faf-6862-4db2-acd6-5837f62e1522.shogun-image-container {
      position: relative;
    }

    .s-41721faf-6862-4db2-acd6-5837f62e1522.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41721faf-6862-4db2-acd6-5837f62e1522.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41721faf-6862-4db2-acd6-5837f62e1522 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1350px;
    }
  }

@media (min-width: 1200px){#s-41721faf-6862-4db2-acd6-5837f62e1522 {
  margin: 0 !important;
}

#s-41721faf-6862-4db2-acd6-5837f62e1522-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-41721faf-6862-4db2-acd6-5837f62e1522 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-41721faf-6862-4db2-acd6-5837f62e1522 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-41721faf-6862-4db2-acd6-5837f62e1522 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-41721faf-6862-4db2-acd6-5837f62e1522 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41721faf-6862-4db2-acd6-5837f62e1522 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-41721faf-6862-4db2-acd6-5837f62e1522.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-41721faf-6862-4db2-acd6-5837f62e1522 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1350px;
  }



  img.s-41721faf-6862-4db2-acd6-5837f62e1522.shogun-image {
    
    
    
    max-height: 1350px;
  }


.s-41721faf-6862-4db2-acd6-5837f62e1522 .shogun-image-content {
  
    justify-content: center;
  
}

.s-41721faf-6862-4db2-acd6-5837f62e1522.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41721faf-6862-4db2-acd6-5837f62e1522.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41721faf-6862-4db2-acd6-5837f62e1522.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-41721faf-6862-4db2-acd6-5837f62e1522 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-41721faf-6862-4db2-acd6-5837f62e1522.shogun-image-container {
      position: relative;
    }

    .s-41721faf-6862-4db2-acd6-5837f62e1522.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41721faf-6862-4db2-acd6-5837f62e1522.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41721faf-6862-4db2-acd6-5837f62e1522 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1350px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-41721faf-6862-4db2-acd6-5837f62e1522 {
  margin: 0 !important;
}

#s-41721faf-6862-4db2-acd6-5837f62e1522-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-41721faf-6862-4db2-acd6-5837f62e1522 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-41721faf-6862-4db2-acd6-5837f62e1522 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-41721faf-6862-4db2-acd6-5837f62e1522 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-41721faf-6862-4db2-acd6-5837f62e1522 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41721faf-6862-4db2-acd6-5837f62e1522 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-41721faf-6862-4db2-acd6-5837f62e1522.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-41721faf-6862-4db2-acd6-5837f62e1522 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1350px;
  }



  img.s-41721faf-6862-4db2-acd6-5837f62e1522.shogun-image {
    
    
    
    max-height: 1350px;
  }


.s-41721faf-6862-4db2-acd6-5837f62e1522 .shogun-image-content {
  
    justify-content: center;
  
}

.s-41721faf-6862-4db2-acd6-5837f62e1522.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41721faf-6862-4db2-acd6-5837f62e1522.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41721faf-6862-4db2-acd6-5837f62e1522.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-41721faf-6862-4db2-acd6-5837f62e1522 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-41721faf-6862-4db2-acd6-5837f62e1522.shogun-image-container {
      position: relative;
    }

    .s-41721faf-6862-4db2-acd6-5837f62e1522.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41721faf-6862-4db2-acd6-5837f62e1522.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41721faf-6862-4db2-acd6-5837f62e1522 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1350px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-41721faf-6862-4db2-acd6-5837f62e1522 {
  margin: 0 !important;
}

#s-41721faf-6862-4db2-acd6-5837f62e1522-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-41721faf-6862-4db2-acd6-5837f62e1522 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-41721faf-6862-4db2-acd6-5837f62e1522 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-41721faf-6862-4db2-acd6-5837f62e1522 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-41721faf-6862-4db2-acd6-5837f62e1522 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41721faf-6862-4db2-acd6-5837f62e1522 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-41721faf-6862-4db2-acd6-5837f62e1522.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-41721faf-6862-4db2-acd6-5837f62e1522 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1350px;
  }



  img.s-41721faf-6862-4db2-acd6-5837f62e1522.shogun-image {
    
    
    
    max-height: 1350px;
  }


.s-41721faf-6862-4db2-acd6-5837f62e1522 .shogun-image-content {
  
    justify-content: center;
  
}

.s-41721faf-6862-4db2-acd6-5837f62e1522.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41721faf-6862-4db2-acd6-5837f62e1522.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41721faf-6862-4db2-acd6-5837f62e1522.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-41721faf-6862-4db2-acd6-5837f62e1522 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-41721faf-6862-4db2-acd6-5837f62e1522.shogun-image-container {
      position: relative;
    }

    .s-41721faf-6862-4db2-acd6-5837f62e1522.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41721faf-6862-4db2-acd6-5837f62e1522.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41721faf-6862-4db2-acd6-5837f62e1522 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1350px;
    }
  }

}@media (max-width: 767px){#s-41721faf-6862-4db2-acd6-5837f62e1522 {
  margin: 0 !important;
}

#s-41721faf-6862-4db2-acd6-5837f62e1522-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-41721faf-6862-4db2-acd6-5837f62e1522 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-41721faf-6862-4db2-acd6-5837f62e1522 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-41721faf-6862-4db2-acd6-5837f62e1522 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-41721faf-6862-4db2-acd6-5837f62e1522 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41721faf-6862-4db2-acd6-5837f62e1522 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-41721faf-6862-4db2-acd6-5837f62e1522.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-41721faf-6862-4db2-acd6-5837f62e1522 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1350px;
  }



  img.s-41721faf-6862-4db2-acd6-5837f62e1522.shogun-image {
    
    
    
    max-height: 1350px;
  }


.s-41721faf-6862-4db2-acd6-5837f62e1522 .shogun-image-content {
  
    justify-content: center;
  
}

.s-41721faf-6862-4db2-acd6-5837f62e1522.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41721faf-6862-4db2-acd6-5837f62e1522.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41721faf-6862-4db2-acd6-5837f62e1522.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-41721faf-6862-4db2-acd6-5837f62e1522 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-41721faf-6862-4db2-acd6-5837f62e1522.shogun-image-container {
      position: relative;
    }

    .s-41721faf-6862-4db2-acd6-5837f62e1522.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41721faf-6862-4db2-acd6-5837f62e1522.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41721faf-6862-4db2-acd6-5837f62e1522 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1350px;
    }
  }

}
#s-8779cf1b-d105-489f-aac5-60c84b6e9f41 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}

#s-8779cf1b-d105-489f-aac5-60c84b6e9f41 {
  margin: 0 !important;
}

#s-8779cf1b-d105-489f-aac5-60c84b6e9f41-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8779cf1b-d105-489f-aac5-60c84b6e9f41 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-8779cf1b-d105-489f-aac5-60c84b6e9f41 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8779cf1b-d105-489f-aac5-60c84b6e9f41 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8779cf1b-d105-489f-aac5-60c84b6e9f41 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8779cf1b-d105-489f-aac5-60c84b6e9f41 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8779cf1b-d105-489f-aac5-60c84b6e9f41.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8779cf1b-d105-489f-aac5-60c84b6e9f41 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-8779cf1b-d105-489f-aac5-60c84b6e9f41.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-8779cf1b-d105-489f-aac5-60c84b6e9f41 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8779cf1b-d105-489f-aac5-60c84b6e9f41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8779cf1b-d105-489f-aac5-60c84b6e9f41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8779cf1b-d105-489f-aac5-60c84b6e9f41.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8779cf1b-d105-489f-aac5-60c84b6e9f41 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8779cf1b-d105-489f-aac5-60c84b6e9f41.shogun-image-container {
      position: relative;
    }

    .s-8779cf1b-d105-489f-aac5-60c84b6e9f41.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8779cf1b-d105-489f-aac5-60c84b6e9f41.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8779cf1b-d105-489f-aac5-60c84b6e9f41 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){#s-8779cf1b-d105-489f-aac5-60c84b6e9f41 {
  margin: 0 !important;
}

#s-8779cf1b-d105-489f-aac5-60c84b6e9f41-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8779cf1b-d105-489f-aac5-60c84b6e9f41 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-8779cf1b-d105-489f-aac5-60c84b6e9f41 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8779cf1b-d105-489f-aac5-60c84b6e9f41 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8779cf1b-d105-489f-aac5-60c84b6e9f41 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8779cf1b-d105-489f-aac5-60c84b6e9f41 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8779cf1b-d105-489f-aac5-60c84b6e9f41.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8779cf1b-d105-489f-aac5-60c84b6e9f41 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-8779cf1b-d105-489f-aac5-60c84b6e9f41.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-8779cf1b-d105-489f-aac5-60c84b6e9f41 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8779cf1b-d105-489f-aac5-60c84b6e9f41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8779cf1b-d105-489f-aac5-60c84b6e9f41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8779cf1b-d105-489f-aac5-60c84b6e9f41.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8779cf1b-d105-489f-aac5-60c84b6e9f41 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8779cf1b-d105-489f-aac5-60c84b6e9f41.shogun-image-container {
      position: relative;
    }

    .s-8779cf1b-d105-489f-aac5-60c84b6e9f41.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8779cf1b-d105-489f-aac5-60c84b6e9f41.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8779cf1b-d105-489f-aac5-60c84b6e9f41 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-8779cf1b-d105-489f-aac5-60c84b6e9f41 {
  margin: 0 !important;
}

#s-8779cf1b-d105-489f-aac5-60c84b6e9f41-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8779cf1b-d105-489f-aac5-60c84b6e9f41 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-8779cf1b-d105-489f-aac5-60c84b6e9f41 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8779cf1b-d105-489f-aac5-60c84b6e9f41 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8779cf1b-d105-489f-aac5-60c84b6e9f41 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8779cf1b-d105-489f-aac5-60c84b6e9f41 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8779cf1b-d105-489f-aac5-60c84b6e9f41.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8779cf1b-d105-489f-aac5-60c84b6e9f41 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-8779cf1b-d105-489f-aac5-60c84b6e9f41.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-8779cf1b-d105-489f-aac5-60c84b6e9f41 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8779cf1b-d105-489f-aac5-60c84b6e9f41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8779cf1b-d105-489f-aac5-60c84b6e9f41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8779cf1b-d105-489f-aac5-60c84b6e9f41.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8779cf1b-d105-489f-aac5-60c84b6e9f41 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8779cf1b-d105-489f-aac5-60c84b6e9f41.shogun-image-container {
      position: relative;
    }

    .s-8779cf1b-d105-489f-aac5-60c84b6e9f41.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8779cf1b-d105-489f-aac5-60c84b6e9f41.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8779cf1b-d105-489f-aac5-60c84b6e9f41 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-8779cf1b-d105-489f-aac5-60c84b6e9f41 {
  margin: 0 !important;
}

#s-8779cf1b-d105-489f-aac5-60c84b6e9f41-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8779cf1b-d105-489f-aac5-60c84b6e9f41 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-8779cf1b-d105-489f-aac5-60c84b6e9f41 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8779cf1b-d105-489f-aac5-60c84b6e9f41 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8779cf1b-d105-489f-aac5-60c84b6e9f41 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8779cf1b-d105-489f-aac5-60c84b6e9f41 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8779cf1b-d105-489f-aac5-60c84b6e9f41.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8779cf1b-d105-489f-aac5-60c84b6e9f41 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-8779cf1b-d105-489f-aac5-60c84b6e9f41.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-8779cf1b-d105-489f-aac5-60c84b6e9f41 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8779cf1b-d105-489f-aac5-60c84b6e9f41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8779cf1b-d105-489f-aac5-60c84b6e9f41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8779cf1b-d105-489f-aac5-60c84b6e9f41.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8779cf1b-d105-489f-aac5-60c84b6e9f41 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8779cf1b-d105-489f-aac5-60c84b6e9f41.shogun-image-container {
      position: relative;
    }

    .s-8779cf1b-d105-489f-aac5-60c84b6e9f41.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8779cf1b-d105-489f-aac5-60c84b6e9f41.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8779cf1b-d105-489f-aac5-60c84b6e9f41 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (max-width: 767px){#s-8779cf1b-d105-489f-aac5-60c84b6e9f41 {
  margin: 0 !important;
}

#s-8779cf1b-d105-489f-aac5-60c84b6e9f41-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8779cf1b-d105-489f-aac5-60c84b6e9f41 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-8779cf1b-d105-489f-aac5-60c84b6e9f41 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8779cf1b-d105-489f-aac5-60c84b6e9f41 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8779cf1b-d105-489f-aac5-60c84b6e9f41 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8779cf1b-d105-489f-aac5-60c84b6e9f41 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8779cf1b-d105-489f-aac5-60c84b6e9f41.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8779cf1b-d105-489f-aac5-60c84b6e9f41 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-8779cf1b-d105-489f-aac5-60c84b6e9f41.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-8779cf1b-d105-489f-aac5-60c84b6e9f41 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8779cf1b-d105-489f-aac5-60c84b6e9f41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8779cf1b-d105-489f-aac5-60c84b6e9f41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8779cf1b-d105-489f-aac5-60c84b6e9f41.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8779cf1b-d105-489f-aac5-60c84b6e9f41 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8779cf1b-d105-489f-aac5-60c84b6e9f41.shogun-image-container {
      position: relative;
    }

    .s-8779cf1b-d105-489f-aac5-60c84b6e9f41.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8779cf1b-d105-489f-aac5-60c84b6e9f41.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8779cf1b-d105-489f-aac5-60c84b6e9f41 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-117aee1c-8deb-4bb8-83f3-725276268ea6 {
  margin-left: auto;
margin-right: auto;
max-width: 1620px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-117aee1c-8deb-4bb8-83f3-725276268ea6 {
  display: none;
}
#s-117aee1c-8deb-4bb8-83f3-725276268ea6, #wrap-s-117aee1c-8deb-4bb8-83f3-725276268ea6, #wrap-content-s-117aee1c-8deb-4bb8-83f3-725276268ea6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-117aee1c-8deb-4bb8-83f3-725276268ea6 {
  display: none;
}
#s-117aee1c-8deb-4bb8-83f3-725276268ea6, #wrap-s-117aee1c-8deb-4bb8-83f3-725276268ea6, #wrap-content-s-117aee1c-8deb-4bb8-83f3-725276268ea6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-117aee1c-8deb-4bb8-83f3-725276268ea6 {
  display: none;
}
#s-117aee1c-8deb-4bb8-83f3-725276268ea6, #wrap-s-117aee1c-8deb-4bb8-83f3-725276268ea6, #wrap-content-s-117aee1c-8deb-4bb8-83f3-725276268ea6 { display: none !important; }}
#s-117aee1c-8deb-4bb8-83f3-725276268ea6 {
  margin: 0 !important;
}

#s-117aee1c-8deb-4bb8-83f3-725276268ea6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-117aee1c-8deb-4bb8-83f3-725276268ea6 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-117aee1c-8deb-4bb8-83f3-725276268ea6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-117aee1c-8deb-4bb8-83f3-725276268ea6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-117aee1c-8deb-4bb8-83f3-725276268ea6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-117aee1c-8deb-4bb8-83f3-725276268ea6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-117aee1c-8deb-4bb8-83f3-725276268ea6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-117aee1c-8deb-4bb8-83f3-725276268ea6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-117aee1c-8deb-4bb8-83f3-725276268ea6.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-117aee1c-8deb-4bb8-83f3-725276268ea6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-117aee1c-8deb-4bb8-83f3-725276268ea6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-117aee1c-8deb-4bb8-83f3-725276268ea6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-117aee1c-8deb-4bb8-83f3-725276268ea6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-117aee1c-8deb-4bb8-83f3-725276268ea6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-117aee1c-8deb-4bb8-83f3-725276268ea6.shogun-image-container {
      position: relative;
    }

    .s-117aee1c-8deb-4bb8-83f3-725276268ea6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-117aee1c-8deb-4bb8-83f3-725276268ea6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-117aee1c-8deb-4bb8-83f3-725276268ea6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1620px;
    }
  }

@media (min-width: 1200px){#s-117aee1c-8deb-4bb8-83f3-725276268ea6 {
  margin: 0 !important;
}

#s-117aee1c-8deb-4bb8-83f3-725276268ea6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-117aee1c-8deb-4bb8-83f3-725276268ea6 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-117aee1c-8deb-4bb8-83f3-725276268ea6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-117aee1c-8deb-4bb8-83f3-725276268ea6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-117aee1c-8deb-4bb8-83f3-725276268ea6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-117aee1c-8deb-4bb8-83f3-725276268ea6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-117aee1c-8deb-4bb8-83f3-725276268ea6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-117aee1c-8deb-4bb8-83f3-725276268ea6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-117aee1c-8deb-4bb8-83f3-725276268ea6.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-117aee1c-8deb-4bb8-83f3-725276268ea6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-117aee1c-8deb-4bb8-83f3-725276268ea6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-117aee1c-8deb-4bb8-83f3-725276268ea6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-117aee1c-8deb-4bb8-83f3-725276268ea6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-117aee1c-8deb-4bb8-83f3-725276268ea6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-117aee1c-8deb-4bb8-83f3-725276268ea6.shogun-image-container {
      position: relative;
    }

    .s-117aee1c-8deb-4bb8-83f3-725276268ea6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-117aee1c-8deb-4bb8-83f3-725276268ea6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-117aee1c-8deb-4bb8-83f3-725276268ea6 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-117aee1c-8deb-4bb8-83f3-725276268ea6 {
  margin: 0 !important;
}

#s-117aee1c-8deb-4bb8-83f3-725276268ea6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-117aee1c-8deb-4bb8-83f3-725276268ea6 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-117aee1c-8deb-4bb8-83f3-725276268ea6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-117aee1c-8deb-4bb8-83f3-725276268ea6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-117aee1c-8deb-4bb8-83f3-725276268ea6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-117aee1c-8deb-4bb8-83f3-725276268ea6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-117aee1c-8deb-4bb8-83f3-725276268ea6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-117aee1c-8deb-4bb8-83f3-725276268ea6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-117aee1c-8deb-4bb8-83f3-725276268ea6.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-117aee1c-8deb-4bb8-83f3-725276268ea6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-117aee1c-8deb-4bb8-83f3-725276268ea6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-117aee1c-8deb-4bb8-83f3-725276268ea6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-117aee1c-8deb-4bb8-83f3-725276268ea6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-117aee1c-8deb-4bb8-83f3-725276268ea6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-117aee1c-8deb-4bb8-83f3-725276268ea6.shogun-image-container {
      position: relative;
    }

    .s-117aee1c-8deb-4bb8-83f3-725276268ea6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-117aee1c-8deb-4bb8-83f3-725276268ea6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-117aee1c-8deb-4bb8-83f3-725276268ea6 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-117aee1c-8deb-4bb8-83f3-725276268ea6 {
  margin: 0 !important;
}

#s-117aee1c-8deb-4bb8-83f3-725276268ea6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-117aee1c-8deb-4bb8-83f3-725276268ea6 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-117aee1c-8deb-4bb8-83f3-725276268ea6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-117aee1c-8deb-4bb8-83f3-725276268ea6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-117aee1c-8deb-4bb8-83f3-725276268ea6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-117aee1c-8deb-4bb8-83f3-725276268ea6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-117aee1c-8deb-4bb8-83f3-725276268ea6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-117aee1c-8deb-4bb8-83f3-725276268ea6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-117aee1c-8deb-4bb8-83f3-725276268ea6.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-117aee1c-8deb-4bb8-83f3-725276268ea6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-117aee1c-8deb-4bb8-83f3-725276268ea6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-117aee1c-8deb-4bb8-83f3-725276268ea6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-117aee1c-8deb-4bb8-83f3-725276268ea6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-117aee1c-8deb-4bb8-83f3-725276268ea6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-117aee1c-8deb-4bb8-83f3-725276268ea6.shogun-image-container {
      position: relative;
    }

    .s-117aee1c-8deb-4bb8-83f3-725276268ea6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-117aee1c-8deb-4bb8-83f3-725276268ea6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-117aee1c-8deb-4bb8-83f3-725276268ea6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1620px;
    }
  }

}@media (max-width: 767px){#s-117aee1c-8deb-4bb8-83f3-725276268ea6 {
  margin: 0 !important;
}

#s-117aee1c-8deb-4bb8-83f3-725276268ea6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-117aee1c-8deb-4bb8-83f3-725276268ea6 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-117aee1c-8deb-4bb8-83f3-725276268ea6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-117aee1c-8deb-4bb8-83f3-725276268ea6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-117aee1c-8deb-4bb8-83f3-725276268ea6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-117aee1c-8deb-4bb8-83f3-725276268ea6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-117aee1c-8deb-4bb8-83f3-725276268ea6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-117aee1c-8deb-4bb8-83f3-725276268ea6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1620px;
  }



  img.s-117aee1c-8deb-4bb8-83f3-725276268ea6.shogun-image {
    
    
    
    max-height: 1620px;
  }


.s-117aee1c-8deb-4bb8-83f3-725276268ea6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-117aee1c-8deb-4bb8-83f3-725276268ea6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-117aee1c-8deb-4bb8-83f3-725276268ea6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-117aee1c-8deb-4bb8-83f3-725276268ea6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-117aee1c-8deb-4bb8-83f3-725276268ea6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-117aee1c-8deb-4bb8-83f3-725276268ea6.shogun-image-container {
      position: relative;
    }

    .s-117aee1c-8deb-4bb8-83f3-725276268ea6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-117aee1c-8deb-4bb8-83f3-725276268ea6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-117aee1c-8deb-4bb8-83f3-725276268ea6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1620px;
    }
  }

}
#s-5b434ead-59fa-4499-abf8-911eda3b86e4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-5b434ead-59fa-4499-abf8-911eda3b86e4 {
  display: none;
}
#s-5b434ead-59fa-4499-abf8-911eda3b86e4, #wrap-s-5b434ead-59fa-4499-abf8-911eda3b86e4, #wrap-content-s-5b434ead-59fa-4499-abf8-911eda3b86e4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5b434ead-59fa-4499-abf8-911eda3b86e4 {
  display: none;
}
#s-5b434ead-59fa-4499-abf8-911eda3b86e4, #wrap-s-5b434ead-59fa-4499-abf8-911eda3b86e4, #wrap-content-s-5b434ead-59fa-4499-abf8-911eda3b86e4 { display: none !important; }}







#s-5b434ead-59fa-4499-abf8-911eda3b86e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5b434ead-59fa-4499-abf8-911eda3b86e4.shg-box.shg-c {
  justify-content: center;
}

#s-32de2223-998a-4ff6-a0d8-053e12ea61b8 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-32de2223-998a-4ff6-a0d8-053e12ea61b8 {
  display: none;
}
#s-32de2223-998a-4ff6-a0d8-053e12ea61b8, #wrap-s-32de2223-998a-4ff6-a0d8-053e12ea61b8, #wrap-content-s-32de2223-998a-4ff6-a0d8-053e12ea61b8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-32de2223-998a-4ff6-a0d8-053e12ea61b8 {
  display: none;
}
#s-32de2223-998a-4ff6-a0d8-053e12ea61b8, #wrap-s-32de2223-998a-4ff6-a0d8-053e12ea61b8, #wrap-content-s-32de2223-998a-4ff6-a0d8-053e12ea61b8 { display: none !important; }}







#s-32de2223-998a-4ff6-a0d8-053e12ea61b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-32de2223-998a-4ff6-a0d8-053e12ea61b8.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-b3551fcb-7b4a-4fb4-92b5-b7352e53ab73 {
  display: none;
}
#s-b3551fcb-7b4a-4fb4-92b5-b7352e53ab73, #wrap-s-b3551fcb-7b4a-4fb4-92b5-b7352e53ab73, #wrap-content-s-b3551fcb-7b4a-4fb4-92b5-b7352e53ab73 { display: none !important; }}@media (max-width: 767px){#s-b3551fcb-7b4a-4fb4-92b5-b7352e53ab73 {
  display: none;
}
#s-b3551fcb-7b4a-4fb4-92b5-b7352e53ab73, #wrap-s-b3551fcb-7b4a-4fb4-92b5-b7352e53ab73, #wrap-content-s-b3551fcb-7b4a-4fb4-92b5-b7352e53ab73 { display: none !important; }}
@media (min-width: 0px) {
[id="s-b3551fcb-7b4a-4fb4-92b5-b7352e53ab73"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b3551fcb-7b4a-4fb4-92b5-b7352e53ab73"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b3551fcb-7b4a-4fb4-92b5-b7352e53ab73"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b3551fcb-7b4a-4fb4-92b5-b7352e53ab73"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b3551fcb-7b4a-4fb4-92b5-b7352e53ab73"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b3551fcb-7b4a-4fb4-92b5-b7352e53ab73"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b3551fcb-7b4a-4fb4-92b5-b7352e53ab73"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-824117c4-a338-494a-8cee-97c6defd1ff3 {
  min-height: 50px;
}








#s-824117c4-a338-494a-8cee-97c6defd1ff3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-824117c4-a338-494a-8cee-97c6defd1ff3.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-92411563-e3b3-49ce-a508-f5f110de2df5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-92411563-e3b3-49ce-a508-f5f110de2df5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-92411563-e3b3-49ce-a508-f5f110de2df5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-92411563-e3b3-49ce-a508-f5f110de2df5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-fdbf3922-2360-4918-9408-d4da573cef96 {
  max-width: 1024px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-fdbf3922-2360-4918-9408-d4da573cef96 {
  display: none;
}
#s-fdbf3922-2360-4918-9408-d4da573cef96, #wrap-s-fdbf3922-2360-4918-9408-d4da573cef96, #wrap-content-s-fdbf3922-2360-4918-9408-d4da573cef96 { display: none !important; }}@media (max-width: 767px){#s-fdbf3922-2360-4918-9408-d4da573cef96 {
  display: none;
}
#s-fdbf3922-2360-4918-9408-d4da573cef96, #wrap-s-fdbf3922-2360-4918-9408-d4da573cef96, #wrap-content-s-fdbf3922-2360-4918-9408-d4da573cef96 { display: none !important; }}
#s-fdbf3922-2360-4918-9408-d4da573cef96 {
  margin: 0 !important;
}

#s-fdbf3922-2360-4918-9408-d4da573cef96-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fdbf3922-2360-4918-9408-d4da573cef96 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-fdbf3922-2360-4918-9408-d4da573cef96 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fdbf3922-2360-4918-9408-d4da573cef96 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fdbf3922-2360-4918-9408-d4da573cef96 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fdbf3922-2360-4918-9408-d4da573cef96 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fdbf3922-2360-4918-9408-d4da573cef96.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fdbf3922-2360-4918-9408-d4da573cef96 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-fdbf3922-2360-4918-9408-d4da573cef96.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-fdbf3922-2360-4918-9408-d4da573cef96 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fdbf3922-2360-4918-9408-d4da573cef96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdbf3922-2360-4918-9408-d4da573cef96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdbf3922-2360-4918-9408-d4da573cef96.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fdbf3922-2360-4918-9408-d4da573cef96 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fdbf3922-2360-4918-9408-d4da573cef96.shogun-image-container {
      position: relative;
    }

    .s-fdbf3922-2360-4918-9408-d4da573cef96.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fdbf3922-2360-4918-9408-d4da573cef96.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fdbf3922-2360-4918-9408-d4da573cef96 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

@media (min-width: 1200px){#s-fdbf3922-2360-4918-9408-d4da573cef96 {
  margin: 0 !important;
}

#s-fdbf3922-2360-4918-9408-d4da573cef96-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fdbf3922-2360-4918-9408-d4da573cef96 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-fdbf3922-2360-4918-9408-d4da573cef96 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fdbf3922-2360-4918-9408-d4da573cef96 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fdbf3922-2360-4918-9408-d4da573cef96 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fdbf3922-2360-4918-9408-d4da573cef96 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fdbf3922-2360-4918-9408-d4da573cef96.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fdbf3922-2360-4918-9408-d4da573cef96 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-fdbf3922-2360-4918-9408-d4da573cef96.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-fdbf3922-2360-4918-9408-d4da573cef96 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fdbf3922-2360-4918-9408-d4da573cef96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdbf3922-2360-4918-9408-d4da573cef96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdbf3922-2360-4918-9408-d4da573cef96.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fdbf3922-2360-4918-9408-d4da573cef96 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fdbf3922-2360-4918-9408-d4da573cef96.shogun-image-container {
      position: relative;
    }

    .s-fdbf3922-2360-4918-9408-d4da573cef96.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fdbf3922-2360-4918-9408-d4da573cef96.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fdbf3922-2360-4918-9408-d4da573cef96 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-fdbf3922-2360-4918-9408-d4da573cef96 {
  margin: 0 !important;
}

#s-fdbf3922-2360-4918-9408-d4da573cef96-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fdbf3922-2360-4918-9408-d4da573cef96 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-fdbf3922-2360-4918-9408-d4da573cef96 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fdbf3922-2360-4918-9408-d4da573cef96 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fdbf3922-2360-4918-9408-d4da573cef96 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fdbf3922-2360-4918-9408-d4da573cef96 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fdbf3922-2360-4918-9408-d4da573cef96.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fdbf3922-2360-4918-9408-d4da573cef96 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-fdbf3922-2360-4918-9408-d4da573cef96.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-fdbf3922-2360-4918-9408-d4da573cef96 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fdbf3922-2360-4918-9408-d4da573cef96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdbf3922-2360-4918-9408-d4da573cef96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdbf3922-2360-4918-9408-d4da573cef96.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fdbf3922-2360-4918-9408-d4da573cef96 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fdbf3922-2360-4918-9408-d4da573cef96.shogun-image-container {
      position: relative;
    }

    .s-fdbf3922-2360-4918-9408-d4da573cef96.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fdbf3922-2360-4918-9408-d4da573cef96.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fdbf3922-2360-4918-9408-d4da573cef96 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-fdbf3922-2360-4918-9408-d4da573cef96 {
  margin: 0 !important;
}

#s-fdbf3922-2360-4918-9408-d4da573cef96-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fdbf3922-2360-4918-9408-d4da573cef96 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-fdbf3922-2360-4918-9408-d4da573cef96 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fdbf3922-2360-4918-9408-d4da573cef96 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fdbf3922-2360-4918-9408-d4da573cef96 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fdbf3922-2360-4918-9408-d4da573cef96 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fdbf3922-2360-4918-9408-d4da573cef96.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fdbf3922-2360-4918-9408-d4da573cef96 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-fdbf3922-2360-4918-9408-d4da573cef96.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-fdbf3922-2360-4918-9408-d4da573cef96 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fdbf3922-2360-4918-9408-d4da573cef96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdbf3922-2360-4918-9408-d4da573cef96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdbf3922-2360-4918-9408-d4da573cef96.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fdbf3922-2360-4918-9408-d4da573cef96 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fdbf3922-2360-4918-9408-d4da573cef96.shogun-image-container {
      position: relative;
    }

    .s-fdbf3922-2360-4918-9408-d4da573cef96.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fdbf3922-2360-4918-9408-d4da573cef96.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fdbf3922-2360-4918-9408-d4da573cef96 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (max-width: 767px){#s-fdbf3922-2360-4918-9408-d4da573cef96 {
  margin: 0 !important;
}

#s-fdbf3922-2360-4918-9408-d4da573cef96-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fdbf3922-2360-4918-9408-d4da573cef96 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-fdbf3922-2360-4918-9408-d4da573cef96 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fdbf3922-2360-4918-9408-d4da573cef96 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fdbf3922-2360-4918-9408-d4da573cef96 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fdbf3922-2360-4918-9408-d4da573cef96 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fdbf3922-2360-4918-9408-d4da573cef96.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fdbf3922-2360-4918-9408-d4da573cef96 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-fdbf3922-2360-4918-9408-d4da573cef96.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-fdbf3922-2360-4918-9408-d4da573cef96 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fdbf3922-2360-4918-9408-d4da573cef96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdbf3922-2360-4918-9408-d4da573cef96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdbf3922-2360-4918-9408-d4da573cef96.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fdbf3922-2360-4918-9408-d4da573cef96 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fdbf3922-2360-4918-9408-d4da573cef96.shogun-image-container {
      position: relative;
    }

    .s-fdbf3922-2360-4918-9408-d4da573cef96.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fdbf3922-2360-4918-9408-d4da573cef96.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fdbf3922-2360-4918-9408-d4da573cef96 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}
#s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4 {
  max-width: 1024px;
aspect-ratio: 1/1;
text-align: center;
}

#s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4 {
  margin: 0 !important;
}

#s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4.shogun-image-container {
      position: relative;
    }

    .s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

@media (min-width: 1200px){#s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4 {
  margin: 0 !important;
}

#s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4.shogun-image-container {
      position: relative;
    }

    .s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4 {
  margin: 0 !important;
}

#s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4.shogun-image-container {
      position: relative;
    }

    .s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4 {
  margin: 0 !important;
}

#s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4.shogun-image-container {
      position: relative;
    }

    .s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (max-width: 767px){#s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4 {
  margin: 0 !important;
}

#s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4.shogun-image-container {
      position: relative;
    }

    .s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81a7f7a1-2f84-408e-9e09-b38b6e4ba0c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}
#s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4 {
  max-width: 1024px;
aspect-ratio: 1/1;
text-align: center;
}

#s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4 {
  margin: 0 !important;
}

#s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4.shogun-image-container {
      position: relative;
    }

    .s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

@media (min-width: 1200px){#s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4 {
  margin: 0 !important;
}

#s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4.shogun-image-container {
      position: relative;
    }

    .s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4 {
  margin: 0 !important;
}

#s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4.shogun-image-container {
      position: relative;
    }

    .s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4 {
  margin: 0 !important;
}

#s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4.shogun-image-container {
      position: relative;
    }

    .s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (max-width: 767px){#s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4 {
  margin: 0 !important;
}

#s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4.shogun-image-container {
      position: relative;
    }

    .s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7040cbb1-3a2c-45d3-80b4-f8decafb56f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}
#s-a5685a11-8d4a-4726-a833-7febe39a0261 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-a5685a11-8d4a-4726-a833-7febe39a0261 {
  display: none;
}
#s-a5685a11-8d4a-4726-a833-7febe39a0261, #wrap-s-a5685a11-8d4a-4726-a833-7febe39a0261, #wrap-content-s-a5685a11-8d4a-4726-a833-7febe39a0261 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a5685a11-8d4a-4726-a833-7febe39a0261 {
  display: none;
}
#s-a5685a11-8d4a-4726-a833-7febe39a0261, #wrap-s-a5685a11-8d4a-4726-a833-7febe39a0261, #wrap-content-s-a5685a11-8d4a-4726-a833-7febe39a0261 { display: none !important; }}







#s-a5685a11-8d4a-4726-a833-7febe39a0261 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a5685a11-8d4a-4726-a833-7febe39a0261.shg-box.shg-c {
  justify-content: center;
}

#s-6a29bf3e-8a9b-48c8-b934-349ad216a78c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (min-width: 1200px){#s-6a29bf3e-8a9b-48c8-b934-349ad216a78c {
  display: none;
}
#s-6a29bf3e-8a9b-48c8-b934-349ad216a78c, #wrap-s-6a29bf3e-8a9b-48c8-b934-349ad216a78c, #wrap-content-s-6a29bf3e-8a9b-48c8-b934-349ad216a78c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6a29bf3e-8a9b-48c8-b934-349ad216a78c {
  display: none;
}
#s-6a29bf3e-8a9b-48c8-b934-349ad216a78c, #wrap-s-6a29bf3e-8a9b-48c8-b934-349ad216a78c, #wrap-content-s-6a29bf3e-8a9b-48c8-b934-349ad216a78c { display: none !important; }}
#s-0462c767-5281-42e1-bf2d-4fc02afb0fbf {
  margin-top: 15px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-0462c767-5281-42e1-bf2d-4fc02afb0fbf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0462c767-5281-42e1-bf2d-4fc02afb0fbf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-0462c767-5281-42e1-bf2d-4fc02afb0fbf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-0462c767-5281-42e1-bf2d-4fc02afb0fbf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 0px) {
[id="s-8d68cb72-a7c6-4e8f-96a0-a7309f0689df"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8d68cb72-a7c6-4e8f-96a0-a7309f0689df"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8d68cb72-a7c6-4e8f-96a0-a7309f0689df"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8d68cb72-a7c6-4e8f-96a0-a7309f0689df"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8d68cb72-a7c6-4e8f-96a0-a7309f0689df"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8d68cb72-a7c6-4e8f-96a0-a7309f0689df"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8d68cb72-a7c6-4e8f-96a0-a7309f0689df"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-876291a4-2931-40a3-b7ff-cf89ea75013b {
  max-width: 400px;
text-align: center;
}

#s-876291a4-2931-40a3-b7ff-cf89ea75013b {
  overflow: hidden;
}








#s-876291a4-2931-40a3-b7ff-cf89ea75013b .shogun-image-content {
  
    justify-content: center;
  
}

#s-37ffcc02-4fcb-4026-a717-547a86849a8c {
  padding-top: 7px;
padding-bottom: 7px;
text-align: center;
}

#s-37ffcc02-4fcb-4026-a717-547a86849a8c .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-a2821ce0-e62b-4019-8c3a-7aa35e27ebc9 {
  text-align: center;
}

#s-a2821ce0-e62b-4019-8c3a-7aa35e27ebc9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  
}



#s-57fbce63-a36d-4f74-a088-e7e4fa2d5b90 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(202, 132, 114, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-57fbce63-a36d-4f74-a088-e7e4fa2d5b90:hover {background-color: rgba(223, 170, 155, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-57fbce63-a36d-4f74-a088-e7e4fa2d5b90:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-57fbce63-a36d-4f74-a088-e7e4fa2d5b90-root {
    text-align: center;
  }


#s-57fbce63-a36d-4f74-a088-e7e4fa2d5b90.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-57fbce63-a36d-4f74-a088-e7e4fa2d5b90-root {
    text-align: center;
  }


#s-57fbce63-a36d-4f74-a088-e7e4fa2d5b90.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-57fbce63-a36d-4f74-a088-e7e4fa2d5b90-root {
    text-align: center;
  }


#s-57fbce63-a36d-4f74-a088-e7e4fa2d5b90.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-57fbce63-a36d-4f74-a088-e7e4fa2d5b90-root {
    text-align: center;
  }


#s-57fbce63-a36d-4f74-a088-e7e4fa2d5b90.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-57fbce63-a36d-4f74-a088-e7e4fa2d5b90-root {
    text-align: center;
  }


#s-57fbce63-a36d-4f74-a088-e7e4fa2d5b90.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-dfaaee06-0b5a-4996-acf4-e2a36f96138b {
  display: none;
}
#s-dfaaee06-0b5a-4996-acf4-e2a36f96138b, #wrap-s-dfaaee06-0b5a-4996-acf4-e2a36f96138b, #wrap-content-s-dfaaee06-0b5a-4996-acf4-e2a36f96138b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dfaaee06-0b5a-4996-acf4-e2a36f96138b {
  display: none;
}
#s-dfaaee06-0b5a-4996-acf4-e2a36f96138b, #wrap-s-dfaaee06-0b5a-4996-acf4-e2a36f96138b, #wrap-content-s-dfaaee06-0b5a-4996-acf4-e2a36f96138b { display: none !important; }}
@media (min-width: 0px) {
[id="s-dfaaee06-0b5a-4996-acf4-e2a36f96138b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dfaaee06-0b5a-4996-acf4-e2a36f96138b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-dfaaee06-0b5a-4996-acf4-e2a36f96138b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-dfaaee06-0b5a-4996-acf4-e2a36f96138b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-dfaaee06-0b5a-4996-acf4-e2a36f96138b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-dfaaee06-0b5a-4996-acf4-e2a36f96138b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-dfaaee06-0b5a-4996-acf4-e2a36f96138b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-c354dcec-36ee-451f-8ca6-11a100100e1e {
  max-width: 400px;
text-align: center;
}

#s-c354dcec-36ee-451f-8ca6-11a100100e1e {
  overflow: hidden;
}







  #s-c354dcec-36ee-451f-8ca6-11a100100e1e img.shogun-image {
    

    
    
    
  }


#s-c354dcec-36ee-451f-8ca6-11a100100e1e .shogun-image-content {
  
    justify-content: center;
  
}

#s-70256b6e-1dd6-4303-8d60-0eaec2418144 {
  padding-top: 7px;
padding-bottom: 7px;
text-align: center;
}

#s-70256b6e-1dd6-4303-8d60-0eaec2418144 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-11a4cefd-9620-4a03-938c-5fbe78c77bd1 {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-f973d8e3-8b34-4f48-8774-3124ed33b3d2 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(202, 132, 114, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f973d8e3-8b34-4f48-8774-3124ed33b3d2:hover {background-color: rgba(223, 170, 155, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f973d8e3-8b34-4f48-8774-3124ed33b3d2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f973d8e3-8b34-4f48-8774-3124ed33b3d2-root {
    text-align: center;
  }


#s-f973d8e3-8b34-4f48-8774-3124ed33b3d2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f973d8e3-8b34-4f48-8774-3124ed33b3d2-root {
    text-align: center;
  }


#s-f973d8e3-8b34-4f48-8774-3124ed33b3d2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f973d8e3-8b34-4f48-8774-3124ed33b3d2-root {
    text-align: center;
  }


#s-f973d8e3-8b34-4f48-8774-3124ed33b3d2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f973d8e3-8b34-4f48-8774-3124ed33b3d2-root {
    text-align: center;
  }


#s-f973d8e3-8b34-4f48-8774-3124ed33b3d2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f973d8e3-8b34-4f48-8774-3124ed33b3d2-root {
    text-align: center;
  }


#s-f973d8e3-8b34-4f48-8774-3124ed33b3d2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-97db1d48-62f4-499b-8bb4-cd05f152831b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-97db1d48-62f4-499b-8bb4-cd05f152831b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-97db1d48-62f4-499b-8bb4-cd05f152831b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-97db1d48-62f4-499b-8bb4-cd05f152831b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-97db1d48-62f4-499b-8bb4-cd05f152831b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-97db1d48-62f4-499b-8bb4-cd05f152831b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-97db1d48-62f4-499b-8bb4-cd05f152831b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-0a9dd6ee-1c45-4d71-a95e-4750a0b52058 {
  max-width: 610px;
aspect-ratio: 1/1;
text-align: center;
}

#s-0a9dd6ee-1c45-4d71-a95e-4750a0b52058 {
  overflow: hidden;
}





  #s-0a9dd6ee-1c45-4d71-a95e-4750a0b52058 img.shogun-image,
  #s-0a9dd6ee-1c45-4d71-a95e-4750a0b52058 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0a9dd6ee-1c45-4d71-a95e-4750a0b52058 {
    width: 100%;
    height: auto;
  }



  #s-0a9dd6ee-1c45-4d71-a95e-4750a0b52058 img.shogun-image {
    

    
    
    
  }


#s-0a9dd6ee-1c45-4d71-a95e-4750a0b52058 .shogun-image-content {
  
    justify-content: center;
  
}

#s-325ae0d0-fa6e-47ef-8cef-7ff5b394006d {
  padding-top: 7px;
padding-bottom: 7px;
text-align: center;
}

#s-325ae0d0-fa6e-47ef-8cef-7ff5b394006d .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-4ce83c64-db43-4118-b40b-d037a76b3e48 {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-b9523058-c2c2-4c81-80cc-b49efa8a3767 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(202, 132, 114, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b9523058-c2c2-4c81-80cc-b49efa8a3767:hover {background-color: rgba(223, 170, 155, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b9523058-c2c2-4c81-80cc-b49efa8a3767:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b9523058-c2c2-4c81-80cc-b49efa8a3767-root {
    text-align: center;
  }


#s-b9523058-c2c2-4c81-80cc-b49efa8a3767.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b9523058-c2c2-4c81-80cc-b49efa8a3767-root {
    text-align: center;
  }


#s-b9523058-c2c2-4c81-80cc-b49efa8a3767.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b9523058-c2c2-4c81-80cc-b49efa8a3767-root {
    text-align: center;
  }


#s-b9523058-c2c2-4c81-80cc-b49efa8a3767.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b9523058-c2c2-4c81-80cc-b49efa8a3767-root {
    text-align: center;
  }


#s-b9523058-c2c2-4c81-80cc-b49efa8a3767.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b9523058-c2c2-4c81-80cc-b49efa8a3767-root {
    text-align: center;
  }


#s-b9523058-c2c2-4c81-80cc-b49efa8a3767.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-66a32e1e-b64d-4b9a-8980-5265042d2e6d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-66a32e1e-b64d-4b9a-8980-5265042d2e6d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-66a32e1e-b64d-4b9a-8980-5265042d2e6d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-66a32e1e-b64d-4b9a-8980-5265042d2e6d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-66a32e1e-b64d-4b9a-8980-5265042d2e6d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-66a32e1e-b64d-4b9a-8980-5265042d2e6d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-66a32e1e-b64d-4b9a-8980-5265042d2e6d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-3c12bd4c-33d8-4948-af18-3c0d218a78e1 {
  max-width: 400px;
text-align: center;
}

#s-3c12bd4c-33d8-4948-af18-3c0d218a78e1 {
  overflow: hidden;
}







  #s-3c12bd4c-33d8-4948-af18-3c0d218a78e1 img.shogun-image {
    

    
    
    
  }


#s-3c12bd4c-33d8-4948-af18-3c0d218a78e1 .shogun-image-content {
  
    justify-content: center;
  
}

#s-cf26c919-307d-4322-8984-a0e39fdb597b {
  padding-top: 7px;
padding-bottom: 7px;
text-align: center;
}

#s-cf26c919-307d-4322-8984-a0e39fdb597b .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-60fb988f-aa5a-45e2-b01c-63fa60f17c35 {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-a9e583d1-0043-4d86-8c5a-85bcde44f8e9 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(202, 132, 114, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a9e583d1-0043-4d86-8c5a-85bcde44f8e9:hover {background-color: rgba(223, 170, 155, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a9e583d1-0043-4d86-8c5a-85bcde44f8e9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a9e583d1-0043-4d86-8c5a-85bcde44f8e9-root {
    text-align: center;
  }


#s-a9e583d1-0043-4d86-8c5a-85bcde44f8e9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a9e583d1-0043-4d86-8c5a-85bcde44f8e9-root {
    text-align: center;
  }


#s-a9e583d1-0043-4d86-8c5a-85bcde44f8e9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a9e583d1-0043-4d86-8c5a-85bcde44f8e9-root {
    text-align: center;
  }


#s-a9e583d1-0043-4d86-8c5a-85bcde44f8e9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a9e583d1-0043-4d86-8c5a-85bcde44f8e9-root {
    text-align: center;
  }


#s-a9e583d1-0043-4d86-8c5a-85bcde44f8e9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a9e583d1-0043-4d86-8c5a-85bcde44f8e9-root {
    text-align: center;
  }


#s-a9e583d1-0043-4d86-8c5a-85bcde44f8e9.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-937cbf81-a16a-48e9-8f5e-c818f190d8a3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-937cbf81-a16a-48e9-8f5e-c818f190d8a3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-937cbf81-a16a-48e9-8f5e-c818f190d8a3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-937cbf81-a16a-48e9-8f5e-c818f190d8a3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-937cbf81-a16a-48e9-8f5e-c818f190d8a3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-937cbf81-a16a-48e9-8f5e-c818f190d8a3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-937cbf81-a16a-48e9-8f5e-c818f190d8a3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-42e0c245-d869-472f-88e8-4f47dc022fd9 {
  max-width: 612px;
aspect-ratio: 612/604;
text-align: center;
}

#s-42e0c245-d869-472f-88e8-4f47dc022fd9 {
  overflow: hidden;
}





  #s-42e0c245-d869-472f-88e8-4f47dc022fd9 img.shogun-image,
  #s-42e0c245-d869-472f-88e8-4f47dc022fd9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-42e0c245-d869-472f-88e8-4f47dc022fd9 {
    width: 100%;
    height: auto;
  }



  #s-42e0c245-d869-472f-88e8-4f47dc022fd9 img.shogun-image {
    

    
    
    
  }


#s-42e0c245-d869-472f-88e8-4f47dc022fd9 .shogun-image-content {
  
    justify-content: center;
  
}

#s-dba59e5a-7f7d-4b28-910d-4a3cb53eb4e3 {
  padding-top: 7px;
padding-bottom: 7px;
text-align: center;
}
@media (max-width: 767px){#s-dba59e5a-7f7d-4b28-910d-4a3cb53eb4e3 {
  margin-top: 5px;
}
}
#s-dba59e5a-7f7d-4b28-910d-4a3cb53eb4e3 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-2dc2233c-5483-4567-8fc2-eb2249883033 {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-18e77ff7-e396-44f5-8c45-0403dd2de2c2 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(202, 132, 114, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-18e77ff7-e396-44f5-8c45-0403dd2de2c2:hover {background-color: rgba(223, 170, 155, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-18e77ff7-e396-44f5-8c45-0403dd2de2c2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-18e77ff7-e396-44f5-8c45-0403dd2de2c2-root {
    text-align: center;
  }


#s-18e77ff7-e396-44f5-8c45-0403dd2de2c2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-18e77ff7-e396-44f5-8c45-0403dd2de2c2-root {
    text-align: center;
  }


#s-18e77ff7-e396-44f5-8c45-0403dd2de2c2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-18e77ff7-e396-44f5-8c45-0403dd2de2c2-root {
    text-align: center;
  }


#s-18e77ff7-e396-44f5-8c45-0403dd2de2c2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-18e77ff7-e396-44f5-8c45-0403dd2de2c2-root {
    text-align: center;
  }


#s-18e77ff7-e396-44f5-8c45-0403dd2de2c2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-18e77ff7-e396-44f5-8c45-0403dd2de2c2-root {
    text-align: center;
  }


#s-18e77ff7-e396-44f5-8c45-0403dd2de2c2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-fa74d708-7bdb-4938-a1af-3db96dee6bd9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fa74d708-7bdb-4938-a1af-3db96dee6bd9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fa74d708-7bdb-4938-a1af-3db96dee6bd9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fa74d708-7bdb-4938-a1af-3db96dee6bd9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fa74d708-7bdb-4938-a1af-3db96dee6bd9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fa74d708-7bdb-4938-a1af-3db96dee6bd9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fa74d708-7bdb-4938-a1af-3db96dee6bd9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-2a4f232e-e4eb-424d-846a-fda1d233c746 {
  max-width: 612px;
aspect-ratio: 1/1;
text-align: center;
}

#s-2a4f232e-e4eb-424d-846a-fda1d233c746 {
  overflow: hidden;
}





  #s-2a4f232e-e4eb-424d-846a-fda1d233c746 img.shogun-image,
  #s-2a4f232e-e4eb-424d-846a-fda1d233c746 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2a4f232e-e4eb-424d-846a-fda1d233c746 {
    width: 100%;
    height: auto;
  }



  #s-2a4f232e-e4eb-424d-846a-fda1d233c746 img.shogun-image {
    

    
    
    
  }


#s-2a4f232e-e4eb-424d-846a-fda1d233c746 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b55e3c4a-d51f-4080-87f0-e9f9be2b16af {
  padding-top: 7px;
padding-bottom: 7px;
text-align: center;
}

#s-b55e3c4a-d51f-4080-87f0-e9f9be2b16af .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-b25e0a9b-fda2-41d8-94ba-7ab8fd96a5d5 {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-70acf4f3-ccf1-4ca6-9704-17a0ca28fa66 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(202, 132, 114, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-70acf4f3-ccf1-4ca6-9704-17a0ca28fa66:hover {background-color: rgba(223, 170, 155, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-70acf4f3-ccf1-4ca6-9704-17a0ca28fa66:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-70acf4f3-ccf1-4ca6-9704-17a0ca28fa66-root {
    text-align: center;
  }


#s-70acf4f3-ccf1-4ca6-9704-17a0ca28fa66.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-70acf4f3-ccf1-4ca6-9704-17a0ca28fa66-root {
    text-align: center;
  }


#s-70acf4f3-ccf1-4ca6-9704-17a0ca28fa66.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-70acf4f3-ccf1-4ca6-9704-17a0ca28fa66-root {
    text-align: center;
  }


#s-70acf4f3-ccf1-4ca6-9704-17a0ca28fa66.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-70acf4f3-ccf1-4ca6-9704-17a0ca28fa66-root {
    text-align: center;
  }


#s-70acf4f3-ccf1-4ca6-9704-17a0ca28fa66.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-70acf4f3-ccf1-4ca6-9704-17a0ca28fa66-root {
    text-align: center;
  }


#s-70acf4f3-ccf1-4ca6-9704-17a0ca28fa66.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-d141d1fc-882a-457c-bba4-7ab15e5dea71"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d141d1fc-882a-457c-bba4-7ab15e5dea71"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d141d1fc-882a-457c-bba4-7ab15e5dea71"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d141d1fc-882a-457c-bba4-7ab15e5dea71"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d141d1fc-882a-457c-bba4-7ab15e5dea71"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d141d1fc-882a-457c-bba4-7ab15e5dea71"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d141d1fc-882a-457c-bba4-7ab15e5dea71"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-759676b8-44b2-4076-99b4-bad551767a1a {
  max-width: 400px;
text-align: center;
}

#s-759676b8-44b2-4076-99b4-bad551767a1a {
  overflow: hidden;
}







  #s-759676b8-44b2-4076-99b4-bad551767a1a img.shogun-image {
    

    
    
    
  }


#s-759676b8-44b2-4076-99b4-bad551767a1a .shogun-image-content {
  
    justify-content: center;
  
}

#s-f00a1938-acb2-4943-9359-90f81a38b040 {
  padding-top: 7px;
padding-bottom: 7px;
text-align: center;
}

#s-f00a1938-acb2-4943-9359-90f81a38b040 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-2ba0432b-5ed6-4344-9711-0e38ad57fbe6 {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-09c47ac7-de21-45e4-ab56-6d52d456f5d4 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(202, 132, 114, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-09c47ac7-de21-45e4-ab56-6d52d456f5d4:hover {background-color: rgba(223, 170, 155, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-09c47ac7-de21-45e4-ab56-6d52d456f5d4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-09c47ac7-de21-45e4-ab56-6d52d456f5d4-root {
    text-align: center;
  }


#s-09c47ac7-de21-45e4-ab56-6d52d456f5d4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-09c47ac7-de21-45e4-ab56-6d52d456f5d4-root {
    text-align: center;
  }


#s-09c47ac7-de21-45e4-ab56-6d52d456f5d4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-09c47ac7-de21-45e4-ab56-6d52d456f5d4-root {
    text-align: center;
  }


#s-09c47ac7-de21-45e4-ab56-6d52d456f5d4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-09c47ac7-de21-45e4-ab56-6d52d456f5d4-root {
    text-align: center;
  }


#s-09c47ac7-de21-45e4-ab56-6d52d456f5d4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-09c47ac7-de21-45e4-ab56-6d52d456f5d4-root {
    text-align: center;
  }


#s-09c47ac7-de21-45e4-ab56-6d52d456f5d4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-96267e9a-bf1b-4d9c-86d0-8c36484f0a8c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-96267e9a-bf1b-4d9c-86d0-8c36484f0a8c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-96267e9a-bf1b-4d9c-86d0-8c36484f0a8c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-96267e9a-bf1b-4d9c-86d0-8c36484f0a8c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-96267e9a-bf1b-4d9c-86d0-8c36484f0a8c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-96267e9a-bf1b-4d9c-86d0-8c36484f0a8c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-96267e9a-bf1b-4d9c-86d0-8c36484f0a8c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-0bed9009-0d00-4b29-a8d9-5ded38d77b7b {
  max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}

#s-0bed9009-0d00-4b29-a8d9-5ded38d77b7b {
  overflow: hidden;
}





  #s-0bed9009-0d00-4b29-a8d9-5ded38d77b7b img.shogun-image,
  #s-0bed9009-0d00-4b29-a8d9-5ded38d77b7b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0bed9009-0d00-4b29-a8d9-5ded38d77b7b {
    width: 100%;
    height: auto;
  }



  #s-0bed9009-0d00-4b29-a8d9-5ded38d77b7b img.shogun-image {
    

    
    
    
  }


#s-0bed9009-0d00-4b29-a8d9-5ded38d77b7b .shogun-image-content {
  
    justify-content: center;
  
}

#s-be194014-a713-4cd6-aa9d-67c55d8c80f7 {
  padding-top: 7px;
padding-bottom: 7px;
text-align: center;
}

#s-be194014-a713-4cd6-aa9d-67c55d8c80f7 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-4fd37e46-2206-4d8f-9240-5b540adc46a0 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-1df80f9a-d7d2-41d4-9e85-1ce460508aa6 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(202, 132, 114, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1df80f9a-d7d2-41d4-9e85-1ce460508aa6:hover {background-color: rgba(223, 170, 155, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1df80f9a-d7d2-41d4-9e85-1ce460508aa6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1df80f9a-d7d2-41d4-9e85-1ce460508aa6-root {
    text-align: center;
  }


#s-1df80f9a-d7d2-41d4-9e85-1ce460508aa6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1df80f9a-d7d2-41d4-9e85-1ce460508aa6-root {
    text-align: center;
  }


#s-1df80f9a-d7d2-41d4-9e85-1ce460508aa6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1df80f9a-d7d2-41d4-9e85-1ce460508aa6-root {
    text-align: center;
  }


#s-1df80f9a-d7d2-41d4-9e85-1ce460508aa6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1df80f9a-d7d2-41d4-9e85-1ce460508aa6-root {
    text-align: center;
  }


#s-1df80f9a-d7d2-41d4-9e85-1ce460508aa6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1df80f9a-d7d2-41d4-9e85-1ce460508aa6-root {
    text-align: center;
  }


#s-1df80f9a-d7d2-41d4-9e85-1ce460508aa6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
/*
  $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;
  -webkit-user-select: none;
     -moz-user-select: none;
          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;
}
