.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-e9638a9f-7b80-400e-9de9-4e7af25995af {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
background-color: rgba(0, 174, 168, 1);
}








#s-e9638a9f-7b80-400e-9de9-4e7af25995af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e9638a9f-7b80-400e-9de9-4e7af25995af {
  cursor: pointer;
}#s-e9638a9f-7b80-400e-9de9-4e7af25995af.shg-box.shg-c {
  justify-content: center;
}

#s-3c6a367f-949a-48ca-958f-3a419462993d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
background-color: rgba(127, 14, 125, 1);
}
@media (min-width: 1200px){#s-3c6a367f-949a-48ca-958f-3a419462993d {
  display: none;
}
#s-3c6a367f-949a-48ca-958f-3a419462993d, #wrap-s-3c6a367f-949a-48ca-958f-3a419462993d, #wrap-content-s-3c6a367f-949a-48ca-958f-3a419462993d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3c6a367f-949a-48ca-958f-3a419462993d {
  display: none;
}
#s-3c6a367f-949a-48ca-958f-3a419462993d, #wrap-s-3c6a367f-949a-48ca-958f-3a419462993d, #wrap-content-s-3c6a367f-949a-48ca-958f-3a419462993d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3c6a367f-949a-48ca-958f-3a419462993d {
  display: none;
}
#s-3c6a367f-949a-48ca-958f-3a419462993d, #wrap-s-3c6a367f-949a-48ca-958f-3a419462993d, #wrap-content-s-3c6a367f-949a-48ca-958f-3a419462993d { display: none !important; }}







#s-3c6a367f-949a-48ca-958f-3a419462993d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3c6a367f-949a-48ca-958f-3a419462993d {
  cursor: pointer;
}#s-3c6a367f-949a-48ca-958f-3a419462993d.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-97e9d45f-1a16-4bab-9e2f-15add690459b {
  margin-left: auto;
margin-right: auto;
background-color: rgba(0, 174, 168, 1);
}

@media (min-width: 0px) {
[id="s-97e9d45f-1a16-4bab-9e2f-15add690459b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-97e9d45f-1a16-4bab-9e2f-15add690459b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-97e9d45f-1a16-4bab-9e2f-15add690459b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-97e9d45f-1a16-4bab-9e2f-15add690459b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-97e9d45f-1a16-4bab-9e2f-15add690459b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-97e9d45f-1a16-4bab-9e2f-15add690459b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-97e9d45f-1a16-4bab-9e2f-15add690459b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

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

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

#s-52cced10-7efc-43f0-a0c2-3a8bfe2178a5 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-52cced10-7efc-43f0-a0c2-3a8bfe2178a5 {
  display: none;
}
#s-52cced10-7efc-43f0-a0c2-3a8bfe2178a5, #wrap-s-52cced10-7efc-43f0-a0c2-3a8bfe2178a5, #wrap-content-s-52cced10-7efc-43f0-a0c2-3a8bfe2178a5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-52cced10-7efc-43f0-a0c2-3a8bfe2178a5 {
  display: none;
}
#s-52cced10-7efc-43f0-a0c2-3a8bfe2178a5, #wrap-s-52cced10-7efc-43f0-a0c2-3a8bfe2178a5, #wrap-content-s-52cced10-7efc-43f0-a0c2-3a8bfe2178a5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-52cced10-7efc-43f0-a0c2-3a8bfe2178a5 {
  display: none;
}
#s-52cced10-7efc-43f0-a0c2-3a8bfe2178a5, #wrap-s-52cced10-7efc-43f0-a0c2-3a8bfe2178a5, #wrap-content-s-52cced10-7efc-43f0-a0c2-3a8bfe2178a5 { display: none !important; }}@media (max-width: 767px){#s-52cced10-7efc-43f0-a0c2-3a8bfe2178a5 {
  display: none;
}
#s-52cced10-7efc-43f0-a0c2-3a8bfe2178a5, #wrap-s-52cced10-7efc-43f0-a0c2-3a8bfe2178a5, #wrap-content-s-52cced10-7efc-43f0-a0c2-3a8bfe2178a5 { display: none !important; }}
#s-52cced10-7efc-43f0-a0c2-3a8bfe2178a5 hr {
  border-top: 2px solid #ddd;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-d6016788-37d8-4d1e-bd2b-e4ae8cdee1dd {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d6016788-37d8-4d1e-bd2b-e4ae8cdee1dd .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  500 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 19px;
  line-height: 1em;
  letter-spacing: 0px;
  
}



#s-8f72b011-6266-4d8d-bfce-bb5c95741ce0 {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 7px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-8f72b011-6266-4d8d-bfce-bb5c95741ce0 {
  margin-left: 8%;
margin-right: 8%;
}
}
#s-8f72b011-6266-4d8d-bfce-bb5c95741ce0 .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-8f72b011-6266-4d8d-bfce-bb5c95741ce0 .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  
  
}


}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-6dbf416b-06d6-4b9c-ba68-50b2b847f6ce {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(236, 90, 30, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-6dbf416b-06d6-4b9c-ba68-50b2b847f6ce:hover {background-color: rgba(236, 90, 30, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-6dbf416b-06d6-4b9c-ba68-50b2b847f6ce:active {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-6dbf416b-06d6-4b9c-ba68-50b2b847f6ce-root {
    text-align: center;
  }


#s-6dbf416b-06d6-4b9c-ba68-50b2b847f6ce.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 500;
  
  font-family: Zilla Slab;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6dbf416b-06d6-4b9c-ba68-50b2b847f6ce-root {
    text-align: center;
  }


#s-6dbf416b-06d6-4b9c-ba68-50b2b847f6ce.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 500;
  
  font-family: Zilla Slab;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6dbf416b-06d6-4b9c-ba68-50b2b847f6ce-root {
    text-align: center;
  }


#s-6dbf416b-06d6-4b9c-ba68-50b2b847f6ce.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 500;
  
  font-family: Zilla Slab;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6dbf416b-06d6-4b9c-ba68-50b2b847f6ce-root {
    text-align: center;
  }


#s-6dbf416b-06d6-4b9c-ba68-50b2b847f6ce.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 500;
  
  font-family: Zilla Slab;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6dbf416b-06d6-4b9c-ba68-50b2b847f6ce-root {
    text-align: center;
  }


#s-6dbf416b-06d6-4b9c-ba68-50b2b847f6ce.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 500;
  
  font-family: Zilla Slab;
  display:  inline-block ;
}
}
.shg-rich-text {
  overflow-wrap: break-word;
}

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

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

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

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

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

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

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

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

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

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

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-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;
  font-weight: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-d91b70fe-4346-4ffc-b6d5-3d973bbd964b {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

.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;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

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

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

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

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

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

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

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

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 {
  margin-left: auto;
margin-right: auto;
max-width: 1203px;
aspect-ratio: 1203/567;
text-align: center;
}

#s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 {
  margin: 0 !important;
  overflow: visible;
}

#s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 img.shogun-image {
  /* Add background color handling */
  
}

#s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 .shg-image-content-wrapper {
      aspect-ratio: 1203/567;
      min-width: 100%;
      height: auto;
    }

    #s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 .shogun-image-link {
      aspect-ratio: 1203/567;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1203px;
  }



  img.s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4.shogun-image {
    
    
    
    max-height: 1203px;
  }


.s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4.shogun-image {
  box-sizing: border-box;
}



.s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 {
      --shg-aspect-ratio: calc(1203/567); 
    }

    .s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4.shogun-image-container {
      position: relative;
    }

    .s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1203px;
    }
  }

@media (min-width: 1200px){#s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 {
  margin: 0 !important;
  overflow: visible;
}

#s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 img.shogun-image {
  /* Add background color handling */
  
}

#s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 .shg-image-content-wrapper {
      aspect-ratio: 1203/567;
      min-width: 100%;
      height: auto;
    }

    #s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 .shogun-image-link {
      aspect-ratio: 1203/567;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1203px;
  }



  img.s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4.shogun-image {
    
    
    
    max-height: 1203px;
  }


.s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4.shogun-image {
  box-sizing: border-box;
}



.s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 {
      --shg-aspect-ratio: calc(1203/567); 
    }

    .s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4.shogun-image-container {
      position: relative;
    }

    .s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1203px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 {
  margin: 0 !important;
  overflow: visible;
}

#s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 img.shogun-image {
  /* Add background color handling */
  
}

#s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 .shg-image-content-wrapper {
      aspect-ratio: 1203/567;
      min-width: 100%;
      height: auto;
    }

    #s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 .shogun-image-link {
      aspect-ratio: 1203/567;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1203px;
  }



  img.s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4.shogun-image {
    
    
    
    max-height: 1203px;
  }


.s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4.shogun-image {
  box-sizing: border-box;
}



.s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 {
      --shg-aspect-ratio: calc(1203/567); 
    }

    .s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4.shogun-image-container {
      position: relative;
    }

    .s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1203px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 {
  margin: 0 !important;
  overflow: visible;
}

#s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 img.shogun-image {
  /* Add background color handling */
  
}

#s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 .shg-image-content-wrapper {
      aspect-ratio: 1203/567;
      min-width: 100%;
      height: auto;
    }

    #s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 .shogun-image-link {
      aspect-ratio: 1203/567;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1203px;
  }



  img.s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4.shogun-image {
    
    
    
    max-height: 1203px;
  }


.s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4.shogun-image {
  box-sizing: border-box;
}



.s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 {
      --shg-aspect-ratio: calc(1203/567); 
    }

    .s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4.shogun-image-container {
      position: relative;
    }

    .s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1203px;
    }
  }

}@media (max-width: 767px){#s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 {
  margin: 0 !important;
  overflow: visible;
}

#s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 img.shogun-image {
  /* Add background color handling */
  
}

#s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 .shg-image-content-wrapper {
      aspect-ratio: 1203/567;
      min-width: 100%;
      height: auto;
    }

    #s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 .shogun-image-link {
      aspect-ratio: 1203/567;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1203px;
  }



  img.s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4.shogun-image {
    
    
    
    max-height: 1203px;
  }


.s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4.shogun-image {
  box-sizing: border-box;
}



.s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 {
      --shg-aspect-ratio: calc(1203/567); 
    }

    .s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4.shogun-image-container {
      position: relative;
    }

    .s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-caa97462-c2ac-40ff-ad6c-4be8fb59dfe4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1203px;
    }
  }

}
#s-bc4c0a4a-917f-4810-b7d1-510f5df856c8 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-bc4c0a4a-917f-4810-b7d1-510f5df856c8 {
  display: none;
}
#s-bc4c0a4a-917f-4810-b7d1-510f5df856c8, #wrap-s-bc4c0a4a-917f-4810-b7d1-510f5df856c8, #wrap-content-s-bc4c0a4a-917f-4810-b7d1-510f5df856c8 { display: none !important; }}
#s-bc4c0a4a-917f-4810-b7d1-510f5df856c8 {
  background-image: url(https://i.shgcdn.com/cf2c2c8f-2ce3-4ad0-aae0-8b917c479019/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-bc4c0a4a-917f-4810-b7d1-510f5df856c8 {
  background-image: url(https://i.shgcdn.com/cf2c2c8f-2ce3-4ad0-aae0-8b917c479019/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-bc4c0a4a-917f-4810-b7d1-510f5df856c8.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-bc4c0a4a-917f-4810-b7d1-510f5df856c8 {
  background-image: url(https://i.shgcdn.com/cf2c2c8f-2ce3-4ad0-aae0-8b917c479019/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-bc4c0a4a-917f-4810-b7d1-510f5df856c8.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-bc4c0a4a-917f-4810-b7d1-510f5df856c8 {
  background-image: url(https://i.shgcdn.com/cf2c2c8f-2ce3-4ad0-aae0-8b917c479019/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-bc4c0a4a-917f-4810-b7d1-510f5df856c8.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-bc4c0a4a-917f-4810-b7d1-510f5df856c8 {
  background-image: url(https://i.shgcdn.com/cf2c2c8f-2ce3-4ad0-aae0-8b917c479019/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-bc4c0a4a-917f-4810-b7d1-510f5df856c8.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-bc4c0a4a-917f-4810-b7d1-510f5df856c8 {
  background-image: url(https://i.shgcdn.com/cf2c2c8f-2ce3-4ad0-aae0-8b917c479019/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-bc4c0a4a-917f-4810-b7d1-510f5df856c8.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-bc4c0a4a-917f-4810-b7d1-510f5df856c8 {
  background-image: url(https://i.shgcdn.com/cf2c2c8f-2ce3-4ad0-aae0-8b917c479019/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-bc4c0a4a-917f-4810-b7d1-510f5df856c8.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-bc4c0a4a-917f-4810-b7d1-510f5df856c8 {
  background-image: url(https://i.shgcdn.com/cf2c2c8f-2ce3-4ad0-aae0-8b917c479019/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-bc4c0a4a-917f-4810-b7d1-510f5df856c8.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-bc4c0a4a-917f-4810-b7d1-510f5df856c8 {
  background-image: url(https://i.shgcdn.com/cf2c2c8f-2ce3-4ad0-aae0-8b917c479019/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-bc4c0a4a-917f-4810-b7d1-510f5df856c8.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-bc4c0a4a-917f-4810-b7d1-510f5df856c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bc4c0a4a-917f-4810-b7d1-510f5df856c8 {
  cursor: pointer;
}#s-bc4c0a4a-917f-4810-b7d1-510f5df856c8.shg-box.shg-c {
  justify-content: center;
}

#s-873b4d6b-ebbf-40aa-aca7-7384c41ca3b0 {
  background-image: url(https://i.shgcdn.com/eb3c17f4-80de-45cb-8ff0-b491e4124f3a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-873b4d6b-ebbf-40aa-aca7-7384c41ca3b0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-873b4d6b-ebbf-40aa-aca7-7384c41ca3b0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-873b4d6b-ebbf-40aa-aca7-7384c41ca3b0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-873b4d6b-ebbf-40aa-aca7-7384c41ca3b0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-873b4d6b-ebbf-40aa-aca7-7384c41ca3b0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-873b4d6b-ebbf-40aa-aca7-7384c41ca3b0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-873b4d6b-ebbf-40aa-aca7-7384c41ca3b0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-2d9f5026-4c74-418b-a9c7-e5ca4bdf18e4 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-2d9f5026-4c74-418b-a9c7-e5ca4bdf18e4 {
  display: none;
}
#s-2d9f5026-4c74-418b-a9c7-e5ca4bdf18e4, #wrap-s-2d9f5026-4c74-418b-a9c7-e5ca4bdf18e4, #wrap-content-s-2d9f5026-4c74-418b-a9c7-e5ca4bdf18e4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2d9f5026-4c74-418b-a9c7-e5ca4bdf18e4 {
  display: none;
}
#s-2d9f5026-4c74-418b-a9c7-e5ca4bdf18e4, #wrap-s-2d9f5026-4c74-418b-a9c7-e5ca4bdf18e4, #wrap-content-s-2d9f5026-4c74-418b-a9c7-e5ca4bdf18e4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2d9f5026-4c74-418b-a9c7-e5ca4bdf18e4 {
  display: none;
}
#s-2d9f5026-4c74-418b-a9c7-e5ca4bdf18e4, #wrap-s-2d9f5026-4c74-418b-a9c7-e5ca4bdf18e4, #wrap-content-s-2d9f5026-4c74-418b-a9c7-e5ca4bdf18e4 { display: none !important; }}@media (max-width: 767px){#s-2d9f5026-4c74-418b-a9c7-e5ca4bdf18e4 {
  display: none;
}
#s-2d9f5026-4c74-418b-a9c7-e5ca4bdf18e4, #wrap-s-2d9f5026-4c74-418b-a9c7-e5ca4bdf18e4, #wrap-content-s-2d9f5026-4c74-418b-a9c7-e5ca4bdf18e4 { display: none !important; }}
#s-2d9f5026-4c74-418b-a9c7-e5ca4bdf18e4 hr {
  border-top: 2px solid #ddd;
}

#s-9cf10544-9a65-446d-8fa0-3100b3e310b7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-9cf10544-9a65-446d-8fa0-3100b3e310b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9cf10544-9a65-446d-8fa0-3100b3e310b7.shg-box.shg-c {
  justify-content: center;
}

#s-99a36cdc-c2df-44db-9e97-28c4006b74a7 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-99a36cdc-c2df-44db-9e97-28c4006b74a7 .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  500 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 19px;
  line-height: 1em;
  letter-spacing: 0px;
  
}



#s-17d9cabf-49d2-48d5-88ff-bfbe833cf390 {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 7px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-17d9cabf-49d2-48d5-88ff-bfbe833cf390 {
  margin-left: 8%;
margin-right: 8%;
}
}
#s-17d9cabf-49d2-48d5-88ff-bfbe833cf390 .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-17d9cabf-49d2-48d5-88ff-bfbe833cf390 .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  
  
}


}
#s-045a1db0-a3c8-4df3-833a-d941900418ee {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(236, 90, 30, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-045a1db0-a3c8-4df3-833a-d941900418ee:hover {background-color: rgba(236, 90, 30, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-045a1db0-a3c8-4df3-833a-d941900418ee:active {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-045a1db0-a3c8-4df3-833a-d941900418ee-root {
    text-align: center;
  }


#s-045a1db0-a3c8-4df3-833a-d941900418ee.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 500;
  
  font-family: Zilla Slab;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-045a1db0-a3c8-4df3-833a-d941900418ee-root {
    text-align: center;
  }


#s-045a1db0-a3c8-4df3-833a-d941900418ee.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 500;
  
  font-family: Zilla Slab;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-045a1db0-a3c8-4df3-833a-d941900418ee-root {
    text-align: center;
  }


#s-045a1db0-a3c8-4df3-833a-d941900418ee.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 500;
  
  font-family: Zilla Slab;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-045a1db0-a3c8-4df3-833a-d941900418ee-root {
    text-align: center;
  }


#s-045a1db0-a3c8-4df3-833a-d941900418ee.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 500;
  
  font-family: Zilla Slab;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-045a1db0-a3c8-4df3-833a-d941900418ee-root {
    text-align: center;
  }


#s-045a1db0-a3c8-4df3-833a-d941900418ee.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 500;
  
  font-family: Zilla Slab;
  display:  inline-block ;
}
}
#s-0790e265-6111-46c8-b363-17c2c5d240c2 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

#s-13a1e113-428e-4baf-a48e-e088e9fc909c {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-13a1e113-428e-4baf-a48e-e088e9fc909c {
  display: unset;
}
#s-13a1e113-428e-4baf-a48e-e088e9fc909c, #wrap-s-13a1e113-428e-4baf-a48e-e088e9fc909c, #wrap-content-s-13a1e113-428e-4baf-a48e-e088e9fc909c { display: unset !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-13a1e113-428e-4baf-a48e-e088e9fc909c {
  display: unset;
}
#s-13a1e113-428e-4baf-a48e-e088e9fc909c, #wrap-s-13a1e113-428e-4baf-a48e-e088e9fc909c, #wrap-content-s-13a1e113-428e-4baf-a48e-e088e9fc909c { display: unset !important; }}@media (max-width: 767px){#s-13a1e113-428e-4baf-a48e-e088e9fc909c {
  display: unset;
}
#s-13a1e113-428e-4baf-a48e-e088e9fc909c, #wrap-s-13a1e113-428e-4baf-a48e-e088e9fc909c, #wrap-content-s-13a1e113-428e-4baf-a48e-e088e9fc909c { display: unset !important; }}







#s-13a1e113-428e-4baf-a48e-e088e9fc909c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-13a1e113-428e-4baf-a48e-e088e9fc909c {
  cursor: pointer;
}#s-13a1e113-428e-4baf-a48e-e088e9fc909c.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-865b18c0-75ff-405c-a607-43b5ab062669"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-865b18c0-75ff-405c-a607-43b5ab062669"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-865b18c0-75ff-405c-a607-43b5ab062669"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-865b18c0-75ff-405c-a607-43b5ab062669"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-865b18c0-75ff-405c-a607-43b5ab062669"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-7cfaaa5d-acd9-4615-8a29-2d8500fb97d2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-7cfaaa5d-acd9-4615-8a29-2d8500fb97d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7cfaaa5d-acd9-4615-8a29-2d8500fb97d2.shg-box.shg-c {
  justify-content: center;
}

#s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be {
  margin-left: 0%;
margin-right: 0%;
max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}

#s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be {
  margin: 0 !important;
  overflow: visible;
}

#s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

.shg-image-content-margin-container-s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be img.shogun-image {
  /* Add background color handling */
  
}

#s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be .shogun-image-content {
  
    justify-content: center;
  
}

.s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be.shogun-image {
  box-sizing: border-box;
}



.s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be.shogun-image-container {
      position: relative;
    }

    .s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

@media (min-width: 1200px){#s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be {
  margin: 0 !important;
  overflow: visible;
}

#s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be img.shogun-image {
  /* Add background color handling */
  
}

#s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be .shogun-image-content {
  
    justify-content: center;
  
}

.s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be.shogun-image {
  box-sizing: border-box;
}



.s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be.shogun-image-container {
      position: relative;
    }

    .s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be {
  margin: 0 !important;
  overflow: visible;
}

#s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be img.shogun-image {
  /* Add background color handling */
  
}

#s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be .shogun-image-content {
  
    justify-content: center;
  
}

.s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be.shogun-image {
  box-sizing: border-box;
}



.s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be.shogun-image-container {
      position: relative;
    }

    .s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be {
  margin: 0 !important;
  overflow: visible;
}

#s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be img.shogun-image {
  /* Add background color handling */
  
}

#s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be .shogun-image-content {
  
    justify-content: center;
  
}

.s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be.shogun-image {
  box-sizing: border-box;
}



.s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be.shogun-image-container {
      position: relative;
    }

    .s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (max-width: 767px){#s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be {
  margin: 0 !important;
  overflow: visible;
}

#s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be img.shogun-image {
  /* Add background color handling */
  
}

#s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be .shogun-image-content {
  
    justify-content: center;
  
}

.s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be.shogun-image {
  box-sizing: border-box;
}



.s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be.shogun-image-container {
      position: relative;
    }

    .s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c45d4a5-9bfc-447f-a3c5-2693eefb15be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}
#s-75d6a684-5fbd-4577-a306-7a4872dd9982 {
  margin-left: auto;
margin-right: auto;
max-width: 2500px;
aspect-ratio: 1/1;
text-align: center;
}

#s-75d6a684-5fbd-4577-a306-7a4872dd9982 {
  margin: 0 !important;
  overflow: visible;
}

#s-75d6a684-5fbd-4577-a306-7a4872dd9982-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-75d6a684-5fbd-4577-a306-7a4872dd9982 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-75d6a684-5fbd-4577-a306-7a4872dd9982 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-75d6a684-5fbd-4577-a306-7a4872dd9982 img.shogun-image {
  /* Add background color handling */
  
}

#s-75d6a684-5fbd-4577-a306-7a4872dd9982 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-75d6a684-5fbd-4577-a306-7a4872dd9982 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-75d6a684-5fbd-4577-a306-7a4872dd9982 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-75d6a684-5fbd-4577-a306-7a4872dd9982 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-75d6a684-5fbd-4577-a306-7a4872dd9982.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-75d6a684-5fbd-4577-a306-7a4872dd9982 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2500px;
  }



  img.s-75d6a684-5fbd-4577-a306-7a4872dd9982.shogun-image {
    
    
    
    max-height: 2500px;
  }


.s-75d6a684-5fbd-4577-a306-7a4872dd9982 .shogun-image-content {
  
    justify-content: center;
  
}

.s-75d6a684-5fbd-4577-a306-7a4872dd9982.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75d6a684-5fbd-4577-a306-7a4872dd9982.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75d6a684-5fbd-4577-a306-7a4872dd9982.shogun-image {
  box-sizing: border-box;
}



.s-75d6a684-5fbd-4577-a306-7a4872dd9982 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-75d6a684-5fbd-4577-a306-7a4872dd9982 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-75d6a684-5fbd-4577-a306-7a4872dd9982.shogun-image-container {
      position: relative;
    }

    .s-75d6a684-5fbd-4577-a306-7a4872dd9982.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-75d6a684-5fbd-4577-a306-7a4872dd9982.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-75d6a684-5fbd-4577-a306-7a4872dd9982 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2500px;
    }
  }

@media (min-width: 1200px){#s-75d6a684-5fbd-4577-a306-7a4872dd9982 {
  margin: 0 !important;
  overflow: visible;
}

#s-75d6a684-5fbd-4577-a306-7a4872dd9982-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-75d6a684-5fbd-4577-a306-7a4872dd9982 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-75d6a684-5fbd-4577-a306-7a4872dd9982 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-75d6a684-5fbd-4577-a306-7a4872dd9982 img.shogun-image {
  /* Add background color handling */
  
}

#s-75d6a684-5fbd-4577-a306-7a4872dd9982 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-75d6a684-5fbd-4577-a306-7a4872dd9982 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-75d6a684-5fbd-4577-a306-7a4872dd9982 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-75d6a684-5fbd-4577-a306-7a4872dd9982 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-75d6a684-5fbd-4577-a306-7a4872dd9982.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-75d6a684-5fbd-4577-a306-7a4872dd9982 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2500px;
  }



  img.s-75d6a684-5fbd-4577-a306-7a4872dd9982.shogun-image {
    
    
    
    max-height: 2500px;
  }


.s-75d6a684-5fbd-4577-a306-7a4872dd9982 .shogun-image-content {
  
    justify-content: center;
  
}

.s-75d6a684-5fbd-4577-a306-7a4872dd9982.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75d6a684-5fbd-4577-a306-7a4872dd9982.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75d6a684-5fbd-4577-a306-7a4872dd9982.shogun-image {
  box-sizing: border-box;
}



.s-75d6a684-5fbd-4577-a306-7a4872dd9982 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-75d6a684-5fbd-4577-a306-7a4872dd9982 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-75d6a684-5fbd-4577-a306-7a4872dd9982.shogun-image-container {
      position: relative;
    }

    .s-75d6a684-5fbd-4577-a306-7a4872dd9982.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-75d6a684-5fbd-4577-a306-7a4872dd9982.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-75d6a684-5fbd-4577-a306-7a4872dd9982 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-75d6a684-5fbd-4577-a306-7a4872dd9982 {
  margin: 0 !important;
  overflow: visible;
}

#s-75d6a684-5fbd-4577-a306-7a4872dd9982-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-75d6a684-5fbd-4577-a306-7a4872dd9982 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-75d6a684-5fbd-4577-a306-7a4872dd9982 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-75d6a684-5fbd-4577-a306-7a4872dd9982 img.shogun-image {
  /* Add background color handling */
  
}

#s-75d6a684-5fbd-4577-a306-7a4872dd9982 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-75d6a684-5fbd-4577-a306-7a4872dd9982 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-75d6a684-5fbd-4577-a306-7a4872dd9982 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-75d6a684-5fbd-4577-a306-7a4872dd9982 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-75d6a684-5fbd-4577-a306-7a4872dd9982.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-75d6a684-5fbd-4577-a306-7a4872dd9982 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2500px;
  }



  img.s-75d6a684-5fbd-4577-a306-7a4872dd9982.shogun-image {
    
    
    
    max-height: 2500px;
  }


.s-75d6a684-5fbd-4577-a306-7a4872dd9982 .shogun-image-content {
  
    justify-content: center;
  
}

.s-75d6a684-5fbd-4577-a306-7a4872dd9982.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75d6a684-5fbd-4577-a306-7a4872dd9982.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75d6a684-5fbd-4577-a306-7a4872dd9982.shogun-image {
  box-sizing: border-box;
}



.s-75d6a684-5fbd-4577-a306-7a4872dd9982 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-75d6a684-5fbd-4577-a306-7a4872dd9982 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-75d6a684-5fbd-4577-a306-7a4872dd9982.shogun-image-container {
      position: relative;
    }

    .s-75d6a684-5fbd-4577-a306-7a4872dd9982.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-75d6a684-5fbd-4577-a306-7a4872dd9982.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-75d6a684-5fbd-4577-a306-7a4872dd9982 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-75d6a684-5fbd-4577-a306-7a4872dd9982 {
  margin: 0 !important;
  overflow: visible;
}

#s-75d6a684-5fbd-4577-a306-7a4872dd9982-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-75d6a684-5fbd-4577-a306-7a4872dd9982 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-75d6a684-5fbd-4577-a306-7a4872dd9982 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-75d6a684-5fbd-4577-a306-7a4872dd9982 img.shogun-image {
  /* Add background color handling */
  
}

#s-75d6a684-5fbd-4577-a306-7a4872dd9982 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-75d6a684-5fbd-4577-a306-7a4872dd9982 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-75d6a684-5fbd-4577-a306-7a4872dd9982 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-75d6a684-5fbd-4577-a306-7a4872dd9982 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-75d6a684-5fbd-4577-a306-7a4872dd9982.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-75d6a684-5fbd-4577-a306-7a4872dd9982 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2500px;
  }



  img.s-75d6a684-5fbd-4577-a306-7a4872dd9982.shogun-image {
    
    
    
    max-height: 2500px;
  }


.s-75d6a684-5fbd-4577-a306-7a4872dd9982 .shogun-image-content {
  
    justify-content: center;
  
}

.s-75d6a684-5fbd-4577-a306-7a4872dd9982.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75d6a684-5fbd-4577-a306-7a4872dd9982.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75d6a684-5fbd-4577-a306-7a4872dd9982.shogun-image {
  box-sizing: border-box;
}



.s-75d6a684-5fbd-4577-a306-7a4872dd9982 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-75d6a684-5fbd-4577-a306-7a4872dd9982 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-75d6a684-5fbd-4577-a306-7a4872dd9982.shogun-image-container {
      position: relative;
    }

    .s-75d6a684-5fbd-4577-a306-7a4872dd9982.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-75d6a684-5fbd-4577-a306-7a4872dd9982.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-75d6a684-5fbd-4577-a306-7a4872dd9982 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2500px;
    }
  }

}@media (max-width: 767px){#s-75d6a684-5fbd-4577-a306-7a4872dd9982 {
  margin: 0 !important;
  overflow: visible;
}

#s-75d6a684-5fbd-4577-a306-7a4872dd9982-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-75d6a684-5fbd-4577-a306-7a4872dd9982 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-75d6a684-5fbd-4577-a306-7a4872dd9982 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-75d6a684-5fbd-4577-a306-7a4872dd9982 img.shogun-image {
  /* Add background color handling */
  
}

#s-75d6a684-5fbd-4577-a306-7a4872dd9982 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-75d6a684-5fbd-4577-a306-7a4872dd9982 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-75d6a684-5fbd-4577-a306-7a4872dd9982 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-75d6a684-5fbd-4577-a306-7a4872dd9982 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-75d6a684-5fbd-4577-a306-7a4872dd9982.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-75d6a684-5fbd-4577-a306-7a4872dd9982 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2500px;
  }



  img.s-75d6a684-5fbd-4577-a306-7a4872dd9982.shogun-image {
    
    
    
    max-height: 2500px;
  }


.s-75d6a684-5fbd-4577-a306-7a4872dd9982 .shogun-image-content {
  
    justify-content: center;
  
}

.s-75d6a684-5fbd-4577-a306-7a4872dd9982.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75d6a684-5fbd-4577-a306-7a4872dd9982.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75d6a684-5fbd-4577-a306-7a4872dd9982.shogun-image {
  box-sizing: border-box;
}



.s-75d6a684-5fbd-4577-a306-7a4872dd9982 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-75d6a684-5fbd-4577-a306-7a4872dd9982 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-75d6a684-5fbd-4577-a306-7a4872dd9982.shogun-image-container {
      position: relative;
    }

    .s-75d6a684-5fbd-4577-a306-7a4872dd9982.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-75d6a684-5fbd-4577-a306-7a4872dd9982.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-75d6a684-5fbd-4577-a306-7a4872dd9982 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2500px;
    }
  }

}
#s-0b6034fc-c1fd-4d16-9f4b-677af70569ae {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0b6034fc-c1fd-4d16-9f4b-677af70569ae {
  margin-top: 3px;
}
}
#s-0b6034fc-c1fd-4d16-9f4b-677af70569ae .shogun-heading-component h1 {
  color: rgba(236, 90, 30, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  letter-spacing: 0px;
  
}



#s-6ff57318-0594-48f3-a27e-e180f9070bb7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6ff57318-0594-48f3-a27e-e180f9070bb7 {
  margin-top: 10px;
margin-bottom: 10px;
display: unset;
}
#s-6ff57318-0594-48f3-a27e-e180f9070bb7, #wrap-s-6ff57318-0594-48f3-a27e-e180f9070bb7, #wrap-content-s-6ff57318-0594-48f3-a27e-e180f9070bb7 { display: unset !important; }}@media (max-width: 767px){#s-6ff57318-0594-48f3-a27e-e180f9070bb7 {
  padding-top: 5px;
padding-bottom: 5px;
}
}
#s-6ff57318-0594-48f3-a27e-e180f9070bb7 .shogun-heading-component h2 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 1px;
  
}



#s-32c58830-2c4e-4a36-8a26-161521c79d09 {
  margin-left: 14%;
margin-right: 14%;
padding-top: 3px;
padding-bottom: 3px;
text-align: center;
}
@media (min-width: 1200px){#s-32c58830-2c4e-4a36-8a26-161521c79d09 {
  margin-left: 20%;
margin-right: 20%;
display: none;
}
#s-32c58830-2c4e-4a36-8a26-161521c79d09, #wrap-s-32c58830-2c4e-4a36-8a26-161521c79d09, #wrap-content-s-32c58830-2c4e-4a36-8a26-161521c79d09 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-32c58830-2c4e-4a36-8a26-161521c79d09 {
  display: none;
}
#s-32c58830-2c4e-4a36-8a26-161521c79d09, #wrap-s-32c58830-2c4e-4a36-8a26-161521c79d09, #wrap-content-s-32c58830-2c4e-4a36-8a26-161521c79d09 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-32c58830-2c4e-4a36-8a26-161521c79d09 {
  margin-left: 6%;
margin-right: 6%;
}
}@media (max-width: 767px){#s-32c58830-2c4e-4a36-8a26-161521c79d09 {
  display: none;
}
#s-32c58830-2c4e-4a36-8a26-161521c79d09, #wrap-s-32c58830-2c4e-4a36-8a26-161521c79d09, #wrap-content-s-32c58830-2c4e-4a36-8a26-161521c79d09 { display: none !important; }}
#s-32c58830-2c4e-4a36-8a26-161521c79d09 .shogun-heading-component h1 {
  color: rgba(236, 90, 30, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 100px;
  line-height: 1em;
  
  
}



#s-68081e7f-e69c-42f8-a23f-4759082d1d65 {
  margin-left: 14%;
margin-right: 14%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-68081e7f-e69c-42f8-a23f-4759082d1d65 {
  margin-left: 20%;
margin-right: 20%;
display: none;
}
#s-68081e7f-e69c-42f8-a23f-4759082d1d65, #wrap-s-68081e7f-e69c-42f8-a23f-4759082d1d65, #wrap-content-s-68081e7f-e69c-42f8-a23f-4759082d1d65 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-68081e7f-e69c-42f8-a23f-4759082d1d65 {
  display: none;
}
#s-68081e7f-e69c-42f8-a23f-4759082d1d65, #wrap-s-68081e7f-e69c-42f8-a23f-4759082d1d65, #wrap-content-s-68081e7f-e69c-42f8-a23f-4759082d1d65 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-68081e7f-e69c-42f8-a23f-4759082d1d65 {
  margin-left: 6%;
margin-right: 6%;
}
}@media (max-width: 767px){#s-68081e7f-e69c-42f8-a23f-4759082d1d65 {
  display: none;
}
#s-68081e7f-e69c-42f8-a23f-4759082d1d65, #wrap-s-68081e7f-e69c-42f8-a23f-4759082d1d65, #wrap-content-s-68081e7f-e69c-42f8-a23f-4759082d1d65 { display: none !important; }}
#s-68081e7f-e69c-42f8-a23f-4759082d1d65 .shogun-heading-component h1 {
  color: rgba(236, 90, 30, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 39px;
  line-height: 1em;
  
  
}



#s-74a0f72f-0975-490e-892d-831a2a72db45 {
  margin-left: 14%;
margin-right: 14%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-74a0f72f-0975-490e-892d-831a2a72db45 {
  margin-left: 16%;
margin-right: 16%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-74a0f72f-0975-490e-892d-831a2a72db45 {
  margin-left: 12%;
margin-right: 12%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-74a0f72f-0975-490e-892d-831a2a72db45 {
  margin-left: 6%;
margin-right: 6%;
display: none;
}
#s-74a0f72f-0975-490e-892d-831a2a72db45, #wrap-s-74a0f72f-0975-490e-892d-831a2a72db45, #wrap-content-s-74a0f72f-0975-490e-892d-831a2a72db45 { display: none !important; }}@media (max-width: 767px){#s-74a0f72f-0975-490e-892d-831a2a72db45 {
  margin-left: 7%;
margin-right: 7%;
}
}
#s-74a0f72f-0975-490e-892d-831a2a72db45 .shogun-heading-component h1 {
  color: rgba(236, 90, 30, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 120px;
  line-height: 1em;
  
  
}



#s-e22a6a1e-fe48-4b05-a0ea-3737f8f8144a {
  margin-left: 14%;
margin-right: 14%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-e22a6a1e-fe48-4b05-a0ea-3737f8f8144a {
  margin-left: 16%;
margin-right: 16%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e22a6a1e-fe48-4b05-a0ea-3737f8f8144a {
  margin-left: 12%;
margin-right: 12%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e22a6a1e-fe48-4b05-a0ea-3737f8f8144a {
  margin-left: 6%;
margin-right: 6%;
display: none;
}
#s-e22a6a1e-fe48-4b05-a0ea-3737f8f8144a, #wrap-s-e22a6a1e-fe48-4b05-a0ea-3737f8f8144a, #wrap-content-s-e22a6a1e-fe48-4b05-a0ea-3737f8f8144a { display: none !important; }}@media (max-width: 767px){#s-e22a6a1e-fe48-4b05-a0ea-3737f8f8144a {
  margin-left: 7%;
margin-bottom: 13px;
margin-right: 7%;
}
}
#s-e22a6a1e-fe48-4b05-a0ea-3737f8f8144a .shogun-heading-component h1 {
  color: rgba(236, 90, 30, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 44px;
  line-height: 1em;
  
  
}


@media (max-width: 767px){#s-e22a6a1e-fe48-4b05-a0ea-3737f8f8144a .shogun-heading-component h1 {
  color: rgba(236, 90, 30, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 33px;
  line-height: 0.5em;
  
  
}


}
#s-667918fb-ef10-411f-bd12-3383f152a6d4 {
  margin-top: 29px;
margin-left: auto;
margin-bottom: 29px;
margin-right: auto;
padding-top: 6px;
padding-left: 17px;
padding-bottom: 6px;
padding-right: 17px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
}
#s-667918fb-ef10-411f-bd12-3383f152a6d4:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-667918fb-ef10-411f-bd12-3383f152a6d4:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-667918fb-ef10-411f-bd12-3383f152a6d4 {
  margin-top: 13px;
margin-bottom: 13px;
line-height: 1em;
}
}@media (max-width: 767px){#s-667918fb-ef10-411f-bd12-3383f152a6d4 {
  margin-top: 8px;
margin-bottom: 28px;
}
}

  #s-667918fb-ef10-411f-bd12-3383f152a6d4-root {
    text-align: center;
  }


#s-667918fb-ef10-411f-bd12-3383f152a6d4.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-667918fb-ef10-411f-bd12-3383f152a6d4-root {
    text-align: center;
  }


#s-667918fb-ef10-411f-bd12-3383f152a6d4.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-667918fb-ef10-411f-bd12-3383f152a6d4-root {
    text-align: center;
  }


#s-667918fb-ef10-411f-bd12-3383f152a6d4.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-667918fb-ef10-411f-bd12-3383f152a6d4-root {
    text-align: center;
  }


#s-667918fb-ef10-411f-bd12-3383f152a6d4.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-667918fb-ef10-411f-bd12-3383f152a6d4-root {
    text-align: center;
  }


#s-667918fb-ef10-411f-bd12-3383f152a6d4.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-16a76560-079e-42d1-af03-d9ec835d17c9 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-16a76560-079e-42d1-af03-d9ec835d17c9 {
  display: unset;
}
#s-16a76560-079e-42d1-af03-d9ec835d17c9, #wrap-s-16a76560-079e-42d1-af03-d9ec835d17c9, #wrap-content-s-16a76560-079e-42d1-af03-d9ec835d17c9 { display: unset !important; }}







#s-16a76560-079e-42d1-af03-d9ec835d17c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-16a76560-079e-42d1-af03-d9ec835d17c9 {
  cursor: pointer;
}#s-16a76560-079e-42d1-af03-d9ec835d17c9.shg-box.shg-c {
  justify-content: center;
}

#s-0d47330e-e118-415c-b342-4c964e858b97 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 2048/564;
text-align: center;
}
@media (max-width: 767px){#s-0d47330e-e118-415c-b342-4c964e858b97 {
  display: none;
}
#s-0d47330e-e118-415c-b342-4c964e858b97, #wrap-s-0d47330e-e118-415c-b342-4c964e858b97, #wrap-content-s-0d47330e-e118-415c-b342-4c964e858b97 { display: none !important; }}
#s-0d47330e-e118-415c-b342-4c964e858b97 {
  margin: 0 !important;
  overflow: visible;
}

#s-0d47330e-e118-415c-b342-4c964e858b97-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0d47330e-e118-415c-b342-4c964e858b97 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0d47330e-e118-415c-b342-4c964e858b97 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0d47330e-e118-415c-b342-4c964e858b97 img.shogun-image {
  /* Add background color handling */
  
}

#s-0d47330e-e118-415c-b342-4c964e858b97 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0d47330e-e118-415c-b342-4c964e858b97 .shg-image-content-wrapper {
      aspect-ratio: 2048/564;
      min-width: 100%;
      height: auto;
    }

    #s-0d47330e-e118-415c-b342-4c964e858b97 .shogun-image-link {
      aspect-ratio: 2048/564;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0d47330e-e118-415c-b342-4c964e858b97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0d47330e-e118-415c-b342-4c964e858b97.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0d47330e-e118-415c-b342-4c964e858b97 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-0d47330e-e118-415c-b342-4c964e858b97.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-0d47330e-e118-415c-b342-4c964e858b97 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0d47330e-e118-415c-b342-4c964e858b97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d47330e-e118-415c-b342-4c964e858b97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d47330e-e118-415c-b342-4c964e858b97.shogun-image {
  box-sizing: border-box;
}



.s-0d47330e-e118-415c-b342-4c964e858b97 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0d47330e-e118-415c-b342-4c964e858b97 {
      --shg-aspect-ratio: calc(2048/564); 
    }

    .s-0d47330e-e118-415c-b342-4c964e858b97.shogun-image-container {
      position: relative;
    }

    .s-0d47330e-e118-415c-b342-4c964e858b97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d47330e-e118-415c-b342-4c964e858b97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d47330e-e118-415c-b342-4c964e858b97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-0d47330e-e118-415c-b342-4c964e858b97 {
  margin: 0 !important;
  overflow: visible;
}

#s-0d47330e-e118-415c-b342-4c964e858b97-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0d47330e-e118-415c-b342-4c964e858b97 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0d47330e-e118-415c-b342-4c964e858b97 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0d47330e-e118-415c-b342-4c964e858b97 img.shogun-image {
  /* Add background color handling */
  
}

#s-0d47330e-e118-415c-b342-4c964e858b97 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0d47330e-e118-415c-b342-4c964e858b97 .shg-image-content-wrapper {
      aspect-ratio: 2048/564;
      min-width: 100%;
      height: auto;
    }

    #s-0d47330e-e118-415c-b342-4c964e858b97 .shogun-image-link {
      aspect-ratio: 2048/564;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0d47330e-e118-415c-b342-4c964e858b97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0d47330e-e118-415c-b342-4c964e858b97.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0d47330e-e118-415c-b342-4c964e858b97 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-0d47330e-e118-415c-b342-4c964e858b97.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-0d47330e-e118-415c-b342-4c964e858b97 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0d47330e-e118-415c-b342-4c964e858b97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d47330e-e118-415c-b342-4c964e858b97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d47330e-e118-415c-b342-4c964e858b97.shogun-image {
  box-sizing: border-box;
}



.s-0d47330e-e118-415c-b342-4c964e858b97 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0d47330e-e118-415c-b342-4c964e858b97 {
      --shg-aspect-ratio: calc(2048/564); 
    }

    .s-0d47330e-e118-415c-b342-4c964e858b97.shogun-image-container {
      position: relative;
    }

    .s-0d47330e-e118-415c-b342-4c964e858b97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d47330e-e118-415c-b342-4c964e858b97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d47330e-e118-415c-b342-4c964e858b97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0d47330e-e118-415c-b342-4c964e858b97 {
  margin: 0 !important;
  overflow: visible;
}

#s-0d47330e-e118-415c-b342-4c964e858b97-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0d47330e-e118-415c-b342-4c964e858b97 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0d47330e-e118-415c-b342-4c964e858b97 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0d47330e-e118-415c-b342-4c964e858b97 img.shogun-image {
  /* Add background color handling */
  
}

#s-0d47330e-e118-415c-b342-4c964e858b97 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0d47330e-e118-415c-b342-4c964e858b97 .shg-image-content-wrapper {
      aspect-ratio: 2048/564;
      min-width: 100%;
      height: auto;
    }

    #s-0d47330e-e118-415c-b342-4c964e858b97 .shogun-image-link {
      aspect-ratio: 2048/564;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0d47330e-e118-415c-b342-4c964e858b97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0d47330e-e118-415c-b342-4c964e858b97.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0d47330e-e118-415c-b342-4c964e858b97 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-0d47330e-e118-415c-b342-4c964e858b97.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-0d47330e-e118-415c-b342-4c964e858b97 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0d47330e-e118-415c-b342-4c964e858b97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d47330e-e118-415c-b342-4c964e858b97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d47330e-e118-415c-b342-4c964e858b97.shogun-image {
  box-sizing: border-box;
}



.s-0d47330e-e118-415c-b342-4c964e858b97 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0d47330e-e118-415c-b342-4c964e858b97 {
      --shg-aspect-ratio: calc(2048/564); 
    }

    .s-0d47330e-e118-415c-b342-4c964e858b97.shogun-image-container {
      position: relative;
    }

    .s-0d47330e-e118-415c-b342-4c964e858b97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d47330e-e118-415c-b342-4c964e858b97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d47330e-e118-415c-b342-4c964e858b97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0d47330e-e118-415c-b342-4c964e858b97 {
  margin: 0 !important;
  overflow: visible;
}

#s-0d47330e-e118-415c-b342-4c964e858b97-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0d47330e-e118-415c-b342-4c964e858b97 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0d47330e-e118-415c-b342-4c964e858b97 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0d47330e-e118-415c-b342-4c964e858b97 img.shogun-image {
  /* Add background color handling */
  
}

#s-0d47330e-e118-415c-b342-4c964e858b97 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0d47330e-e118-415c-b342-4c964e858b97 .shg-image-content-wrapper {
      aspect-ratio: 2048/564;
      min-width: 100%;
      height: auto;
    }

    #s-0d47330e-e118-415c-b342-4c964e858b97 .shogun-image-link {
      aspect-ratio: 2048/564;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0d47330e-e118-415c-b342-4c964e858b97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0d47330e-e118-415c-b342-4c964e858b97.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0d47330e-e118-415c-b342-4c964e858b97 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-0d47330e-e118-415c-b342-4c964e858b97.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-0d47330e-e118-415c-b342-4c964e858b97 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0d47330e-e118-415c-b342-4c964e858b97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d47330e-e118-415c-b342-4c964e858b97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d47330e-e118-415c-b342-4c964e858b97.shogun-image {
  box-sizing: border-box;
}



.s-0d47330e-e118-415c-b342-4c964e858b97 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0d47330e-e118-415c-b342-4c964e858b97 {
      --shg-aspect-ratio: calc(2048/564); 
    }

    .s-0d47330e-e118-415c-b342-4c964e858b97.shogun-image-container {
      position: relative;
    }

    .s-0d47330e-e118-415c-b342-4c964e858b97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d47330e-e118-415c-b342-4c964e858b97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d47330e-e118-415c-b342-4c964e858b97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-0d47330e-e118-415c-b342-4c964e858b97 {
  margin: 0 !important;
  overflow: visible;
}

#s-0d47330e-e118-415c-b342-4c964e858b97-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0d47330e-e118-415c-b342-4c964e858b97 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0d47330e-e118-415c-b342-4c964e858b97 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0d47330e-e118-415c-b342-4c964e858b97 img.shogun-image {
  /* Add background color handling */
  
}

#s-0d47330e-e118-415c-b342-4c964e858b97 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0d47330e-e118-415c-b342-4c964e858b97 .shg-image-content-wrapper {
      aspect-ratio: 2048/564;
      min-width: 100%;
      height: auto;
    }

    #s-0d47330e-e118-415c-b342-4c964e858b97 .shogun-image-link {
      aspect-ratio: 2048/564;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0d47330e-e118-415c-b342-4c964e858b97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0d47330e-e118-415c-b342-4c964e858b97.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0d47330e-e118-415c-b342-4c964e858b97 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-0d47330e-e118-415c-b342-4c964e858b97.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-0d47330e-e118-415c-b342-4c964e858b97 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0d47330e-e118-415c-b342-4c964e858b97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d47330e-e118-415c-b342-4c964e858b97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d47330e-e118-415c-b342-4c964e858b97.shogun-image {
  box-sizing: border-box;
}



.s-0d47330e-e118-415c-b342-4c964e858b97 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0d47330e-e118-415c-b342-4c964e858b97 {
      --shg-aspect-ratio: calc(2048/564); 
    }

    .s-0d47330e-e118-415c-b342-4c964e858b97.shogun-image-container {
      position: relative;
    }

    .s-0d47330e-e118-415c-b342-4c964e858b97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d47330e-e118-415c-b342-4c964e858b97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d47330e-e118-415c-b342-4c964e858b97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-6922dbc4-c27e-4b79-beab-e370b7b8eebf {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-6922dbc4-c27e-4b79-beab-e370b7b8eebf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6922dbc4-c27e-4b79-beab-e370b7b8eebf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6922dbc4-c27e-4b79-beab-e370b7b8eebf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6922dbc4-c27e-4b79-beab-e370b7b8eebf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6922dbc4-c27e-4b79-beab-e370b7b8eebf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6922dbc4-c27e-4b79-beab-e370b7b8eebf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6922dbc4-c27e-4b79-beab-e370b7b8eebf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-6c0ab7b6-55f5-4448-815b-46fefd16b26f {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-6c0ab7b6-55f5-4448-815b-46fefd16b26f {
  display: none;
}
#s-6c0ab7b6-55f5-4448-815b-46fefd16b26f, #wrap-s-6c0ab7b6-55f5-4448-815b-46fefd16b26f, #wrap-content-s-6c0ab7b6-55f5-4448-815b-46fefd16b26f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6c0ab7b6-55f5-4448-815b-46fefd16b26f {
  display: none;
}
#s-6c0ab7b6-55f5-4448-815b-46fefd16b26f, #wrap-s-6c0ab7b6-55f5-4448-815b-46fefd16b26f, #wrap-content-s-6c0ab7b6-55f5-4448-815b-46fefd16b26f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6c0ab7b6-55f5-4448-815b-46fefd16b26f {
  display: none;
}
#s-6c0ab7b6-55f5-4448-815b-46fefd16b26f, #wrap-s-6c0ab7b6-55f5-4448-815b-46fefd16b26f, #wrap-content-s-6c0ab7b6-55f5-4448-815b-46fefd16b26f { display: none !important; }}@media (max-width: 767px){#s-6c0ab7b6-55f5-4448-815b-46fefd16b26f {
  display: none;
}
#s-6c0ab7b6-55f5-4448-815b-46fefd16b26f, #wrap-s-6c0ab7b6-55f5-4448-815b-46fefd16b26f, #wrap-content-s-6c0ab7b6-55f5-4448-815b-46fefd16b26f { display: none !important; }}
#s-6c0ab7b6-55f5-4448-815b-46fefd16b26f hr {
  border-top: 2px solid #ddd;
}

#s-6bc6ca1a-5f60-40c3-a2d1-c798f5461df5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-6bc6ca1a-5f60-40c3-a2d1-c798f5461df5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6bc6ca1a-5f60-40c3-a2d1-c798f5461df5.shg-box.shg-c {
  justify-content: center;
}

#s-3d82fd47-86db-425b-9837-22e96ca4265e {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
}

#s-3d82fd47-86db-425b-9837-22e96ca4265e .shogun-heading-component h3 {
  color: rgba(56, 56, 56, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  
}



#s-2321356b-5024-4537-869b-523bdb3921a4 {
  margin-left: 1%;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-2321356b-5024-4537-869b-523bdb3921a4 {
  display: none;
}
#s-2321356b-5024-4537-869b-523bdb3921a4, #wrap-s-2321356b-5024-4537-869b-523bdb3921a4, #wrap-content-s-2321356b-5024-4537-869b-523bdb3921a4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2321356b-5024-4537-869b-523bdb3921a4 {
  display: none;
}
#s-2321356b-5024-4537-869b-523bdb3921a4, #wrap-s-2321356b-5024-4537-869b-523bdb3921a4, #wrap-content-s-2321356b-5024-4537-869b-523bdb3921a4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2321356b-5024-4537-869b-523bdb3921a4 {
  margin-left: 7%;
margin-right: 7%;
}
}@media (max-width: 767px){#s-2321356b-5024-4537-869b-523bdb3921a4 {
  display: none;
}
#s-2321356b-5024-4537-869b-523bdb3921a4, #wrap-s-2321356b-5024-4537-869b-523bdb3921a4, #wrap-content-s-2321356b-5024-4537-869b-523bdb3921a4 { display: none !important; }}
#s-2321356b-5024-4537-869b-523bdb3921a4 .shogun-heading-component h3 {
  color: rgba(21, 44, 78, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1em;
  letter-spacing: 0px;
  
}



#s-acac7927-c797-40f7-bc13-4842a7bc2006 {
  margin-top: 4px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-acac7927-c797-40f7-bc13-4842a7bc2006 {
  margin-left: 12%;
margin-right: 12%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-acac7927-c797-40f7-bc13-4842a7bc2006 {
  margin-left: 8%;
margin-right: 8%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-acac7927-c797-40f7-bc13-4842a7bc2006 {
  display: none;
}
#s-acac7927-c797-40f7-bc13-4842a7bc2006, #wrap-s-acac7927-c797-40f7-bc13-4842a7bc2006, #wrap-content-s-acac7927-c797-40f7-bc13-4842a7bc2006 { display: none !important; }}
#s-acac7927-c797-40f7-bc13-4842a7bc2006 .shogun-heading-component h3 {
  color: rgba(21, 44, 78, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1em;
  letter-spacing: 0px;
  
}



#s-c935e8a0-abdb-4743-a001-80d5d7854820 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c935e8a0-abdb-4743-a001-80d5d7854820 {
  display: unset;
}
#s-c935e8a0-abdb-4743-a001-80d5d7854820, #wrap-s-c935e8a0-abdb-4743-a001-80d5d7854820, #wrap-content-s-c935e8a0-abdb-4743-a001-80d5d7854820 { display: unset !important; }}
#s-c935e8a0-abdb-4743-a001-80d5d7854820 .shogun-heading-component h3 {
  color: rgba(47, 47, 47, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-552bacec-1799-4d1e-9f0e-4027bf6f8a31 {
  margin-top: 7px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-552bacec-1799-4d1e-9f0e-4027bf6f8a31:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-552bacec-1799-4d1e-9f0e-4027bf6f8a31:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-552bacec-1799-4d1e-9f0e-4027bf6f8a31-root {
    text-align: center;
  }


#s-552bacec-1799-4d1e-9f0e-4027bf6f8a31.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-552bacec-1799-4d1e-9f0e-4027bf6f8a31-root {
    text-align: center;
  }


#s-552bacec-1799-4d1e-9f0e-4027bf6f8a31.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-552bacec-1799-4d1e-9f0e-4027bf6f8a31-root {
    text-align: center;
  }


#s-552bacec-1799-4d1e-9f0e-4027bf6f8a31.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-552bacec-1799-4d1e-9f0e-4027bf6f8a31-root {
    text-align: center;
  }


#s-552bacec-1799-4d1e-9f0e-4027bf6f8a31.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-552bacec-1799-4d1e-9f0e-4027bf6f8a31-root {
    text-align: center;
  }


#s-552bacec-1799-4d1e-9f0e-4027bf6f8a31.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-f19516b1-1f2d-4fc2-82c1-104b8794cdf6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-f19516b1-1f2d-4fc2-82c1-104b8794cdf6 {
  display: none;
}
#s-f19516b1-1f2d-4fc2-82c1-104b8794cdf6, #wrap-s-f19516b1-1f2d-4fc2-82c1-104b8794cdf6, #wrap-content-s-f19516b1-1f2d-4fc2-82c1-104b8794cdf6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f19516b1-1f2d-4fc2-82c1-104b8794cdf6 {
  display: none;
}
#s-f19516b1-1f2d-4fc2-82c1-104b8794cdf6, #wrap-s-f19516b1-1f2d-4fc2-82c1-104b8794cdf6, #wrap-content-s-f19516b1-1f2d-4fc2-82c1-104b8794cdf6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f19516b1-1f2d-4fc2-82c1-104b8794cdf6 {
  display: none;
}
#s-f19516b1-1f2d-4fc2-82c1-104b8794cdf6, #wrap-s-f19516b1-1f2d-4fc2-82c1-104b8794cdf6, #wrap-content-s-f19516b1-1f2d-4fc2-82c1-104b8794cdf6 { display: none !important; }}







#s-f19516b1-1f2d-4fc2-82c1-104b8794cdf6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f19516b1-1f2d-4fc2-82c1-104b8794cdf6.shg-box.shg-c {
  justify-content: center;
}

#s-fdf379ea-0ae4-4941-bc6c-cc522dae89f9 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 173, 25, 1);
}
@media (min-width: 1200px){#s-fdf379ea-0ae4-4941-bc6c-cc522dae89f9 {
  display: none;
}
#s-fdf379ea-0ae4-4941-bc6c-cc522dae89f9, #wrap-s-fdf379ea-0ae4-4941-bc6c-cc522dae89f9, #wrap-content-s-fdf379ea-0ae4-4941-bc6c-cc522dae89f9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fdf379ea-0ae4-4941-bc6c-cc522dae89f9 {
  display: none;
}
#s-fdf379ea-0ae4-4941-bc6c-cc522dae89f9, #wrap-s-fdf379ea-0ae4-4941-bc6c-cc522dae89f9, #wrap-content-s-fdf379ea-0ae4-4941-bc6c-cc522dae89f9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fdf379ea-0ae4-4941-bc6c-cc522dae89f9 {
  display: none;
}
#s-fdf379ea-0ae4-4941-bc6c-cc522dae89f9, #wrap-s-fdf379ea-0ae4-4941-bc6c-cc522dae89f9, #wrap-content-s-fdf379ea-0ae4-4941-bc6c-cc522dae89f9 { display: none !important; }}







#s-fdf379ea-0ae4-4941-bc6c-cc522dae89f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fdf379ea-0ae4-4941-bc6c-cc522dae89f9.shg-box.shg-c {
  justify-content: center;
}

#s-7729efdc-a5c1-4c89-9a31-65c20d8286f8 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7729efdc-a5c1-4c89-9a31-65c20d8286f8 {
  display: none;
}
#s-7729efdc-a5c1-4c89-9a31-65c20d8286f8, #wrap-s-7729efdc-a5c1-4c89-9a31-65c20d8286f8, #wrap-content-s-7729efdc-a5c1-4c89-9a31-65c20d8286f8 { display: none !important; }}
#s-7729efdc-a5c1-4c89-9a31-65c20d8286f8 .shogun-heading-component h3 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  line-height: 1.5em;
  letter-spacing: 0px;
  
}



#s-265205fe-9852-4677-9768-e49d38270136 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 6px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-265205fe-9852-4677-9768-e49d38270136 {
  margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
}
}
#s-265205fe-9852-4677-9768-e49d38270136 .shogun-heading-component h3 {
  color: rgba(21, 44, 78, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


@media (max-width: 767px){#s-265205fe-9852-4677-9768-e49d38270136 .shogun-heading-component h3 {
  color: rgba(21, 44, 78, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


}
#s-8a38898d-4873-4c1c-810d-a4337571d3a9 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-8a38898d-4873-4c1c-810d-a4337571d3a9 {
  display: none;
}
#s-8a38898d-4873-4c1c-810d-a4337571d3a9, #wrap-s-8a38898d-4873-4c1c-810d-a4337571d3a9, #wrap-content-s-8a38898d-4873-4c1c-810d-a4337571d3a9 { display: none !important; }}
#s-8a38898d-4873-4c1c-810d-a4337571d3a9 .shogun-heading-component h3 {
  color: rgba(52, 52, 52, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  
  line-height: 1.5em;
  letter-spacing: 0px;
  
}



#s-3ba6e905-84b7-483c-a0f3-e825cb55a698 {
  margin-top: 3px;
margin-left: 0%;
margin-right: auto;
max-width: 900px;
aspect-ratio: 900/527;
text-align: center;
}

#s-3ba6e905-84b7-483c-a0f3-e825cb55a698 {
  margin: 0 !important;
  overflow: visible;
}

#s-3ba6e905-84b7-483c-a0f3-e825cb55a698-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3ba6e905-84b7-483c-a0f3-e825cb55a698 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-3ba6e905-84b7-483c-a0f3-e825cb55a698 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3ba6e905-84b7-483c-a0f3-e825cb55a698 img.shogun-image {
  /* Add background color handling */
  
}

#s-3ba6e905-84b7-483c-a0f3-e825cb55a698 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ba6e905-84b7-483c-a0f3-e825cb55a698 .shg-image-content-wrapper {
      aspect-ratio: 900/527;
      min-width: 100%;
      height: auto;
    }

    #s-3ba6e905-84b7-483c-a0f3-e825cb55a698 .shogun-image-link {
      aspect-ratio: 900/527;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ba6e905-84b7-483c-a0f3-e825cb55a698 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ba6e905-84b7-483c-a0f3-e825cb55a698.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ba6e905-84b7-483c-a0f3-e825cb55a698 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-3ba6e905-84b7-483c-a0f3-e825cb55a698.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-3ba6e905-84b7-483c-a0f3-e825cb55a698 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ba6e905-84b7-483c-a0f3-e825cb55a698.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ba6e905-84b7-483c-a0f3-e825cb55a698.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ba6e905-84b7-483c-a0f3-e825cb55a698.shogun-image {
  box-sizing: border-box;
}



.s-3ba6e905-84b7-483c-a0f3-e825cb55a698 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3ba6e905-84b7-483c-a0f3-e825cb55a698 {
      --shg-aspect-ratio: calc(900/527); 
    }

    .s-3ba6e905-84b7-483c-a0f3-e825cb55a698.shogun-image-container {
      position: relative;
    }

    .s-3ba6e905-84b7-483c-a0f3-e825cb55a698.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ba6e905-84b7-483c-a0f3-e825cb55a698.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ba6e905-84b7-483c-a0f3-e825cb55a698 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

@media (min-width: 1200px){#s-3ba6e905-84b7-483c-a0f3-e825cb55a698 {
  margin: 0 !important;
  overflow: visible;
}

#s-3ba6e905-84b7-483c-a0f3-e825cb55a698-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3ba6e905-84b7-483c-a0f3-e825cb55a698 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3ba6e905-84b7-483c-a0f3-e825cb55a698 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3ba6e905-84b7-483c-a0f3-e825cb55a698 img.shogun-image {
  /* Add background color handling */
  
}

#s-3ba6e905-84b7-483c-a0f3-e825cb55a698 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ba6e905-84b7-483c-a0f3-e825cb55a698 .shg-image-content-wrapper {
      aspect-ratio: 900/527;
      min-width: 100%;
      height: auto;
    }

    #s-3ba6e905-84b7-483c-a0f3-e825cb55a698 .shogun-image-link {
      aspect-ratio: 900/527;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ba6e905-84b7-483c-a0f3-e825cb55a698 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ba6e905-84b7-483c-a0f3-e825cb55a698.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ba6e905-84b7-483c-a0f3-e825cb55a698 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-3ba6e905-84b7-483c-a0f3-e825cb55a698.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-3ba6e905-84b7-483c-a0f3-e825cb55a698 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ba6e905-84b7-483c-a0f3-e825cb55a698.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ba6e905-84b7-483c-a0f3-e825cb55a698.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ba6e905-84b7-483c-a0f3-e825cb55a698.shogun-image {
  box-sizing: border-box;
}



.s-3ba6e905-84b7-483c-a0f3-e825cb55a698 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3ba6e905-84b7-483c-a0f3-e825cb55a698 {
      --shg-aspect-ratio: calc(900/527); 
    }

    .s-3ba6e905-84b7-483c-a0f3-e825cb55a698.shogun-image-container {
      position: relative;
    }

    .s-3ba6e905-84b7-483c-a0f3-e825cb55a698.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ba6e905-84b7-483c-a0f3-e825cb55a698.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ba6e905-84b7-483c-a0f3-e825cb55a698 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3ba6e905-84b7-483c-a0f3-e825cb55a698 {
  margin: 0 !important;
  overflow: visible;
}

#s-3ba6e905-84b7-483c-a0f3-e825cb55a698-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3ba6e905-84b7-483c-a0f3-e825cb55a698 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3ba6e905-84b7-483c-a0f3-e825cb55a698 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3ba6e905-84b7-483c-a0f3-e825cb55a698 img.shogun-image {
  /* Add background color handling */
  
}

#s-3ba6e905-84b7-483c-a0f3-e825cb55a698 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ba6e905-84b7-483c-a0f3-e825cb55a698 .shg-image-content-wrapper {
      aspect-ratio: 900/527;
      min-width: 100%;
      height: auto;
    }

    #s-3ba6e905-84b7-483c-a0f3-e825cb55a698 .shogun-image-link {
      aspect-ratio: 900/527;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ba6e905-84b7-483c-a0f3-e825cb55a698 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ba6e905-84b7-483c-a0f3-e825cb55a698.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ba6e905-84b7-483c-a0f3-e825cb55a698 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-3ba6e905-84b7-483c-a0f3-e825cb55a698.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-3ba6e905-84b7-483c-a0f3-e825cb55a698 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ba6e905-84b7-483c-a0f3-e825cb55a698.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ba6e905-84b7-483c-a0f3-e825cb55a698.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ba6e905-84b7-483c-a0f3-e825cb55a698.shogun-image {
  box-sizing: border-box;
}



.s-3ba6e905-84b7-483c-a0f3-e825cb55a698 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3ba6e905-84b7-483c-a0f3-e825cb55a698 {
      --shg-aspect-ratio: calc(900/527); 
    }

    .s-3ba6e905-84b7-483c-a0f3-e825cb55a698.shogun-image-container {
      position: relative;
    }

    .s-3ba6e905-84b7-483c-a0f3-e825cb55a698.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ba6e905-84b7-483c-a0f3-e825cb55a698.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ba6e905-84b7-483c-a0f3-e825cb55a698 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3ba6e905-84b7-483c-a0f3-e825cb55a698 {
  margin: 0 !important;
  overflow: visible;
}

#s-3ba6e905-84b7-483c-a0f3-e825cb55a698-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3ba6e905-84b7-483c-a0f3-e825cb55a698 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3ba6e905-84b7-483c-a0f3-e825cb55a698 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3ba6e905-84b7-483c-a0f3-e825cb55a698 img.shogun-image {
  /* Add background color handling */
  
}

#s-3ba6e905-84b7-483c-a0f3-e825cb55a698 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ba6e905-84b7-483c-a0f3-e825cb55a698 .shg-image-content-wrapper {
      aspect-ratio: 900/527;
      min-width: 100%;
      height: auto;
    }

    #s-3ba6e905-84b7-483c-a0f3-e825cb55a698 .shogun-image-link {
      aspect-ratio: 900/527;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ba6e905-84b7-483c-a0f3-e825cb55a698 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ba6e905-84b7-483c-a0f3-e825cb55a698.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ba6e905-84b7-483c-a0f3-e825cb55a698 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-3ba6e905-84b7-483c-a0f3-e825cb55a698.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-3ba6e905-84b7-483c-a0f3-e825cb55a698 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ba6e905-84b7-483c-a0f3-e825cb55a698.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ba6e905-84b7-483c-a0f3-e825cb55a698.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ba6e905-84b7-483c-a0f3-e825cb55a698.shogun-image {
  box-sizing: border-box;
}



.s-3ba6e905-84b7-483c-a0f3-e825cb55a698 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3ba6e905-84b7-483c-a0f3-e825cb55a698 {
      --shg-aspect-ratio: calc(900/527); 
    }

    .s-3ba6e905-84b7-483c-a0f3-e825cb55a698.shogun-image-container {
      position: relative;
    }

    .s-3ba6e905-84b7-483c-a0f3-e825cb55a698.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ba6e905-84b7-483c-a0f3-e825cb55a698.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ba6e905-84b7-483c-a0f3-e825cb55a698 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (max-width: 767px){#s-3ba6e905-84b7-483c-a0f3-e825cb55a698 {
  margin: 0 !important;
  overflow: visible;
}

#s-3ba6e905-84b7-483c-a0f3-e825cb55a698-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3ba6e905-84b7-483c-a0f3-e825cb55a698 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3ba6e905-84b7-483c-a0f3-e825cb55a698 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3ba6e905-84b7-483c-a0f3-e825cb55a698 img.shogun-image {
  /* Add background color handling */
  
}

#s-3ba6e905-84b7-483c-a0f3-e825cb55a698 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ba6e905-84b7-483c-a0f3-e825cb55a698 .shg-image-content-wrapper {
      aspect-ratio: 900/527;
      min-width: 100%;
      height: auto;
    }

    #s-3ba6e905-84b7-483c-a0f3-e825cb55a698 .shogun-image-link {
      aspect-ratio: 900/527;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ba6e905-84b7-483c-a0f3-e825cb55a698 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ba6e905-84b7-483c-a0f3-e825cb55a698.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ba6e905-84b7-483c-a0f3-e825cb55a698 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-3ba6e905-84b7-483c-a0f3-e825cb55a698.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-3ba6e905-84b7-483c-a0f3-e825cb55a698 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ba6e905-84b7-483c-a0f3-e825cb55a698.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ba6e905-84b7-483c-a0f3-e825cb55a698.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ba6e905-84b7-483c-a0f3-e825cb55a698.shogun-image {
  box-sizing: border-box;
}



.s-3ba6e905-84b7-483c-a0f3-e825cb55a698 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3ba6e905-84b7-483c-a0f3-e825cb55a698 {
      --shg-aspect-ratio: calc(900/527); 
    }

    .s-3ba6e905-84b7-483c-a0f3-e825cb55a698.shogun-image-container {
      position: relative;
    }

    .s-3ba6e905-84b7-483c-a0f3-e825cb55a698.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ba6e905-84b7-483c-a0f3-e825cb55a698.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ba6e905-84b7-483c-a0f3-e825cb55a698 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}
#s-0f44d9aa-30eb-46bb-ae5d-2b2bea73f109 {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 13px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-0f44d9aa-30eb-46bb-ae5d-2b2bea73f109:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0f44d9aa-30eb-46bb-ae5d-2b2bea73f109:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0f44d9aa-30eb-46bb-ae5d-2b2bea73f109-root {
    text-align: center;
  }


#s-0f44d9aa-30eb-46bb-ae5d-2b2bea73f109.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0f44d9aa-30eb-46bb-ae5d-2b2bea73f109-root {
    text-align: center;
  }


#s-0f44d9aa-30eb-46bb-ae5d-2b2bea73f109.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0f44d9aa-30eb-46bb-ae5d-2b2bea73f109-root {
    text-align: center;
  }


#s-0f44d9aa-30eb-46bb-ae5d-2b2bea73f109.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0f44d9aa-30eb-46bb-ae5d-2b2bea73f109-root {
    text-align: center;
  }


#s-0f44d9aa-30eb-46bb-ae5d-2b2bea73f109.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0f44d9aa-30eb-46bb-ae5d-2b2bea73f109-root {
    text-align: center;
  }


#s-0f44d9aa-30eb-46bb-ae5d-2b2bea73f109.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-84e6a183-8f94-460c-b858-f733643e65c9 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-84e6a183-8f94-460c-b858-f733643e65c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-84e6a183-8f94-460c-b858-f733643e65c9 {
  cursor: pointer;
}#s-84e6a183-8f94-460c-b858-f733643e65c9.shg-box.shg-c {
  justify-content: center;
}

#s-fae19e9e-bd22-421d-846a-14ed2bc71371 {
  margin-left: auto;
margin-right: auto;
max-width: 3320px;
aspect-ratio: 3320/773;
text-align: center;
}
@media (max-width: 767px){#s-fae19e9e-bd22-421d-846a-14ed2bc71371 {
  display: none;
}
#s-fae19e9e-bd22-421d-846a-14ed2bc71371, #wrap-s-fae19e9e-bd22-421d-846a-14ed2bc71371, #wrap-content-s-fae19e9e-bd22-421d-846a-14ed2bc71371 { display: none !important; }}
#s-fae19e9e-bd22-421d-846a-14ed2bc71371 {
  margin: 0 !important;
  overflow: visible;
}

#s-fae19e9e-bd22-421d-846a-14ed2bc71371-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fae19e9e-bd22-421d-846a-14ed2bc71371 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fae19e9e-bd22-421d-846a-14ed2bc71371 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fae19e9e-bd22-421d-846a-14ed2bc71371 img.shogun-image {
  /* Add background color handling */
  
}

#s-fae19e9e-bd22-421d-846a-14ed2bc71371 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fae19e9e-bd22-421d-846a-14ed2bc71371 .shg-image-content-wrapper {
      aspect-ratio: 3320/773;
      min-width: 100%;
      height: auto;
    }

    #s-fae19e9e-bd22-421d-846a-14ed2bc71371 .shogun-image-link {
      aspect-ratio: 3320/773;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fae19e9e-bd22-421d-846a-14ed2bc71371 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fae19e9e-bd22-421d-846a-14ed2bc71371.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fae19e9e-bd22-421d-846a-14ed2bc71371 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3320px;
  }



  img.s-fae19e9e-bd22-421d-846a-14ed2bc71371.shogun-image {
    
    
    
    max-height: 3320px;
  }


.s-fae19e9e-bd22-421d-846a-14ed2bc71371 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fae19e9e-bd22-421d-846a-14ed2bc71371.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fae19e9e-bd22-421d-846a-14ed2bc71371.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fae19e9e-bd22-421d-846a-14ed2bc71371.shogun-image {
  box-sizing: border-box;
}



.s-fae19e9e-bd22-421d-846a-14ed2bc71371 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fae19e9e-bd22-421d-846a-14ed2bc71371 {
      --shg-aspect-ratio: calc(3320/773); 
    }

    .s-fae19e9e-bd22-421d-846a-14ed2bc71371.shogun-image-container {
      position: relative;
    }

    .s-fae19e9e-bd22-421d-846a-14ed2bc71371.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fae19e9e-bd22-421d-846a-14ed2bc71371.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fae19e9e-bd22-421d-846a-14ed2bc71371 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3320px;
    }
  }

@media (min-width: 1200px){#s-fae19e9e-bd22-421d-846a-14ed2bc71371 {
  margin: 0 !important;
  overflow: visible;
}

#s-fae19e9e-bd22-421d-846a-14ed2bc71371-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fae19e9e-bd22-421d-846a-14ed2bc71371 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fae19e9e-bd22-421d-846a-14ed2bc71371 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fae19e9e-bd22-421d-846a-14ed2bc71371 img.shogun-image {
  /* Add background color handling */
  
}

#s-fae19e9e-bd22-421d-846a-14ed2bc71371 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fae19e9e-bd22-421d-846a-14ed2bc71371 .shg-image-content-wrapper {
      aspect-ratio: 3320/773;
      min-width: 100%;
      height: auto;
    }

    #s-fae19e9e-bd22-421d-846a-14ed2bc71371 .shogun-image-link {
      aspect-ratio: 3320/773;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fae19e9e-bd22-421d-846a-14ed2bc71371 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fae19e9e-bd22-421d-846a-14ed2bc71371.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fae19e9e-bd22-421d-846a-14ed2bc71371 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3320px;
  }



  img.s-fae19e9e-bd22-421d-846a-14ed2bc71371.shogun-image {
    
    
    
    max-height: 3320px;
  }


.s-fae19e9e-bd22-421d-846a-14ed2bc71371 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fae19e9e-bd22-421d-846a-14ed2bc71371.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fae19e9e-bd22-421d-846a-14ed2bc71371.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fae19e9e-bd22-421d-846a-14ed2bc71371.shogun-image {
  box-sizing: border-box;
}



.s-fae19e9e-bd22-421d-846a-14ed2bc71371 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fae19e9e-bd22-421d-846a-14ed2bc71371 {
      --shg-aspect-ratio: calc(3320/773); 
    }

    .s-fae19e9e-bd22-421d-846a-14ed2bc71371.shogun-image-container {
      position: relative;
    }

    .s-fae19e9e-bd22-421d-846a-14ed2bc71371.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fae19e9e-bd22-421d-846a-14ed2bc71371.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fae19e9e-bd22-421d-846a-14ed2bc71371 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3320px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-fae19e9e-bd22-421d-846a-14ed2bc71371 {
  margin: 0 !important;
  overflow: visible;
}

#s-fae19e9e-bd22-421d-846a-14ed2bc71371-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fae19e9e-bd22-421d-846a-14ed2bc71371 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fae19e9e-bd22-421d-846a-14ed2bc71371 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fae19e9e-bd22-421d-846a-14ed2bc71371 img.shogun-image {
  /* Add background color handling */
  
}

#s-fae19e9e-bd22-421d-846a-14ed2bc71371 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fae19e9e-bd22-421d-846a-14ed2bc71371 .shg-image-content-wrapper {
      aspect-ratio: 3320/773;
      min-width: 100%;
      height: auto;
    }

    #s-fae19e9e-bd22-421d-846a-14ed2bc71371 .shogun-image-link {
      aspect-ratio: 3320/773;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fae19e9e-bd22-421d-846a-14ed2bc71371 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fae19e9e-bd22-421d-846a-14ed2bc71371.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fae19e9e-bd22-421d-846a-14ed2bc71371 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3320px;
  }



  img.s-fae19e9e-bd22-421d-846a-14ed2bc71371.shogun-image {
    
    
    
    max-height: 3320px;
  }


.s-fae19e9e-bd22-421d-846a-14ed2bc71371 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fae19e9e-bd22-421d-846a-14ed2bc71371.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fae19e9e-bd22-421d-846a-14ed2bc71371.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fae19e9e-bd22-421d-846a-14ed2bc71371.shogun-image {
  box-sizing: border-box;
}



.s-fae19e9e-bd22-421d-846a-14ed2bc71371 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fae19e9e-bd22-421d-846a-14ed2bc71371 {
      --shg-aspect-ratio: calc(3320/773); 
    }

    .s-fae19e9e-bd22-421d-846a-14ed2bc71371.shogun-image-container {
      position: relative;
    }

    .s-fae19e9e-bd22-421d-846a-14ed2bc71371.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fae19e9e-bd22-421d-846a-14ed2bc71371.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fae19e9e-bd22-421d-846a-14ed2bc71371 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3320px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-fae19e9e-bd22-421d-846a-14ed2bc71371 {
  margin: 0 !important;
  overflow: visible;
}

#s-fae19e9e-bd22-421d-846a-14ed2bc71371-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fae19e9e-bd22-421d-846a-14ed2bc71371 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fae19e9e-bd22-421d-846a-14ed2bc71371 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fae19e9e-bd22-421d-846a-14ed2bc71371 img.shogun-image {
  /* Add background color handling */
  
}

#s-fae19e9e-bd22-421d-846a-14ed2bc71371 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fae19e9e-bd22-421d-846a-14ed2bc71371 .shg-image-content-wrapper {
      aspect-ratio: 3320/773;
      min-width: 100%;
      height: auto;
    }

    #s-fae19e9e-bd22-421d-846a-14ed2bc71371 .shogun-image-link {
      aspect-ratio: 3320/773;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fae19e9e-bd22-421d-846a-14ed2bc71371 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fae19e9e-bd22-421d-846a-14ed2bc71371.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fae19e9e-bd22-421d-846a-14ed2bc71371 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3320px;
  }



  img.s-fae19e9e-bd22-421d-846a-14ed2bc71371.shogun-image {
    
    
    
    max-height: 3320px;
  }


.s-fae19e9e-bd22-421d-846a-14ed2bc71371 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fae19e9e-bd22-421d-846a-14ed2bc71371.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fae19e9e-bd22-421d-846a-14ed2bc71371.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fae19e9e-bd22-421d-846a-14ed2bc71371.shogun-image {
  box-sizing: border-box;
}



.s-fae19e9e-bd22-421d-846a-14ed2bc71371 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fae19e9e-bd22-421d-846a-14ed2bc71371 {
      --shg-aspect-ratio: calc(3320/773); 
    }

    .s-fae19e9e-bd22-421d-846a-14ed2bc71371.shogun-image-container {
      position: relative;
    }

    .s-fae19e9e-bd22-421d-846a-14ed2bc71371.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fae19e9e-bd22-421d-846a-14ed2bc71371.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fae19e9e-bd22-421d-846a-14ed2bc71371 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3320px;
    }
  }

}@media (max-width: 767px){#s-fae19e9e-bd22-421d-846a-14ed2bc71371 {
  margin: 0 !important;
  overflow: visible;
}

#s-fae19e9e-bd22-421d-846a-14ed2bc71371-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fae19e9e-bd22-421d-846a-14ed2bc71371 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fae19e9e-bd22-421d-846a-14ed2bc71371 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fae19e9e-bd22-421d-846a-14ed2bc71371 img.shogun-image {
  /* Add background color handling */
  
}

#s-fae19e9e-bd22-421d-846a-14ed2bc71371 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fae19e9e-bd22-421d-846a-14ed2bc71371 .shg-image-content-wrapper {
      aspect-ratio: 3320/773;
      min-width: 100%;
      height: auto;
    }

    #s-fae19e9e-bd22-421d-846a-14ed2bc71371 .shogun-image-link {
      aspect-ratio: 3320/773;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fae19e9e-bd22-421d-846a-14ed2bc71371 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fae19e9e-bd22-421d-846a-14ed2bc71371.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fae19e9e-bd22-421d-846a-14ed2bc71371 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3320px;
  }



  img.s-fae19e9e-bd22-421d-846a-14ed2bc71371.shogun-image {
    
    
    
    max-height: 3320px;
  }


.s-fae19e9e-bd22-421d-846a-14ed2bc71371 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fae19e9e-bd22-421d-846a-14ed2bc71371.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fae19e9e-bd22-421d-846a-14ed2bc71371.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fae19e9e-bd22-421d-846a-14ed2bc71371.shogun-image {
  box-sizing: border-box;
}



.s-fae19e9e-bd22-421d-846a-14ed2bc71371 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fae19e9e-bd22-421d-846a-14ed2bc71371 {
      --shg-aspect-ratio: calc(3320/773); 
    }

    .s-fae19e9e-bd22-421d-846a-14ed2bc71371.shogun-image-container {
      position: relative;
    }

    .s-fae19e9e-bd22-421d-846a-14ed2bc71371.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fae19e9e-bd22-421d-846a-14ed2bc71371.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fae19e9e-bd22-421d-846a-14ed2bc71371 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3320px;
    }
  }

}
#s-5d264716-70dd-4621-baa8-05d76a1a66ab {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
padding-top: 1px;
padding-bottom: 1px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5d264716-70dd-4621-baa8-05d76a1a66ab {
  display: unset;
}
#s-5d264716-70dd-4621-baa8-05d76a1a66ab, #wrap-s-5d264716-70dd-4621-baa8-05d76a1a66ab, #wrap-content-s-5d264716-70dd-4621-baa8-05d76a1a66ab { display: unset !important; }}
#s-5d264716-70dd-4621-baa8-05d76a1a66ab .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  normal ;
  font-family: "Pacifico";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1em;
  
  
}



#s-4690cf67-6322-4d23-99f3-9b610e964b8f {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4690cf67-6322-4d23-99f3-9b610e964b8f {
  display: unset;
}
#s-4690cf67-6322-4d23-99f3-9b610e964b8f, #wrap-s-4690cf67-6322-4d23-99f3-9b610e964b8f, #wrap-content-s-4690cf67-6322-4d23-99f3-9b610e964b8f { display: unset !important; }}
#s-4690cf67-6322-4d23-99f3-9b610e964b8f .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}



#s-59e3a08d-7797-46a7-bcbf-ae55068f9cd6 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-59e3a08d-7797-46a7-bcbf-ae55068f9cd6 {
  display: unset;
}
#s-59e3a08d-7797-46a7-bcbf-ae55068f9cd6, #wrap-s-59e3a08d-7797-46a7-bcbf-ae55068f9cd6, #wrap-content-s-59e3a08d-7797-46a7-bcbf-ae55068f9cd6 { display: unset !important; }}
#s-59e3a08d-7797-46a7-bcbf-ae55068f9cd6 .shogun-heading-component h1 {
  color: rgba(45, 45, 45, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-47120192-ca9e-46f0-9ad5-07e09868d3e8 {
  margin-left: auto;
margin-right: auto;
max-width: 2386px;
aspect-ratio: 2386/1118;
text-align: center;
}
@media (min-width: 1200px){#s-47120192-ca9e-46f0-9ad5-07e09868d3e8 {
  display: none;
}
#s-47120192-ca9e-46f0-9ad5-07e09868d3e8, #wrap-s-47120192-ca9e-46f0-9ad5-07e09868d3e8, #wrap-content-s-47120192-ca9e-46f0-9ad5-07e09868d3e8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-47120192-ca9e-46f0-9ad5-07e09868d3e8 {
  display: none;
}
#s-47120192-ca9e-46f0-9ad5-07e09868d3e8, #wrap-s-47120192-ca9e-46f0-9ad5-07e09868d3e8, #wrap-content-s-47120192-ca9e-46f0-9ad5-07e09868d3e8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-47120192-ca9e-46f0-9ad5-07e09868d3e8 {
  display: none;
}
#s-47120192-ca9e-46f0-9ad5-07e09868d3e8, #wrap-s-47120192-ca9e-46f0-9ad5-07e09868d3e8, #wrap-content-s-47120192-ca9e-46f0-9ad5-07e09868d3e8 { display: none !important; }}
#s-47120192-ca9e-46f0-9ad5-07e09868d3e8 {
  margin: 0 !important;
  overflow: visible;
}

#s-47120192-ca9e-46f0-9ad5-07e09868d3e8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-47120192-ca9e-46f0-9ad5-07e09868d3e8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-47120192-ca9e-46f0-9ad5-07e09868d3e8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47120192-ca9e-46f0-9ad5-07e09868d3e8 img.shogun-image {
  /* Add background color handling */
  
}

#s-47120192-ca9e-46f0-9ad5-07e09868d3e8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-47120192-ca9e-46f0-9ad5-07e09868d3e8 .shg-image-content-wrapper {
      aspect-ratio: 2386/1118;
      min-width: 100%;
      height: auto;
    }

    #s-47120192-ca9e-46f0-9ad5-07e09868d3e8 .shogun-image-link {
      aspect-ratio: 2386/1118;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-47120192-ca9e-46f0-9ad5-07e09868d3e8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-47120192-ca9e-46f0-9ad5-07e09868d3e8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-47120192-ca9e-46f0-9ad5-07e09868d3e8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2386px;
  }



  img.s-47120192-ca9e-46f0-9ad5-07e09868d3e8.shogun-image {
    
    
    
    max-height: 2386px;
  }


.s-47120192-ca9e-46f0-9ad5-07e09868d3e8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-47120192-ca9e-46f0-9ad5-07e09868d3e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47120192-ca9e-46f0-9ad5-07e09868d3e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47120192-ca9e-46f0-9ad5-07e09868d3e8.shogun-image {
  box-sizing: border-box;
}



.s-47120192-ca9e-46f0-9ad5-07e09868d3e8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-47120192-ca9e-46f0-9ad5-07e09868d3e8 {
      --shg-aspect-ratio: calc(2386/1118); 
    }

    .s-47120192-ca9e-46f0-9ad5-07e09868d3e8.shogun-image-container {
      position: relative;
    }

    .s-47120192-ca9e-46f0-9ad5-07e09868d3e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-47120192-ca9e-46f0-9ad5-07e09868d3e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-47120192-ca9e-46f0-9ad5-07e09868d3e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2386px;
    }
  }

@media (min-width: 1200px){#s-47120192-ca9e-46f0-9ad5-07e09868d3e8 {
  margin: 0 !important;
  overflow: visible;
}

#s-47120192-ca9e-46f0-9ad5-07e09868d3e8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-47120192-ca9e-46f0-9ad5-07e09868d3e8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-47120192-ca9e-46f0-9ad5-07e09868d3e8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47120192-ca9e-46f0-9ad5-07e09868d3e8 img.shogun-image {
  /* Add background color handling */
  
}

#s-47120192-ca9e-46f0-9ad5-07e09868d3e8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-47120192-ca9e-46f0-9ad5-07e09868d3e8 .shg-image-content-wrapper {
      aspect-ratio: 2386/1118;
      min-width: 100%;
      height: auto;
    }

    #s-47120192-ca9e-46f0-9ad5-07e09868d3e8 .shogun-image-link {
      aspect-ratio: 2386/1118;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-47120192-ca9e-46f0-9ad5-07e09868d3e8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-47120192-ca9e-46f0-9ad5-07e09868d3e8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-47120192-ca9e-46f0-9ad5-07e09868d3e8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2386px;
  }



  img.s-47120192-ca9e-46f0-9ad5-07e09868d3e8.shogun-image {
    
    
    
    max-height: 2386px;
  }


.s-47120192-ca9e-46f0-9ad5-07e09868d3e8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-47120192-ca9e-46f0-9ad5-07e09868d3e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47120192-ca9e-46f0-9ad5-07e09868d3e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47120192-ca9e-46f0-9ad5-07e09868d3e8.shogun-image {
  box-sizing: border-box;
}



.s-47120192-ca9e-46f0-9ad5-07e09868d3e8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-47120192-ca9e-46f0-9ad5-07e09868d3e8 {
      --shg-aspect-ratio: calc(2386/1118); 
    }

    .s-47120192-ca9e-46f0-9ad5-07e09868d3e8.shogun-image-container {
      position: relative;
    }

    .s-47120192-ca9e-46f0-9ad5-07e09868d3e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-47120192-ca9e-46f0-9ad5-07e09868d3e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-47120192-ca9e-46f0-9ad5-07e09868d3e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2386px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-47120192-ca9e-46f0-9ad5-07e09868d3e8 {
  margin: 0 !important;
  overflow: visible;
}

#s-47120192-ca9e-46f0-9ad5-07e09868d3e8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-47120192-ca9e-46f0-9ad5-07e09868d3e8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-47120192-ca9e-46f0-9ad5-07e09868d3e8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47120192-ca9e-46f0-9ad5-07e09868d3e8 img.shogun-image {
  /* Add background color handling */
  
}

#s-47120192-ca9e-46f0-9ad5-07e09868d3e8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-47120192-ca9e-46f0-9ad5-07e09868d3e8 .shg-image-content-wrapper {
      aspect-ratio: 2386/1118;
      min-width: 100%;
      height: auto;
    }

    #s-47120192-ca9e-46f0-9ad5-07e09868d3e8 .shogun-image-link {
      aspect-ratio: 2386/1118;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-47120192-ca9e-46f0-9ad5-07e09868d3e8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-47120192-ca9e-46f0-9ad5-07e09868d3e8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-47120192-ca9e-46f0-9ad5-07e09868d3e8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2386px;
  }



  img.s-47120192-ca9e-46f0-9ad5-07e09868d3e8.shogun-image {
    
    
    
    max-height: 2386px;
  }


.s-47120192-ca9e-46f0-9ad5-07e09868d3e8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-47120192-ca9e-46f0-9ad5-07e09868d3e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47120192-ca9e-46f0-9ad5-07e09868d3e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47120192-ca9e-46f0-9ad5-07e09868d3e8.shogun-image {
  box-sizing: border-box;
}



.s-47120192-ca9e-46f0-9ad5-07e09868d3e8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-47120192-ca9e-46f0-9ad5-07e09868d3e8 {
      --shg-aspect-ratio: calc(2386/1118); 
    }

    .s-47120192-ca9e-46f0-9ad5-07e09868d3e8.shogun-image-container {
      position: relative;
    }

    .s-47120192-ca9e-46f0-9ad5-07e09868d3e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-47120192-ca9e-46f0-9ad5-07e09868d3e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-47120192-ca9e-46f0-9ad5-07e09868d3e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2386px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-47120192-ca9e-46f0-9ad5-07e09868d3e8 {
  margin: 0 !important;
  overflow: visible;
}

#s-47120192-ca9e-46f0-9ad5-07e09868d3e8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-47120192-ca9e-46f0-9ad5-07e09868d3e8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-47120192-ca9e-46f0-9ad5-07e09868d3e8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47120192-ca9e-46f0-9ad5-07e09868d3e8 img.shogun-image {
  /* Add background color handling */
  
}

#s-47120192-ca9e-46f0-9ad5-07e09868d3e8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-47120192-ca9e-46f0-9ad5-07e09868d3e8 .shg-image-content-wrapper {
      aspect-ratio: 2386/1118;
      min-width: 100%;
      height: auto;
    }

    #s-47120192-ca9e-46f0-9ad5-07e09868d3e8 .shogun-image-link {
      aspect-ratio: 2386/1118;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-47120192-ca9e-46f0-9ad5-07e09868d3e8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-47120192-ca9e-46f0-9ad5-07e09868d3e8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-47120192-ca9e-46f0-9ad5-07e09868d3e8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2386px;
  }



  img.s-47120192-ca9e-46f0-9ad5-07e09868d3e8.shogun-image {
    
    
    
    max-height: 2386px;
  }


.s-47120192-ca9e-46f0-9ad5-07e09868d3e8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-47120192-ca9e-46f0-9ad5-07e09868d3e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47120192-ca9e-46f0-9ad5-07e09868d3e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47120192-ca9e-46f0-9ad5-07e09868d3e8.shogun-image {
  box-sizing: border-box;
}



.s-47120192-ca9e-46f0-9ad5-07e09868d3e8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-47120192-ca9e-46f0-9ad5-07e09868d3e8 {
      --shg-aspect-ratio: calc(2386/1118); 
    }

    .s-47120192-ca9e-46f0-9ad5-07e09868d3e8.shogun-image-container {
      position: relative;
    }

    .s-47120192-ca9e-46f0-9ad5-07e09868d3e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-47120192-ca9e-46f0-9ad5-07e09868d3e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-47120192-ca9e-46f0-9ad5-07e09868d3e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2386px;
    }
  }

}@media (max-width: 767px){#s-47120192-ca9e-46f0-9ad5-07e09868d3e8 {
  margin: 0 !important;
  overflow: visible;
}

#s-47120192-ca9e-46f0-9ad5-07e09868d3e8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-47120192-ca9e-46f0-9ad5-07e09868d3e8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-47120192-ca9e-46f0-9ad5-07e09868d3e8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-47120192-ca9e-46f0-9ad5-07e09868d3e8 img.shogun-image {
  /* Add background color handling */
  
}

#s-47120192-ca9e-46f0-9ad5-07e09868d3e8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-47120192-ca9e-46f0-9ad5-07e09868d3e8 .shg-image-content-wrapper {
      aspect-ratio: 2386/1118;
      min-width: 100%;
      height: auto;
    }

    #s-47120192-ca9e-46f0-9ad5-07e09868d3e8 .shogun-image-link {
      aspect-ratio: 2386/1118;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-47120192-ca9e-46f0-9ad5-07e09868d3e8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-47120192-ca9e-46f0-9ad5-07e09868d3e8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-47120192-ca9e-46f0-9ad5-07e09868d3e8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2386px;
  }



  img.s-47120192-ca9e-46f0-9ad5-07e09868d3e8.shogun-image {
    
    
    
    max-height: 2386px;
  }


.s-47120192-ca9e-46f0-9ad5-07e09868d3e8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-47120192-ca9e-46f0-9ad5-07e09868d3e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47120192-ca9e-46f0-9ad5-07e09868d3e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47120192-ca9e-46f0-9ad5-07e09868d3e8.shogun-image {
  box-sizing: border-box;
}



.s-47120192-ca9e-46f0-9ad5-07e09868d3e8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-47120192-ca9e-46f0-9ad5-07e09868d3e8 {
      --shg-aspect-ratio: calc(2386/1118); 
    }

    .s-47120192-ca9e-46f0-9ad5-07e09868d3e8.shogun-image-container {
      position: relative;
    }

    .s-47120192-ca9e-46f0-9ad5-07e09868d3e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-47120192-ca9e-46f0-9ad5-07e09868d3e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-47120192-ca9e-46f0-9ad5-07e09868d3e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2386px;
    }
  }

}
#s-2623b4fc-5f3b-4640-a221-68501ff480f4 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2623b4fc-5f3b-4640-a221-68501ff480f4 {
  display: unset;
}
#s-2623b4fc-5f3b-4640-a221-68501ff480f4, #wrap-s-2623b4fc-5f3b-4640-a221-68501ff480f4, #wrap-content-s-2623b4fc-5f3b-4640-a221-68501ff480f4 { display: unset !important; }}@media (max-width: 767px){#s-2623b4fc-5f3b-4640-a221-68501ff480f4 {
  display: none;
}
#s-2623b4fc-5f3b-4640-a221-68501ff480f4, #wrap-s-2623b4fc-5f3b-4640-a221-68501ff480f4, #wrap-content-s-2623b4fc-5f3b-4640-a221-68501ff480f4 { display: none !important; }}
#s-2623b4fc-5f3b-4640-a221-68501ff480f4 .shogun-heading-component h1 {
  color: rgba(180, 97, 190, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 55px;
  
  
  
}



#s-cdd90586-e61e-492e-83af-7184d5b09d16 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 3px;
text-align: center;
}
@media (min-width: 1200px){#s-cdd90586-e61e-492e-83af-7184d5b09d16 {
  display: none;
}
#s-cdd90586-e61e-492e-83af-7184d5b09d16, #wrap-s-cdd90586-e61e-492e-83af-7184d5b09d16, #wrap-content-s-cdd90586-e61e-492e-83af-7184d5b09d16 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cdd90586-e61e-492e-83af-7184d5b09d16 {
  display: none;
}
#s-cdd90586-e61e-492e-83af-7184d5b09d16, #wrap-s-cdd90586-e61e-492e-83af-7184d5b09d16, #wrap-content-s-cdd90586-e61e-492e-83af-7184d5b09d16 { display: none !important; }}@media (max-width: 767px){#s-cdd90586-e61e-492e-83af-7184d5b09d16 {
  display: none;
}
#s-cdd90586-e61e-492e-83af-7184d5b09d16, #wrap-s-cdd90586-e61e-492e-83af-7184d5b09d16, #wrap-content-s-cdd90586-e61e-492e-83af-7184d5b09d16 { display: none !important; }}
#s-cdd90586-e61e-492e-83af-7184d5b09d16 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-055fe7c6-d2f8-47bc-b678-abe28ada77a9 {
  margin-left: auto;
margin-right: auto;
padding-top: 2px;
padding-bottom: 2px;
text-align: center;
}

#s-055fe7c6-d2f8-47bc-b678-abe28ada77a9 .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  normal ;
  font-family: "Pacifico";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1em;
  
  
}



#s-836d9f7b-1648-4ff0-bac1-773e7e459fba {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-836d9f7b-1648-4ff0-bac1-773e7e459fba .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-4be0187a-d382-4349-b9db-8a836df2875b {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-4be0187a-d382-4349-b9db-8a836df2875b .shogun-heading-component h1 {
  color: rgba(43, 43, 43, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-7a2420a0-b904-42db-bf7b-e89e385aac7d {
  margin-left: auto;
margin-right: auto;
max-width: 3411px;
aspect-ratio: 3411/1829;
text-align: center;
}

#s-7a2420a0-b904-42db-bf7b-e89e385aac7d {
  margin: 0 !important;
  overflow: visible;
}

#s-7a2420a0-b904-42db-bf7b-e89e385aac7d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7a2420a0-b904-42db-bf7b-e89e385aac7d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a2420a0-b904-42db-bf7b-e89e385aac7d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a2420a0-b904-42db-bf7b-e89e385aac7d img.shogun-image {
  /* Add background color handling */
  
}

#s-7a2420a0-b904-42db-bf7b-e89e385aac7d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a2420a0-b904-42db-bf7b-e89e385aac7d .shg-image-content-wrapper {
      aspect-ratio: 3411/1829;
      min-width: 100%;
      height: auto;
    }

    #s-7a2420a0-b904-42db-bf7b-e89e385aac7d .shogun-image-link {
      aspect-ratio: 3411/1829;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a2420a0-b904-42db-bf7b-e89e385aac7d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a2420a0-b904-42db-bf7b-e89e385aac7d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a2420a0-b904-42db-bf7b-e89e385aac7d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3411px;
  }



  img.s-7a2420a0-b904-42db-bf7b-e89e385aac7d.shogun-image {
    
    
    
    max-height: 3411px;
  }


.s-7a2420a0-b904-42db-bf7b-e89e385aac7d .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a2420a0-b904-42db-bf7b-e89e385aac7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a2420a0-b904-42db-bf7b-e89e385aac7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a2420a0-b904-42db-bf7b-e89e385aac7d.shogun-image {
  box-sizing: border-box;
}



.s-7a2420a0-b904-42db-bf7b-e89e385aac7d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7a2420a0-b904-42db-bf7b-e89e385aac7d {
      --shg-aspect-ratio: calc(3411/1829); 
    }

    .s-7a2420a0-b904-42db-bf7b-e89e385aac7d.shogun-image-container {
      position: relative;
    }

    .s-7a2420a0-b904-42db-bf7b-e89e385aac7d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a2420a0-b904-42db-bf7b-e89e385aac7d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a2420a0-b904-42db-bf7b-e89e385aac7d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3411px;
    }
  }

@media (min-width: 1200px){#s-7a2420a0-b904-42db-bf7b-e89e385aac7d {
  margin: 0 !important;
  overflow: visible;
}

#s-7a2420a0-b904-42db-bf7b-e89e385aac7d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7a2420a0-b904-42db-bf7b-e89e385aac7d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a2420a0-b904-42db-bf7b-e89e385aac7d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a2420a0-b904-42db-bf7b-e89e385aac7d img.shogun-image {
  /* Add background color handling */
  
}

#s-7a2420a0-b904-42db-bf7b-e89e385aac7d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a2420a0-b904-42db-bf7b-e89e385aac7d .shg-image-content-wrapper {
      aspect-ratio: 3411/1829;
      min-width: 100%;
      height: auto;
    }

    #s-7a2420a0-b904-42db-bf7b-e89e385aac7d .shogun-image-link {
      aspect-ratio: 3411/1829;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a2420a0-b904-42db-bf7b-e89e385aac7d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a2420a0-b904-42db-bf7b-e89e385aac7d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a2420a0-b904-42db-bf7b-e89e385aac7d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3411px;
  }



  img.s-7a2420a0-b904-42db-bf7b-e89e385aac7d.shogun-image {
    
    
    
    max-height: 3411px;
  }


.s-7a2420a0-b904-42db-bf7b-e89e385aac7d .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a2420a0-b904-42db-bf7b-e89e385aac7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a2420a0-b904-42db-bf7b-e89e385aac7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a2420a0-b904-42db-bf7b-e89e385aac7d.shogun-image {
  box-sizing: border-box;
}



.s-7a2420a0-b904-42db-bf7b-e89e385aac7d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7a2420a0-b904-42db-bf7b-e89e385aac7d {
      --shg-aspect-ratio: calc(3411/1829); 
    }

    .s-7a2420a0-b904-42db-bf7b-e89e385aac7d.shogun-image-container {
      position: relative;
    }

    .s-7a2420a0-b904-42db-bf7b-e89e385aac7d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a2420a0-b904-42db-bf7b-e89e385aac7d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a2420a0-b904-42db-bf7b-e89e385aac7d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3411px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-7a2420a0-b904-42db-bf7b-e89e385aac7d {
  margin: 0 !important;
  overflow: visible;
}

#s-7a2420a0-b904-42db-bf7b-e89e385aac7d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7a2420a0-b904-42db-bf7b-e89e385aac7d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a2420a0-b904-42db-bf7b-e89e385aac7d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a2420a0-b904-42db-bf7b-e89e385aac7d img.shogun-image {
  /* Add background color handling */
  
}

#s-7a2420a0-b904-42db-bf7b-e89e385aac7d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a2420a0-b904-42db-bf7b-e89e385aac7d .shg-image-content-wrapper {
      aspect-ratio: 3411/1829;
      min-width: 100%;
      height: auto;
    }

    #s-7a2420a0-b904-42db-bf7b-e89e385aac7d .shogun-image-link {
      aspect-ratio: 3411/1829;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a2420a0-b904-42db-bf7b-e89e385aac7d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a2420a0-b904-42db-bf7b-e89e385aac7d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a2420a0-b904-42db-bf7b-e89e385aac7d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3411px;
  }



  img.s-7a2420a0-b904-42db-bf7b-e89e385aac7d.shogun-image {
    
    
    
    max-height: 3411px;
  }


.s-7a2420a0-b904-42db-bf7b-e89e385aac7d .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a2420a0-b904-42db-bf7b-e89e385aac7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a2420a0-b904-42db-bf7b-e89e385aac7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a2420a0-b904-42db-bf7b-e89e385aac7d.shogun-image {
  box-sizing: border-box;
}



.s-7a2420a0-b904-42db-bf7b-e89e385aac7d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7a2420a0-b904-42db-bf7b-e89e385aac7d {
      --shg-aspect-ratio: calc(3411/1829); 
    }

    .s-7a2420a0-b904-42db-bf7b-e89e385aac7d.shogun-image-container {
      position: relative;
    }

    .s-7a2420a0-b904-42db-bf7b-e89e385aac7d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a2420a0-b904-42db-bf7b-e89e385aac7d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a2420a0-b904-42db-bf7b-e89e385aac7d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3411px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-7a2420a0-b904-42db-bf7b-e89e385aac7d {
  margin: 0 !important;
  overflow: visible;
}

#s-7a2420a0-b904-42db-bf7b-e89e385aac7d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7a2420a0-b904-42db-bf7b-e89e385aac7d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a2420a0-b904-42db-bf7b-e89e385aac7d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a2420a0-b904-42db-bf7b-e89e385aac7d img.shogun-image {
  /* Add background color handling */
  
}

#s-7a2420a0-b904-42db-bf7b-e89e385aac7d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a2420a0-b904-42db-bf7b-e89e385aac7d .shg-image-content-wrapper {
      aspect-ratio: 3411/1829;
      min-width: 100%;
      height: auto;
    }

    #s-7a2420a0-b904-42db-bf7b-e89e385aac7d .shogun-image-link {
      aspect-ratio: 3411/1829;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a2420a0-b904-42db-bf7b-e89e385aac7d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a2420a0-b904-42db-bf7b-e89e385aac7d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a2420a0-b904-42db-bf7b-e89e385aac7d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3411px;
  }



  img.s-7a2420a0-b904-42db-bf7b-e89e385aac7d.shogun-image {
    
    
    
    max-height: 3411px;
  }


.s-7a2420a0-b904-42db-bf7b-e89e385aac7d .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a2420a0-b904-42db-bf7b-e89e385aac7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a2420a0-b904-42db-bf7b-e89e385aac7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a2420a0-b904-42db-bf7b-e89e385aac7d.shogun-image {
  box-sizing: border-box;
}



.s-7a2420a0-b904-42db-bf7b-e89e385aac7d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7a2420a0-b904-42db-bf7b-e89e385aac7d {
      --shg-aspect-ratio: calc(3411/1829); 
    }

    .s-7a2420a0-b904-42db-bf7b-e89e385aac7d.shogun-image-container {
      position: relative;
    }

    .s-7a2420a0-b904-42db-bf7b-e89e385aac7d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a2420a0-b904-42db-bf7b-e89e385aac7d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a2420a0-b904-42db-bf7b-e89e385aac7d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3411px;
    }
  }

}@media (max-width: 767px){#s-7a2420a0-b904-42db-bf7b-e89e385aac7d {
  margin: 0 !important;
  overflow: visible;
}

#s-7a2420a0-b904-42db-bf7b-e89e385aac7d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7a2420a0-b904-42db-bf7b-e89e385aac7d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a2420a0-b904-42db-bf7b-e89e385aac7d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a2420a0-b904-42db-bf7b-e89e385aac7d img.shogun-image {
  /* Add background color handling */
  
}

#s-7a2420a0-b904-42db-bf7b-e89e385aac7d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a2420a0-b904-42db-bf7b-e89e385aac7d .shg-image-content-wrapper {
      aspect-ratio: 3411/1829;
      min-width: 100%;
      height: auto;
    }

    #s-7a2420a0-b904-42db-bf7b-e89e385aac7d .shogun-image-link {
      aspect-ratio: 3411/1829;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a2420a0-b904-42db-bf7b-e89e385aac7d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a2420a0-b904-42db-bf7b-e89e385aac7d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a2420a0-b904-42db-bf7b-e89e385aac7d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3411px;
  }



  img.s-7a2420a0-b904-42db-bf7b-e89e385aac7d.shogun-image {
    
    
    
    max-height: 3411px;
  }


.s-7a2420a0-b904-42db-bf7b-e89e385aac7d .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a2420a0-b904-42db-bf7b-e89e385aac7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a2420a0-b904-42db-bf7b-e89e385aac7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a2420a0-b904-42db-bf7b-e89e385aac7d.shogun-image {
  box-sizing: border-box;
}



.s-7a2420a0-b904-42db-bf7b-e89e385aac7d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7a2420a0-b904-42db-bf7b-e89e385aac7d {
      --shg-aspect-ratio: calc(3411/1829); 
    }

    .s-7a2420a0-b904-42db-bf7b-e89e385aac7d.shogun-image-container {
      position: relative;
    }

    .s-7a2420a0-b904-42db-bf7b-e89e385aac7d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a2420a0-b904-42db-bf7b-e89e385aac7d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a2420a0-b904-42db-bf7b-e89e385aac7d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3411px;
    }
  }

}
#s-7d9e1560-efa9-4f85-ad43-fc8943c4df73 {
  margin-top: 7px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-7d9e1560-efa9-4f85-ad43-fc8943c4df73:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7d9e1560-efa9-4f85-ad43-fc8943c4df73:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7d9e1560-efa9-4f85-ad43-fc8943c4df73-root {
    text-align: center;
  }


#s-7d9e1560-efa9-4f85-ad43-fc8943c4df73.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7d9e1560-efa9-4f85-ad43-fc8943c4df73-root {
    text-align: center;
  }


#s-7d9e1560-efa9-4f85-ad43-fc8943c4df73.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7d9e1560-efa9-4f85-ad43-fc8943c4df73-root {
    text-align: center;
  }


#s-7d9e1560-efa9-4f85-ad43-fc8943c4df73.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7d9e1560-efa9-4f85-ad43-fc8943c4df73-root {
    text-align: center;
  }


#s-7d9e1560-efa9-4f85-ad43-fc8943c4df73.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7d9e1560-efa9-4f85-ad43-fc8943c4df73-root {
    text-align: center;
  }


#s-7d9e1560-efa9-4f85-ad43-fc8943c4df73.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-7faf6298-1464-47ba-acc0-ead6658a0363 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7faf6298-1464-47ba-acc0-ead6658a0363 {
  display: unset;
}
#s-7faf6298-1464-47ba-acc0-ead6658a0363, #wrap-s-7faf6298-1464-47ba-acc0-ead6658a0363, #wrap-content-s-7faf6298-1464-47ba-acc0-ead6658a0363 { display: unset !important; }}
#s-7faf6298-1464-47ba-acc0-ead6658a0363 .shogun-heading-component h1 {
  color: rgba(45, 45, 45, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  italic ;
  font-size: 12px;
  
  
  
}



#s-13db6822-2018-452c-9120-a90d6180de19 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
background-position: center top;
}

#s-13db6822-2018-452c-9120-a90d6180de19 {
  background-image: url(https://i.shgcdn.com/e8e425eb-531b-4fb3-a2ab-0711acf59720/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-13db6822-2018-452c-9120-a90d6180de19 {
  background-image: url(https://i.shgcdn.com/e8e425eb-531b-4fb3-a2ab-0711acf59720/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-13db6822-2018-452c-9120-a90d6180de19.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-13db6822-2018-452c-9120-a90d6180de19 {
  background-image: url(https://i.shgcdn.com/e8e425eb-531b-4fb3-a2ab-0711acf59720/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-13db6822-2018-452c-9120-a90d6180de19.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-13db6822-2018-452c-9120-a90d6180de19 {
  background-image: url(https://i.shgcdn.com/e8e425eb-531b-4fb3-a2ab-0711acf59720/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-13db6822-2018-452c-9120-a90d6180de19.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-13db6822-2018-452c-9120-a90d6180de19 {
  background-image: url(https://i.shgcdn.com/e8e425eb-531b-4fb3-a2ab-0711acf59720/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-13db6822-2018-452c-9120-a90d6180de19.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-13db6822-2018-452c-9120-a90d6180de19 {
  background-image: url(https://i.shgcdn.com/e8e425eb-531b-4fb3-a2ab-0711acf59720/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-13db6822-2018-452c-9120-a90d6180de19.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-13db6822-2018-452c-9120-a90d6180de19 {
  background-image: url(https://i.shgcdn.com/e8e425eb-531b-4fb3-a2ab-0711acf59720/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-13db6822-2018-452c-9120-a90d6180de19.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-13db6822-2018-452c-9120-a90d6180de19 {
  background-image: url(https://i.shgcdn.com/e8e425eb-531b-4fb3-a2ab-0711acf59720/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-13db6822-2018-452c-9120-a90d6180de19.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-13db6822-2018-452c-9120-a90d6180de19 {
  background-image: url(https://i.shgcdn.com/e8e425eb-531b-4fb3-a2ab-0711acf59720/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-13db6822-2018-452c-9120-a90d6180de19.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-13db6822-2018-452c-9120-a90d6180de19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-13db6822-2018-452c-9120-a90d6180de19 {
  cursor: pointer;
}#s-13db6822-2018-452c-9120-a90d6180de19.shg-box.shg-c {
  justify-content: center;
}

#s-1b680a1a-c362-4919-bc9a-1c0188f0324a {
  margin-top: 16px;
margin-bottom: 0px;
max-width: 200px;
aspect-ratio: 583/107;
text-align: center;
}

#s-1b680a1a-c362-4919-bc9a-1c0188f0324a {
  margin: 0 !important;
  overflow: visible;
}

#s-1b680a1a-c362-4919-bc9a-1c0188f0324a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1b680a1a-c362-4919-bc9a-1c0188f0324a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-1b680a1a-c362-4919-bc9a-1c0188f0324a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b680a1a-c362-4919-bc9a-1c0188f0324a img.shogun-image {
  /* Add background color handling */
  
}

#s-1b680a1a-c362-4919-bc9a-1c0188f0324a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b680a1a-c362-4919-bc9a-1c0188f0324a .shg-image-content-wrapper {
      aspect-ratio: 583/107;
      min-width: 100%;
      height: auto;
    }

    #s-1b680a1a-c362-4919-bc9a-1c0188f0324a .shogun-image-link {
      aspect-ratio: 583/107;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b680a1a-c362-4919-bc9a-1c0188f0324a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b680a1a-c362-4919-bc9a-1c0188f0324a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b680a1a-c362-4919-bc9a-1c0188f0324a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-1b680a1a-c362-4919-bc9a-1c0188f0324a.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-1b680a1a-c362-4919-bc9a-1c0188f0324a .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b680a1a-c362-4919-bc9a-1c0188f0324a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b680a1a-c362-4919-bc9a-1c0188f0324a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b680a1a-c362-4919-bc9a-1c0188f0324a.shogun-image {
  box-sizing: border-box;
}



.s-1b680a1a-c362-4919-bc9a-1c0188f0324a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1b680a1a-c362-4919-bc9a-1c0188f0324a {
      --shg-aspect-ratio: calc(583/107); 
    }

    .s-1b680a1a-c362-4919-bc9a-1c0188f0324a.shogun-image-container {
      position: relative;
    }

    .s-1b680a1a-c362-4919-bc9a-1c0188f0324a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b680a1a-c362-4919-bc9a-1c0188f0324a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b680a1a-c362-4919-bc9a-1c0188f0324a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-1b680a1a-c362-4919-bc9a-1c0188f0324a {
  margin: 0 !important;
  overflow: visible;
}

#s-1b680a1a-c362-4919-bc9a-1c0188f0324a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1b680a1a-c362-4919-bc9a-1c0188f0324a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1b680a1a-c362-4919-bc9a-1c0188f0324a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b680a1a-c362-4919-bc9a-1c0188f0324a img.shogun-image {
  /* Add background color handling */
  
}

#s-1b680a1a-c362-4919-bc9a-1c0188f0324a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b680a1a-c362-4919-bc9a-1c0188f0324a .shg-image-content-wrapper {
      aspect-ratio: 583/107;
      min-width: 100%;
      height: auto;
    }

    #s-1b680a1a-c362-4919-bc9a-1c0188f0324a .shogun-image-link {
      aspect-ratio: 583/107;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b680a1a-c362-4919-bc9a-1c0188f0324a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b680a1a-c362-4919-bc9a-1c0188f0324a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b680a1a-c362-4919-bc9a-1c0188f0324a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-1b680a1a-c362-4919-bc9a-1c0188f0324a.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-1b680a1a-c362-4919-bc9a-1c0188f0324a .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b680a1a-c362-4919-bc9a-1c0188f0324a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b680a1a-c362-4919-bc9a-1c0188f0324a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b680a1a-c362-4919-bc9a-1c0188f0324a.shogun-image {
  box-sizing: border-box;
}



.s-1b680a1a-c362-4919-bc9a-1c0188f0324a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1b680a1a-c362-4919-bc9a-1c0188f0324a {
      --shg-aspect-ratio: calc(583/107); 
    }

    .s-1b680a1a-c362-4919-bc9a-1c0188f0324a.shogun-image-container {
      position: relative;
    }

    .s-1b680a1a-c362-4919-bc9a-1c0188f0324a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b680a1a-c362-4919-bc9a-1c0188f0324a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b680a1a-c362-4919-bc9a-1c0188f0324a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1b680a1a-c362-4919-bc9a-1c0188f0324a {
  margin: 0 !important;
  overflow: visible;
}

#s-1b680a1a-c362-4919-bc9a-1c0188f0324a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1b680a1a-c362-4919-bc9a-1c0188f0324a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1b680a1a-c362-4919-bc9a-1c0188f0324a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b680a1a-c362-4919-bc9a-1c0188f0324a img.shogun-image {
  /* Add background color handling */
  
}

#s-1b680a1a-c362-4919-bc9a-1c0188f0324a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b680a1a-c362-4919-bc9a-1c0188f0324a .shg-image-content-wrapper {
      aspect-ratio: 583/107;
      min-width: 100%;
      height: auto;
    }

    #s-1b680a1a-c362-4919-bc9a-1c0188f0324a .shogun-image-link {
      aspect-ratio: 583/107;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b680a1a-c362-4919-bc9a-1c0188f0324a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b680a1a-c362-4919-bc9a-1c0188f0324a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b680a1a-c362-4919-bc9a-1c0188f0324a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-1b680a1a-c362-4919-bc9a-1c0188f0324a.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-1b680a1a-c362-4919-bc9a-1c0188f0324a .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b680a1a-c362-4919-bc9a-1c0188f0324a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b680a1a-c362-4919-bc9a-1c0188f0324a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b680a1a-c362-4919-bc9a-1c0188f0324a.shogun-image {
  box-sizing: border-box;
}



.s-1b680a1a-c362-4919-bc9a-1c0188f0324a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1b680a1a-c362-4919-bc9a-1c0188f0324a {
      --shg-aspect-ratio: calc(583/107); 
    }

    .s-1b680a1a-c362-4919-bc9a-1c0188f0324a.shogun-image-container {
      position: relative;
    }

    .s-1b680a1a-c362-4919-bc9a-1c0188f0324a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b680a1a-c362-4919-bc9a-1c0188f0324a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b680a1a-c362-4919-bc9a-1c0188f0324a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1b680a1a-c362-4919-bc9a-1c0188f0324a {
  margin: 0 !important;
  overflow: visible;
}

#s-1b680a1a-c362-4919-bc9a-1c0188f0324a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1b680a1a-c362-4919-bc9a-1c0188f0324a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1b680a1a-c362-4919-bc9a-1c0188f0324a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b680a1a-c362-4919-bc9a-1c0188f0324a img.shogun-image {
  /* Add background color handling */
  
}

#s-1b680a1a-c362-4919-bc9a-1c0188f0324a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b680a1a-c362-4919-bc9a-1c0188f0324a .shg-image-content-wrapper {
      aspect-ratio: 583/107;
      min-width: 100%;
      height: auto;
    }

    #s-1b680a1a-c362-4919-bc9a-1c0188f0324a .shogun-image-link {
      aspect-ratio: 583/107;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b680a1a-c362-4919-bc9a-1c0188f0324a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b680a1a-c362-4919-bc9a-1c0188f0324a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b680a1a-c362-4919-bc9a-1c0188f0324a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-1b680a1a-c362-4919-bc9a-1c0188f0324a.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-1b680a1a-c362-4919-bc9a-1c0188f0324a .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b680a1a-c362-4919-bc9a-1c0188f0324a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b680a1a-c362-4919-bc9a-1c0188f0324a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b680a1a-c362-4919-bc9a-1c0188f0324a.shogun-image {
  box-sizing: border-box;
}



.s-1b680a1a-c362-4919-bc9a-1c0188f0324a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1b680a1a-c362-4919-bc9a-1c0188f0324a {
      --shg-aspect-ratio: calc(583/107); 
    }

    .s-1b680a1a-c362-4919-bc9a-1c0188f0324a.shogun-image-container {
      position: relative;
    }

    .s-1b680a1a-c362-4919-bc9a-1c0188f0324a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b680a1a-c362-4919-bc9a-1c0188f0324a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b680a1a-c362-4919-bc9a-1c0188f0324a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-1b680a1a-c362-4919-bc9a-1c0188f0324a {
  margin: 0 !important;
  overflow: visible;
}

#s-1b680a1a-c362-4919-bc9a-1c0188f0324a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1b680a1a-c362-4919-bc9a-1c0188f0324a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1b680a1a-c362-4919-bc9a-1c0188f0324a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b680a1a-c362-4919-bc9a-1c0188f0324a img.shogun-image {
  /* Add background color handling */
  
}

#s-1b680a1a-c362-4919-bc9a-1c0188f0324a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b680a1a-c362-4919-bc9a-1c0188f0324a .shg-image-content-wrapper {
      aspect-ratio: 583/107;
      min-width: 100%;
      height: auto;
    }

    #s-1b680a1a-c362-4919-bc9a-1c0188f0324a .shogun-image-link {
      aspect-ratio: 583/107;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b680a1a-c362-4919-bc9a-1c0188f0324a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b680a1a-c362-4919-bc9a-1c0188f0324a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b680a1a-c362-4919-bc9a-1c0188f0324a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-1b680a1a-c362-4919-bc9a-1c0188f0324a.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-1b680a1a-c362-4919-bc9a-1c0188f0324a .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b680a1a-c362-4919-bc9a-1c0188f0324a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b680a1a-c362-4919-bc9a-1c0188f0324a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b680a1a-c362-4919-bc9a-1c0188f0324a.shogun-image {
  box-sizing: border-box;
}



.s-1b680a1a-c362-4919-bc9a-1c0188f0324a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1b680a1a-c362-4919-bc9a-1c0188f0324a {
      --shg-aspect-ratio: calc(583/107); 
    }

    .s-1b680a1a-c362-4919-bc9a-1c0188f0324a.shogun-image-container {
      position: relative;
    }

    .s-1b680a1a-c362-4919-bc9a-1c0188f0324a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b680a1a-c362-4919-bc9a-1c0188f0324a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b680a1a-c362-4919-bc9a-1c0188f0324a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-8288d7e3-40a7-4103-9983-1641931be29b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-8288d7e3-40a7-4103-9983-1641931be29b {
  display: none;
}
#s-8288d7e3-40a7-4103-9983-1641931be29b, #wrap-s-8288d7e3-40a7-4103-9983-1641931be29b, #wrap-content-s-8288d7e3-40a7-4103-9983-1641931be29b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8288d7e3-40a7-4103-9983-1641931be29b {
  display: none;
}
#s-8288d7e3-40a7-4103-9983-1641931be29b, #wrap-s-8288d7e3-40a7-4103-9983-1641931be29b, #wrap-content-s-8288d7e3-40a7-4103-9983-1641931be29b { display: none !important; }}@media (max-width: 767px){#s-8288d7e3-40a7-4103-9983-1641931be29b {
  display: none;
}
#s-8288d7e3-40a7-4103-9983-1641931be29b, #wrap-s-8288d7e3-40a7-4103-9983-1641931be29b, #wrap-content-s-8288d7e3-40a7-4103-9983-1641931be29b { display: none !important; }}
#s-8288d7e3-40a7-4103-9983-1641931be29b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 34px;
  
  
  
}



#s-2f26019d-644d-48ae-bb21-faa2d72f340f {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2f26019d-644d-48ae-bb21-faa2d72f340f {
  display: none;
}
#s-2f26019d-644d-48ae-bb21-faa2d72f340f, #wrap-s-2f26019d-644d-48ae-bb21-faa2d72f340f, #wrap-content-s-2f26019d-644d-48ae-bb21-faa2d72f340f { display: none !important; }}
#s-2f26019d-644d-48ae-bb21-faa2d72f340f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 29px;
  
  
  
}


@media (max-width: 767px){#s-2f26019d-644d-48ae-bb21-faa2d72f340f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}


}
#s-b3d44e7e-4677-4a03-9f88-f8228b4d604a {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-b3d44e7e-4677-4a03-9f88-f8228b4d604a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b3d44e7e-4677-4a03-9f88-f8228b4d604a {
  cursor: pointer;
}#s-b3d44e7e-4677-4a03-9f88-f8228b4d604a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-027ffceb-5e06-48e2-97ac-e868fe2eb35c {
  margin-left: auto;
margin-right: auto;
max-width: 2968px;
aspect-ratio: 2968/1122;
text-align: center;
}
@media (min-width: 1200px){#s-027ffceb-5e06-48e2-97ac-e868fe2eb35c {
  display: none;
}
#s-027ffceb-5e06-48e2-97ac-e868fe2eb35c, #wrap-s-027ffceb-5e06-48e2-97ac-e868fe2eb35c, #wrap-content-s-027ffceb-5e06-48e2-97ac-e868fe2eb35c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-027ffceb-5e06-48e2-97ac-e868fe2eb35c {
  display: none;
}
#s-027ffceb-5e06-48e2-97ac-e868fe2eb35c, #wrap-s-027ffceb-5e06-48e2-97ac-e868fe2eb35c, #wrap-content-s-027ffceb-5e06-48e2-97ac-e868fe2eb35c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-027ffceb-5e06-48e2-97ac-e868fe2eb35c {
  display: none;
}
#s-027ffceb-5e06-48e2-97ac-e868fe2eb35c, #wrap-s-027ffceb-5e06-48e2-97ac-e868fe2eb35c, #wrap-content-s-027ffceb-5e06-48e2-97ac-e868fe2eb35c { display: none !important; }}
#s-027ffceb-5e06-48e2-97ac-e868fe2eb35c {
  margin: 0 !important;
  overflow: visible;
}

#s-027ffceb-5e06-48e2-97ac-e868fe2eb35c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-027ffceb-5e06-48e2-97ac-e868fe2eb35c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-027ffceb-5e06-48e2-97ac-e868fe2eb35c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-027ffceb-5e06-48e2-97ac-e868fe2eb35c img.shogun-image {
  /* Add background color handling */
  
}

#s-027ffceb-5e06-48e2-97ac-e868fe2eb35c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-027ffceb-5e06-48e2-97ac-e868fe2eb35c .shg-image-content-wrapper {
      aspect-ratio: 2968/1122;
      min-width: 100%;
      height: auto;
    }

    #s-027ffceb-5e06-48e2-97ac-e868fe2eb35c .shogun-image-link {
      aspect-ratio: 2968/1122;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-027ffceb-5e06-48e2-97ac-e868fe2eb35c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-027ffceb-5e06-48e2-97ac-e868fe2eb35c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-027ffceb-5e06-48e2-97ac-e868fe2eb35c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2968px;
  }



  img.s-027ffceb-5e06-48e2-97ac-e868fe2eb35c.shogun-image {
    
    
    
    max-height: 2968px;
  }


.s-027ffceb-5e06-48e2-97ac-e868fe2eb35c .shogun-image-content {
  
    justify-content: center;
  
}

.s-027ffceb-5e06-48e2-97ac-e868fe2eb35c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-027ffceb-5e06-48e2-97ac-e868fe2eb35c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-027ffceb-5e06-48e2-97ac-e868fe2eb35c.shogun-image {
  box-sizing: border-box;
}



.s-027ffceb-5e06-48e2-97ac-e868fe2eb35c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-027ffceb-5e06-48e2-97ac-e868fe2eb35c {
      --shg-aspect-ratio: calc(2968/1122); 
    }

    .s-027ffceb-5e06-48e2-97ac-e868fe2eb35c.shogun-image-container {
      position: relative;
    }

    .s-027ffceb-5e06-48e2-97ac-e868fe2eb35c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-027ffceb-5e06-48e2-97ac-e868fe2eb35c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-027ffceb-5e06-48e2-97ac-e868fe2eb35c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2968px;
    }
  }

@media (min-width: 1200px){#s-027ffceb-5e06-48e2-97ac-e868fe2eb35c {
  margin: 0 !important;
  overflow: visible;
}

#s-027ffceb-5e06-48e2-97ac-e868fe2eb35c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-027ffceb-5e06-48e2-97ac-e868fe2eb35c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-027ffceb-5e06-48e2-97ac-e868fe2eb35c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-027ffceb-5e06-48e2-97ac-e868fe2eb35c img.shogun-image {
  /* Add background color handling */
  
}

#s-027ffceb-5e06-48e2-97ac-e868fe2eb35c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-027ffceb-5e06-48e2-97ac-e868fe2eb35c .shg-image-content-wrapper {
      aspect-ratio: 2968/1122;
      min-width: 100%;
      height: auto;
    }

    #s-027ffceb-5e06-48e2-97ac-e868fe2eb35c .shogun-image-link {
      aspect-ratio: 2968/1122;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-027ffceb-5e06-48e2-97ac-e868fe2eb35c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-027ffceb-5e06-48e2-97ac-e868fe2eb35c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-027ffceb-5e06-48e2-97ac-e868fe2eb35c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2968px;
  }



  img.s-027ffceb-5e06-48e2-97ac-e868fe2eb35c.shogun-image {
    
    
    
    max-height: 2968px;
  }


.s-027ffceb-5e06-48e2-97ac-e868fe2eb35c .shogun-image-content {
  
    justify-content: center;
  
}

.s-027ffceb-5e06-48e2-97ac-e868fe2eb35c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-027ffceb-5e06-48e2-97ac-e868fe2eb35c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-027ffceb-5e06-48e2-97ac-e868fe2eb35c.shogun-image {
  box-sizing: border-box;
}



.s-027ffceb-5e06-48e2-97ac-e868fe2eb35c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-027ffceb-5e06-48e2-97ac-e868fe2eb35c {
      --shg-aspect-ratio: calc(2968/1122); 
    }

    .s-027ffceb-5e06-48e2-97ac-e868fe2eb35c.shogun-image-container {
      position: relative;
    }

    .s-027ffceb-5e06-48e2-97ac-e868fe2eb35c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-027ffceb-5e06-48e2-97ac-e868fe2eb35c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-027ffceb-5e06-48e2-97ac-e868fe2eb35c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2968px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-027ffceb-5e06-48e2-97ac-e868fe2eb35c {
  margin: 0 !important;
  overflow: visible;
}

#s-027ffceb-5e06-48e2-97ac-e868fe2eb35c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-027ffceb-5e06-48e2-97ac-e868fe2eb35c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-027ffceb-5e06-48e2-97ac-e868fe2eb35c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-027ffceb-5e06-48e2-97ac-e868fe2eb35c img.shogun-image {
  /* Add background color handling */
  
}

#s-027ffceb-5e06-48e2-97ac-e868fe2eb35c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-027ffceb-5e06-48e2-97ac-e868fe2eb35c .shg-image-content-wrapper {
      aspect-ratio: 2968/1122;
      min-width: 100%;
      height: auto;
    }

    #s-027ffceb-5e06-48e2-97ac-e868fe2eb35c .shogun-image-link {
      aspect-ratio: 2968/1122;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-027ffceb-5e06-48e2-97ac-e868fe2eb35c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-027ffceb-5e06-48e2-97ac-e868fe2eb35c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-027ffceb-5e06-48e2-97ac-e868fe2eb35c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2968px;
  }



  img.s-027ffceb-5e06-48e2-97ac-e868fe2eb35c.shogun-image {
    
    
    
    max-height: 2968px;
  }


.s-027ffceb-5e06-48e2-97ac-e868fe2eb35c .shogun-image-content {
  
    justify-content: center;
  
}

.s-027ffceb-5e06-48e2-97ac-e868fe2eb35c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-027ffceb-5e06-48e2-97ac-e868fe2eb35c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-027ffceb-5e06-48e2-97ac-e868fe2eb35c.shogun-image {
  box-sizing: border-box;
}



.s-027ffceb-5e06-48e2-97ac-e868fe2eb35c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-027ffceb-5e06-48e2-97ac-e868fe2eb35c {
      --shg-aspect-ratio: calc(2968/1122); 
    }

    .s-027ffceb-5e06-48e2-97ac-e868fe2eb35c.shogun-image-container {
      position: relative;
    }

    .s-027ffceb-5e06-48e2-97ac-e868fe2eb35c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-027ffceb-5e06-48e2-97ac-e868fe2eb35c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-027ffceb-5e06-48e2-97ac-e868fe2eb35c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2968px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-027ffceb-5e06-48e2-97ac-e868fe2eb35c {
  margin: 0 !important;
  overflow: visible;
}

#s-027ffceb-5e06-48e2-97ac-e868fe2eb35c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-027ffceb-5e06-48e2-97ac-e868fe2eb35c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-027ffceb-5e06-48e2-97ac-e868fe2eb35c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-027ffceb-5e06-48e2-97ac-e868fe2eb35c img.shogun-image {
  /* Add background color handling */
  
}

#s-027ffceb-5e06-48e2-97ac-e868fe2eb35c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-027ffceb-5e06-48e2-97ac-e868fe2eb35c .shg-image-content-wrapper {
      aspect-ratio: 2968/1122;
      min-width: 100%;
      height: auto;
    }

    #s-027ffceb-5e06-48e2-97ac-e868fe2eb35c .shogun-image-link {
      aspect-ratio: 2968/1122;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-027ffceb-5e06-48e2-97ac-e868fe2eb35c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-027ffceb-5e06-48e2-97ac-e868fe2eb35c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-027ffceb-5e06-48e2-97ac-e868fe2eb35c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2968px;
  }



  img.s-027ffceb-5e06-48e2-97ac-e868fe2eb35c.shogun-image {
    
    
    
    max-height: 2968px;
  }


.s-027ffceb-5e06-48e2-97ac-e868fe2eb35c .shogun-image-content {
  
    justify-content: center;
  
}

.s-027ffceb-5e06-48e2-97ac-e868fe2eb35c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-027ffceb-5e06-48e2-97ac-e868fe2eb35c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-027ffceb-5e06-48e2-97ac-e868fe2eb35c.shogun-image {
  box-sizing: border-box;
}



.s-027ffceb-5e06-48e2-97ac-e868fe2eb35c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-027ffceb-5e06-48e2-97ac-e868fe2eb35c {
      --shg-aspect-ratio: calc(2968/1122); 
    }

    .s-027ffceb-5e06-48e2-97ac-e868fe2eb35c.shogun-image-container {
      position: relative;
    }

    .s-027ffceb-5e06-48e2-97ac-e868fe2eb35c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-027ffceb-5e06-48e2-97ac-e868fe2eb35c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-027ffceb-5e06-48e2-97ac-e868fe2eb35c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2968px;
    }
  }

}@media (max-width: 767px){#s-027ffceb-5e06-48e2-97ac-e868fe2eb35c {
  margin: 0 !important;
  overflow: visible;
}

#s-027ffceb-5e06-48e2-97ac-e868fe2eb35c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-027ffceb-5e06-48e2-97ac-e868fe2eb35c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-027ffceb-5e06-48e2-97ac-e868fe2eb35c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-027ffceb-5e06-48e2-97ac-e868fe2eb35c img.shogun-image {
  /* Add background color handling */
  
}

#s-027ffceb-5e06-48e2-97ac-e868fe2eb35c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-027ffceb-5e06-48e2-97ac-e868fe2eb35c .shg-image-content-wrapper {
      aspect-ratio: 2968/1122;
      min-width: 100%;
      height: auto;
    }

    #s-027ffceb-5e06-48e2-97ac-e868fe2eb35c .shogun-image-link {
      aspect-ratio: 2968/1122;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-027ffceb-5e06-48e2-97ac-e868fe2eb35c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-027ffceb-5e06-48e2-97ac-e868fe2eb35c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-027ffceb-5e06-48e2-97ac-e868fe2eb35c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2968px;
  }



  img.s-027ffceb-5e06-48e2-97ac-e868fe2eb35c.shogun-image {
    
    
    
    max-height: 2968px;
  }


.s-027ffceb-5e06-48e2-97ac-e868fe2eb35c .shogun-image-content {
  
    justify-content: center;
  
}

.s-027ffceb-5e06-48e2-97ac-e868fe2eb35c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-027ffceb-5e06-48e2-97ac-e868fe2eb35c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-027ffceb-5e06-48e2-97ac-e868fe2eb35c.shogun-image {
  box-sizing: border-box;
}



.s-027ffceb-5e06-48e2-97ac-e868fe2eb35c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-027ffceb-5e06-48e2-97ac-e868fe2eb35c {
      --shg-aspect-ratio: calc(2968/1122); 
    }

    .s-027ffceb-5e06-48e2-97ac-e868fe2eb35c.shogun-image-container {
      position: relative;
    }

    .s-027ffceb-5e06-48e2-97ac-e868fe2eb35c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-027ffceb-5e06-48e2-97ac-e868fe2eb35c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-027ffceb-5e06-48e2-97ac-e868fe2eb35c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2968px;
    }
  }

}
#s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 2968px;
aspect-ratio: 2968/742;
text-align: center;
}
@media (max-width: 767px){#s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 {
  display: none;
}
#s-99ad0647-8b89-4ec2-ab76-19f1c4510b07, #wrap-s-99ad0647-8b89-4ec2-ab76-19f1c4510b07, #wrap-content-s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 { display: none !important; }}
#s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 {
  margin: 0 !important;
  overflow: visible;
}

#s-99ad0647-8b89-4ec2-ab76-19f1c4510b07-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 img.shogun-image {
  /* Add background color handling */
  
}

#s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 .shg-image-content-wrapper {
      aspect-ratio: 2968/742;
      min-width: 100%;
      height: auto;
    }

    #s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 .shogun-image-link {
      aspect-ratio: 2968/742;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-99ad0647-8b89-4ec2-ab76-19f1c4510b07.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2968px;
  }



  img.s-99ad0647-8b89-4ec2-ab76-19f1c4510b07.shogun-image {
    
    
    
    max-height: 2968px;
  }


.s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 .shogun-image-content {
  
    justify-content: center;
  
}

.s-99ad0647-8b89-4ec2-ab76-19f1c4510b07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99ad0647-8b89-4ec2-ab76-19f1c4510b07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99ad0647-8b89-4ec2-ab76-19f1c4510b07.shogun-image {
  box-sizing: border-box;
}



.s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 {
      --shg-aspect-ratio: calc(2968/742); 
    }

    .s-99ad0647-8b89-4ec2-ab76-19f1c4510b07.shogun-image-container {
      position: relative;
    }

    .s-99ad0647-8b89-4ec2-ab76-19f1c4510b07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99ad0647-8b89-4ec2-ab76-19f1c4510b07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2968px;
    }
  }

@media (min-width: 1200px){#s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 {
  margin: 0 !important;
  overflow: visible;
}

#s-99ad0647-8b89-4ec2-ab76-19f1c4510b07-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 img.shogun-image {
  /* Add background color handling */
  
}

#s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 .shg-image-content-wrapper {
      aspect-ratio: 2968/742;
      min-width: 100%;
      height: auto;
    }

    #s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 .shogun-image-link {
      aspect-ratio: 2968/742;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-99ad0647-8b89-4ec2-ab76-19f1c4510b07.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2968px;
  }



  img.s-99ad0647-8b89-4ec2-ab76-19f1c4510b07.shogun-image {
    
    
    
    max-height: 2968px;
  }


.s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 .shogun-image-content {
  
    justify-content: center;
  
}

.s-99ad0647-8b89-4ec2-ab76-19f1c4510b07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99ad0647-8b89-4ec2-ab76-19f1c4510b07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99ad0647-8b89-4ec2-ab76-19f1c4510b07.shogun-image {
  box-sizing: border-box;
}



.s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 {
      --shg-aspect-ratio: calc(2968/742); 
    }

    .s-99ad0647-8b89-4ec2-ab76-19f1c4510b07.shogun-image-container {
      position: relative;
    }

    .s-99ad0647-8b89-4ec2-ab76-19f1c4510b07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99ad0647-8b89-4ec2-ab76-19f1c4510b07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2968px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 {
  margin: 0 !important;
  overflow: visible;
}

#s-99ad0647-8b89-4ec2-ab76-19f1c4510b07-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 img.shogun-image {
  /* Add background color handling */
  
}

#s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 .shg-image-content-wrapper {
      aspect-ratio: 2968/742;
      min-width: 100%;
      height: auto;
    }

    #s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 .shogun-image-link {
      aspect-ratio: 2968/742;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-99ad0647-8b89-4ec2-ab76-19f1c4510b07.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2968px;
  }



  img.s-99ad0647-8b89-4ec2-ab76-19f1c4510b07.shogun-image {
    
    
    
    max-height: 2968px;
  }


.s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 .shogun-image-content {
  
    justify-content: center;
  
}

.s-99ad0647-8b89-4ec2-ab76-19f1c4510b07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99ad0647-8b89-4ec2-ab76-19f1c4510b07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99ad0647-8b89-4ec2-ab76-19f1c4510b07.shogun-image {
  box-sizing: border-box;
}



.s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 {
      --shg-aspect-ratio: calc(2968/742); 
    }

    .s-99ad0647-8b89-4ec2-ab76-19f1c4510b07.shogun-image-container {
      position: relative;
    }

    .s-99ad0647-8b89-4ec2-ab76-19f1c4510b07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99ad0647-8b89-4ec2-ab76-19f1c4510b07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2968px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 {
  margin: 0 !important;
  overflow: visible;
}

#s-99ad0647-8b89-4ec2-ab76-19f1c4510b07-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 img.shogun-image {
  /* Add background color handling */
  
}

#s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 .shg-image-content-wrapper {
      aspect-ratio: 2968/742;
      min-width: 100%;
      height: auto;
    }

    #s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 .shogun-image-link {
      aspect-ratio: 2968/742;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-99ad0647-8b89-4ec2-ab76-19f1c4510b07.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2968px;
  }



  img.s-99ad0647-8b89-4ec2-ab76-19f1c4510b07.shogun-image {
    
    
    
    max-height: 2968px;
  }


.s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 .shogun-image-content {
  
    justify-content: center;
  
}

.s-99ad0647-8b89-4ec2-ab76-19f1c4510b07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99ad0647-8b89-4ec2-ab76-19f1c4510b07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99ad0647-8b89-4ec2-ab76-19f1c4510b07.shogun-image {
  box-sizing: border-box;
}



.s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 {
      --shg-aspect-ratio: calc(2968/742); 
    }

    .s-99ad0647-8b89-4ec2-ab76-19f1c4510b07.shogun-image-container {
      position: relative;
    }

    .s-99ad0647-8b89-4ec2-ab76-19f1c4510b07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99ad0647-8b89-4ec2-ab76-19f1c4510b07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2968px;
    }
  }

}@media (max-width: 767px){#s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 {
  margin: 0 !important;
  overflow: visible;
}

#s-99ad0647-8b89-4ec2-ab76-19f1c4510b07-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 img.shogun-image {
  /* Add background color handling */
  
}

#s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 .shg-image-content-wrapper {
      aspect-ratio: 2968/742;
      min-width: 100%;
      height: auto;
    }

    #s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 .shogun-image-link {
      aspect-ratio: 2968/742;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-99ad0647-8b89-4ec2-ab76-19f1c4510b07.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2968px;
  }



  img.s-99ad0647-8b89-4ec2-ab76-19f1c4510b07.shogun-image {
    
    
    
    max-height: 2968px;
  }


.s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 .shogun-image-content {
  
    justify-content: center;
  
}

.s-99ad0647-8b89-4ec2-ab76-19f1c4510b07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99ad0647-8b89-4ec2-ab76-19f1c4510b07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99ad0647-8b89-4ec2-ab76-19f1c4510b07.shogun-image {
  box-sizing: border-box;
}



.s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 {
      --shg-aspect-ratio: calc(2968/742); 
    }

    .s-99ad0647-8b89-4ec2-ab76-19f1c4510b07.shogun-image-container {
      position: relative;
    }

    .s-99ad0647-8b89-4ec2-ab76-19f1c4510b07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99ad0647-8b89-4ec2-ab76-19f1c4510b07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99ad0647-8b89-4ec2-ab76-19f1c4510b07 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2968px;
    }
  }

}
#s-fcbd072b-1168-4070-b5b3-91a515f320bf {
  margin-top: 9px;
margin-left: 6%;
margin-bottom: 3px;
margin-right: 6%;
}
@media (max-width: 767px){#s-fcbd072b-1168-4070-b5b3-91a515f320bf {
  display: none;
}
#s-fcbd072b-1168-4070-b5b3-91a515f320bf, #wrap-s-fcbd072b-1168-4070-b5b3-91a515f320bf, #wrap-content-s-fcbd072b-1168-4070-b5b3-91a515f320bf { display: none !important; }}
@media (min-width: 0px) {
[id="s-fcbd072b-1168-4070-b5b3-91a515f320bf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fcbd072b-1168-4070-b5b3-91a515f320bf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fcbd072b-1168-4070-b5b3-91a515f320bf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fcbd072b-1168-4070-b5b3-91a515f320bf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-dc43bf11-2d05-46b6-8451-1c510fddea4f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-dc43bf11-2d05-46b6-8451-1c510fddea4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dc43bf11-2d05-46b6-8451-1c510fddea4f {
  cursor: pointer;
}#s-dc43bf11-2d05-46b6-8451-1c510fddea4f.shg-box.shg-c {
  justify-content: center;
}

#s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 {
  margin-left: auto;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 {
  margin: 0 !important;
  overflow: visible;
}

#s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 img.shogun-image {
  /* Add background color handling */
  
}

#s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48.shogun-image {
  box-sizing: border-box;
}



.s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48.shogun-image-container {
      position: relative;
    }

    .s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 {
  margin: 0 !important;
  overflow: visible;
}

#s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 img.shogun-image {
  /* Add background color handling */
  
}

#s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48.shogun-image {
  box-sizing: border-box;
}



.s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48.shogun-image-container {
      position: relative;
    }

    .s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 {
  margin: 0 !important;
  overflow: visible;
}

#s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 img.shogun-image {
  /* Add background color handling */
  
}

#s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48.shogun-image {
  box-sizing: border-box;
}



.s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48.shogun-image-container {
      position: relative;
    }

    .s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 {
  margin: 0 !important;
  overflow: visible;
}

#s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 img.shogun-image {
  /* Add background color handling */
  
}

#s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48.shogun-image {
  box-sizing: border-box;
}



.s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48.shogun-image-container {
      position: relative;
    }

    .s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 {
  margin: 0 !important;
  overflow: visible;
}

#s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 img.shogun-image {
  /* Add background color handling */
  
}

#s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48.shogun-image {
  box-sizing: border-box;
}



.s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48.shogun-image-container {
      position: relative;
    }

    .s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8edc8f3d-be55-4c0d-bf74-01bc7bbcfd48 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-ce88678c-6322-43fc-94f3-4c86c7e3f139 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-5e77d8e6-7c80-4434-8356-110a9a978512 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-5e77d8e6-7c80-4434-8356-110a9a978512 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5e77d8e6-7c80-4434-8356-110a9a978512 {
  cursor: pointer;
}#s-5e77d8e6-7c80-4434-8356-110a9a978512.shg-box.shg-c {
  justify-content: center;
}

#s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 {
  margin-left: auto;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 {
  margin: 0 !important;
  overflow: visible;
}

#s-043d9e28-2cf9-40d0-b5fe-801af7e550c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 img.shogun-image {
  /* Add background color handling */
  
}

#s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-043d9e28-2cf9-40d0-b5fe-801af7e550c8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-043d9e28-2cf9-40d0-b5fe-801af7e550c8.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-043d9e28-2cf9-40d0-b5fe-801af7e550c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-043d9e28-2cf9-40d0-b5fe-801af7e550c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-043d9e28-2cf9-40d0-b5fe-801af7e550c8.shogun-image {
  box-sizing: border-box;
}



.s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-043d9e28-2cf9-40d0-b5fe-801af7e550c8.shogun-image-container {
      position: relative;
    }

    .s-043d9e28-2cf9-40d0-b5fe-801af7e550c8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-043d9e28-2cf9-40d0-b5fe-801af7e550c8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 {
  margin: 0 !important;
  overflow: visible;
}

#s-043d9e28-2cf9-40d0-b5fe-801af7e550c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 img.shogun-image {
  /* Add background color handling */
  
}

#s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-043d9e28-2cf9-40d0-b5fe-801af7e550c8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-043d9e28-2cf9-40d0-b5fe-801af7e550c8.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-043d9e28-2cf9-40d0-b5fe-801af7e550c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-043d9e28-2cf9-40d0-b5fe-801af7e550c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-043d9e28-2cf9-40d0-b5fe-801af7e550c8.shogun-image {
  box-sizing: border-box;
}



.s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-043d9e28-2cf9-40d0-b5fe-801af7e550c8.shogun-image-container {
      position: relative;
    }

    .s-043d9e28-2cf9-40d0-b5fe-801af7e550c8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-043d9e28-2cf9-40d0-b5fe-801af7e550c8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 {
  margin: 0 !important;
  overflow: visible;
}

#s-043d9e28-2cf9-40d0-b5fe-801af7e550c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 img.shogun-image {
  /* Add background color handling */
  
}

#s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-043d9e28-2cf9-40d0-b5fe-801af7e550c8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-043d9e28-2cf9-40d0-b5fe-801af7e550c8.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-043d9e28-2cf9-40d0-b5fe-801af7e550c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-043d9e28-2cf9-40d0-b5fe-801af7e550c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-043d9e28-2cf9-40d0-b5fe-801af7e550c8.shogun-image {
  box-sizing: border-box;
}



.s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-043d9e28-2cf9-40d0-b5fe-801af7e550c8.shogun-image-container {
      position: relative;
    }

    .s-043d9e28-2cf9-40d0-b5fe-801af7e550c8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-043d9e28-2cf9-40d0-b5fe-801af7e550c8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 {
  margin: 0 !important;
  overflow: visible;
}

#s-043d9e28-2cf9-40d0-b5fe-801af7e550c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 img.shogun-image {
  /* Add background color handling */
  
}

#s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-043d9e28-2cf9-40d0-b5fe-801af7e550c8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-043d9e28-2cf9-40d0-b5fe-801af7e550c8.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-043d9e28-2cf9-40d0-b5fe-801af7e550c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-043d9e28-2cf9-40d0-b5fe-801af7e550c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-043d9e28-2cf9-40d0-b5fe-801af7e550c8.shogun-image {
  box-sizing: border-box;
}



.s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-043d9e28-2cf9-40d0-b5fe-801af7e550c8.shogun-image-container {
      position: relative;
    }

    .s-043d9e28-2cf9-40d0-b5fe-801af7e550c8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-043d9e28-2cf9-40d0-b5fe-801af7e550c8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 {
  margin: 0 !important;
  overflow: visible;
}

#s-043d9e28-2cf9-40d0-b5fe-801af7e550c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 img.shogun-image {
  /* Add background color handling */
  
}

#s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-043d9e28-2cf9-40d0-b5fe-801af7e550c8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-043d9e28-2cf9-40d0-b5fe-801af7e550c8.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-043d9e28-2cf9-40d0-b5fe-801af7e550c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-043d9e28-2cf9-40d0-b5fe-801af7e550c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-043d9e28-2cf9-40d0-b5fe-801af7e550c8.shogun-image {
  box-sizing: border-box;
}



.s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-043d9e28-2cf9-40d0-b5fe-801af7e550c8.shogun-image-container {
      position: relative;
    }

    .s-043d9e28-2cf9-40d0-b5fe-801af7e550c8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-043d9e28-2cf9-40d0-b5fe-801af7e550c8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-043d9e28-2cf9-40d0-b5fe-801af7e550c8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-10d3c18c-efd6-42ee-a7b1-f02cb585817e {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-cb03e8dc-db7c-49c5-bff2-7cf41b21c1ef {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-cb03e8dc-db7c-49c5-bff2-7cf41b21c1ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cb03e8dc-db7c-49c5-bff2-7cf41b21c1ef {
  cursor: pointer;
}#s-cb03e8dc-db7c-49c5-bff2-7cf41b21c1ef.shg-box.shg-c {
  justify-content: center;
}

#s-86d7427f-7ce8-45b1-82c1-ad092aab76ff {
  margin-left: auto;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-86d7427f-7ce8-45b1-82c1-ad092aab76ff {
  margin: 0 !important;
  overflow: visible;
}

#s-86d7427f-7ce8-45b1-82c1-ad092aab76ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-86d7427f-7ce8-45b1-82c1-ad092aab76ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-86d7427f-7ce8-45b1-82c1-ad092aab76ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-86d7427f-7ce8-45b1-82c1-ad092aab76ff img.shogun-image {
  /* Add background color handling */
  
}

#s-86d7427f-7ce8-45b1-82c1-ad092aab76ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-86d7427f-7ce8-45b1-82c1-ad092aab76ff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-86d7427f-7ce8-45b1-82c1-ad092aab76ff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-86d7427f-7ce8-45b1-82c1-ad092aab76ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-86d7427f-7ce8-45b1-82c1-ad092aab76ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-86d7427f-7ce8-45b1-82c1-ad092aab76ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-86d7427f-7ce8-45b1-82c1-ad092aab76ff.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-86d7427f-7ce8-45b1-82c1-ad092aab76ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-86d7427f-7ce8-45b1-82c1-ad092aab76ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86d7427f-7ce8-45b1-82c1-ad092aab76ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86d7427f-7ce8-45b1-82c1-ad092aab76ff.shogun-image {
  box-sizing: border-box;
}



.s-86d7427f-7ce8-45b1-82c1-ad092aab76ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-86d7427f-7ce8-45b1-82c1-ad092aab76ff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-86d7427f-7ce8-45b1-82c1-ad092aab76ff.shogun-image-container {
      position: relative;
    }

    .s-86d7427f-7ce8-45b1-82c1-ad092aab76ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-86d7427f-7ce8-45b1-82c1-ad092aab76ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-86d7427f-7ce8-45b1-82c1-ad092aab76ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-86d7427f-7ce8-45b1-82c1-ad092aab76ff {
  margin: 0 !important;
  overflow: visible;
}

#s-86d7427f-7ce8-45b1-82c1-ad092aab76ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-86d7427f-7ce8-45b1-82c1-ad092aab76ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-86d7427f-7ce8-45b1-82c1-ad092aab76ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-86d7427f-7ce8-45b1-82c1-ad092aab76ff img.shogun-image {
  /* Add background color handling */
  
}

#s-86d7427f-7ce8-45b1-82c1-ad092aab76ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-86d7427f-7ce8-45b1-82c1-ad092aab76ff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-86d7427f-7ce8-45b1-82c1-ad092aab76ff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-86d7427f-7ce8-45b1-82c1-ad092aab76ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-86d7427f-7ce8-45b1-82c1-ad092aab76ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-86d7427f-7ce8-45b1-82c1-ad092aab76ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-86d7427f-7ce8-45b1-82c1-ad092aab76ff.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-86d7427f-7ce8-45b1-82c1-ad092aab76ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-86d7427f-7ce8-45b1-82c1-ad092aab76ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86d7427f-7ce8-45b1-82c1-ad092aab76ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86d7427f-7ce8-45b1-82c1-ad092aab76ff.shogun-image {
  box-sizing: border-box;
}



.s-86d7427f-7ce8-45b1-82c1-ad092aab76ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-86d7427f-7ce8-45b1-82c1-ad092aab76ff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-86d7427f-7ce8-45b1-82c1-ad092aab76ff.shogun-image-container {
      position: relative;
    }

    .s-86d7427f-7ce8-45b1-82c1-ad092aab76ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-86d7427f-7ce8-45b1-82c1-ad092aab76ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-86d7427f-7ce8-45b1-82c1-ad092aab76ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-86d7427f-7ce8-45b1-82c1-ad092aab76ff {
  margin: 0 !important;
  overflow: visible;
}

#s-86d7427f-7ce8-45b1-82c1-ad092aab76ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-86d7427f-7ce8-45b1-82c1-ad092aab76ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-86d7427f-7ce8-45b1-82c1-ad092aab76ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-86d7427f-7ce8-45b1-82c1-ad092aab76ff img.shogun-image {
  /* Add background color handling */
  
}

#s-86d7427f-7ce8-45b1-82c1-ad092aab76ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-86d7427f-7ce8-45b1-82c1-ad092aab76ff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-86d7427f-7ce8-45b1-82c1-ad092aab76ff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-86d7427f-7ce8-45b1-82c1-ad092aab76ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-86d7427f-7ce8-45b1-82c1-ad092aab76ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-86d7427f-7ce8-45b1-82c1-ad092aab76ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-86d7427f-7ce8-45b1-82c1-ad092aab76ff.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-86d7427f-7ce8-45b1-82c1-ad092aab76ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-86d7427f-7ce8-45b1-82c1-ad092aab76ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86d7427f-7ce8-45b1-82c1-ad092aab76ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86d7427f-7ce8-45b1-82c1-ad092aab76ff.shogun-image {
  box-sizing: border-box;
}



.s-86d7427f-7ce8-45b1-82c1-ad092aab76ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-86d7427f-7ce8-45b1-82c1-ad092aab76ff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-86d7427f-7ce8-45b1-82c1-ad092aab76ff.shogun-image-container {
      position: relative;
    }

    .s-86d7427f-7ce8-45b1-82c1-ad092aab76ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-86d7427f-7ce8-45b1-82c1-ad092aab76ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-86d7427f-7ce8-45b1-82c1-ad092aab76ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-86d7427f-7ce8-45b1-82c1-ad092aab76ff {
  margin: 0 !important;
  overflow: visible;
}

#s-86d7427f-7ce8-45b1-82c1-ad092aab76ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-86d7427f-7ce8-45b1-82c1-ad092aab76ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-86d7427f-7ce8-45b1-82c1-ad092aab76ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-86d7427f-7ce8-45b1-82c1-ad092aab76ff img.shogun-image {
  /* Add background color handling */
  
}

#s-86d7427f-7ce8-45b1-82c1-ad092aab76ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-86d7427f-7ce8-45b1-82c1-ad092aab76ff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-86d7427f-7ce8-45b1-82c1-ad092aab76ff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-86d7427f-7ce8-45b1-82c1-ad092aab76ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-86d7427f-7ce8-45b1-82c1-ad092aab76ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-86d7427f-7ce8-45b1-82c1-ad092aab76ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-86d7427f-7ce8-45b1-82c1-ad092aab76ff.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-86d7427f-7ce8-45b1-82c1-ad092aab76ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-86d7427f-7ce8-45b1-82c1-ad092aab76ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86d7427f-7ce8-45b1-82c1-ad092aab76ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86d7427f-7ce8-45b1-82c1-ad092aab76ff.shogun-image {
  box-sizing: border-box;
}



.s-86d7427f-7ce8-45b1-82c1-ad092aab76ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-86d7427f-7ce8-45b1-82c1-ad092aab76ff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-86d7427f-7ce8-45b1-82c1-ad092aab76ff.shogun-image-container {
      position: relative;
    }

    .s-86d7427f-7ce8-45b1-82c1-ad092aab76ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-86d7427f-7ce8-45b1-82c1-ad092aab76ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-86d7427f-7ce8-45b1-82c1-ad092aab76ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-86d7427f-7ce8-45b1-82c1-ad092aab76ff {
  margin: 0 !important;
  overflow: visible;
}

#s-86d7427f-7ce8-45b1-82c1-ad092aab76ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-86d7427f-7ce8-45b1-82c1-ad092aab76ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-86d7427f-7ce8-45b1-82c1-ad092aab76ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-86d7427f-7ce8-45b1-82c1-ad092aab76ff img.shogun-image {
  /* Add background color handling */
  
}

#s-86d7427f-7ce8-45b1-82c1-ad092aab76ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-86d7427f-7ce8-45b1-82c1-ad092aab76ff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-86d7427f-7ce8-45b1-82c1-ad092aab76ff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-86d7427f-7ce8-45b1-82c1-ad092aab76ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-86d7427f-7ce8-45b1-82c1-ad092aab76ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-86d7427f-7ce8-45b1-82c1-ad092aab76ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-86d7427f-7ce8-45b1-82c1-ad092aab76ff.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-86d7427f-7ce8-45b1-82c1-ad092aab76ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-86d7427f-7ce8-45b1-82c1-ad092aab76ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86d7427f-7ce8-45b1-82c1-ad092aab76ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86d7427f-7ce8-45b1-82c1-ad092aab76ff.shogun-image {
  box-sizing: border-box;
}



.s-86d7427f-7ce8-45b1-82c1-ad092aab76ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-86d7427f-7ce8-45b1-82c1-ad092aab76ff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-86d7427f-7ce8-45b1-82c1-ad092aab76ff.shogun-image-container {
      position: relative;
    }

    .s-86d7427f-7ce8-45b1-82c1-ad092aab76ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-86d7427f-7ce8-45b1-82c1-ad092aab76ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-86d7427f-7ce8-45b1-82c1-ad092aab76ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-3e918323-4cf4-43bf-9b18-eabf79e3168b {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-26e2ebaa-aca5-42f5-8768-8df4fcadaf76 {
  margin-top: 12px;
margin-left: 6%;
margin-bottom: 3px;
margin-right: 6%;
}
@media (max-width: 767px){#s-26e2ebaa-aca5-42f5-8768-8df4fcadaf76 {
  display: none;
}
#s-26e2ebaa-aca5-42f5-8768-8df4fcadaf76, #wrap-s-26e2ebaa-aca5-42f5-8768-8df4fcadaf76, #wrap-content-s-26e2ebaa-aca5-42f5-8768-8df4fcadaf76 { display: none !important; }}
@media (min-width: 0px) {
[id="s-26e2ebaa-aca5-42f5-8768-8df4fcadaf76"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-26e2ebaa-aca5-42f5-8768-8df4fcadaf76"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-26e2ebaa-aca5-42f5-8768-8df4fcadaf76"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-26e2ebaa-aca5-42f5-8768-8df4fcadaf76"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d09cb292-cc4d-4624-945b-3c0c477a7941 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d09cb292-cc4d-4624-945b-3c0c477a7941 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d09cb292-cc4d-4624-945b-3c0c477a7941 {
  cursor: pointer;
}#s-d09cb292-cc4d-4624-945b-3c0c477a7941.shg-box.shg-c {
  justify-content: center;
}

#s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d {
  margin-left: auto;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d {
  margin: 0 !important;
  overflow: visible;
}

#s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d img.shogun-image {
  /* Add background color handling */
  
}

#s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d .shogun-image-content {
  
    justify-content: center;
  
}

.s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d.shogun-image {
  box-sizing: border-box;
}



.s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d.shogun-image-container {
      position: relative;
    }

    .s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d {
  margin: 0 !important;
  overflow: visible;
}

#s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d img.shogun-image {
  /* Add background color handling */
  
}

#s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d .shogun-image-content {
  
    justify-content: center;
  
}

.s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d.shogun-image {
  box-sizing: border-box;
}



.s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d.shogun-image-container {
      position: relative;
    }

    .s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d {
  margin: 0 !important;
  overflow: visible;
}

#s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d img.shogun-image {
  /* Add background color handling */
  
}

#s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d .shogun-image-content {
  
    justify-content: center;
  
}

.s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d.shogun-image {
  box-sizing: border-box;
}



.s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d.shogun-image-container {
      position: relative;
    }

    .s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d {
  margin: 0 !important;
  overflow: visible;
}

#s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d img.shogun-image {
  /* Add background color handling */
  
}

#s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d .shogun-image-content {
  
    justify-content: center;
  
}

.s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d.shogun-image {
  box-sizing: border-box;
}



.s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d.shogun-image-container {
      position: relative;
    }

    .s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d {
  margin: 0 !important;
  overflow: visible;
}

#s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d img.shogun-image {
  /* Add background color handling */
  
}

#s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d .shogun-image-content {
  
    justify-content: center;
  
}

.s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d.shogun-image {
  box-sizing: border-box;
}



.s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d.shogun-image-container {
      position: relative;
    }

    .s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b66b1b2a-6c13-4414-8a1f-59b2a7c23a9d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-dc9f89f4-ed1f-451c-a374-88a92c8a0c74 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-ee2de7c1-427f-4ecc-ba8c-3e18cb86fb82 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ee2de7c1-427f-4ecc-ba8c-3e18cb86fb82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ee2de7c1-427f-4ecc-ba8c-3e18cb86fb82 {
  cursor: pointer;
}#s-ee2de7c1-427f-4ecc-ba8c-3e18cb86fb82.shg-box.shg-c {
  justify-content: center;
}

#s-3564e787-62c3-4c37-bb6d-ea583e12ed57 {
  margin-left: auto;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-3564e787-62c3-4c37-bb6d-ea583e12ed57 {
  margin: 0 !important;
  overflow: visible;
}

#s-3564e787-62c3-4c37-bb6d-ea583e12ed57-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3564e787-62c3-4c37-bb6d-ea583e12ed57 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3564e787-62c3-4c37-bb6d-ea583e12ed57 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3564e787-62c3-4c37-bb6d-ea583e12ed57 img.shogun-image {
  /* Add background color handling */
  
}

#s-3564e787-62c3-4c37-bb6d-ea583e12ed57 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3564e787-62c3-4c37-bb6d-ea583e12ed57 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3564e787-62c3-4c37-bb6d-ea583e12ed57 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3564e787-62c3-4c37-bb6d-ea583e12ed57 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3564e787-62c3-4c37-bb6d-ea583e12ed57.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3564e787-62c3-4c37-bb6d-ea583e12ed57 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-3564e787-62c3-4c37-bb6d-ea583e12ed57.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-3564e787-62c3-4c37-bb6d-ea583e12ed57 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3564e787-62c3-4c37-bb6d-ea583e12ed57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3564e787-62c3-4c37-bb6d-ea583e12ed57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3564e787-62c3-4c37-bb6d-ea583e12ed57.shogun-image {
  box-sizing: border-box;
}



.s-3564e787-62c3-4c37-bb6d-ea583e12ed57 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3564e787-62c3-4c37-bb6d-ea583e12ed57 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3564e787-62c3-4c37-bb6d-ea583e12ed57.shogun-image-container {
      position: relative;
    }

    .s-3564e787-62c3-4c37-bb6d-ea583e12ed57.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3564e787-62c3-4c37-bb6d-ea583e12ed57.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3564e787-62c3-4c37-bb6d-ea583e12ed57 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-3564e787-62c3-4c37-bb6d-ea583e12ed57 {
  margin: 0 !important;
  overflow: visible;
}

#s-3564e787-62c3-4c37-bb6d-ea583e12ed57-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3564e787-62c3-4c37-bb6d-ea583e12ed57 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3564e787-62c3-4c37-bb6d-ea583e12ed57 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3564e787-62c3-4c37-bb6d-ea583e12ed57 img.shogun-image {
  /* Add background color handling */
  
}

#s-3564e787-62c3-4c37-bb6d-ea583e12ed57 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3564e787-62c3-4c37-bb6d-ea583e12ed57 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3564e787-62c3-4c37-bb6d-ea583e12ed57 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3564e787-62c3-4c37-bb6d-ea583e12ed57 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3564e787-62c3-4c37-bb6d-ea583e12ed57.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3564e787-62c3-4c37-bb6d-ea583e12ed57 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-3564e787-62c3-4c37-bb6d-ea583e12ed57.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-3564e787-62c3-4c37-bb6d-ea583e12ed57 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3564e787-62c3-4c37-bb6d-ea583e12ed57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3564e787-62c3-4c37-bb6d-ea583e12ed57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3564e787-62c3-4c37-bb6d-ea583e12ed57.shogun-image {
  box-sizing: border-box;
}



.s-3564e787-62c3-4c37-bb6d-ea583e12ed57 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3564e787-62c3-4c37-bb6d-ea583e12ed57 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3564e787-62c3-4c37-bb6d-ea583e12ed57.shogun-image-container {
      position: relative;
    }

    .s-3564e787-62c3-4c37-bb6d-ea583e12ed57.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3564e787-62c3-4c37-bb6d-ea583e12ed57.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3564e787-62c3-4c37-bb6d-ea583e12ed57 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3564e787-62c3-4c37-bb6d-ea583e12ed57 {
  margin: 0 !important;
  overflow: visible;
}

#s-3564e787-62c3-4c37-bb6d-ea583e12ed57-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3564e787-62c3-4c37-bb6d-ea583e12ed57 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3564e787-62c3-4c37-bb6d-ea583e12ed57 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3564e787-62c3-4c37-bb6d-ea583e12ed57 img.shogun-image {
  /* Add background color handling */
  
}

#s-3564e787-62c3-4c37-bb6d-ea583e12ed57 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3564e787-62c3-4c37-bb6d-ea583e12ed57 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3564e787-62c3-4c37-bb6d-ea583e12ed57 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3564e787-62c3-4c37-bb6d-ea583e12ed57 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3564e787-62c3-4c37-bb6d-ea583e12ed57.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3564e787-62c3-4c37-bb6d-ea583e12ed57 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-3564e787-62c3-4c37-bb6d-ea583e12ed57.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-3564e787-62c3-4c37-bb6d-ea583e12ed57 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3564e787-62c3-4c37-bb6d-ea583e12ed57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3564e787-62c3-4c37-bb6d-ea583e12ed57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3564e787-62c3-4c37-bb6d-ea583e12ed57.shogun-image {
  box-sizing: border-box;
}



.s-3564e787-62c3-4c37-bb6d-ea583e12ed57 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3564e787-62c3-4c37-bb6d-ea583e12ed57 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3564e787-62c3-4c37-bb6d-ea583e12ed57.shogun-image-container {
      position: relative;
    }

    .s-3564e787-62c3-4c37-bb6d-ea583e12ed57.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3564e787-62c3-4c37-bb6d-ea583e12ed57.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3564e787-62c3-4c37-bb6d-ea583e12ed57 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3564e787-62c3-4c37-bb6d-ea583e12ed57 {
  margin: 0 !important;
  overflow: visible;
}

#s-3564e787-62c3-4c37-bb6d-ea583e12ed57-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3564e787-62c3-4c37-bb6d-ea583e12ed57 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3564e787-62c3-4c37-bb6d-ea583e12ed57 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3564e787-62c3-4c37-bb6d-ea583e12ed57 img.shogun-image {
  /* Add background color handling */
  
}

#s-3564e787-62c3-4c37-bb6d-ea583e12ed57 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3564e787-62c3-4c37-bb6d-ea583e12ed57 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3564e787-62c3-4c37-bb6d-ea583e12ed57 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3564e787-62c3-4c37-bb6d-ea583e12ed57 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3564e787-62c3-4c37-bb6d-ea583e12ed57.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3564e787-62c3-4c37-bb6d-ea583e12ed57 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-3564e787-62c3-4c37-bb6d-ea583e12ed57.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-3564e787-62c3-4c37-bb6d-ea583e12ed57 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3564e787-62c3-4c37-bb6d-ea583e12ed57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3564e787-62c3-4c37-bb6d-ea583e12ed57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3564e787-62c3-4c37-bb6d-ea583e12ed57.shogun-image {
  box-sizing: border-box;
}



.s-3564e787-62c3-4c37-bb6d-ea583e12ed57 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3564e787-62c3-4c37-bb6d-ea583e12ed57 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3564e787-62c3-4c37-bb6d-ea583e12ed57.shogun-image-container {
      position: relative;
    }

    .s-3564e787-62c3-4c37-bb6d-ea583e12ed57.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3564e787-62c3-4c37-bb6d-ea583e12ed57.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3564e787-62c3-4c37-bb6d-ea583e12ed57 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-3564e787-62c3-4c37-bb6d-ea583e12ed57 {
  margin: 0 !important;
  overflow: visible;
}

#s-3564e787-62c3-4c37-bb6d-ea583e12ed57-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3564e787-62c3-4c37-bb6d-ea583e12ed57 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3564e787-62c3-4c37-bb6d-ea583e12ed57 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3564e787-62c3-4c37-bb6d-ea583e12ed57 img.shogun-image {
  /* Add background color handling */
  
}

#s-3564e787-62c3-4c37-bb6d-ea583e12ed57 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3564e787-62c3-4c37-bb6d-ea583e12ed57 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3564e787-62c3-4c37-bb6d-ea583e12ed57 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3564e787-62c3-4c37-bb6d-ea583e12ed57 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3564e787-62c3-4c37-bb6d-ea583e12ed57.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3564e787-62c3-4c37-bb6d-ea583e12ed57 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-3564e787-62c3-4c37-bb6d-ea583e12ed57.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-3564e787-62c3-4c37-bb6d-ea583e12ed57 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3564e787-62c3-4c37-bb6d-ea583e12ed57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3564e787-62c3-4c37-bb6d-ea583e12ed57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3564e787-62c3-4c37-bb6d-ea583e12ed57.shogun-image {
  box-sizing: border-box;
}



.s-3564e787-62c3-4c37-bb6d-ea583e12ed57 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3564e787-62c3-4c37-bb6d-ea583e12ed57 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3564e787-62c3-4c37-bb6d-ea583e12ed57.shogun-image-container {
      position: relative;
    }

    .s-3564e787-62c3-4c37-bb6d-ea583e12ed57.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3564e787-62c3-4c37-bb6d-ea583e12ed57.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3564e787-62c3-4c37-bb6d-ea583e12ed57 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-0f6b66d1-f033-4be0-8aa2-d8a151468204 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-2a221dfa-9be6-4157-851c-dcfd56b478bd {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-2a221dfa-9be6-4157-851c-dcfd56b478bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2a221dfa-9be6-4157-851c-dcfd56b478bd {
  cursor: pointer;
}#s-2a221dfa-9be6-4157-851c-dcfd56b478bd.shg-box.shg-c {
  justify-content: center;
}

#s-5df4ace1-e1ad-4b10-adfb-85dea49398ac {
  margin-left: auto;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-5df4ace1-e1ad-4b10-adfb-85dea49398ac {
  margin: 0 !important;
  overflow: visible;
}

#s-5df4ace1-e1ad-4b10-adfb-85dea49398ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5df4ace1-e1ad-4b10-adfb-85dea49398ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5df4ace1-e1ad-4b10-adfb-85dea49398ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5df4ace1-e1ad-4b10-adfb-85dea49398ac img.shogun-image {
  /* Add background color handling */
  
}

#s-5df4ace1-e1ad-4b10-adfb-85dea49398ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5df4ace1-e1ad-4b10-adfb-85dea49398ac .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5df4ace1-e1ad-4b10-adfb-85dea49398ac .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5df4ace1-e1ad-4b10-adfb-85dea49398ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5df4ace1-e1ad-4b10-adfb-85dea49398ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5df4ace1-e1ad-4b10-adfb-85dea49398ac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-5df4ace1-e1ad-4b10-adfb-85dea49398ac.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-5df4ace1-e1ad-4b10-adfb-85dea49398ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-5df4ace1-e1ad-4b10-adfb-85dea49398ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5df4ace1-e1ad-4b10-adfb-85dea49398ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5df4ace1-e1ad-4b10-adfb-85dea49398ac.shogun-image {
  box-sizing: border-box;
}



.s-5df4ace1-e1ad-4b10-adfb-85dea49398ac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5df4ace1-e1ad-4b10-adfb-85dea49398ac {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5df4ace1-e1ad-4b10-adfb-85dea49398ac.shogun-image-container {
      position: relative;
    }

    .s-5df4ace1-e1ad-4b10-adfb-85dea49398ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5df4ace1-e1ad-4b10-adfb-85dea49398ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5df4ace1-e1ad-4b10-adfb-85dea49398ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-5df4ace1-e1ad-4b10-adfb-85dea49398ac {
  margin: 0 !important;
  overflow: visible;
}

#s-5df4ace1-e1ad-4b10-adfb-85dea49398ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5df4ace1-e1ad-4b10-adfb-85dea49398ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5df4ace1-e1ad-4b10-adfb-85dea49398ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5df4ace1-e1ad-4b10-adfb-85dea49398ac img.shogun-image {
  /* Add background color handling */
  
}

#s-5df4ace1-e1ad-4b10-adfb-85dea49398ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5df4ace1-e1ad-4b10-adfb-85dea49398ac .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5df4ace1-e1ad-4b10-adfb-85dea49398ac .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5df4ace1-e1ad-4b10-adfb-85dea49398ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5df4ace1-e1ad-4b10-adfb-85dea49398ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5df4ace1-e1ad-4b10-adfb-85dea49398ac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-5df4ace1-e1ad-4b10-adfb-85dea49398ac.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-5df4ace1-e1ad-4b10-adfb-85dea49398ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-5df4ace1-e1ad-4b10-adfb-85dea49398ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5df4ace1-e1ad-4b10-adfb-85dea49398ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5df4ace1-e1ad-4b10-adfb-85dea49398ac.shogun-image {
  box-sizing: border-box;
}



.s-5df4ace1-e1ad-4b10-adfb-85dea49398ac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5df4ace1-e1ad-4b10-adfb-85dea49398ac {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5df4ace1-e1ad-4b10-adfb-85dea49398ac.shogun-image-container {
      position: relative;
    }

    .s-5df4ace1-e1ad-4b10-adfb-85dea49398ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5df4ace1-e1ad-4b10-adfb-85dea49398ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5df4ace1-e1ad-4b10-adfb-85dea49398ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5df4ace1-e1ad-4b10-adfb-85dea49398ac {
  margin: 0 !important;
  overflow: visible;
}

#s-5df4ace1-e1ad-4b10-adfb-85dea49398ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5df4ace1-e1ad-4b10-adfb-85dea49398ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5df4ace1-e1ad-4b10-adfb-85dea49398ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5df4ace1-e1ad-4b10-adfb-85dea49398ac img.shogun-image {
  /* Add background color handling */
  
}

#s-5df4ace1-e1ad-4b10-adfb-85dea49398ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5df4ace1-e1ad-4b10-adfb-85dea49398ac .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5df4ace1-e1ad-4b10-adfb-85dea49398ac .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5df4ace1-e1ad-4b10-adfb-85dea49398ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5df4ace1-e1ad-4b10-adfb-85dea49398ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5df4ace1-e1ad-4b10-adfb-85dea49398ac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-5df4ace1-e1ad-4b10-adfb-85dea49398ac.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-5df4ace1-e1ad-4b10-adfb-85dea49398ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-5df4ace1-e1ad-4b10-adfb-85dea49398ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5df4ace1-e1ad-4b10-adfb-85dea49398ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5df4ace1-e1ad-4b10-adfb-85dea49398ac.shogun-image {
  box-sizing: border-box;
}



.s-5df4ace1-e1ad-4b10-adfb-85dea49398ac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5df4ace1-e1ad-4b10-adfb-85dea49398ac {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5df4ace1-e1ad-4b10-adfb-85dea49398ac.shogun-image-container {
      position: relative;
    }

    .s-5df4ace1-e1ad-4b10-adfb-85dea49398ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5df4ace1-e1ad-4b10-adfb-85dea49398ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5df4ace1-e1ad-4b10-adfb-85dea49398ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5df4ace1-e1ad-4b10-adfb-85dea49398ac {
  margin: 0 !important;
  overflow: visible;
}

#s-5df4ace1-e1ad-4b10-adfb-85dea49398ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5df4ace1-e1ad-4b10-adfb-85dea49398ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5df4ace1-e1ad-4b10-adfb-85dea49398ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5df4ace1-e1ad-4b10-adfb-85dea49398ac img.shogun-image {
  /* Add background color handling */
  
}

#s-5df4ace1-e1ad-4b10-adfb-85dea49398ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5df4ace1-e1ad-4b10-adfb-85dea49398ac .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5df4ace1-e1ad-4b10-adfb-85dea49398ac .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5df4ace1-e1ad-4b10-adfb-85dea49398ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5df4ace1-e1ad-4b10-adfb-85dea49398ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5df4ace1-e1ad-4b10-adfb-85dea49398ac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-5df4ace1-e1ad-4b10-adfb-85dea49398ac.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-5df4ace1-e1ad-4b10-adfb-85dea49398ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-5df4ace1-e1ad-4b10-adfb-85dea49398ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5df4ace1-e1ad-4b10-adfb-85dea49398ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5df4ace1-e1ad-4b10-adfb-85dea49398ac.shogun-image {
  box-sizing: border-box;
}



.s-5df4ace1-e1ad-4b10-adfb-85dea49398ac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5df4ace1-e1ad-4b10-adfb-85dea49398ac {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5df4ace1-e1ad-4b10-adfb-85dea49398ac.shogun-image-container {
      position: relative;
    }

    .s-5df4ace1-e1ad-4b10-adfb-85dea49398ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5df4ace1-e1ad-4b10-adfb-85dea49398ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5df4ace1-e1ad-4b10-adfb-85dea49398ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-5df4ace1-e1ad-4b10-adfb-85dea49398ac {
  margin: 0 !important;
  overflow: visible;
}

#s-5df4ace1-e1ad-4b10-adfb-85dea49398ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5df4ace1-e1ad-4b10-adfb-85dea49398ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5df4ace1-e1ad-4b10-adfb-85dea49398ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5df4ace1-e1ad-4b10-adfb-85dea49398ac img.shogun-image {
  /* Add background color handling */
  
}

#s-5df4ace1-e1ad-4b10-adfb-85dea49398ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5df4ace1-e1ad-4b10-adfb-85dea49398ac .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5df4ace1-e1ad-4b10-adfb-85dea49398ac .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5df4ace1-e1ad-4b10-adfb-85dea49398ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5df4ace1-e1ad-4b10-adfb-85dea49398ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5df4ace1-e1ad-4b10-adfb-85dea49398ac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-5df4ace1-e1ad-4b10-adfb-85dea49398ac.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-5df4ace1-e1ad-4b10-adfb-85dea49398ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-5df4ace1-e1ad-4b10-adfb-85dea49398ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5df4ace1-e1ad-4b10-adfb-85dea49398ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5df4ace1-e1ad-4b10-adfb-85dea49398ac.shogun-image {
  box-sizing: border-box;
}



.s-5df4ace1-e1ad-4b10-adfb-85dea49398ac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5df4ace1-e1ad-4b10-adfb-85dea49398ac {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5df4ace1-e1ad-4b10-adfb-85dea49398ac.shogun-image-container {
      position: relative;
    }

    .s-5df4ace1-e1ad-4b10-adfb-85dea49398ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5df4ace1-e1ad-4b10-adfb-85dea49398ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5df4ace1-e1ad-4b10-adfb-85dea49398ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-2c839e16-8fa8-496d-a3b7-70d3fcd1439c {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-7aeb9c98-6fc5-41da-b5d2-a8c7de53ea48 {
  margin-top: 12px;
margin-left: 3%;
margin-bottom: 4px;
margin-right: 3%;
}
@media (min-width: 1200px){#s-7aeb9c98-6fc5-41da-b5d2-a8c7de53ea48 {
  display: none;
}
#s-7aeb9c98-6fc5-41da-b5d2-a8c7de53ea48, #wrap-s-7aeb9c98-6fc5-41da-b5d2-a8c7de53ea48, #wrap-content-s-7aeb9c98-6fc5-41da-b5d2-a8c7de53ea48 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7aeb9c98-6fc5-41da-b5d2-a8c7de53ea48 {
  display: none;
}
#s-7aeb9c98-6fc5-41da-b5d2-a8c7de53ea48, #wrap-s-7aeb9c98-6fc5-41da-b5d2-a8c7de53ea48, #wrap-content-s-7aeb9c98-6fc5-41da-b5d2-a8c7de53ea48 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7aeb9c98-6fc5-41da-b5d2-a8c7de53ea48 {
  display: none;
}
#s-7aeb9c98-6fc5-41da-b5d2-a8c7de53ea48, #wrap-s-7aeb9c98-6fc5-41da-b5d2-a8c7de53ea48, #wrap-content-s-7aeb9c98-6fc5-41da-b5d2-a8c7de53ea48 { display: none !important; }}
@media (min-width: 0px) {
[id="s-7aeb9c98-6fc5-41da-b5d2-a8c7de53ea48"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-7aeb9c98-6fc5-41da-b5d2-a8c7de53ea48"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-7aeb9c98-6fc5-41da-b5d2-a8c7de53ea48"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-7aeb9c98-6fc5-41da-b5d2-a8c7de53ea48"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-bce257e5-f8e5-4265-875f-150fb259c90b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-bce257e5-f8e5-4265-875f-150fb259c90b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bce257e5-f8e5-4265-875f-150fb259c90b {
  cursor: pointer;
}#s-bce257e5-f8e5-4265-875f-150fb259c90b.shg-box.shg-c {
  justify-content: center;
}

#s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc {
  margin-left: auto;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc {
  margin: 0 !important;
  overflow: visible;
}

#s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc img.shogun-image {
  /* Add background color handling */
  
}

#s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc .shogun-image-content {
  
    justify-content: center;
  
}

.s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc.shogun-image {
  box-sizing: border-box;
}



.s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc.shogun-image-container {
      position: relative;
    }

    .s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc {
  margin: 0 !important;
  overflow: visible;
}

#s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc img.shogun-image {
  /* Add background color handling */
  
}

#s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc .shogun-image-content {
  
    justify-content: center;
  
}

.s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc.shogun-image {
  box-sizing: border-box;
}



.s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc.shogun-image-container {
      position: relative;
    }

    .s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc {
  margin: 0 !important;
  overflow: visible;
}

#s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc img.shogun-image {
  /* Add background color handling */
  
}

#s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc .shogun-image-content {
  
    justify-content: center;
  
}

.s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc.shogun-image {
  box-sizing: border-box;
}



.s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc.shogun-image-container {
      position: relative;
    }

    .s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc {
  margin: 0 !important;
  overflow: visible;
}

#s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc img.shogun-image {
  /* Add background color handling */
  
}

#s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc .shogun-image-content {
  
    justify-content: center;
  
}

.s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc.shogun-image {
  box-sizing: border-box;
}



.s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc.shogun-image-container {
      position: relative;
    }

    .s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc {
  margin: 0 !important;
  overflow: visible;
}

#s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc img.shogun-image {
  /* Add background color handling */
  
}

#s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc .shogun-image-content {
  
    justify-content: center;
  
}

.s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc.shogun-image {
  box-sizing: border-box;
}



.s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc.shogun-image-container {
      position: relative;
    }

    .s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-123f4464-8b14-416c-b7b9-0ff7d81d0bbc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-aa7b16f8-9580-4a66-afc9-5decefadf187 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-35d9a0b9-74ee-446f-9ab4-293c919fa193 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-35d9a0b9-74ee-446f-9ab4-293c919fa193 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-35d9a0b9-74ee-446f-9ab4-293c919fa193 {
  cursor: pointer;
}#s-35d9a0b9-74ee-446f-9ab4-293c919fa193.shg-box.shg-c {
  justify-content: center;
}

#s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 {
  margin-left: auto;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 {
  margin: 0 !important;
  overflow: visible;
}

#s-85ece90a-ae22-4b96-96a6-92f90c9e7b13-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 img.shogun-image {
  /* Add background color handling */
  
}

#s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85ece90a-ae22-4b96-96a6-92f90c9e7b13.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-85ece90a-ae22-4b96-96a6-92f90c9e7b13.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 .shogun-image-content {
  
    justify-content: center;
  
}

.s-85ece90a-ae22-4b96-96a6-92f90c9e7b13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85ece90a-ae22-4b96-96a6-92f90c9e7b13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85ece90a-ae22-4b96-96a6-92f90c9e7b13.shogun-image {
  box-sizing: border-box;
}



.s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-85ece90a-ae22-4b96-96a6-92f90c9e7b13.shogun-image-container {
      position: relative;
    }

    .s-85ece90a-ae22-4b96-96a6-92f90c9e7b13.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85ece90a-ae22-4b96-96a6-92f90c9e7b13.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 {
  margin: 0 !important;
  overflow: visible;
}

#s-85ece90a-ae22-4b96-96a6-92f90c9e7b13-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 img.shogun-image {
  /* Add background color handling */
  
}

#s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85ece90a-ae22-4b96-96a6-92f90c9e7b13.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-85ece90a-ae22-4b96-96a6-92f90c9e7b13.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 .shogun-image-content {
  
    justify-content: center;
  
}

.s-85ece90a-ae22-4b96-96a6-92f90c9e7b13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85ece90a-ae22-4b96-96a6-92f90c9e7b13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85ece90a-ae22-4b96-96a6-92f90c9e7b13.shogun-image {
  box-sizing: border-box;
}



.s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-85ece90a-ae22-4b96-96a6-92f90c9e7b13.shogun-image-container {
      position: relative;
    }

    .s-85ece90a-ae22-4b96-96a6-92f90c9e7b13.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85ece90a-ae22-4b96-96a6-92f90c9e7b13.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 {
  margin: 0 !important;
  overflow: visible;
}

#s-85ece90a-ae22-4b96-96a6-92f90c9e7b13-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 img.shogun-image {
  /* Add background color handling */
  
}

#s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85ece90a-ae22-4b96-96a6-92f90c9e7b13.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-85ece90a-ae22-4b96-96a6-92f90c9e7b13.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 .shogun-image-content {
  
    justify-content: center;
  
}

.s-85ece90a-ae22-4b96-96a6-92f90c9e7b13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85ece90a-ae22-4b96-96a6-92f90c9e7b13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85ece90a-ae22-4b96-96a6-92f90c9e7b13.shogun-image {
  box-sizing: border-box;
}



.s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-85ece90a-ae22-4b96-96a6-92f90c9e7b13.shogun-image-container {
      position: relative;
    }

    .s-85ece90a-ae22-4b96-96a6-92f90c9e7b13.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85ece90a-ae22-4b96-96a6-92f90c9e7b13.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 {
  margin: 0 !important;
  overflow: visible;
}

#s-85ece90a-ae22-4b96-96a6-92f90c9e7b13-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 img.shogun-image {
  /* Add background color handling */
  
}

#s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85ece90a-ae22-4b96-96a6-92f90c9e7b13.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-85ece90a-ae22-4b96-96a6-92f90c9e7b13.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 .shogun-image-content {
  
    justify-content: center;
  
}

.s-85ece90a-ae22-4b96-96a6-92f90c9e7b13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85ece90a-ae22-4b96-96a6-92f90c9e7b13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85ece90a-ae22-4b96-96a6-92f90c9e7b13.shogun-image {
  box-sizing: border-box;
}



.s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-85ece90a-ae22-4b96-96a6-92f90c9e7b13.shogun-image-container {
      position: relative;
    }

    .s-85ece90a-ae22-4b96-96a6-92f90c9e7b13.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85ece90a-ae22-4b96-96a6-92f90c9e7b13.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 {
  margin: 0 !important;
  overflow: visible;
}

#s-85ece90a-ae22-4b96-96a6-92f90c9e7b13-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 img.shogun-image {
  /* Add background color handling */
  
}

#s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-85ece90a-ae22-4b96-96a6-92f90c9e7b13.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-85ece90a-ae22-4b96-96a6-92f90c9e7b13.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 .shogun-image-content {
  
    justify-content: center;
  
}

.s-85ece90a-ae22-4b96-96a6-92f90c9e7b13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85ece90a-ae22-4b96-96a6-92f90c9e7b13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85ece90a-ae22-4b96-96a6-92f90c9e7b13.shogun-image {
  box-sizing: border-box;
}



.s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-85ece90a-ae22-4b96-96a6-92f90c9e7b13.shogun-image-container {
      position: relative;
    }

    .s-85ece90a-ae22-4b96-96a6-92f90c9e7b13.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-85ece90a-ae22-4b96-96a6-92f90c9e7b13.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-85ece90a-ae22-4b96-96a6-92f90c9e7b13 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-06d43ef2-cd32-4e0a-bb52-5852b04a9e13 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-8bcfbbcb-a78b-4780-9591-1dee57fe48e2 {
  margin-top: 12px;
margin-left: 3%;
margin-bottom: 4px;
margin-right: 3%;
}
@media (min-width: 1200px){#s-8bcfbbcb-a78b-4780-9591-1dee57fe48e2 {
  display: none;
}
#s-8bcfbbcb-a78b-4780-9591-1dee57fe48e2, #wrap-s-8bcfbbcb-a78b-4780-9591-1dee57fe48e2, #wrap-content-s-8bcfbbcb-a78b-4780-9591-1dee57fe48e2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8bcfbbcb-a78b-4780-9591-1dee57fe48e2 {
  display: none;
}
#s-8bcfbbcb-a78b-4780-9591-1dee57fe48e2, #wrap-s-8bcfbbcb-a78b-4780-9591-1dee57fe48e2, #wrap-content-s-8bcfbbcb-a78b-4780-9591-1dee57fe48e2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8bcfbbcb-a78b-4780-9591-1dee57fe48e2 {
  display: none;
}
#s-8bcfbbcb-a78b-4780-9591-1dee57fe48e2, #wrap-s-8bcfbbcb-a78b-4780-9591-1dee57fe48e2, #wrap-content-s-8bcfbbcb-a78b-4780-9591-1dee57fe48e2 { display: none !important; }}
@media (min-width: 0px) {
[id="s-8bcfbbcb-a78b-4780-9591-1dee57fe48e2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-8bcfbbcb-a78b-4780-9591-1dee57fe48e2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-8bcfbbcb-a78b-4780-9591-1dee57fe48e2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-8bcfbbcb-a78b-4780-9591-1dee57fe48e2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-bf24292f-cc26-4c4c-a585-5d58f8a96cd4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-bf24292f-cc26-4c4c-a585-5d58f8a96cd4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bf24292f-cc26-4c4c-a585-5d58f8a96cd4 {
  cursor: pointer;
}#s-bf24292f-cc26-4c4c-a585-5d58f8a96cd4.shg-box.shg-c {
  justify-content: center;
}

#s-ff3c3619-2278-4b01-9c72-3a8014834347 {
  margin-left: auto;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-ff3c3619-2278-4b01-9c72-3a8014834347 {
  margin: 0 !important;
  overflow: visible;
}

#s-ff3c3619-2278-4b01-9c72-3a8014834347-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ff3c3619-2278-4b01-9c72-3a8014834347 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ff3c3619-2278-4b01-9c72-3a8014834347 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ff3c3619-2278-4b01-9c72-3a8014834347 img.shogun-image {
  /* Add background color handling */
  
}

#s-ff3c3619-2278-4b01-9c72-3a8014834347 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff3c3619-2278-4b01-9c72-3a8014834347 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ff3c3619-2278-4b01-9c72-3a8014834347 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff3c3619-2278-4b01-9c72-3a8014834347 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff3c3619-2278-4b01-9c72-3a8014834347.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff3c3619-2278-4b01-9c72-3a8014834347 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-ff3c3619-2278-4b01-9c72-3a8014834347.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-ff3c3619-2278-4b01-9c72-3a8014834347 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ff3c3619-2278-4b01-9c72-3a8014834347.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff3c3619-2278-4b01-9c72-3a8014834347.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff3c3619-2278-4b01-9c72-3a8014834347.shogun-image {
  box-sizing: border-box;
}



.s-ff3c3619-2278-4b01-9c72-3a8014834347 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ff3c3619-2278-4b01-9c72-3a8014834347 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ff3c3619-2278-4b01-9c72-3a8014834347.shogun-image-container {
      position: relative;
    }

    .s-ff3c3619-2278-4b01-9c72-3a8014834347.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff3c3619-2278-4b01-9c72-3a8014834347.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff3c3619-2278-4b01-9c72-3a8014834347 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-ff3c3619-2278-4b01-9c72-3a8014834347 {
  margin: 0 !important;
  overflow: visible;
}

#s-ff3c3619-2278-4b01-9c72-3a8014834347-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ff3c3619-2278-4b01-9c72-3a8014834347 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ff3c3619-2278-4b01-9c72-3a8014834347 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ff3c3619-2278-4b01-9c72-3a8014834347 img.shogun-image {
  /* Add background color handling */
  
}

#s-ff3c3619-2278-4b01-9c72-3a8014834347 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff3c3619-2278-4b01-9c72-3a8014834347 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ff3c3619-2278-4b01-9c72-3a8014834347 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff3c3619-2278-4b01-9c72-3a8014834347 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff3c3619-2278-4b01-9c72-3a8014834347.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff3c3619-2278-4b01-9c72-3a8014834347 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-ff3c3619-2278-4b01-9c72-3a8014834347.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-ff3c3619-2278-4b01-9c72-3a8014834347 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ff3c3619-2278-4b01-9c72-3a8014834347.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff3c3619-2278-4b01-9c72-3a8014834347.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff3c3619-2278-4b01-9c72-3a8014834347.shogun-image {
  box-sizing: border-box;
}



.s-ff3c3619-2278-4b01-9c72-3a8014834347 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ff3c3619-2278-4b01-9c72-3a8014834347 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ff3c3619-2278-4b01-9c72-3a8014834347.shogun-image-container {
      position: relative;
    }

    .s-ff3c3619-2278-4b01-9c72-3a8014834347.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff3c3619-2278-4b01-9c72-3a8014834347.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff3c3619-2278-4b01-9c72-3a8014834347 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ff3c3619-2278-4b01-9c72-3a8014834347 {
  margin: 0 !important;
  overflow: visible;
}

#s-ff3c3619-2278-4b01-9c72-3a8014834347-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ff3c3619-2278-4b01-9c72-3a8014834347 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ff3c3619-2278-4b01-9c72-3a8014834347 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ff3c3619-2278-4b01-9c72-3a8014834347 img.shogun-image {
  /* Add background color handling */
  
}

#s-ff3c3619-2278-4b01-9c72-3a8014834347 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff3c3619-2278-4b01-9c72-3a8014834347 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ff3c3619-2278-4b01-9c72-3a8014834347 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff3c3619-2278-4b01-9c72-3a8014834347 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff3c3619-2278-4b01-9c72-3a8014834347.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff3c3619-2278-4b01-9c72-3a8014834347 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-ff3c3619-2278-4b01-9c72-3a8014834347.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-ff3c3619-2278-4b01-9c72-3a8014834347 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ff3c3619-2278-4b01-9c72-3a8014834347.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff3c3619-2278-4b01-9c72-3a8014834347.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff3c3619-2278-4b01-9c72-3a8014834347.shogun-image {
  box-sizing: border-box;
}



.s-ff3c3619-2278-4b01-9c72-3a8014834347 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ff3c3619-2278-4b01-9c72-3a8014834347 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ff3c3619-2278-4b01-9c72-3a8014834347.shogun-image-container {
      position: relative;
    }

    .s-ff3c3619-2278-4b01-9c72-3a8014834347.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff3c3619-2278-4b01-9c72-3a8014834347.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff3c3619-2278-4b01-9c72-3a8014834347 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ff3c3619-2278-4b01-9c72-3a8014834347 {
  margin: 0 !important;
  overflow: visible;
}

#s-ff3c3619-2278-4b01-9c72-3a8014834347-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ff3c3619-2278-4b01-9c72-3a8014834347 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ff3c3619-2278-4b01-9c72-3a8014834347 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ff3c3619-2278-4b01-9c72-3a8014834347 img.shogun-image {
  /* Add background color handling */
  
}

#s-ff3c3619-2278-4b01-9c72-3a8014834347 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff3c3619-2278-4b01-9c72-3a8014834347 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ff3c3619-2278-4b01-9c72-3a8014834347 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff3c3619-2278-4b01-9c72-3a8014834347 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff3c3619-2278-4b01-9c72-3a8014834347.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff3c3619-2278-4b01-9c72-3a8014834347 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-ff3c3619-2278-4b01-9c72-3a8014834347.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-ff3c3619-2278-4b01-9c72-3a8014834347 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ff3c3619-2278-4b01-9c72-3a8014834347.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff3c3619-2278-4b01-9c72-3a8014834347.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff3c3619-2278-4b01-9c72-3a8014834347.shogun-image {
  box-sizing: border-box;
}



.s-ff3c3619-2278-4b01-9c72-3a8014834347 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ff3c3619-2278-4b01-9c72-3a8014834347 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ff3c3619-2278-4b01-9c72-3a8014834347.shogun-image-container {
      position: relative;
    }

    .s-ff3c3619-2278-4b01-9c72-3a8014834347.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff3c3619-2278-4b01-9c72-3a8014834347.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff3c3619-2278-4b01-9c72-3a8014834347 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-ff3c3619-2278-4b01-9c72-3a8014834347 {
  margin: 0 !important;
  overflow: visible;
}

#s-ff3c3619-2278-4b01-9c72-3a8014834347-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ff3c3619-2278-4b01-9c72-3a8014834347 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ff3c3619-2278-4b01-9c72-3a8014834347 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ff3c3619-2278-4b01-9c72-3a8014834347 img.shogun-image {
  /* Add background color handling */
  
}

#s-ff3c3619-2278-4b01-9c72-3a8014834347 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff3c3619-2278-4b01-9c72-3a8014834347 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ff3c3619-2278-4b01-9c72-3a8014834347 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff3c3619-2278-4b01-9c72-3a8014834347 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff3c3619-2278-4b01-9c72-3a8014834347.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff3c3619-2278-4b01-9c72-3a8014834347 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-ff3c3619-2278-4b01-9c72-3a8014834347.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-ff3c3619-2278-4b01-9c72-3a8014834347 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ff3c3619-2278-4b01-9c72-3a8014834347.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff3c3619-2278-4b01-9c72-3a8014834347.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff3c3619-2278-4b01-9c72-3a8014834347.shogun-image {
  box-sizing: border-box;
}



.s-ff3c3619-2278-4b01-9c72-3a8014834347 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ff3c3619-2278-4b01-9c72-3a8014834347 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ff3c3619-2278-4b01-9c72-3a8014834347.shogun-image-container {
      position: relative;
    }

    .s-ff3c3619-2278-4b01-9c72-3a8014834347.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff3c3619-2278-4b01-9c72-3a8014834347.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff3c3619-2278-4b01-9c72-3a8014834347 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-a3f9f220-12aa-4ea0-83dd-387e7f405575 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-07bb2177-9323-4a00-b2df-bf41fbe5d6f9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-07bb2177-9323-4a00-b2df-bf41fbe5d6f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-07bb2177-9323-4a00-b2df-bf41fbe5d6f9 {
  cursor: pointer;
}#s-07bb2177-9323-4a00-b2df-bf41fbe5d6f9.shg-box.shg-c {
  justify-content: center;
}

#s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 {
  margin-left: auto;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 {
  margin: 0 !important;
  overflow: visible;
}

#s-8252f568-9d73-4659-ab8c-b3189dc9cbf0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 img.shogun-image {
  /* Add background color handling */
  
}

#s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8252f568-9d73-4659-ab8c-b3189dc9cbf0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-8252f568-9d73-4659-ab8c-b3189dc9cbf0.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8252f568-9d73-4659-ab8c-b3189dc9cbf0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8252f568-9d73-4659-ab8c-b3189dc9cbf0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8252f568-9d73-4659-ab8c-b3189dc9cbf0.shogun-image {
  box-sizing: border-box;
}



.s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8252f568-9d73-4659-ab8c-b3189dc9cbf0.shogun-image-container {
      position: relative;
    }

    .s-8252f568-9d73-4659-ab8c-b3189dc9cbf0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8252f568-9d73-4659-ab8c-b3189dc9cbf0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 {
  margin: 0 !important;
  overflow: visible;
}

#s-8252f568-9d73-4659-ab8c-b3189dc9cbf0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 img.shogun-image {
  /* Add background color handling */
  
}

#s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8252f568-9d73-4659-ab8c-b3189dc9cbf0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-8252f568-9d73-4659-ab8c-b3189dc9cbf0.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8252f568-9d73-4659-ab8c-b3189dc9cbf0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8252f568-9d73-4659-ab8c-b3189dc9cbf0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8252f568-9d73-4659-ab8c-b3189dc9cbf0.shogun-image {
  box-sizing: border-box;
}



.s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8252f568-9d73-4659-ab8c-b3189dc9cbf0.shogun-image-container {
      position: relative;
    }

    .s-8252f568-9d73-4659-ab8c-b3189dc9cbf0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8252f568-9d73-4659-ab8c-b3189dc9cbf0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 {
  margin: 0 !important;
  overflow: visible;
}

#s-8252f568-9d73-4659-ab8c-b3189dc9cbf0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 img.shogun-image {
  /* Add background color handling */
  
}

#s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8252f568-9d73-4659-ab8c-b3189dc9cbf0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-8252f568-9d73-4659-ab8c-b3189dc9cbf0.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8252f568-9d73-4659-ab8c-b3189dc9cbf0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8252f568-9d73-4659-ab8c-b3189dc9cbf0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8252f568-9d73-4659-ab8c-b3189dc9cbf0.shogun-image {
  box-sizing: border-box;
}



.s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8252f568-9d73-4659-ab8c-b3189dc9cbf0.shogun-image-container {
      position: relative;
    }

    .s-8252f568-9d73-4659-ab8c-b3189dc9cbf0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8252f568-9d73-4659-ab8c-b3189dc9cbf0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 {
  margin: 0 !important;
  overflow: visible;
}

#s-8252f568-9d73-4659-ab8c-b3189dc9cbf0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 img.shogun-image {
  /* Add background color handling */
  
}

#s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8252f568-9d73-4659-ab8c-b3189dc9cbf0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-8252f568-9d73-4659-ab8c-b3189dc9cbf0.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8252f568-9d73-4659-ab8c-b3189dc9cbf0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8252f568-9d73-4659-ab8c-b3189dc9cbf0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8252f568-9d73-4659-ab8c-b3189dc9cbf0.shogun-image {
  box-sizing: border-box;
}



.s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8252f568-9d73-4659-ab8c-b3189dc9cbf0.shogun-image-container {
      position: relative;
    }

    .s-8252f568-9d73-4659-ab8c-b3189dc9cbf0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8252f568-9d73-4659-ab8c-b3189dc9cbf0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 {
  margin: 0 !important;
  overflow: visible;
}

#s-8252f568-9d73-4659-ab8c-b3189dc9cbf0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 img.shogun-image {
  /* Add background color handling */
  
}

#s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8252f568-9d73-4659-ab8c-b3189dc9cbf0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-8252f568-9d73-4659-ab8c-b3189dc9cbf0.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8252f568-9d73-4659-ab8c-b3189dc9cbf0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8252f568-9d73-4659-ab8c-b3189dc9cbf0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8252f568-9d73-4659-ab8c-b3189dc9cbf0.shogun-image {
  box-sizing: border-box;
}



.s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8252f568-9d73-4659-ab8c-b3189dc9cbf0.shogun-image-container {
      position: relative;
    }

    .s-8252f568-9d73-4659-ab8c-b3189dc9cbf0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8252f568-9d73-4659-ab8c-b3189dc9cbf0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8252f568-9d73-4659-ab8c-b3189dc9cbf0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-91ddaf99-dd80-4d40-bfc9-28883c1f2157 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-f157920b-cbbe-42b6-94c3-5d6df5c59367 {
  margin-top: 12px;
margin-left: 3%;
margin-bottom: 4px;
margin-right: 3%;
}
@media (min-width: 1200px){#s-f157920b-cbbe-42b6-94c3-5d6df5c59367 {
  display: none;
}
#s-f157920b-cbbe-42b6-94c3-5d6df5c59367, #wrap-s-f157920b-cbbe-42b6-94c3-5d6df5c59367, #wrap-content-s-f157920b-cbbe-42b6-94c3-5d6df5c59367 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f157920b-cbbe-42b6-94c3-5d6df5c59367 {
  display: none;
}
#s-f157920b-cbbe-42b6-94c3-5d6df5c59367, #wrap-s-f157920b-cbbe-42b6-94c3-5d6df5c59367, #wrap-content-s-f157920b-cbbe-42b6-94c3-5d6df5c59367 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f157920b-cbbe-42b6-94c3-5d6df5c59367 {
  display: none;
}
#s-f157920b-cbbe-42b6-94c3-5d6df5c59367, #wrap-s-f157920b-cbbe-42b6-94c3-5d6df5c59367, #wrap-content-s-f157920b-cbbe-42b6-94c3-5d6df5c59367 { display: none !important; }}
@media (min-width: 0px) {
[id="s-f157920b-cbbe-42b6-94c3-5d6df5c59367"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-f157920b-cbbe-42b6-94c3-5d6df5c59367"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f157920b-cbbe-42b6-94c3-5d6df5c59367"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f157920b-cbbe-42b6-94c3-5d6df5c59367"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-c8c8e331-831c-4c0d-9be4-68d42ef10700 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-c8c8e331-831c-4c0d-9be4-68d42ef10700 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c8c8e331-831c-4c0d-9be4-68d42ef10700 {
  cursor: pointer;
}#s-c8c8e331-831c-4c0d-9be4-68d42ef10700.shg-box.shg-c {
  justify-content: center;
}

#s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 {
  margin-left: auto;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b4763f9-fc8f-499e-a967-8f03237bc6f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b4763f9-fc8f-499e-a967-8f03237bc6f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-0b4763f9-fc8f-499e-a967-8f03237bc6f4.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b4763f9-fc8f-499e-a967-8f03237bc6f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b4763f9-fc8f-499e-a967-8f03237bc6f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b4763f9-fc8f-499e-a967-8f03237bc6f4.shogun-image {
  box-sizing: border-box;
}



.s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b4763f9-fc8f-499e-a967-8f03237bc6f4.shogun-image-container {
      position: relative;
    }

    .s-0b4763f9-fc8f-499e-a967-8f03237bc6f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b4763f9-fc8f-499e-a967-8f03237bc6f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b4763f9-fc8f-499e-a967-8f03237bc6f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b4763f9-fc8f-499e-a967-8f03237bc6f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-0b4763f9-fc8f-499e-a967-8f03237bc6f4.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b4763f9-fc8f-499e-a967-8f03237bc6f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b4763f9-fc8f-499e-a967-8f03237bc6f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b4763f9-fc8f-499e-a967-8f03237bc6f4.shogun-image {
  box-sizing: border-box;
}



.s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b4763f9-fc8f-499e-a967-8f03237bc6f4.shogun-image-container {
      position: relative;
    }

    .s-0b4763f9-fc8f-499e-a967-8f03237bc6f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b4763f9-fc8f-499e-a967-8f03237bc6f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b4763f9-fc8f-499e-a967-8f03237bc6f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b4763f9-fc8f-499e-a967-8f03237bc6f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-0b4763f9-fc8f-499e-a967-8f03237bc6f4.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b4763f9-fc8f-499e-a967-8f03237bc6f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b4763f9-fc8f-499e-a967-8f03237bc6f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b4763f9-fc8f-499e-a967-8f03237bc6f4.shogun-image {
  box-sizing: border-box;
}



.s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b4763f9-fc8f-499e-a967-8f03237bc6f4.shogun-image-container {
      position: relative;
    }

    .s-0b4763f9-fc8f-499e-a967-8f03237bc6f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b4763f9-fc8f-499e-a967-8f03237bc6f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b4763f9-fc8f-499e-a967-8f03237bc6f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b4763f9-fc8f-499e-a967-8f03237bc6f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-0b4763f9-fc8f-499e-a967-8f03237bc6f4.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b4763f9-fc8f-499e-a967-8f03237bc6f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b4763f9-fc8f-499e-a967-8f03237bc6f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b4763f9-fc8f-499e-a967-8f03237bc6f4.shogun-image {
  box-sizing: border-box;
}



.s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b4763f9-fc8f-499e-a967-8f03237bc6f4.shogun-image-container {
      position: relative;
    }

    .s-0b4763f9-fc8f-499e-a967-8f03237bc6f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b4763f9-fc8f-499e-a967-8f03237bc6f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b4763f9-fc8f-499e-a967-8f03237bc6f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b4763f9-fc8f-499e-a967-8f03237bc6f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-0b4763f9-fc8f-499e-a967-8f03237bc6f4.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b4763f9-fc8f-499e-a967-8f03237bc6f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b4763f9-fc8f-499e-a967-8f03237bc6f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b4763f9-fc8f-499e-a967-8f03237bc6f4.shogun-image {
  box-sizing: border-box;
}



.s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b4763f9-fc8f-499e-a967-8f03237bc6f4.shogun-image-container {
      position: relative;
    }

    .s-0b4763f9-fc8f-499e-a967-8f03237bc6f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b4763f9-fc8f-499e-a967-8f03237bc6f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b4763f9-fc8f-499e-a967-8f03237bc6f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-12a9b184-c91c-4724-84e0-6be1c7ce7bc2 {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-41d69fdd-7d71-4ba1-b240-cab2da4d7d34 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-41d69fdd-7d71-4ba1-b240-cab2da4d7d34 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-41d69fdd-7d71-4ba1-b240-cab2da4d7d34 {
  cursor: pointer;
}#s-41d69fdd-7d71-4ba1-b240-cab2da4d7d34.shg-box.shg-c {
  justify-content: center;
}

#s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 {
  margin-left: auto;
margin-right: auto;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 {
  margin: 0 !important;
  overflow: visible;
}

#s-f67c5f65-f1d5-4adc-b6de-681c23f8b060-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 img.shogun-image {
  /* Add background color handling */
  
}

#s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f67c5f65-f1d5-4adc-b6de-681c23f8b060.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-f67c5f65-f1d5-4adc-b6de-681c23f8b060.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f67c5f65-f1d5-4adc-b6de-681c23f8b060.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f67c5f65-f1d5-4adc-b6de-681c23f8b060.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f67c5f65-f1d5-4adc-b6de-681c23f8b060.shogun-image {
  box-sizing: border-box;
}



.s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f67c5f65-f1d5-4adc-b6de-681c23f8b060.shogun-image-container {
      position: relative;
    }

    .s-f67c5f65-f1d5-4adc-b6de-681c23f8b060.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f67c5f65-f1d5-4adc-b6de-681c23f8b060.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 {
  margin: 0 !important;
  overflow: visible;
}

#s-f67c5f65-f1d5-4adc-b6de-681c23f8b060-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 img.shogun-image {
  /* Add background color handling */
  
}

#s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f67c5f65-f1d5-4adc-b6de-681c23f8b060.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-f67c5f65-f1d5-4adc-b6de-681c23f8b060.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f67c5f65-f1d5-4adc-b6de-681c23f8b060.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f67c5f65-f1d5-4adc-b6de-681c23f8b060.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f67c5f65-f1d5-4adc-b6de-681c23f8b060.shogun-image {
  box-sizing: border-box;
}



.s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f67c5f65-f1d5-4adc-b6de-681c23f8b060.shogun-image-container {
      position: relative;
    }

    .s-f67c5f65-f1d5-4adc-b6de-681c23f8b060.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f67c5f65-f1d5-4adc-b6de-681c23f8b060.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 {
  margin: 0 !important;
  overflow: visible;
}

#s-f67c5f65-f1d5-4adc-b6de-681c23f8b060-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 img.shogun-image {
  /* Add background color handling */
  
}

#s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f67c5f65-f1d5-4adc-b6de-681c23f8b060.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-f67c5f65-f1d5-4adc-b6de-681c23f8b060.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f67c5f65-f1d5-4adc-b6de-681c23f8b060.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f67c5f65-f1d5-4adc-b6de-681c23f8b060.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f67c5f65-f1d5-4adc-b6de-681c23f8b060.shogun-image {
  box-sizing: border-box;
}



.s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f67c5f65-f1d5-4adc-b6de-681c23f8b060.shogun-image-container {
      position: relative;
    }

    .s-f67c5f65-f1d5-4adc-b6de-681c23f8b060.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f67c5f65-f1d5-4adc-b6de-681c23f8b060.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 {
  margin: 0 !important;
  overflow: visible;
}

#s-f67c5f65-f1d5-4adc-b6de-681c23f8b060-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 img.shogun-image {
  /* Add background color handling */
  
}

#s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f67c5f65-f1d5-4adc-b6de-681c23f8b060.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-f67c5f65-f1d5-4adc-b6de-681c23f8b060.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f67c5f65-f1d5-4adc-b6de-681c23f8b060.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f67c5f65-f1d5-4adc-b6de-681c23f8b060.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f67c5f65-f1d5-4adc-b6de-681c23f8b060.shogun-image {
  box-sizing: border-box;
}



.s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f67c5f65-f1d5-4adc-b6de-681c23f8b060.shogun-image-container {
      position: relative;
    }

    .s-f67c5f65-f1d5-4adc-b6de-681c23f8b060.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f67c5f65-f1d5-4adc-b6de-681c23f8b060.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 {
  margin: 0 !important;
  overflow: visible;
}

#s-f67c5f65-f1d5-4adc-b6de-681c23f8b060-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 img.shogun-image {
  /* Add background color handling */
  
}

#s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f67c5f65-f1d5-4adc-b6de-681c23f8b060.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-f67c5f65-f1d5-4adc-b6de-681c23f8b060.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f67c5f65-f1d5-4adc-b6de-681c23f8b060.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f67c5f65-f1d5-4adc-b6de-681c23f8b060.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f67c5f65-f1d5-4adc-b6de-681c23f8b060.shogun-image {
  box-sizing: border-box;
}



.s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f67c5f65-f1d5-4adc-b6de-681c23f8b060.shogun-image-container {
      position: relative;
    }

    .s-f67c5f65-f1d5-4adc-b6de-681c23f8b060.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f67c5f65-f1d5-4adc-b6de-681c23f8b060.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f67c5f65-f1d5-4adc-b6de-681c23f8b060 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-0f0a5dde-8583-46fe-8319-a7e1525f238f {
  margin-top: 4px;
margin-left: auto;
margin-right: auto;
}

#s-9a778404-3478-4c37-8156-06905529c5fe {
  margin-top: 16px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9a778404-3478-4c37-8156-06905529c5fe:hover {background-color: rgba(236, 90, 30, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9a778404-3478-4c37-8156-06905529c5fe:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9a778404-3478-4c37-8156-06905529c5fe-root {
    text-align: center;
  }


#s-9a778404-3478-4c37-8156-06905529c5fe.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9a778404-3478-4c37-8156-06905529c5fe-root {
    text-align: center;
  }


#s-9a778404-3478-4c37-8156-06905529c5fe.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9a778404-3478-4c37-8156-06905529c5fe-root {
    text-align: center;
  }


#s-9a778404-3478-4c37-8156-06905529c5fe.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9a778404-3478-4c37-8156-06905529c5fe-root {
    text-align: center;
  }


#s-9a778404-3478-4c37-8156-06905529c5fe.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9a778404-3478-4c37-8156-06905529c5fe-root {
    text-align: center;
  }


#s-9a778404-3478-4c37-8156-06905529c5fe.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-62e78879-a133-413f-bf9f-8934db2dee9b {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-62e78879-a133-413f-bf9f-8934db2dee9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-62e78879-a133-413f-bf9f-8934db2dee9b.shg-box.shg-c {
  justify-content: center;
}

#s-86f09b12-9256-4867-b739-0ac66df3ddb2 {
  margin-left: 6%;
margin-right: 6%;
}
@media (min-width: 1200px){#s-86f09b12-9256-4867-b739-0ac66df3ddb2 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (max-width: 767px){#s-86f09b12-9256-4867-b739-0ac66df3ddb2 {
  margin-left: 2%;
margin-right: 2%;
}
}
@media (min-width: 0px) {
[id="s-86f09b12-9256-4867-b739-0ac66df3ddb2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-86f09b12-9256-4867-b739-0ac66df3ddb2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-86f09b12-9256-4867-b739-0ac66df3ddb2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-86f09b12-9256-4867-b739-0ac66df3ddb2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-25f37f11-5e22-4563-ba0c-503fdd67b216 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-25f37f11-5e22-4563-ba0c-503fdd67b216 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-25f37f11-5e22-4563-ba0c-503fdd67b216 {
  cursor: pointer;
}#s-25f37f11-5e22-4563-ba0c-503fdd67b216.shg-box.shg-c {
  justify-content: center;
}

#s-6a48d822-25d9-4fb8-8815-463df08a46a0 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
aspect-ratio: 1500/1059;
text-align: center;
}

#s-6a48d822-25d9-4fb8-8815-463df08a46a0 {
  margin: 0 !important;
  overflow: visible;
}

#s-6a48d822-25d9-4fb8-8815-463df08a46a0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6a48d822-25d9-4fb8-8815-463df08a46a0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6a48d822-25d9-4fb8-8815-463df08a46a0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6a48d822-25d9-4fb8-8815-463df08a46a0 img.shogun-image {
  /* Add background color handling */
  
}

#s-6a48d822-25d9-4fb8-8815-463df08a46a0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6a48d822-25d9-4fb8-8815-463df08a46a0 .shg-image-content-wrapper {
      aspect-ratio: 1500/1059;
      min-width: 100%;
      height: auto;
    }

    #s-6a48d822-25d9-4fb8-8815-463df08a46a0 .shogun-image-link {
      aspect-ratio: 1500/1059;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6a48d822-25d9-4fb8-8815-463df08a46a0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6a48d822-25d9-4fb8-8815-463df08a46a0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6a48d822-25d9-4fb8-8815-463df08a46a0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-6a48d822-25d9-4fb8-8815-463df08a46a0.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-6a48d822-25d9-4fb8-8815-463df08a46a0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6a48d822-25d9-4fb8-8815-463df08a46a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a48d822-25d9-4fb8-8815-463df08a46a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a48d822-25d9-4fb8-8815-463df08a46a0.shogun-image {
  box-sizing: border-box;
}



.s-6a48d822-25d9-4fb8-8815-463df08a46a0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6a48d822-25d9-4fb8-8815-463df08a46a0 {
      --shg-aspect-ratio: calc(1500/1059); 
    }

    .s-6a48d822-25d9-4fb8-8815-463df08a46a0.shogun-image-container {
      position: relative;
    }

    .s-6a48d822-25d9-4fb8-8815-463df08a46a0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a48d822-25d9-4fb8-8815-463df08a46a0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a48d822-25d9-4fb8-8815-463df08a46a0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

@media (min-width: 1200px){#s-6a48d822-25d9-4fb8-8815-463df08a46a0 {
  margin: 0 !important;
  overflow: visible;
}

#s-6a48d822-25d9-4fb8-8815-463df08a46a0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6a48d822-25d9-4fb8-8815-463df08a46a0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6a48d822-25d9-4fb8-8815-463df08a46a0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6a48d822-25d9-4fb8-8815-463df08a46a0 img.shogun-image {
  /* Add background color handling */
  
}

#s-6a48d822-25d9-4fb8-8815-463df08a46a0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6a48d822-25d9-4fb8-8815-463df08a46a0 .shg-image-content-wrapper {
      aspect-ratio: 1500/1059;
      min-width: 100%;
      height: auto;
    }

    #s-6a48d822-25d9-4fb8-8815-463df08a46a0 .shogun-image-link {
      aspect-ratio: 1500/1059;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6a48d822-25d9-4fb8-8815-463df08a46a0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6a48d822-25d9-4fb8-8815-463df08a46a0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6a48d822-25d9-4fb8-8815-463df08a46a0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-6a48d822-25d9-4fb8-8815-463df08a46a0.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-6a48d822-25d9-4fb8-8815-463df08a46a0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6a48d822-25d9-4fb8-8815-463df08a46a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a48d822-25d9-4fb8-8815-463df08a46a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a48d822-25d9-4fb8-8815-463df08a46a0.shogun-image {
  box-sizing: border-box;
}



.s-6a48d822-25d9-4fb8-8815-463df08a46a0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6a48d822-25d9-4fb8-8815-463df08a46a0 {
      --shg-aspect-ratio: calc(1500/1059); 
    }

    .s-6a48d822-25d9-4fb8-8815-463df08a46a0.shogun-image-container {
      position: relative;
    }

    .s-6a48d822-25d9-4fb8-8815-463df08a46a0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a48d822-25d9-4fb8-8815-463df08a46a0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a48d822-25d9-4fb8-8815-463df08a46a0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6a48d822-25d9-4fb8-8815-463df08a46a0 {
  margin: 0 !important;
  overflow: visible;
}

#s-6a48d822-25d9-4fb8-8815-463df08a46a0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6a48d822-25d9-4fb8-8815-463df08a46a0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6a48d822-25d9-4fb8-8815-463df08a46a0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6a48d822-25d9-4fb8-8815-463df08a46a0 img.shogun-image {
  /* Add background color handling */
  
}

#s-6a48d822-25d9-4fb8-8815-463df08a46a0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6a48d822-25d9-4fb8-8815-463df08a46a0 .shg-image-content-wrapper {
      aspect-ratio: 1500/1059;
      min-width: 100%;
      height: auto;
    }

    #s-6a48d822-25d9-4fb8-8815-463df08a46a0 .shogun-image-link {
      aspect-ratio: 1500/1059;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6a48d822-25d9-4fb8-8815-463df08a46a0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6a48d822-25d9-4fb8-8815-463df08a46a0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6a48d822-25d9-4fb8-8815-463df08a46a0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-6a48d822-25d9-4fb8-8815-463df08a46a0.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-6a48d822-25d9-4fb8-8815-463df08a46a0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6a48d822-25d9-4fb8-8815-463df08a46a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a48d822-25d9-4fb8-8815-463df08a46a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a48d822-25d9-4fb8-8815-463df08a46a0.shogun-image {
  box-sizing: border-box;
}



.s-6a48d822-25d9-4fb8-8815-463df08a46a0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6a48d822-25d9-4fb8-8815-463df08a46a0 {
      --shg-aspect-ratio: calc(1500/1059); 
    }

    .s-6a48d822-25d9-4fb8-8815-463df08a46a0.shogun-image-container {
      position: relative;
    }

    .s-6a48d822-25d9-4fb8-8815-463df08a46a0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a48d822-25d9-4fb8-8815-463df08a46a0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a48d822-25d9-4fb8-8815-463df08a46a0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6a48d822-25d9-4fb8-8815-463df08a46a0 {
  margin: 0 !important;
  overflow: visible;
}

#s-6a48d822-25d9-4fb8-8815-463df08a46a0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6a48d822-25d9-4fb8-8815-463df08a46a0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6a48d822-25d9-4fb8-8815-463df08a46a0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6a48d822-25d9-4fb8-8815-463df08a46a0 img.shogun-image {
  /* Add background color handling */
  
}

#s-6a48d822-25d9-4fb8-8815-463df08a46a0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6a48d822-25d9-4fb8-8815-463df08a46a0 .shg-image-content-wrapper {
      aspect-ratio: 1500/1059;
      min-width: 100%;
      height: auto;
    }

    #s-6a48d822-25d9-4fb8-8815-463df08a46a0 .shogun-image-link {
      aspect-ratio: 1500/1059;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6a48d822-25d9-4fb8-8815-463df08a46a0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6a48d822-25d9-4fb8-8815-463df08a46a0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6a48d822-25d9-4fb8-8815-463df08a46a0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-6a48d822-25d9-4fb8-8815-463df08a46a0.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-6a48d822-25d9-4fb8-8815-463df08a46a0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6a48d822-25d9-4fb8-8815-463df08a46a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a48d822-25d9-4fb8-8815-463df08a46a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a48d822-25d9-4fb8-8815-463df08a46a0.shogun-image {
  box-sizing: border-box;
}



.s-6a48d822-25d9-4fb8-8815-463df08a46a0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6a48d822-25d9-4fb8-8815-463df08a46a0 {
      --shg-aspect-ratio: calc(1500/1059); 
    }

    .s-6a48d822-25d9-4fb8-8815-463df08a46a0.shogun-image-container {
      position: relative;
    }

    .s-6a48d822-25d9-4fb8-8815-463df08a46a0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a48d822-25d9-4fb8-8815-463df08a46a0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a48d822-25d9-4fb8-8815-463df08a46a0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (max-width: 767px){#s-6a48d822-25d9-4fb8-8815-463df08a46a0 {
  margin: 0 !important;
  overflow: visible;
}

#s-6a48d822-25d9-4fb8-8815-463df08a46a0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6a48d822-25d9-4fb8-8815-463df08a46a0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6a48d822-25d9-4fb8-8815-463df08a46a0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6a48d822-25d9-4fb8-8815-463df08a46a0 img.shogun-image {
  /* Add background color handling */
  
}

#s-6a48d822-25d9-4fb8-8815-463df08a46a0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6a48d822-25d9-4fb8-8815-463df08a46a0 .shg-image-content-wrapper {
      aspect-ratio: 1500/1059;
      min-width: 100%;
      height: auto;
    }

    #s-6a48d822-25d9-4fb8-8815-463df08a46a0 .shogun-image-link {
      aspect-ratio: 1500/1059;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6a48d822-25d9-4fb8-8815-463df08a46a0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6a48d822-25d9-4fb8-8815-463df08a46a0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6a48d822-25d9-4fb8-8815-463df08a46a0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-6a48d822-25d9-4fb8-8815-463df08a46a0.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-6a48d822-25d9-4fb8-8815-463df08a46a0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6a48d822-25d9-4fb8-8815-463df08a46a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a48d822-25d9-4fb8-8815-463df08a46a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a48d822-25d9-4fb8-8815-463df08a46a0.shogun-image {
  box-sizing: border-box;
}



.s-6a48d822-25d9-4fb8-8815-463df08a46a0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6a48d822-25d9-4fb8-8815-463df08a46a0 {
      --shg-aspect-ratio: calc(1500/1059); 
    }

    .s-6a48d822-25d9-4fb8-8815-463df08a46a0.shogun-image-container {
      position: relative;
    }

    .s-6a48d822-25d9-4fb8-8815-463df08a46a0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6a48d822-25d9-4fb8-8815-463df08a46a0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6a48d822-25d9-4fb8-8815-463df08a46a0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}
#s-1bd4cb2c-30c6-400d-b391-76d6ebc47864 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 9px;
padding-bottom: 1px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-1bd4cb2c-30c6-400d-b391-76d6ebc47864 {
  display: none;
}
#s-1bd4cb2c-30c6-400d-b391-76d6ebc47864, #wrap-s-1bd4cb2c-30c6-400d-b391-76d6ebc47864, #wrap-content-s-1bd4cb2c-30c6-400d-b391-76d6ebc47864 { display: none !important; }}
#s-1bd4cb2c-30c6-400d-b391-76d6ebc47864 .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (max-width: 767px){#s-1bd4cb2c-30c6-400d-b391-76d6ebc47864 .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-8bad6590-5bd2-43e8-8105-2f466b975702 {
  margin-left: auto;
margin-right: auto;
padding-top: 9px;
padding-bottom: 1px;
text-align: center;
}
@media (min-width: 1200px){#s-8bad6590-5bd2-43e8-8105-2f466b975702 {
  display: none;
}
#s-8bad6590-5bd2-43e8-8105-2f466b975702, #wrap-s-8bad6590-5bd2-43e8-8105-2f466b975702, #wrap-content-s-8bad6590-5bd2-43e8-8105-2f466b975702 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8bad6590-5bd2-43e8-8105-2f466b975702 {
  display: none;
}
#s-8bad6590-5bd2-43e8-8105-2f466b975702, #wrap-s-8bad6590-5bd2-43e8-8105-2f466b975702, #wrap-content-s-8bad6590-5bd2-43e8-8105-2f466b975702 { display: none !important; }}@media (max-width: 767px){#s-8bad6590-5bd2-43e8-8105-2f466b975702 {
  display: none;
}
#s-8bad6590-5bd2-43e8-8105-2f466b975702, #wrap-s-8bad6590-5bd2-43e8-8105-2f466b975702, #wrap-content-s-8bad6590-5bd2-43e8-8105-2f466b975702 { display: none !important; }}
#s-8bad6590-5bd2-43e8-8105-2f466b975702 .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  normal ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-8bad6590-5bd2-43e8-8105-2f466b975702 .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  normal ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-e2ae2a16-f2b0-4945-afb8-ffcf1d1624dd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-e2ae2a16-f2b0-4945-afb8-ffcf1d1624dd {
  display: none;
}
#s-e2ae2a16-f2b0-4945-afb8-ffcf1d1624dd, #wrap-s-e2ae2a16-f2b0-4945-afb8-ffcf1d1624dd, #wrap-content-s-e2ae2a16-f2b0-4945-afb8-ffcf1d1624dd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e2ae2a16-f2b0-4945-afb8-ffcf1d1624dd {
  display: none;
}
#s-e2ae2a16-f2b0-4945-afb8-ffcf1d1624dd, #wrap-s-e2ae2a16-f2b0-4945-afb8-ffcf1d1624dd, #wrap-content-s-e2ae2a16-f2b0-4945-afb8-ffcf1d1624dd { display: none !important; }}@media (max-width: 767px){#s-e2ae2a16-f2b0-4945-afb8-ffcf1d1624dd {
  display: none;
}
#s-e2ae2a16-f2b0-4945-afb8-ffcf1d1624dd, #wrap-s-e2ae2a16-f2b0-4945-afb8-ffcf1d1624dd, #wrap-content-s-e2ae2a16-f2b0-4945-afb8-ffcf1d1624dd { display: none !important; }}
#s-e2ae2a16-f2b0-4945-afb8-ffcf1d1624dd .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 0.5em;
  
  
}



#s-a679e77e-711f-4b0f-be1c-eca1e4cb2aa9 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a679e77e-711f-4b0f-be1c-eca1e4cb2aa9 {
  display: none;
}
#s-a679e77e-711f-4b0f-be1c-eca1e4cb2aa9, #wrap-s-a679e77e-711f-4b0f-be1c-eca1e4cb2aa9, #wrap-content-s-a679e77e-711f-4b0f-be1c-eca1e4cb2aa9 { display: none !important; }}
#s-a679e77e-711f-4b0f-be1c-eca1e4cb2aa9 .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  
}



#s-8df1718b-7bd3-4c51-ab43-42d6e23cf306 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 8px;
padding-left: 28px;
padding-bottom: 8px;
padding-right: 28px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 1.5em;
}
#s-8df1718b-7bd3-4c51-ab43-42d6e23cf306:hover {background-color: rgba(236, 90, 30, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8df1718b-7bd3-4c51-ab43-42d6e23cf306:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8df1718b-7bd3-4c51-ab43-42d6e23cf306-root {
    text-align: center;
  }


#s-8df1718b-7bd3-4c51-ab43-42d6e23cf306.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8df1718b-7bd3-4c51-ab43-42d6e23cf306-root {
    text-align: center;
  }


#s-8df1718b-7bd3-4c51-ab43-42d6e23cf306.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8df1718b-7bd3-4c51-ab43-42d6e23cf306-root {
    text-align: center;
  }


#s-8df1718b-7bd3-4c51-ab43-42d6e23cf306.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8df1718b-7bd3-4c51-ab43-42d6e23cf306-root {
    text-align: center;
  }


#s-8df1718b-7bd3-4c51-ab43-42d6e23cf306.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8df1718b-7bd3-4c51-ab43-42d6e23cf306-root {
    text-align: center;
  }


#s-8df1718b-7bd3-4c51-ab43-42d6e23cf306.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}
#s-7fa9f3c8-256f-4cfa-b76e-898a81ecd1c3 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-7fa9f3c8-256f-4cfa-b76e-898a81ecd1c3 {
  display: none;
}
#s-7fa9f3c8-256f-4cfa-b76e-898a81ecd1c3, #wrap-s-7fa9f3c8-256f-4cfa-b76e-898a81ecd1c3, #wrap-content-s-7fa9f3c8-256f-4cfa-b76e-898a81ecd1c3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7fa9f3c8-256f-4cfa-b76e-898a81ecd1c3 {
  display: none;
}
#s-7fa9f3c8-256f-4cfa-b76e-898a81ecd1c3, #wrap-s-7fa9f3c8-256f-4cfa-b76e-898a81ecd1c3, #wrap-content-s-7fa9f3c8-256f-4cfa-b76e-898a81ecd1c3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7fa9f3c8-256f-4cfa-b76e-898a81ecd1c3 {
  display: none;
}
#s-7fa9f3c8-256f-4cfa-b76e-898a81ecd1c3, #wrap-s-7fa9f3c8-256f-4cfa-b76e-898a81ecd1c3, #wrap-content-s-7fa9f3c8-256f-4cfa-b76e-898a81ecd1c3 { display: none !important; }}
#s-7fa9f3c8-256f-4cfa-b76e-898a81ecd1c3 hr {
  border-top: 2px solid #ddd;
}

#s-0873db64-be3d-46a6-9755-add83ab962ce {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
min-height: 50px;
}








#s-0873db64-be3d-46a6-9755-add83ab962ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0873db64-be3d-46a6-9755-add83ab962ce {
  cursor: pointer;
}#s-0873db64-be3d-46a6-9755-add83ab962ce.shg-box.shg-c {
  justify-content: center;
}

#s-3b9c081a-1041-4a69-bf86-e9313ea4784c {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
aspect-ratio: 1500/1059;
text-align: center;
}

#s-3b9c081a-1041-4a69-bf86-e9313ea4784c {
  margin: 0 !important;
  overflow: visible;
}

#s-3b9c081a-1041-4a69-bf86-e9313ea4784c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3b9c081a-1041-4a69-bf86-e9313ea4784c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3b9c081a-1041-4a69-bf86-e9313ea4784c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3b9c081a-1041-4a69-bf86-e9313ea4784c img.shogun-image {
  /* Add background color handling */
  
}

#s-3b9c081a-1041-4a69-bf86-e9313ea4784c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b9c081a-1041-4a69-bf86-e9313ea4784c .shg-image-content-wrapper {
      aspect-ratio: 1500/1059;
      min-width: 100%;
      height: auto;
    }

    #s-3b9c081a-1041-4a69-bf86-e9313ea4784c .shogun-image-link {
      aspect-ratio: 1500/1059;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b9c081a-1041-4a69-bf86-e9313ea4784c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3b9c081a-1041-4a69-bf86-e9313ea4784c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3b9c081a-1041-4a69-bf86-e9313ea4784c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-3b9c081a-1041-4a69-bf86-e9313ea4784c.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-3b9c081a-1041-4a69-bf86-e9313ea4784c .shogun-image-content {
  
    justify-content: center;
  
}

.s-3b9c081a-1041-4a69-bf86-e9313ea4784c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b9c081a-1041-4a69-bf86-e9313ea4784c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b9c081a-1041-4a69-bf86-e9313ea4784c.shogun-image {
  box-sizing: border-box;
}



.s-3b9c081a-1041-4a69-bf86-e9313ea4784c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3b9c081a-1041-4a69-bf86-e9313ea4784c {
      --shg-aspect-ratio: calc(1500/1059); 
    }

    .s-3b9c081a-1041-4a69-bf86-e9313ea4784c.shogun-image-container {
      position: relative;
    }

    .s-3b9c081a-1041-4a69-bf86-e9313ea4784c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b9c081a-1041-4a69-bf86-e9313ea4784c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b9c081a-1041-4a69-bf86-e9313ea4784c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

@media (min-width: 1200px){#s-3b9c081a-1041-4a69-bf86-e9313ea4784c {
  margin: 0 !important;
  overflow: visible;
}

#s-3b9c081a-1041-4a69-bf86-e9313ea4784c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3b9c081a-1041-4a69-bf86-e9313ea4784c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3b9c081a-1041-4a69-bf86-e9313ea4784c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3b9c081a-1041-4a69-bf86-e9313ea4784c img.shogun-image {
  /* Add background color handling */
  
}

#s-3b9c081a-1041-4a69-bf86-e9313ea4784c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b9c081a-1041-4a69-bf86-e9313ea4784c .shg-image-content-wrapper {
      aspect-ratio: 1500/1059;
      min-width: 100%;
      height: auto;
    }

    #s-3b9c081a-1041-4a69-bf86-e9313ea4784c .shogun-image-link {
      aspect-ratio: 1500/1059;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b9c081a-1041-4a69-bf86-e9313ea4784c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3b9c081a-1041-4a69-bf86-e9313ea4784c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3b9c081a-1041-4a69-bf86-e9313ea4784c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-3b9c081a-1041-4a69-bf86-e9313ea4784c.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-3b9c081a-1041-4a69-bf86-e9313ea4784c .shogun-image-content {
  
    justify-content: center;
  
}

.s-3b9c081a-1041-4a69-bf86-e9313ea4784c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b9c081a-1041-4a69-bf86-e9313ea4784c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b9c081a-1041-4a69-bf86-e9313ea4784c.shogun-image {
  box-sizing: border-box;
}



.s-3b9c081a-1041-4a69-bf86-e9313ea4784c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3b9c081a-1041-4a69-bf86-e9313ea4784c {
      --shg-aspect-ratio: calc(1500/1059); 
    }

    .s-3b9c081a-1041-4a69-bf86-e9313ea4784c.shogun-image-container {
      position: relative;
    }

    .s-3b9c081a-1041-4a69-bf86-e9313ea4784c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b9c081a-1041-4a69-bf86-e9313ea4784c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b9c081a-1041-4a69-bf86-e9313ea4784c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3b9c081a-1041-4a69-bf86-e9313ea4784c {
  margin: 0 !important;
  overflow: visible;
}

#s-3b9c081a-1041-4a69-bf86-e9313ea4784c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3b9c081a-1041-4a69-bf86-e9313ea4784c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3b9c081a-1041-4a69-bf86-e9313ea4784c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3b9c081a-1041-4a69-bf86-e9313ea4784c img.shogun-image {
  /* Add background color handling */
  
}

#s-3b9c081a-1041-4a69-bf86-e9313ea4784c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b9c081a-1041-4a69-bf86-e9313ea4784c .shg-image-content-wrapper {
      aspect-ratio: 1500/1059;
      min-width: 100%;
      height: auto;
    }

    #s-3b9c081a-1041-4a69-bf86-e9313ea4784c .shogun-image-link {
      aspect-ratio: 1500/1059;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b9c081a-1041-4a69-bf86-e9313ea4784c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3b9c081a-1041-4a69-bf86-e9313ea4784c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3b9c081a-1041-4a69-bf86-e9313ea4784c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-3b9c081a-1041-4a69-bf86-e9313ea4784c.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-3b9c081a-1041-4a69-bf86-e9313ea4784c .shogun-image-content {
  
    justify-content: center;
  
}

.s-3b9c081a-1041-4a69-bf86-e9313ea4784c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b9c081a-1041-4a69-bf86-e9313ea4784c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b9c081a-1041-4a69-bf86-e9313ea4784c.shogun-image {
  box-sizing: border-box;
}



.s-3b9c081a-1041-4a69-bf86-e9313ea4784c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3b9c081a-1041-4a69-bf86-e9313ea4784c {
      --shg-aspect-ratio: calc(1500/1059); 
    }

    .s-3b9c081a-1041-4a69-bf86-e9313ea4784c.shogun-image-container {
      position: relative;
    }

    .s-3b9c081a-1041-4a69-bf86-e9313ea4784c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b9c081a-1041-4a69-bf86-e9313ea4784c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b9c081a-1041-4a69-bf86-e9313ea4784c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3b9c081a-1041-4a69-bf86-e9313ea4784c {
  margin: 0 !important;
  overflow: visible;
}

#s-3b9c081a-1041-4a69-bf86-e9313ea4784c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3b9c081a-1041-4a69-bf86-e9313ea4784c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3b9c081a-1041-4a69-bf86-e9313ea4784c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3b9c081a-1041-4a69-bf86-e9313ea4784c img.shogun-image {
  /* Add background color handling */
  
}

#s-3b9c081a-1041-4a69-bf86-e9313ea4784c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b9c081a-1041-4a69-bf86-e9313ea4784c .shg-image-content-wrapper {
      aspect-ratio: 1500/1059;
      min-width: 100%;
      height: auto;
    }

    #s-3b9c081a-1041-4a69-bf86-e9313ea4784c .shogun-image-link {
      aspect-ratio: 1500/1059;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b9c081a-1041-4a69-bf86-e9313ea4784c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3b9c081a-1041-4a69-bf86-e9313ea4784c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3b9c081a-1041-4a69-bf86-e9313ea4784c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-3b9c081a-1041-4a69-bf86-e9313ea4784c.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-3b9c081a-1041-4a69-bf86-e9313ea4784c .shogun-image-content {
  
    justify-content: center;
  
}

.s-3b9c081a-1041-4a69-bf86-e9313ea4784c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b9c081a-1041-4a69-bf86-e9313ea4784c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b9c081a-1041-4a69-bf86-e9313ea4784c.shogun-image {
  box-sizing: border-box;
}



.s-3b9c081a-1041-4a69-bf86-e9313ea4784c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3b9c081a-1041-4a69-bf86-e9313ea4784c {
      --shg-aspect-ratio: calc(1500/1059); 
    }

    .s-3b9c081a-1041-4a69-bf86-e9313ea4784c.shogun-image-container {
      position: relative;
    }

    .s-3b9c081a-1041-4a69-bf86-e9313ea4784c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b9c081a-1041-4a69-bf86-e9313ea4784c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b9c081a-1041-4a69-bf86-e9313ea4784c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (max-width: 767px){#s-3b9c081a-1041-4a69-bf86-e9313ea4784c {
  margin: 0 !important;
  overflow: visible;
}

#s-3b9c081a-1041-4a69-bf86-e9313ea4784c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3b9c081a-1041-4a69-bf86-e9313ea4784c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3b9c081a-1041-4a69-bf86-e9313ea4784c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3b9c081a-1041-4a69-bf86-e9313ea4784c img.shogun-image {
  /* Add background color handling */
  
}

#s-3b9c081a-1041-4a69-bf86-e9313ea4784c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b9c081a-1041-4a69-bf86-e9313ea4784c .shg-image-content-wrapper {
      aspect-ratio: 1500/1059;
      min-width: 100%;
      height: auto;
    }

    #s-3b9c081a-1041-4a69-bf86-e9313ea4784c .shogun-image-link {
      aspect-ratio: 1500/1059;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b9c081a-1041-4a69-bf86-e9313ea4784c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3b9c081a-1041-4a69-bf86-e9313ea4784c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3b9c081a-1041-4a69-bf86-e9313ea4784c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-3b9c081a-1041-4a69-bf86-e9313ea4784c.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-3b9c081a-1041-4a69-bf86-e9313ea4784c .shogun-image-content {
  
    justify-content: center;
  
}

.s-3b9c081a-1041-4a69-bf86-e9313ea4784c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b9c081a-1041-4a69-bf86-e9313ea4784c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b9c081a-1041-4a69-bf86-e9313ea4784c.shogun-image {
  box-sizing: border-box;
}



.s-3b9c081a-1041-4a69-bf86-e9313ea4784c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3b9c081a-1041-4a69-bf86-e9313ea4784c {
      --shg-aspect-ratio: calc(1500/1059); 
    }

    .s-3b9c081a-1041-4a69-bf86-e9313ea4784c.shogun-image-container {
      position: relative;
    }

    .s-3b9c081a-1041-4a69-bf86-e9313ea4784c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b9c081a-1041-4a69-bf86-e9313ea4784c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b9c081a-1041-4a69-bf86-e9313ea4784c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}
#s-fcb94c3a-4ee6-409a-b45f-547132eadf8e {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 9px;
padding-bottom: 1px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-fcb94c3a-4ee6-409a-b45f-547132eadf8e {
  display: none;
}
#s-fcb94c3a-4ee6-409a-b45f-547132eadf8e, #wrap-s-fcb94c3a-4ee6-409a-b45f-547132eadf8e, #wrap-content-s-fcb94c3a-4ee6-409a-b45f-547132eadf8e { display: none !important; }}
#s-fcb94c3a-4ee6-409a-b45f-547132eadf8e .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 37px;
  
  
  
}


@media (max-width: 767px){#s-fcb94c3a-4ee6-409a-b45f-547132eadf8e .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-2cb4e381-f93f-4d94-842c-c836b5ff07b5 {
  margin-left: auto;
margin-right: auto;
padding-top: 9px;
padding-bottom: 1px;
text-align: center;
}
@media (min-width: 1200px){#s-2cb4e381-f93f-4d94-842c-c836b5ff07b5 {
  display: none;
}
#s-2cb4e381-f93f-4d94-842c-c836b5ff07b5, #wrap-s-2cb4e381-f93f-4d94-842c-c836b5ff07b5, #wrap-content-s-2cb4e381-f93f-4d94-842c-c836b5ff07b5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2cb4e381-f93f-4d94-842c-c836b5ff07b5 {
  display: none;
}
#s-2cb4e381-f93f-4d94-842c-c836b5ff07b5, #wrap-s-2cb4e381-f93f-4d94-842c-c836b5ff07b5, #wrap-content-s-2cb4e381-f93f-4d94-842c-c836b5ff07b5 { display: none !important; }}@media (max-width: 767px){#s-2cb4e381-f93f-4d94-842c-c836b5ff07b5 {
  display: none;
}
#s-2cb4e381-f93f-4d94-842c-c836b5ff07b5, #wrap-s-2cb4e381-f93f-4d94-842c-c836b5ff07b5, #wrap-content-s-2cb4e381-f93f-4d94-842c-c836b5ff07b5 { display: none !important; }}
#s-2cb4e381-f93f-4d94-842c-c836b5ff07b5 .shogun-heading-component h1 {
  color: rgba(236, 90, 30, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-2cb4e381-f93f-4d94-842c-c836b5ff07b5 .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  normal ;
  font-family: "Lora";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-854d6509-2958-4436-91c1-cc0030032fde {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-854d6509-2958-4436-91c1-cc0030032fde {
  display: none;
}
#s-854d6509-2958-4436-91c1-cc0030032fde, #wrap-s-854d6509-2958-4436-91c1-cc0030032fde, #wrap-content-s-854d6509-2958-4436-91c1-cc0030032fde { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-854d6509-2958-4436-91c1-cc0030032fde {
  display: none;
}
#s-854d6509-2958-4436-91c1-cc0030032fde, #wrap-s-854d6509-2958-4436-91c1-cc0030032fde, #wrap-content-s-854d6509-2958-4436-91c1-cc0030032fde { display: none !important; }}@media (max-width: 767px){#s-854d6509-2958-4436-91c1-cc0030032fde {
  display: none;
}
#s-854d6509-2958-4436-91c1-cc0030032fde, #wrap-s-854d6509-2958-4436-91c1-cc0030032fde, #wrap-content-s-854d6509-2958-4436-91c1-cc0030032fde { display: none !important; }}
#s-854d6509-2958-4436-91c1-cc0030032fde .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 0.5em;
  
  
}



#s-ccd3ac06-e2a6-4e5b-b4e0-e8b2fad9a7cb {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ccd3ac06-e2a6-4e5b-b4e0-e8b2fad9a7cb {
  display: none;
}
#s-ccd3ac06-e2a6-4e5b-b4e0-e8b2fad9a7cb, #wrap-s-ccd3ac06-e2a6-4e5b-b4e0-e8b2fad9a7cb, #wrap-content-s-ccd3ac06-e2a6-4e5b-b4e0-e8b2fad9a7cb { display: none !important; }}
#s-ccd3ac06-e2a6-4e5b-b4e0-e8b2fad9a7cb .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  
}



#s-0ce2cc95-7daa-4be5-a13d-6c748ee334cb {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 8px;
padding-left: 28px;
padding-bottom: 8px;
padding-right: 28px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 1.5em;
}
#s-0ce2cc95-7daa-4be5-a13d-6c748ee334cb:hover {background-color: rgba(236, 90, 30, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0ce2cc95-7daa-4be5-a13d-6c748ee334cb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0ce2cc95-7daa-4be5-a13d-6c748ee334cb-root {
    text-align: center;
  }


#s-0ce2cc95-7daa-4be5-a13d-6c748ee334cb.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0ce2cc95-7daa-4be5-a13d-6c748ee334cb-root {
    text-align: center;
  }


#s-0ce2cc95-7daa-4be5-a13d-6c748ee334cb.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0ce2cc95-7daa-4be5-a13d-6c748ee334cb-root {
    text-align: center;
  }


#s-0ce2cc95-7daa-4be5-a13d-6c748ee334cb.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0ce2cc95-7daa-4be5-a13d-6c748ee334cb-root {
    text-align: center;
  }


#s-0ce2cc95-7daa-4be5-a13d-6c748ee334cb.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0ce2cc95-7daa-4be5-a13d-6c748ee334cb-root {
    text-align: center;
  }


#s-0ce2cc95-7daa-4be5-a13d-6c748ee334cb.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}
#s-3c36cd96-cddd-4274-981c-4638801a185e {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 15px;
padding-bottom: 15px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3c36cd96-cddd-4274-981c-4638801a185e {
  display: unset;
}
#s-3c36cd96-cddd-4274-981c-4638801a185e, #wrap-s-3c36cd96-cddd-4274-981c-4638801a185e, #wrap-content-s-3c36cd96-cddd-4274-981c-4638801a185e { display: unset !important; }}







#s-3c36cd96-cddd-4274-981c-4638801a185e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3c36cd96-cddd-4274-981c-4638801a185e {
  cursor: pointer;
}#s-3c36cd96-cddd-4274-981c-4638801a185e.shg-box.shg-c {
  justify-content: center;
}

#s-2e0868e9-f735-408d-86ae-507bb5386950 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center top;
}

#s-2e0868e9-f735-408d-86ae-507bb5386950 {
  background-image: url(https://i.shgcdn.com/1f50f1bf-f6cf-445a-8f98-8129fde1a102/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-2e0868e9-f735-408d-86ae-507bb5386950 {
  background-image: url(https://i.shgcdn.com/1f50f1bf-f6cf-445a-8f98-8129fde1a102/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-2e0868e9-f735-408d-86ae-507bb5386950.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-2e0868e9-f735-408d-86ae-507bb5386950 {
  background-image: url(https://i.shgcdn.com/1f50f1bf-f6cf-445a-8f98-8129fde1a102/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-2e0868e9-f735-408d-86ae-507bb5386950.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-2e0868e9-f735-408d-86ae-507bb5386950 {
  background-image: url(https://i.shgcdn.com/1f50f1bf-f6cf-445a-8f98-8129fde1a102/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-2e0868e9-f735-408d-86ae-507bb5386950.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-2e0868e9-f735-408d-86ae-507bb5386950 {
  background-image: url(https://i.shgcdn.com/1f50f1bf-f6cf-445a-8f98-8129fde1a102/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-2e0868e9-f735-408d-86ae-507bb5386950.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-2e0868e9-f735-408d-86ae-507bb5386950 {
  background-image: url(https://i.shgcdn.com/1f50f1bf-f6cf-445a-8f98-8129fde1a102/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-2e0868e9-f735-408d-86ae-507bb5386950.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-2e0868e9-f735-408d-86ae-507bb5386950 {
  background-image: url(https://i.shgcdn.com/1f50f1bf-f6cf-445a-8f98-8129fde1a102/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-2e0868e9-f735-408d-86ae-507bb5386950.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-2e0868e9-f735-408d-86ae-507bb5386950 {
  background-image: url(https://i.shgcdn.com/1f50f1bf-f6cf-445a-8f98-8129fde1a102/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-2e0868e9-f735-408d-86ae-507bb5386950.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-2e0868e9-f735-408d-86ae-507bb5386950 {
  background-image: url(https://i.shgcdn.com/1f50f1bf-f6cf-445a-8f98-8129fde1a102/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-2e0868e9-f735-408d-86ae-507bb5386950.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-2e0868e9-f735-408d-86ae-507bb5386950 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2e0868e9-f735-408d-86ae-507bb5386950.shg-box.shg-c {
  justify-content: center;
}

#s-92a52304-3e91-4fc2-9f20-a4602ea8d953 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-92a52304-3e91-4fc2-9f20-a4602ea8d953 {
  margin-top: 34px;
margin-bottom: -1px;
}
}
#s-92a52304-3e91-4fc2-9f20-a4602ea8d953 .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  800 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 48.8px;
  line-height: 0.5em;
  
  
}


@media (max-width: 767px){#s-92a52304-3e91-4fc2-9f20-a4602ea8d953 .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  800 ;
  font-family: "Source Sans 3";
  font-style:  normal ;
  font-size: 31.799999999999997px;
  line-height: 0.5em;
  
  
}


}
#s-d5170205-5717-40e7-90f9-4d61df36bf61 {
  margin-top: 2px;
margin-left: auto;
margin-bottom: -6px;
margin-right: auto;
}
@media (max-width: 767px){#s-d5170205-5717-40e7-90f9-4d61df36bf61 {
  margin-left: 6%;
margin-right: 6%;
}
}
#s-3bdb81b5-58e7-4a95-a678-39a077b71ca8 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 30px;
margin-right: 0%;
padding-top: 9px;
padding-left: 20px;
padding-bottom: 9px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-3bdb81b5-58e7-4a95-a678-39a077b71ca8:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-3bdb81b5-58e7-4a95-a678-39a077b71ca8:active {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-3bdb81b5-58e7-4a95-a678-39a077b71ca8 {
  margin-left: -3%;
margin-right: -3%;
}
}

  #s-3bdb81b5-58e7-4a95-a678-39a077b71ca8-root {
    text-align: center;
  }


#s-3bdb81b5-58e7-4a95-a678-39a077b71ca8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3bdb81b5-58e7-4a95-a678-39a077b71ca8-root {
    text-align: center;
  }


#s-3bdb81b5-58e7-4a95-a678-39a077b71ca8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3bdb81b5-58e7-4a95-a678-39a077b71ca8-root {
    text-align: center;
  }


#s-3bdb81b5-58e7-4a95-a678-39a077b71ca8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3bdb81b5-58e7-4a95-a678-39a077b71ca8-root {
    text-align: center;
  }


#s-3bdb81b5-58e7-4a95-a678-39a077b71ca8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3bdb81b5-58e7-4a95-a678-39a077b71ca8-root {
    text-align: center;
  }


#s-3bdb81b5-58e7-4a95-a678-39a077b71ca8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}
#s-d8f9ee6c-49d2-4f43-82b9-2d828ae8b2e3 {
  text-align: center;
}

#s-8c6b8612-b9d3-41bb-b9bf-dcb0ccb986e3 {
  min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-8c6b8612-b9d3-41bb-b9bf-dcb0ccb986e3 {
  margin-top: 23px;
margin-bottom: 23px;
}
}







#s-8c6b8612-b9d3-41bb-b9bf-dcb0ccb986e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8c6b8612-b9d3-41bb-b9bf-dcb0ccb986e3.shg-box.shg-c {
  justify-content: center;
}

#s-a4960710-a215-459a-ae50-67e876004a2a {
  margin-top: 20px;
margin-bottom: 10px;
}

#s-f8afef3c-d1a4-4a48-abc9-38cc60a7788e {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-f8afef3c-d1a4-4a48-abc9-38cc60a7788e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f8afef3c-d1a4-4a48-abc9-38cc60a7788e.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-259edc85-301a-446c-b854-7bdd919d67df"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 3.0px);
}

}

@media (min-width: 768px) {
[id="s-259edc85-301a-446c-b854-7bdd919d67df"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 4.5px);
}

}

@media (min-width: 992px) {
[id="s-259edc85-301a-446c-b854-7bdd919d67df"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 4.5px);
}

}

@media (min-width: 1200px) {
[id="s-259edc85-301a-446c-b854-7bdd919d67df"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 4.5px);
}

}

#s-415f165c-7973-4454-8143-1aad6d816ce7 {
  margin-top: 10px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}

#s-415f165c-7973-4454-8143-1aad6d816ce7 {
  background-image: url();
}








#s-415f165c-7973-4454-8143-1aad6d816ce7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-415f165c-7973-4454-8143-1aad6d816ce7 {
  cursor: pointer;
}#s-415f165c-7973-4454-8143-1aad6d816ce7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac {
  margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac {
  margin: 0 !important;
  overflow: visible;
}

#s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 5%;
  margin-right: 5%;
  
  margin-bottom: 5px;
}

.shg-image-content-margin-container-s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac img.shogun-image {
  /* Add background color handling */
  
}

#s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 10px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac.shogun-image {
  box-sizing: border-box;
}



.s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac.shogun-image-container {
      position: relative;
    }

    .s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac {
  margin: 0 !important;
  overflow: visible;
}

#s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac img.shogun-image {
  /* Add background color handling */
  
}

#s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac.shogun-image {
  box-sizing: border-box;
}



.s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac.shogun-image-container {
      position: relative;
    }

    .s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac {
  margin: 0 !important;
  overflow: visible;
}

#s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac img.shogun-image {
  /* Add background color handling */
  
}

#s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac.shogun-image {
  box-sizing: border-box;
}



.s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac.shogun-image-container {
      position: relative;
    }

    .s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac {
  margin: 0 !important;
  overflow: visible;
}

#s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac img.shogun-image {
  /* Add background color handling */
  
}

#s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac.shogun-image {
  box-sizing: border-box;
}



.s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac.shogun-image-container {
      position: relative;
    }

    .s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac {
  margin: 0 !important;
  overflow: visible;
}

#s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac img.shogun-image {
  /* Add background color handling */
  
}

#s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac.shogun-image {
  box-sizing: border-box;
}



.s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac.shogun-image-container {
      position: relative;
    }

    .s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9fc8b5ea-311d-450f-b9f2-2c4a4f1720ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 {
  margin-left: 23%;
margin-bottom: 4px;
margin-right: 23%;
max-width: 300px;
aspect-ratio: 300/51;
text-align: center;
}

#s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 23%;
  margin-right: 23%;
  
  margin-bottom: 4px;
}

.shg-image-content-margin-container-s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 .shg-image-content-wrapper {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }

    #s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 .shogun-image-link {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2.shogun-image {
  box-sizing: border-box;
}



.s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 {
      --shg-aspect-ratio: calc(300/51); 
    }

    .s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2.shogun-image-container {
      position: relative;
    }

    .s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 .shg-image-content-wrapper {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }

    #s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 .shogun-image-link {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2.shogun-image {
  box-sizing: border-box;
}



.s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 {
      --shg-aspect-ratio: calc(300/51); 
    }

    .s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2.shogun-image-container {
      position: relative;
    }

    .s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 .shg-image-content-wrapper {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }

    #s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 .shogun-image-link {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2.shogun-image {
  box-sizing: border-box;
}



.s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 {
      --shg-aspect-ratio: calc(300/51); 
    }

    .s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2.shogun-image-container {
      position: relative;
    }

    .s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 .shg-image-content-wrapper {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }

    #s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 .shogun-image-link {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2.shogun-image {
  box-sizing: border-box;
}



.s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 {
      --shg-aspect-ratio: calc(300/51); 
    }

    .s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2.shogun-image-container {
      position: relative;
    }

    .s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 .shg-image-content-wrapper {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }

    #s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 .shogun-image-link {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2.shogun-image {
  box-sizing: border-box;
}



.s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 {
      --shg-aspect-ratio: calc(300/51); 
    }

    .s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2.shogun-image-container {
      position: relative;
    }

    .s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a2f2b6e9-45bb-4acf-be49-1eae63ce81c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-638bc434-f44f-4d64-bf81-e7537ab5ea99 {
  margin-left: 0%;
margin-right: 0%;
}

#s-b0260feb-9715-4482-9a26-276318277a41 {
  margin-top: 10px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}

#s-b0260feb-9715-4482-9a26-276318277a41 {
  background-image: url();
}








#s-b0260feb-9715-4482-9a26-276318277a41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b0260feb-9715-4482-9a26-276318277a41 {
  cursor: pointer;
}#s-b0260feb-9715-4482-9a26-276318277a41.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f746e423-4203-454a-ac8c-e6fd13da22fb {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-f746e423-4203-454a-ac8c-e6fd13da22fb {
  margin: 0 !important;
  overflow: visible;
}

#s-f746e423-4203-454a-ac8c-e6fd13da22fb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f746e423-4203-454a-ac8c-e6fd13da22fb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 0px;
  margin-bottom: 5px;
}

.shg-image-content-margin-container-s-f746e423-4203-454a-ac8c-e6fd13da22fb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f746e423-4203-454a-ac8c-e6fd13da22fb img.shogun-image {
  /* Add background color handling */
  
}

#s-f746e423-4203-454a-ac8c-e6fd13da22fb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 10px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f746e423-4203-454a-ac8c-e6fd13da22fb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f746e423-4203-454a-ac8c-e6fd13da22fb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f746e423-4203-454a-ac8c-e6fd13da22fb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f746e423-4203-454a-ac8c-e6fd13da22fb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f746e423-4203-454a-ac8c-e6fd13da22fb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-f746e423-4203-454a-ac8c-e6fd13da22fb.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-f746e423-4203-454a-ac8c-e6fd13da22fb .shogun-image-content {
  
    justify-content: center;
  
}

.s-f746e423-4203-454a-ac8c-e6fd13da22fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f746e423-4203-454a-ac8c-e6fd13da22fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f746e423-4203-454a-ac8c-e6fd13da22fb.shogun-image {
  box-sizing: border-box;
}



.s-f746e423-4203-454a-ac8c-e6fd13da22fb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f746e423-4203-454a-ac8c-e6fd13da22fb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f746e423-4203-454a-ac8c-e6fd13da22fb.shogun-image-container {
      position: relative;
    }

    .s-f746e423-4203-454a-ac8c-e6fd13da22fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f746e423-4203-454a-ac8c-e6fd13da22fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f746e423-4203-454a-ac8c-e6fd13da22fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-f746e423-4203-454a-ac8c-e6fd13da22fb {
  margin: 0 !important;
  overflow: visible;
}

#s-f746e423-4203-454a-ac8c-e6fd13da22fb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f746e423-4203-454a-ac8c-e6fd13da22fb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f746e423-4203-454a-ac8c-e6fd13da22fb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f746e423-4203-454a-ac8c-e6fd13da22fb img.shogun-image {
  /* Add background color handling */
  
}

#s-f746e423-4203-454a-ac8c-e6fd13da22fb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f746e423-4203-454a-ac8c-e6fd13da22fb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f746e423-4203-454a-ac8c-e6fd13da22fb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f746e423-4203-454a-ac8c-e6fd13da22fb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f746e423-4203-454a-ac8c-e6fd13da22fb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f746e423-4203-454a-ac8c-e6fd13da22fb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-f746e423-4203-454a-ac8c-e6fd13da22fb.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-f746e423-4203-454a-ac8c-e6fd13da22fb .shogun-image-content {
  
    justify-content: center;
  
}

.s-f746e423-4203-454a-ac8c-e6fd13da22fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f746e423-4203-454a-ac8c-e6fd13da22fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f746e423-4203-454a-ac8c-e6fd13da22fb.shogun-image {
  box-sizing: border-box;
}



.s-f746e423-4203-454a-ac8c-e6fd13da22fb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f746e423-4203-454a-ac8c-e6fd13da22fb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f746e423-4203-454a-ac8c-e6fd13da22fb.shogun-image-container {
      position: relative;
    }

    .s-f746e423-4203-454a-ac8c-e6fd13da22fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f746e423-4203-454a-ac8c-e6fd13da22fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f746e423-4203-454a-ac8c-e6fd13da22fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f746e423-4203-454a-ac8c-e6fd13da22fb {
  margin: 0 !important;
  overflow: visible;
}

#s-f746e423-4203-454a-ac8c-e6fd13da22fb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f746e423-4203-454a-ac8c-e6fd13da22fb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f746e423-4203-454a-ac8c-e6fd13da22fb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f746e423-4203-454a-ac8c-e6fd13da22fb img.shogun-image {
  /* Add background color handling */
  
}

#s-f746e423-4203-454a-ac8c-e6fd13da22fb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f746e423-4203-454a-ac8c-e6fd13da22fb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f746e423-4203-454a-ac8c-e6fd13da22fb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f746e423-4203-454a-ac8c-e6fd13da22fb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f746e423-4203-454a-ac8c-e6fd13da22fb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f746e423-4203-454a-ac8c-e6fd13da22fb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-f746e423-4203-454a-ac8c-e6fd13da22fb.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-f746e423-4203-454a-ac8c-e6fd13da22fb .shogun-image-content {
  
    justify-content: center;
  
}

.s-f746e423-4203-454a-ac8c-e6fd13da22fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f746e423-4203-454a-ac8c-e6fd13da22fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f746e423-4203-454a-ac8c-e6fd13da22fb.shogun-image {
  box-sizing: border-box;
}



.s-f746e423-4203-454a-ac8c-e6fd13da22fb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f746e423-4203-454a-ac8c-e6fd13da22fb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f746e423-4203-454a-ac8c-e6fd13da22fb.shogun-image-container {
      position: relative;
    }

    .s-f746e423-4203-454a-ac8c-e6fd13da22fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f746e423-4203-454a-ac8c-e6fd13da22fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f746e423-4203-454a-ac8c-e6fd13da22fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f746e423-4203-454a-ac8c-e6fd13da22fb {
  margin: 0 !important;
  overflow: visible;
}

#s-f746e423-4203-454a-ac8c-e6fd13da22fb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f746e423-4203-454a-ac8c-e6fd13da22fb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f746e423-4203-454a-ac8c-e6fd13da22fb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f746e423-4203-454a-ac8c-e6fd13da22fb img.shogun-image {
  /* Add background color handling */
  
}

#s-f746e423-4203-454a-ac8c-e6fd13da22fb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f746e423-4203-454a-ac8c-e6fd13da22fb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f746e423-4203-454a-ac8c-e6fd13da22fb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f746e423-4203-454a-ac8c-e6fd13da22fb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f746e423-4203-454a-ac8c-e6fd13da22fb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f746e423-4203-454a-ac8c-e6fd13da22fb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-f746e423-4203-454a-ac8c-e6fd13da22fb.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-f746e423-4203-454a-ac8c-e6fd13da22fb .shogun-image-content {
  
    justify-content: center;
  
}

.s-f746e423-4203-454a-ac8c-e6fd13da22fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f746e423-4203-454a-ac8c-e6fd13da22fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f746e423-4203-454a-ac8c-e6fd13da22fb.shogun-image {
  box-sizing: border-box;
}



.s-f746e423-4203-454a-ac8c-e6fd13da22fb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f746e423-4203-454a-ac8c-e6fd13da22fb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f746e423-4203-454a-ac8c-e6fd13da22fb.shogun-image-container {
      position: relative;
    }

    .s-f746e423-4203-454a-ac8c-e6fd13da22fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f746e423-4203-454a-ac8c-e6fd13da22fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f746e423-4203-454a-ac8c-e6fd13da22fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-f746e423-4203-454a-ac8c-e6fd13da22fb {
  margin: 0 !important;
  overflow: visible;
}

#s-f746e423-4203-454a-ac8c-e6fd13da22fb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f746e423-4203-454a-ac8c-e6fd13da22fb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f746e423-4203-454a-ac8c-e6fd13da22fb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f746e423-4203-454a-ac8c-e6fd13da22fb img.shogun-image {
  /* Add background color handling */
  
}

#s-f746e423-4203-454a-ac8c-e6fd13da22fb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f746e423-4203-454a-ac8c-e6fd13da22fb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f746e423-4203-454a-ac8c-e6fd13da22fb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f746e423-4203-454a-ac8c-e6fd13da22fb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f746e423-4203-454a-ac8c-e6fd13da22fb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f746e423-4203-454a-ac8c-e6fd13da22fb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-f746e423-4203-454a-ac8c-e6fd13da22fb.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-f746e423-4203-454a-ac8c-e6fd13da22fb .shogun-image-content {
  
    justify-content: center;
  
}

.s-f746e423-4203-454a-ac8c-e6fd13da22fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f746e423-4203-454a-ac8c-e6fd13da22fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f746e423-4203-454a-ac8c-e6fd13da22fb.shogun-image {
  box-sizing: border-box;
}



.s-f746e423-4203-454a-ac8c-e6fd13da22fb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f746e423-4203-454a-ac8c-e6fd13da22fb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f746e423-4203-454a-ac8c-e6fd13da22fb.shogun-image-container {
      position: relative;
    }

    .s-f746e423-4203-454a-ac8c-e6fd13da22fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f746e423-4203-454a-ac8c-e6fd13da22fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f746e423-4203-454a-ac8c-e6fd13da22fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-8d105d7e-500d-43e2-b2ed-2276ea5be48e {
  margin-left: 23%;
margin-bottom: 4px;
margin-right: 23%;
max-width: 300px;
aspect-ratio: 300/51;
text-align: center;
}

#s-8d105d7e-500d-43e2-b2ed-2276ea5be48e {
  margin: 0 !important;
  overflow: visible;
}

#s-8d105d7e-500d-43e2-b2ed-2276ea5be48e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8d105d7e-500d-43e2-b2ed-2276ea5be48e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 23%;
  margin-right: 23%;
  
  margin-bottom: 4px;
}

.shg-image-content-margin-container-s-8d105d7e-500d-43e2-b2ed-2276ea5be48e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8d105d7e-500d-43e2-b2ed-2276ea5be48e img.shogun-image {
  /* Add background color handling */
  
}

#s-8d105d7e-500d-43e2-b2ed-2276ea5be48e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d105d7e-500d-43e2-b2ed-2276ea5be48e .shg-image-content-wrapper {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }

    #s-8d105d7e-500d-43e2-b2ed-2276ea5be48e .shogun-image-link {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d105d7e-500d-43e2-b2ed-2276ea5be48e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d105d7e-500d-43e2-b2ed-2276ea5be48e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d105d7e-500d-43e2-b2ed-2276ea5be48e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-8d105d7e-500d-43e2-b2ed-2276ea5be48e.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-8d105d7e-500d-43e2-b2ed-2276ea5be48e .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d105d7e-500d-43e2-b2ed-2276ea5be48e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d105d7e-500d-43e2-b2ed-2276ea5be48e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d105d7e-500d-43e2-b2ed-2276ea5be48e.shogun-image {
  box-sizing: border-box;
}



.s-8d105d7e-500d-43e2-b2ed-2276ea5be48e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8d105d7e-500d-43e2-b2ed-2276ea5be48e {
      --shg-aspect-ratio: calc(300/51); 
    }

    .s-8d105d7e-500d-43e2-b2ed-2276ea5be48e.shogun-image-container {
      position: relative;
    }

    .s-8d105d7e-500d-43e2-b2ed-2276ea5be48e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d105d7e-500d-43e2-b2ed-2276ea5be48e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d105d7e-500d-43e2-b2ed-2276ea5be48e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-8d105d7e-500d-43e2-b2ed-2276ea5be48e {
  margin: 0 !important;
  overflow: visible;
}

#s-8d105d7e-500d-43e2-b2ed-2276ea5be48e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8d105d7e-500d-43e2-b2ed-2276ea5be48e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8d105d7e-500d-43e2-b2ed-2276ea5be48e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8d105d7e-500d-43e2-b2ed-2276ea5be48e img.shogun-image {
  /* Add background color handling */
  
}

#s-8d105d7e-500d-43e2-b2ed-2276ea5be48e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d105d7e-500d-43e2-b2ed-2276ea5be48e .shg-image-content-wrapper {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }

    #s-8d105d7e-500d-43e2-b2ed-2276ea5be48e .shogun-image-link {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d105d7e-500d-43e2-b2ed-2276ea5be48e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d105d7e-500d-43e2-b2ed-2276ea5be48e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d105d7e-500d-43e2-b2ed-2276ea5be48e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-8d105d7e-500d-43e2-b2ed-2276ea5be48e.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-8d105d7e-500d-43e2-b2ed-2276ea5be48e .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d105d7e-500d-43e2-b2ed-2276ea5be48e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d105d7e-500d-43e2-b2ed-2276ea5be48e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d105d7e-500d-43e2-b2ed-2276ea5be48e.shogun-image {
  box-sizing: border-box;
}



.s-8d105d7e-500d-43e2-b2ed-2276ea5be48e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8d105d7e-500d-43e2-b2ed-2276ea5be48e {
      --shg-aspect-ratio: calc(300/51); 
    }

    .s-8d105d7e-500d-43e2-b2ed-2276ea5be48e.shogun-image-container {
      position: relative;
    }

    .s-8d105d7e-500d-43e2-b2ed-2276ea5be48e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d105d7e-500d-43e2-b2ed-2276ea5be48e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d105d7e-500d-43e2-b2ed-2276ea5be48e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8d105d7e-500d-43e2-b2ed-2276ea5be48e {
  margin: 0 !important;
  overflow: visible;
}

#s-8d105d7e-500d-43e2-b2ed-2276ea5be48e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8d105d7e-500d-43e2-b2ed-2276ea5be48e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8d105d7e-500d-43e2-b2ed-2276ea5be48e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8d105d7e-500d-43e2-b2ed-2276ea5be48e img.shogun-image {
  /* Add background color handling */
  
}

#s-8d105d7e-500d-43e2-b2ed-2276ea5be48e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d105d7e-500d-43e2-b2ed-2276ea5be48e .shg-image-content-wrapper {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }

    #s-8d105d7e-500d-43e2-b2ed-2276ea5be48e .shogun-image-link {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d105d7e-500d-43e2-b2ed-2276ea5be48e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d105d7e-500d-43e2-b2ed-2276ea5be48e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d105d7e-500d-43e2-b2ed-2276ea5be48e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-8d105d7e-500d-43e2-b2ed-2276ea5be48e.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-8d105d7e-500d-43e2-b2ed-2276ea5be48e .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d105d7e-500d-43e2-b2ed-2276ea5be48e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d105d7e-500d-43e2-b2ed-2276ea5be48e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d105d7e-500d-43e2-b2ed-2276ea5be48e.shogun-image {
  box-sizing: border-box;
}



.s-8d105d7e-500d-43e2-b2ed-2276ea5be48e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8d105d7e-500d-43e2-b2ed-2276ea5be48e {
      --shg-aspect-ratio: calc(300/51); 
    }

    .s-8d105d7e-500d-43e2-b2ed-2276ea5be48e.shogun-image-container {
      position: relative;
    }

    .s-8d105d7e-500d-43e2-b2ed-2276ea5be48e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d105d7e-500d-43e2-b2ed-2276ea5be48e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d105d7e-500d-43e2-b2ed-2276ea5be48e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8d105d7e-500d-43e2-b2ed-2276ea5be48e {
  margin: 0 !important;
  overflow: visible;
}

#s-8d105d7e-500d-43e2-b2ed-2276ea5be48e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8d105d7e-500d-43e2-b2ed-2276ea5be48e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8d105d7e-500d-43e2-b2ed-2276ea5be48e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8d105d7e-500d-43e2-b2ed-2276ea5be48e img.shogun-image {
  /* Add background color handling */
  
}

#s-8d105d7e-500d-43e2-b2ed-2276ea5be48e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d105d7e-500d-43e2-b2ed-2276ea5be48e .shg-image-content-wrapper {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }

    #s-8d105d7e-500d-43e2-b2ed-2276ea5be48e .shogun-image-link {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d105d7e-500d-43e2-b2ed-2276ea5be48e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d105d7e-500d-43e2-b2ed-2276ea5be48e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d105d7e-500d-43e2-b2ed-2276ea5be48e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-8d105d7e-500d-43e2-b2ed-2276ea5be48e.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-8d105d7e-500d-43e2-b2ed-2276ea5be48e .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d105d7e-500d-43e2-b2ed-2276ea5be48e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d105d7e-500d-43e2-b2ed-2276ea5be48e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d105d7e-500d-43e2-b2ed-2276ea5be48e.shogun-image {
  box-sizing: border-box;
}



.s-8d105d7e-500d-43e2-b2ed-2276ea5be48e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8d105d7e-500d-43e2-b2ed-2276ea5be48e {
      --shg-aspect-ratio: calc(300/51); 
    }

    .s-8d105d7e-500d-43e2-b2ed-2276ea5be48e.shogun-image-container {
      position: relative;
    }

    .s-8d105d7e-500d-43e2-b2ed-2276ea5be48e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d105d7e-500d-43e2-b2ed-2276ea5be48e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d105d7e-500d-43e2-b2ed-2276ea5be48e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-8d105d7e-500d-43e2-b2ed-2276ea5be48e {
  margin: 0 !important;
  overflow: visible;
}

#s-8d105d7e-500d-43e2-b2ed-2276ea5be48e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8d105d7e-500d-43e2-b2ed-2276ea5be48e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8d105d7e-500d-43e2-b2ed-2276ea5be48e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8d105d7e-500d-43e2-b2ed-2276ea5be48e img.shogun-image {
  /* Add background color handling */
  
}

#s-8d105d7e-500d-43e2-b2ed-2276ea5be48e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d105d7e-500d-43e2-b2ed-2276ea5be48e .shg-image-content-wrapper {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }

    #s-8d105d7e-500d-43e2-b2ed-2276ea5be48e .shogun-image-link {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d105d7e-500d-43e2-b2ed-2276ea5be48e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d105d7e-500d-43e2-b2ed-2276ea5be48e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d105d7e-500d-43e2-b2ed-2276ea5be48e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-8d105d7e-500d-43e2-b2ed-2276ea5be48e.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-8d105d7e-500d-43e2-b2ed-2276ea5be48e .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d105d7e-500d-43e2-b2ed-2276ea5be48e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d105d7e-500d-43e2-b2ed-2276ea5be48e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d105d7e-500d-43e2-b2ed-2276ea5be48e.shogun-image {
  box-sizing: border-box;
}



.s-8d105d7e-500d-43e2-b2ed-2276ea5be48e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8d105d7e-500d-43e2-b2ed-2276ea5be48e {
      --shg-aspect-ratio: calc(300/51); 
    }

    .s-8d105d7e-500d-43e2-b2ed-2276ea5be48e.shogun-image-container {
      position: relative;
    }

    .s-8d105d7e-500d-43e2-b2ed-2276ea5be48e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d105d7e-500d-43e2-b2ed-2276ea5be48e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d105d7e-500d-43e2-b2ed-2276ea5be48e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-152fe5f8-dd53-4066-acec-e3195db31cdb {
  margin-left: 0%;
margin-right: 0%;
}
@media (max-width: 767px){#s-152fe5f8-dd53-4066-acec-e3195db31cdb {
  margin-left: 1%;
margin-right: 1%;
}
}
#s-4454cd5a-8c6e-4f26-8982-33886d5433dc {
  margin-top: 10px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}

#s-4454cd5a-8c6e-4f26-8982-33886d5433dc {
  background-image: url();
}








#s-4454cd5a-8c6e-4f26-8982-33886d5433dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4454cd5a-8c6e-4f26-8982-33886d5433dc {
  cursor: pointer;
}#s-4454cd5a-8c6e-4f26-8982-33886d5433dc.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b4b64953-c9ec-4a18-a9c3-6084459699d9 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-b4b64953-c9ec-4a18-a9c3-6084459699d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-b4b64953-c9ec-4a18-a9c3-6084459699d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b4b64953-c9ec-4a18-a9c3-6084459699d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 0px;
  margin-bottom: 5px;
}

.shg-image-content-margin-container-s-b4b64953-c9ec-4a18-a9c3-6084459699d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b4b64953-c9ec-4a18-a9c3-6084459699d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-b4b64953-c9ec-4a18-a9c3-6084459699d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 10px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b4b64953-c9ec-4a18-a9c3-6084459699d9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b4b64953-c9ec-4a18-a9c3-6084459699d9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b4b64953-c9ec-4a18-a9c3-6084459699d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b4b64953-c9ec-4a18-a9c3-6084459699d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b4b64953-c9ec-4a18-a9c3-6084459699d9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-b4b64953-c9ec-4a18-a9c3-6084459699d9.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-b4b64953-c9ec-4a18-a9c3-6084459699d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b4b64953-c9ec-4a18-a9c3-6084459699d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4b64953-c9ec-4a18-a9c3-6084459699d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4b64953-c9ec-4a18-a9c3-6084459699d9.shogun-image {
  box-sizing: border-box;
}



.s-b4b64953-c9ec-4a18-a9c3-6084459699d9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b4b64953-c9ec-4a18-a9c3-6084459699d9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b4b64953-c9ec-4a18-a9c3-6084459699d9.shogun-image-container {
      position: relative;
    }

    .s-b4b64953-c9ec-4a18-a9c3-6084459699d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b4b64953-c9ec-4a18-a9c3-6084459699d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b4b64953-c9ec-4a18-a9c3-6084459699d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-b4b64953-c9ec-4a18-a9c3-6084459699d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-b4b64953-c9ec-4a18-a9c3-6084459699d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b4b64953-c9ec-4a18-a9c3-6084459699d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b4b64953-c9ec-4a18-a9c3-6084459699d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b4b64953-c9ec-4a18-a9c3-6084459699d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-b4b64953-c9ec-4a18-a9c3-6084459699d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b4b64953-c9ec-4a18-a9c3-6084459699d9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b4b64953-c9ec-4a18-a9c3-6084459699d9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b4b64953-c9ec-4a18-a9c3-6084459699d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b4b64953-c9ec-4a18-a9c3-6084459699d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b4b64953-c9ec-4a18-a9c3-6084459699d9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-b4b64953-c9ec-4a18-a9c3-6084459699d9.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-b4b64953-c9ec-4a18-a9c3-6084459699d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b4b64953-c9ec-4a18-a9c3-6084459699d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4b64953-c9ec-4a18-a9c3-6084459699d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4b64953-c9ec-4a18-a9c3-6084459699d9.shogun-image {
  box-sizing: border-box;
}



.s-b4b64953-c9ec-4a18-a9c3-6084459699d9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b4b64953-c9ec-4a18-a9c3-6084459699d9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b4b64953-c9ec-4a18-a9c3-6084459699d9.shogun-image-container {
      position: relative;
    }

    .s-b4b64953-c9ec-4a18-a9c3-6084459699d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b4b64953-c9ec-4a18-a9c3-6084459699d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b4b64953-c9ec-4a18-a9c3-6084459699d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b4b64953-c9ec-4a18-a9c3-6084459699d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-b4b64953-c9ec-4a18-a9c3-6084459699d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b4b64953-c9ec-4a18-a9c3-6084459699d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b4b64953-c9ec-4a18-a9c3-6084459699d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b4b64953-c9ec-4a18-a9c3-6084459699d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-b4b64953-c9ec-4a18-a9c3-6084459699d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b4b64953-c9ec-4a18-a9c3-6084459699d9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b4b64953-c9ec-4a18-a9c3-6084459699d9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b4b64953-c9ec-4a18-a9c3-6084459699d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b4b64953-c9ec-4a18-a9c3-6084459699d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b4b64953-c9ec-4a18-a9c3-6084459699d9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-b4b64953-c9ec-4a18-a9c3-6084459699d9.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-b4b64953-c9ec-4a18-a9c3-6084459699d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b4b64953-c9ec-4a18-a9c3-6084459699d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4b64953-c9ec-4a18-a9c3-6084459699d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4b64953-c9ec-4a18-a9c3-6084459699d9.shogun-image {
  box-sizing: border-box;
}



.s-b4b64953-c9ec-4a18-a9c3-6084459699d9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b4b64953-c9ec-4a18-a9c3-6084459699d9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b4b64953-c9ec-4a18-a9c3-6084459699d9.shogun-image-container {
      position: relative;
    }

    .s-b4b64953-c9ec-4a18-a9c3-6084459699d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b4b64953-c9ec-4a18-a9c3-6084459699d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b4b64953-c9ec-4a18-a9c3-6084459699d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b4b64953-c9ec-4a18-a9c3-6084459699d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-b4b64953-c9ec-4a18-a9c3-6084459699d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b4b64953-c9ec-4a18-a9c3-6084459699d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b4b64953-c9ec-4a18-a9c3-6084459699d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b4b64953-c9ec-4a18-a9c3-6084459699d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-b4b64953-c9ec-4a18-a9c3-6084459699d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b4b64953-c9ec-4a18-a9c3-6084459699d9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b4b64953-c9ec-4a18-a9c3-6084459699d9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b4b64953-c9ec-4a18-a9c3-6084459699d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b4b64953-c9ec-4a18-a9c3-6084459699d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b4b64953-c9ec-4a18-a9c3-6084459699d9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-b4b64953-c9ec-4a18-a9c3-6084459699d9.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-b4b64953-c9ec-4a18-a9c3-6084459699d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b4b64953-c9ec-4a18-a9c3-6084459699d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4b64953-c9ec-4a18-a9c3-6084459699d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4b64953-c9ec-4a18-a9c3-6084459699d9.shogun-image {
  box-sizing: border-box;
}



.s-b4b64953-c9ec-4a18-a9c3-6084459699d9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b4b64953-c9ec-4a18-a9c3-6084459699d9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b4b64953-c9ec-4a18-a9c3-6084459699d9.shogun-image-container {
      position: relative;
    }

    .s-b4b64953-c9ec-4a18-a9c3-6084459699d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b4b64953-c9ec-4a18-a9c3-6084459699d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b4b64953-c9ec-4a18-a9c3-6084459699d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-b4b64953-c9ec-4a18-a9c3-6084459699d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-b4b64953-c9ec-4a18-a9c3-6084459699d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b4b64953-c9ec-4a18-a9c3-6084459699d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b4b64953-c9ec-4a18-a9c3-6084459699d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b4b64953-c9ec-4a18-a9c3-6084459699d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-b4b64953-c9ec-4a18-a9c3-6084459699d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b4b64953-c9ec-4a18-a9c3-6084459699d9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b4b64953-c9ec-4a18-a9c3-6084459699d9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b4b64953-c9ec-4a18-a9c3-6084459699d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b4b64953-c9ec-4a18-a9c3-6084459699d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b4b64953-c9ec-4a18-a9c3-6084459699d9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-b4b64953-c9ec-4a18-a9c3-6084459699d9.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-b4b64953-c9ec-4a18-a9c3-6084459699d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b4b64953-c9ec-4a18-a9c3-6084459699d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4b64953-c9ec-4a18-a9c3-6084459699d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4b64953-c9ec-4a18-a9c3-6084459699d9.shogun-image {
  box-sizing: border-box;
}



.s-b4b64953-c9ec-4a18-a9c3-6084459699d9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b4b64953-c9ec-4a18-a9c3-6084459699d9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b4b64953-c9ec-4a18-a9c3-6084459699d9.shogun-image-container {
      position: relative;
    }

    .s-b4b64953-c9ec-4a18-a9c3-6084459699d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b4b64953-c9ec-4a18-a9c3-6084459699d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b4b64953-c9ec-4a18-a9c3-6084459699d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-26cebe6d-8985-4ef7-84a0-0613fa3329ac {
  margin-left: 23%;
margin-bottom: 4px;
margin-right: 23%;
max-width: 300px;
aspect-ratio: 300/51;
text-align: center;
}

#s-26cebe6d-8985-4ef7-84a0-0613fa3329ac {
  margin: 0 !important;
  overflow: visible;
}

#s-26cebe6d-8985-4ef7-84a0-0613fa3329ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-26cebe6d-8985-4ef7-84a0-0613fa3329ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 23%;
  margin-right: 23%;
  
  margin-bottom: 4px;
}

.shg-image-content-margin-container-s-26cebe6d-8985-4ef7-84a0-0613fa3329ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-26cebe6d-8985-4ef7-84a0-0613fa3329ac img.shogun-image {
  /* Add background color handling */
  
}

#s-26cebe6d-8985-4ef7-84a0-0613fa3329ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-26cebe6d-8985-4ef7-84a0-0613fa3329ac .shg-image-content-wrapper {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }

    #s-26cebe6d-8985-4ef7-84a0-0613fa3329ac .shogun-image-link {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26cebe6d-8985-4ef7-84a0-0613fa3329ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-26cebe6d-8985-4ef7-84a0-0613fa3329ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-26cebe6d-8985-4ef7-84a0-0613fa3329ac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-26cebe6d-8985-4ef7-84a0-0613fa3329ac.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-26cebe6d-8985-4ef7-84a0-0613fa3329ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-26cebe6d-8985-4ef7-84a0-0613fa3329ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26cebe6d-8985-4ef7-84a0-0613fa3329ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26cebe6d-8985-4ef7-84a0-0613fa3329ac.shogun-image {
  box-sizing: border-box;
}



.s-26cebe6d-8985-4ef7-84a0-0613fa3329ac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-26cebe6d-8985-4ef7-84a0-0613fa3329ac {
      --shg-aspect-ratio: calc(300/51); 
    }

    .s-26cebe6d-8985-4ef7-84a0-0613fa3329ac.shogun-image-container {
      position: relative;
    }

    .s-26cebe6d-8985-4ef7-84a0-0613fa3329ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26cebe6d-8985-4ef7-84a0-0613fa3329ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26cebe6d-8985-4ef7-84a0-0613fa3329ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-26cebe6d-8985-4ef7-84a0-0613fa3329ac {
  margin: 0 !important;
  overflow: visible;
}

#s-26cebe6d-8985-4ef7-84a0-0613fa3329ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-26cebe6d-8985-4ef7-84a0-0613fa3329ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-26cebe6d-8985-4ef7-84a0-0613fa3329ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-26cebe6d-8985-4ef7-84a0-0613fa3329ac img.shogun-image {
  /* Add background color handling */
  
}

#s-26cebe6d-8985-4ef7-84a0-0613fa3329ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-26cebe6d-8985-4ef7-84a0-0613fa3329ac .shg-image-content-wrapper {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }

    #s-26cebe6d-8985-4ef7-84a0-0613fa3329ac .shogun-image-link {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26cebe6d-8985-4ef7-84a0-0613fa3329ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-26cebe6d-8985-4ef7-84a0-0613fa3329ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-26cebe6d-8985-4ef7-84a0-0613fa3329ac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-26cebe6d-8985-4ef7-84a0-0613fa3329ac.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-26cebe6d-8985-4ef7-84a0-0613fa3329ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-26cebe6d-8985-4ef7-84a0-0613fa3329ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26cebe6d-8985-4ef7-84a0-0613fa3329ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26cebe6d-8985-4ef7-84a0-0613fa3329ac.shogun-image {
  box-sizing: border-box;
}



.s-26cebe6d-8985-4ef7-84a0-0613fa3329ac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-26cebe6d-8985-4ef7-84a0-0613fa3329ac {
      --shg-aspect-ratio: calc(300/51); 
    }

    .s-26cebe6d-8985-4ef7-84a0-0613fa3329ac.shogun-image-container {
      position: relative;
    }

    .s-26cebe6d-8985-4ef7-84a0-0613fa3329ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26cebe6d-8985-4ef7-84a0-0613fa3329ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26cebe6d-8985-4ef7-84a0-0613fa3329ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-26cebe6d-8985-4ef7-84a0-0613fa3329ac {
  margin: 0 !important;
  overflow: visible;
}

#s-26cebe6d-8985-4ef7-84a0-0613fa3329ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-26cebe6d-8985-4ef7-84a0-0613fa3329ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-26cebe6d-8985-4ef7-84a0-0613fa3329ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-26cebe6d-8985-4ef7-84a0-0613fa3329ac img.shogun-image {
  /* Add background color handling */
  
}

#s-26cebe6d-8985-4ef7-84a0-0613fa3329ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-26cebe6d-8985-4ef7-84a0-0613fa3329ac .shg-image-content-wrapper {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }

    #s-26cebe6d-8985-4ef7-84a0-0613fa3329ac .shogun-image-link {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26cebe6d-8985-4ef7-84a0-0613fa3329ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-26cebe6d-8985-4ef7-84a0-0613fa3329ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-26cebe6d-8985-4ef7-84a0-0613fa3329ac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-26cebe6d-8985-4ef7-84a0-0613fa3329ac.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-26cebe6d-8985-4ef7-84a0-0613fa3329ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-26cebe6d-8985-4ef7-84a0-0613fa3329ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26cebe6d-8985-4ef7-84a0-0613fa3329ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26cebe6d-8985-4ef7-84a0-0613fa3329ac.shogun-image {
  box-sizing: border-box;
}



.s-26cebe6d-8985-4ef7-84a0-0613fa3329ac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-26cebe6d-8985-4ef7-84a0-0613fa3329ac {
      --shg-aspect-ratio: calc(300/51); 
    }

    .s-26cebe6d-8985-4ef7-84a0-0613fa3329ac.shogun-image-container {
      position: relative;
    }

    .s-26cebe6d-8985-4ef7-84a0-0613fa3329ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26cebe6d-8985-4ef7-84a0-0613fa3329ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26cebe6d-8985-4ef7-84a0-0613fa3329ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-26cebe6d-8985-4ef7-84a0-0613fa3329ac {
  margin: 0 !important;
  overflow: visible;
}

#s-26cebe6d-8985-4ef7-84a0-0613fa3329ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-26cebe6d-8985-4ef7-84a0-0613fa3329ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-26cebe6d-8985-4ef7-84a0-0613fa3329ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-26cebe6d-8985-4ef7-84a0-0613fa3329ac img.shogun-image {
  /* Add background color handling */
  
}

#s-26cebe6d-8985-4ef7-84a0-0613fa3329ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-26cebe6d-8985-4ef7-84a0-0613fa3329ac .shg-image-content-wrapper {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }

    #s-26cebe6d-8985-4ef7-84a0-0613fa3329ac .shogun-image-link {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26cebe6d-8985-4ef7-84a0-0613fa3329ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-26cebe6d-8985-4ef7-84a0-0613fa3329ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-26cebe6d-8985-4ef7-84a0-0613fa3329ac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-26cebe6d-8985-4ef7-84a0-0613fa3329ac.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-26cebe6d-8985-4ef7-84a0-0613fa3329ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-26cebe6d-8985-4ef7-84a0-0613fa3329ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26cebe6d-8985-4ef7-84a0-0613fa3329ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26cebe6d-8985-4ef7-84a0-0613fa3329ac.shogun-image {
  box-sizing: border-box;
}



.s-26cebe6d-8985-4ef7-84a0-0613fa3329ac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-26cebe6d-8985-4ef7-84a0-0613fa3329ac {
      --shg-aspect-ratio: calc(300/51); 
    }

    .s-26cebe6d-8985-4ef7-84a0-0613fa3329ac.shogun-image-container {
      position: relative;
    }

    .s-26cebe6d-8985-4ef7-84a0-0613fa3329ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26cebe6d-8985-4ef7-84a0-0613fa3329ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26cebe6d-8985-4ef7-84a0-0613fa3329ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-26cebe6d-8985-4ef7-84a0-0613fa3329ac {
  margin: 0 !important;
  overflow: visible;
}

#s-26cebe6d-8985-4ef7-84a0-0613fa3329ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-26cebe6d-8985-4ef7-84a0-0613fa3329ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-26cebe6d-8985-4ef7-84a0-0613fa3329ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-26cebe6d-8985-4ef7-84a0-0613fa3329ac img.shogun-image {
  /* Add background color handling */
  
}

#s-26cebe6d-8985-4ef7-84a0-0613fa3329ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-26cebe6d-8985-4ef7-84a0-0613fa3329ac .shg-image-content-wrapper {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }

    #s-26cebe6d-8985-4ef7-84a0-0613fa3329ac .shogun-image-link {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26cebe6d-8985-4ef7-84a0-0613fa3329ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-26cebe6d-8985-4ef7-84a0-0613fa3329ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-26cebe6d-8985-4ef7-84a0-0613fa3329ac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-26cebe6d-8985-4ef7-84a0-0613fa3329ac.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-26cebe6d-8985-4ef7-84a0-0613fa3329ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-26cebe6d-8985-4ef7-84a0-0613fa3329ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26cebe6d-8985-4ef7-84a0-0613fa3329ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26cebe6d-8985-4ef7-84a0-0613fa3329ac.shogun-image {
  box-sizing: border-box;
}



.s-26cebe6d-8985-4ef7-84a0-0613fa3329ac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-26cebe6d-8985-4ef7-84a0-0613fa3329ac {
      --shg-aspect-ratio: calc(300/51); 
    }

    .s-26cebe6d-8985-4ef7-84a0-0613fa3329ac.shogun-image-container {
      position: relative;
    }

    .s-26cebe6d-8985-4ef7-84a0-0613fa3329ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26cebe6d-8985-4ef7-84a0-0613fa3329ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26cebe6d-8985-4ef7-84a0-0613fa3329ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-5fd432dc-d212-4748-83c9-bcc8ea9582c0 {
  margin-left: 0%;
margin-right: 0%;
}

#s-a4655261-eac9-4e11-913e-188058ca31e9 {
  margin-top: 10px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
min-height: 50px;
}

#s-a4655261-eac9-4e11-913e-188058ca31e9 {
  background-image: url();
}








#s-a4655261-eac9-4e11-913e-188058ca31e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a4655261-eac9-4e11-913e-188058ca31e9 {
  cursor: pointer;
}#s-a4655261-eac9-4e11-913e-188058ca31e9.shg-box.shg-c {
  justify-content: flex-start;
}

#s-20656fd8-0aa6-438a-b120-2241e79a524c {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
max-width: 1646px;
aspect-ratio: 1/1;
text-align: center;
}

#s-20656fd8-0aa6-438a-b120-2241e79a524c {
  margin: 0 !important;
  overflow: visible;
}

#s-20656fd8-0aa6-438a-b120-2241e79a524c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20656fd8-0aa6-438a-b120-2241e79a524c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 0px;
  margin-bottom: 5px;
}

.shg-image-content-margin-container-s-20656fd8-0aa6-438a-b120-2241e79a524c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20656fd8-0aa6-438a-b120-2241e79a524c img.shogun-image {
  /* Add background color handling */
  
}

#s-20656fd8-0aa6-438a-b120-2241e79a524c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 10px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-20656fd8-0aa6-438a-b120-2241e79a524c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-20656fd8-0aa6-438a-b120-2241e79a524c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20656fd8-0aa6-438a-b120-2241e79a524c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20656fd8-0aa6-438a-b120-2241e79a524c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20656fd8-0aa6-438a-b120-2241e79a524c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-20656fd8-0aa6-438a-b120-2241e79a524c.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-20656fd8-0aa6-438a-b120-2241e79a524c .shogun-image-content {
  
    justify-content: center;
  
}

.s-20656fd8-0aa6-438a-b120-2241e79a524c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20656fd8-0aa6-438a-b120-2241e79a524c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20656fd8-0aa6-438a-b120-2241e79a524c.shogun-image {
  box-sizing: border-box;
}



.s-20656fd8-0aa6-438a-b120-2241e79a524c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-20656fd8-0aa6-438a-b120-2241e79a524c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-20656fd8-0aa6-438a-b120-2241e79a524c.shogun-image-container {
      position: relative;
    }

    .s-20656fd8-0aa6-438a-b120-2241e79a524c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20656fd8-0aa6-438a-b120-2241e79a524c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20656fd8-0aa6-438a-b120-2241e79a524c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

@media (min-width: 1200px){#s-20656fd8-0aa6-438a-b120-2241e79a524c {
  margin: 0 !important;
  overflow: visible;
}

#s-20656fd8-0aa6-438a-b120-2241e79a524c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20656fd8-0aa6-438a-b120-2241e79a524c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20656fd8-0aa6-438a-b120-2241e79a524c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20656fd8-0aa6-438a-b120-2241e79a524c img.shogun-image {
  /* Add background color handling */
  
}

#s-20656fd8-0aa6-438a-b120-2241e79a524c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-20656fd8-0aa6-438a-b120-2241e79a524c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-20656fd8-0aa6-438a-b120-2241e79a524c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20656fd8-0aa6-438a-b120-2241e79a524c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20656fd8-0aa6-438a-b120-2241e79a524c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20656fd8-0aa6-438a-b120-2241e79a524c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-20656fd8-0aa6-438a-b120-2241e79a524c.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-20656fd8-0aa6-438a-b120-2241e79a524c .shogun-image-content {
  
    justify-content: center;
  
}

.s-20656fd8-0aa6-438a-b120-2241e79a524c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20656fd8-0aa6-438a-b120-2241e79a524c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20656fd8-0aa6-438a-b120-2241e79a524c.shogun-image {
  box-sizing: border-box;
}



.s-20656fd8-0aa6-438a-b120-2241e79a524c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-20656fd8-0aa6-438a-b120-2241e79a524c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-20656fd8-0aa6-438a-b120-2241e79a524c.shogun-image-container {
      position: relative;
    }

    .s-20656fd8-0aa6-438a-b120-2241e79a524c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20656fd8-0aa6-438a-b120-2241e79a524c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20656fd8-0aa6-438a-b120-2241e79a524c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-20656fd8-0aa6-438a-b120-2241e79a524c {
  margin: 0 !important;
  overflow: visible;
}

#s-20656fd8-0aa6-438a-b120-2241e79a524c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20656fd8-0aa6-438a-b120-2241e79a524c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20656fd8-0aa6-438a-b120-2241e79a524c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20656fd8-0aa6-438a-b120-2241e79a524c img.shogun-image {
  /* Add background color handling */
  
}

#s-20656fd8-0aa6-438a-b120-2241e79a524c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-20656fd8-0aa6-438a-b120-2241e79a524c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-20656fd8-0aa6-438a-b120-2241e79a524c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20656fd8-0aa6-438a-b120-2241e79a524c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20656fd8-0aa6-438a-b120-2241e79a524c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20656fd8-0aa6-438a-b120-2241e79a524c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-20656fd8-0aa6-438a-b120-2241e79a524c.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-20656fd8-0aa6-438a-b120-2241e79a524c .shogun-image-content {
  
    justify-content: center;
  
}

.s-20656fd8-0aa6-438a-b120-2241e79a524c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20656fd8-0aa6-438a-b120-2241e79a524c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20656fd8-0aa6-438a-b120-2241e79a524c.shogun-image {
  box-sizing: border-box;
}



.s-20656fd8-0aa6-438a-b120-2241e79a524c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-20656fd8-0aa6-438a-b120-2241e79a524c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-20656fd8-0aa6-438a-b120-2241e79a524c.shogun-image-container {
      position: relative;
    }

    .s-20656fd8-0aa6-438a-b120-2241e79a524c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20656fd8-0aa6-438a-b120-2241e79a524c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20656fd8-0aa6-438a-b120-2241e79a524c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-20656fd8-0aa6-438a-b120-2241e79a524c {
  margin: 0 !important;
  overflow: visible;
}

#s-20656fd8-0aa6-438a-b120-2241e79a524c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20656fd8-0aa6-438a-b120-2241e79a524c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20656fd8-0aa6-438a-b120-2241e79a524c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20656fd8-0aa6-438a-b120-2241e79a524c img.shogun-image {
  /* Add background color handling */
  
}

#s-20656fd8-0aa6-438a-b120-2241e79a524c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-20656fd8-0aa6-438a-b120-2241e79a524c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-20656fd8-0aa6-438a-b120-2241e79a524c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20656fd8-0aa6-438a-b120-2241e79a524c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20656fd8-0aa6-438a-b120-2241e79a524c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20656fd8-0aa6-438a-b120-2241e79a524c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-20656fd8-0aa6-438a-b120-2241e79a524c.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-20656fd8-0aa6-438a-b120-2241e79a524c .shogun-image-content {
  
    justify-content: center;
  
}

.s-20656fd8-0aa6-438a-b120-2241e79a524c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20656fd8-0aa6-438a-b120-2241e79a524c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20656fd8-0aa6-438a-b120-2241e79a524c.shogun-image {
  box-sizing: border-box;
}



.s-20656fd8-0aa6-438a-b120-2241e79a524c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-20656fd8-0aa6-438a-b120-2241e79a524c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-20656fd8-0aa6-438a-b120-2241e79a524c.shogun-image-container {
      position: relative;
    }

    .s-20656fd8-0aa6-438a-b120-2241e79a524c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20656fd8-0aa6-438a-b120-2241e79a524c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20656fd8-0aa6-438a-b120-2241e79a524c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}@media (max-width: 767px){#s-20656fd8-0aa6-438a-b120-2241e79a524c {
  margin: 0 !important;
  overflow: visible;
}

#s-20656fd8-0aa6-438a-b120-2241e79a524c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20656fd8-0aa6-438a-b120-2241e79a524c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20656fd8-0aa6-438a-b120-2241e79a524c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20656fd8-0aa6-438a-b120-2241e79a524c img.shogun-image {
  /* Add background color handling */
  
}

#s-20656fd8-0aa6-438a-b120-2241e79a524c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-20656fd8-0aa6-438a-b120-2241e79a524c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-20656fd8-0aa6-438a-b120-2241e79a524c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-20656fd8-0aa6-438a-b120-2241e79a524c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-20656fd8-0aa6-438a-b120-2241e79a524c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-20656fd8-0aa6-438a-b120-2241e79a524c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1646px;
  }



  img.s-20656fd8-0aa6-438a-b120-2241e79a524c.shogun-image {
    
    
    
    max-height: 1646px;
  }


.s-20656fd8-0aa6-438a-b120-2241e79a524c .shogun-image-content {
  
    justify-content: center;
  
}

.s-20656fd8-0aa6-438a-b120-2241e79a524c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20656fd8-0aa6-438a-b120-2241e79a524c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20656fd8-0aa6-438a-b120-2241e79a524c.shogun-image {
  box-sizing: border-box;
}



.s-20656fd8-0aa6-438a-b120-2241e79a524c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-20656fd8-0aa6-438a-b120-2241e79a524c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-20656fd8-0aa6-438a-b120-2241e79a524c.shogun-image-container {
      position: relative;
    }

    .s-20656fd8-0aa6-438a-b120-2241e79a524c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20656fd8-0aa6-438a-b120-2241e79a524c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20656fd8-0aa6-438a-b120-2241e79a524c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1646px;
    }
  }

}
#s-f136c346-4eeb-4e52-8c4d-35cede38aab0 {
  margin-left: 23%;
margin-bottom: 4px;
margin-right: 23%;
max-width: 300px;
aspect-ratio: 300/51;
text-align: center;
}

#s-f136c346-4eeb-4e52-8c4d-35cede38aab0 {
  margin: 0 !important;
  overflow: visible;
}

#s-f136c346-4eeb-4e52-8c4d-35cede38aab0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f136c346-4eeb-4e52-8c4d-35cede38aab0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 23%;
  margin-right: 23%;
  
  margin-bottom: 4px;
}

.shg-image-content-margin-container-s-f136c346-4eeb-4e52-8c4d-35cede38aab0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f136c346-4eeb-4e52-8c4d-35cede38aab0 img.shogun-image {
  /* Add background color handling */
  
}

#s-f136c346-4eeb-4e52-8c4d-35cede38aab0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f136c346-4eeb-4e52-8c4d-35cede38aab0 .shg-image-content-wrapper {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }

    #s-f136c346-4eeb-4e52-8c4d-35cede38aab0 .shogun-image-link {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f136c346-4eeb-4e52-8c4d-35cede38aab0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f136c346-4eeb-4e52-8c4d-35cede38aab0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f136c346-4eeb-4e52-8c4d-35cede38aab0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-f136c346-4eeb-4e52-8c4d-35cede38aab0.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-f136c346-4eeb-4e52-8c4d-35cede38aab0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f136c346-4eeb-4e52-8c4d-35cede38aab0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f136c346-4eeb-4e52-8c4d-35cede38aab0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f136c346-4eeb-4e52-8c4d-35cede38aab0.shogun-image {
  box-sizing: border-box;
}



.s-f136c346-4eeb-4e52-8c4d-35cede38aab0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f136c346-4eeb-4e52-8c4d-35cede38aab0 {
      --shg-aspect-ratio: calc(300/51); 
    }

    .s-f136c346-4eeb-4e52-8c4d-35cede38aab0.shogun-image-container {
      position: relative;
    }

    .s-f136c346-4eeb-4e52-8c4d-35cede38aab0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f136c346-4eeb-4e52-8c4d-35cede38aab0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f136c346-4eeb-4e52-8c4d-35cede38aab0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-f136c346-4eeb-4e52-8c4d-35cede38aab0 {
  margin: 0 !important;
  overflow: visible;
}

#s-f136c346-4eeb-4e52-8c4d-35cede38aab0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f136c346-4eeb-4e52-8c4d-35cede38aab0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f136c346-4eeb-4e52-8c4d-35cede38aab0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f136c346-4eeb-4e52-8c4d-35cede38aab0 img.shogun-image {
  /* Add background color handling */
  
}

#s-f136c346-4eeb-4e52-8c4d-35cede38aab0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f136c346-4eeb-4e52-8c4d-35cede38aab0 .shg-image-content-wrapper {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }

    #s-f136c346-4eeb-4e52-8c4d-35cede38aab0 .shogun-image-link {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f136c346-4eeb-4e52-8c4d-35cede38aab0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f136c346-4eeb-4e52-8c4d-35cede38aab0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f136c346-4eeb-4e52-8c4d-35cede38aab0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-f136c346-4eeb-4e52-8c4d-35cede38aab0.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-f136c346-4eeb-4e52-8c4d-35cede38aab0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f136c346-4eeb-4e52-8c4d-35cede38aab0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f136c346-4eeb-4e52-8c4d-35cede38aab0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f136c346-4eeb-4e52-8c4d-35cede38aab0.shogun-image {
  box-sizing: border-box;
}



.s-f136c346-4eeb-4e52-8c4d-35cede38aab0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f136c346-4eeb-4e52-8c4d-35cede38aab0 {
      --shg-aspect-ratio: calc(300/51); 
    }

    .s-f136c346-4eeb-4e52-8c4d-35cede38aab0.shogun-image-container {
      position: relative;
    }

    .s-f136c346-4eeb-4e52-8c4d-35cede38aab0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f136c346-4eeb-4e52-8c4d-35cede38aab0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f136c346-4eeb-4e52-8c4d-35cede38aab0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f136c346-4eeb-4e52-8c4d-35cede38aab0 {
  margin: 0 !important;
  overflow: visible;
}

#s-f136c346-4eeb-4e52-8c4d-35cede38aab0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f136c346-4eeb-4e52-8c4d-35cede38aab0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f136c346-4eeb-4e52-8c4d-35cede38aab0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f136c346-4eeb-4e52-8c4d-35cede38aab0 img.shogun-image {
  /* Add background color handling */
  
}

#s-f136c346-4eeb-4e52-8c4d-35cede38aab0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f136c346-4eeb-4e52-8c4d-35cede38aab0 .shg-image-content-wrapper {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }

    #s-f136c346-4eeb-4e52-8c4d-35cede38aab0 .shogun-image-link {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f136c346-4eeb-4e52-8c4d-35cede38aab0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f136c346-4eeb-4e52-8c4d-35cede38aab0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f136c346-4eeb-4e52-8c4d-35cede38aab0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-f136c346-4eeb-4e52-8c4d-35cede38aab0.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-f136c346-4eeb-4e52-8c4d-35cede38aab0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f136c346-4eeb-4e52-8c4d-35cede38aab0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f136c346-4eeb-4e52-8c4d-35cede38aab0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f136c346-4eeb-4e52-8c4d-35cede38aab0.shogun-image {
  box-sizing: border-box;
}



.s-f136c346-4eeb-4e52-8c4d-35cede38aab0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f136c346-4eeb-4e52-8c4d-35cede38aab0 {
      --shg-aspect-ratio: calc(300/51); 
    }

    .s-f136c346-4eeb-4e52-8c4d-35cede38aab0.shogun-image-container {
      position: relative;
    }

    .s-f136c346-4eeb-4e52-8c4d-35cede38aab0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f136c346-4eeb-4e52-8c4d-35cede38aab0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f136c346-4eeb-4e52-8c4d-35cede38aab0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f136c346-4eeb-4e52-8c4d-35cede38aab0 {
  margin: 0 !important;
  overflow: visible;
}

#s-f136c346-4eeb-4e52-8c4d-35cede38aab0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f136c346-4eeb-4e52-8c4d-35cede38aab0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f136c346-4eeb-4e52-8c4d-35cede38aab0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f136c346-4eeb-4e52-8c4d-35cede38aab0 img.shogun-image {
  /* Add background color handling */
  
}

#s-f136c346-4eeb-4e52-8c4d-35cede38aab0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f136c346-4eeb-4e52-8c4d-35cede38aab0 .shg-image-content-wrapper {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }

    #s-f136c346-4eeb-4e52-8c4d-35cede38aab0 .shogun-image-link {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f136c346-4eeb-4e52-8c4d-35cede38aab0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f136c346-4eeb-4e52-8c4d-35cede38aab0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f136c346-4eeb-4e52-8c4d-35cede38aab0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-f136c346-4eeb-4e52-8c4d-35cede38aab0.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-f136c346-4eeb-4e52-8c4d-35cede38aab0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f136c346-4eeb-4e52-8c4d-35cede38aab0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f136c346-4eeb-4e52-8c4d-35cede38aab0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f136c346-4eeb-4e52-8c4d-35cede38aab0.shogun-image {
  box-sizing: border-box;
}



.s-f136c346-4eeb-4e52-8c4d-35cede38aab0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f136c346-4eeb-4e52-8c4d-35cede38aab0 {
      --shg-aspect-ratio: calc(300/51); 
    }

    .s-f136c346-4eeb-4e52-8c4d-35cede38aab0.shogun-image-container {
      position: relative;
    }

    .s-f136c346-4eeb-4e52-8c4d-35cede38aab0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f136c346-4eeb-4e52-8c4d-35cede38aab0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f136c346-4eeb-4e52-8c4d-35cede38aab0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-f136c346-4eeb-4e52-8c4d-35cede38aab0 {
  margin: 0 !important;
  overflow: visible;
}

#s-f136c346-4eeb-4e52-8c4d-35cede38aab0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f136c346-4eeb-4e52-8c4d-35cede38aab0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f136c346-4eeb-4e52-8c4d-35cede38aab0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f136c346-4eeb-4e52-8c4d-35cede38aab0 img.shogun-image {
  /* Add background color handling */
  
}

#s-f136c346-4eeb-4e52-8c4d-35cede38aab0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f136c346-4eeb-4e52-8c4d-35cede38aab0 .shg-image-content-wrapper {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }

    #s-f136c346-4eeb-4e52-8c4d-35cede38aab0 .shogun-image-link {
      aspect-ratio: 300/51;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f136c346-4eeb-4e52-8c4d-35cede38aab0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f136c346-4eeb-4e52-8c4d-35cede38aab0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f136c346-4eeb-4e52-8c4d-35cede38aab0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-f136c346-4eeb-4e52-8c4d-35cede38aab0.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-f136c346-4eeb-4e52-8c4d-35cede38aab0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f136c346-4eeb-4e52-8c4d-35cede38aab0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f136c346-4eeb-4e52-8c4d-35cede38aab0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f136c346-4eeb-4e52-8c4d-35cede38aab0.shogun-image {
  box-sizing: border-box;
}



.s-f136c346-4eeb-4e52-8c4d-35cede38aab0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f136c346-4eeb-4e52-8c4d-35cede38aab0 {
      --shg-aspect-ratio: calc(300/51); 
    }

    .s-f136c346-4eeb-4e52-8c4d-35cede38aab0.shogun-image-container {
      position: relative;
    }

    .s-f136c346-4eeb-4e52-8c4d-35cede38aab0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f136c346-4eeb-4e52-8c4d-35cede38aab0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f136c346-4eeb-4e52-8c4d-35cede38aab0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-f4dcf442-8aaf-4f60-9575-3643b4812a22 {
  margin-left: 4%;
margin-right: 4%;
}

#s-9a6b2ea2-6d5c-4152-8ccc-2d8c7ddb8865 {
  min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-9a6b2ea2-6d5c-4152-8ccc-2d8c7ddb8865 {
  margin-top: 23px;
margin-bottom: 23px;
}
}







#s-9a6b2ea2-6d5c-4152-8ccc-2d8c7ddb8865 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9a6b2ea2-6d5c-4152-8ccc-2d8c7ddb8865 {
  cursor: pointer;
}#s-9a6b2ea2-6d5c-4152-8ccc-2d8c7ddb8865.shg-box.shg-c {
  justify-content: center;
}

#s-3c145748-a1a1-4b57-bf33-3b9ca251bb5e {
  margin-top: 20px;
margin-bottom: 10px;
}

#s-08c93c16-f7f2-494b-839e-c83ea2e9aefc {
  margin-left: 7%;
margin-right: 7%;
min-height: 50px;
}
@media (max-width: 767px){#s-08c93c16-f7f2-494b-839e-c83ea2e9aefc {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-08c93c16-f7f2-494b-839e-c83ea2e9aefc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-08c93c16-f7f2-494b-839e-c83ea2e9aefc.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-bf104afc-2179-48c0-acf9-e06a2853d5f7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-bf104afc-2179-48c0-acf9-e06a2853d5f7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-bf104afc-2179-48c0-acf9-e06a2853d5f7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-bf104afc-2179-48c0-acf9-e06a2853d5f7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-3c4ddfad-4769-4cfc-9f50-7f52728010c1 {
  min-height: 50px;
}








#s-3c4ddfad-4769-4cfc-9f50-7f52728010c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3c4ddfad-4769-4cfc-9f50-7f52728010c1 {
  cursor: pointer;
}#s-3c4ddfad-4769-4cfc-9f50-7f52728010c1.shg-box.shg-c {
  justify-content: center;
}

#s-f7c9bfa1-2052-4f77-82da-5398579fe589 {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
aspect-ratio: 550/682;
text-align: center;
}

#s-f7c9bfa1-2052-4f77-82da-5398579fe589 {
  margin: 0 !important;
  overflow: visible;
}

#s-f7c9bfa1-2052-4f77-82da-5398579fe589-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f7c9bfa1-2052-4f77-82da-5398579fe589 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f7c9bfa1-2052-4f77-82da-5398579fe589 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f7c9bfa1-2052-4f77-82da-5398579fe589 img.shogun-image {
  /* Add background color handling */
  
}

#s-f7c9bfa1-2052-4f77-82da-5398579fe589 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f7c9bfa1-2052-4f77-82da-5398579fe589 .shg-image-content-wrapper {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }

    #s-f7c9bfa1-2052-4f77-82da-5398579fe589 .shogun-image-link {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f7c9bfa1-2052-4f77-82da-5398579fe589 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f7c9bfa1-2052-4f77-82da-5398579fe589.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f7c9bfa1-2052-4f77-82da-5398579fe589 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-f7c9bfa1-2052-4f77-82da-5398579fe589.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-f7c9bfa1-2052-4f77-82da-5398579fe589 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f7c9bfa1-2052-4f77-82da-5398579fe589.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7c9bfa1-2052-4f77-82da-5398579fe589.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7c9bfa1-2052-4f77-82da-5398579fe589.shogun-image {
  box-sizing: border-box;
}


.s-f7c9bfa1-2052-4f77-82da-5398579fe589 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f7c9bfa1-2052-4f77-82da-5398579fe589 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f7c9bfa1-2052-4f77-82da-5398579fe589 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-f7c9bfa1-2052-4f77-82da-5398579fe589 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f7c9bfa1-2052-4f77-82da-5398579fe589 {
      --shg-aspect-ratio: calc(550/682); 
    }

    .s-f7c9bfa1-2052-4f77-82da-5398579fe589.shogun-image-container {
      position: relative;
    }

    .s-f7c9bfa1-2052-4f77-82da-5398579fe589.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7c9bfa1-2052-4f77-82da-5398579fe589.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7c9bfa1-2052-4f77-82da-5398579fe589 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-f7c9bfa1-2052-4f77-82da-5398579fe589 {
  margin: 0 !important;
  overflow: visible;
}

#s-f7c9bfa1-2052-4f77-82da-5398579fe589-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f7c9bfa1-2052-4f77-82da-5398579fe589 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f7c9bfa1-2052-4f77-82da-5398579fe589 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f7c9bfa1-2052-4f77-82da-5398579fe589 img.shogun-image {
  /* Add background color handling */
  
}

#s-f7c9bfa1-2052-4f77-82da-5398579fe589 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f7c9bfa1-2052-4f77-82da-5398579fe589 .shg-image-content-wrapper {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }

    #s-f7c9bfa1-2052-4f77-82da-5398579fe589 .shogun-image-link {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f7c9bfa1-2052-4f77-82da-5398579fe589 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f7c9bfa1-2052-4f77-82da-5398579fe589.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f7c9bfa1-2052-4f77-82da-5398579fe589 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-f7c9bfa1-2052-4f77-82da-5398579fe589.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-f7c9bfa1-2052-4f77-82da-5398579fe589 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f7c9bfa1-2052-4f77-82da-5398579fe589.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7c9bfa1-2052-4f77-82da-5398579fe589.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7c9bfa1-2052-4f77-82da-5398579fe589.shogun-image {
  box-sizing: border-box;
}


.s-f7c9bfa1-2052-4f77-82da-5398579fe589 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f7c9bfa1-2052-4f77-82da-5398579fe589 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f7c9bfa1-2052-4f77-82da-5398579fe589 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-f7c9bfa1-2052-4f77-82da-5398579fe589 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f7c9bfa1-2052-4f77-82da-5398579fe589 {
      --shg-aspect-ratio: calc(550/682); 
    }

    .s-f7c9bfa1-2052-4f77-82da-5398579fe589.shogun-image-container {
      position: relative;
    }

    .s-f7c9bfa1-2052-4f77-82da-5398579fe589.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7c9bfa1-2052-4f77-82da-5398579fe589.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7c9bfa1-2052-4f77-82da-5398579fe589 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f7c9bfa1-2052-4f77-82da-5398579fe589 {
  margin: 0 !important;
  overflow: visible;
}

#s-f7c9bfa1-2052-4f77-82da-5398579fe589-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f7c9bfa1-2052-4f77-82da-5398579fe589 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f7c9bfa1-2052-4f77-82da-5398579fe589 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f7c9bfa1-2052-4f77-82da-5398579fe589 img.shogun-image {
  /* Add background color handling */
  
}

#s-f7c9bfa1-2052-4f77-82da-5398579fe589 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f7c9bfa1-2052-4f77-82da-5398579fe589 .shg-image-content-wrapper {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }

    #s-f7c9bfa1-2052-4f77-82da-5398579fe589 .shogun-image-link {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f7c9bfa1-2052-4f77-82da-5398579fe589 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f7c9bfa1-2052-4f77-82da-5398579fe589.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f7c9bfa1-2052-4f77-82da-5398579fe589 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-f7c9bfa1-2052-4f77-82da-5398579fe589.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-f7c9bfa1-2052-4f77-82da-5398579fe589 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f7c9bfa1-2052-4f77-82da-5398579fe589.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7c9bfa1-2052-4f77-82da-5398579fe589.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7c9bfa1-2052-4f77-82da-5398579fe589.shogun-image {
  box-sizing: border-box;
}


.s-f7c9bfa1-2052-4f77-82da-5398579fe589 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f7c9bfa1-2052-4f77-82da-5398579fe589 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f7c9bfa1-2052-4f77-82da-5398579fe589 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-f7c9bfa1-2052-4f77-82da-5398579fe589 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f7c9bfa1-2052-4f77-82da-5398579fe589 {
      --shg-aspect-ratio: calc(550/682); 
    }

    .s-f7c9bfa1-2052-4f77-82da-5398579fe589.shogun-image-container {
      position: relative;
    }

    .s-f7c9bfa1-2052-4f77-82da-5398579fe589.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7c9bfa1-2052-4f77-82da-5398579fe589.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7c9bfa1-2052-4f77-82da-5398579fe589 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f7c9bfa1-2052-4f77-82da-5398579fe589 {
  margin: 0 !important;
  overflow: visible;
}

#s-f7c9bfa1-2052-4f77-82da-5398579fe589-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f7c9bfa1-2052-4f77-82da-5398579fe589 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f7c9bfa1-2052-4f77-82da-5398579fe589 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f7c9bfa1-2052-4f77-82da-5398579fe589 img.shogun-image {
  /* Add background color handling */
  
}

#s-f7c9bfa1-2052-4f77-82da-5398579fe589 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f7c9bfa1-2052-4f77-82da-5398579fe589 .shg-image-content-wrapper {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }

    #s-f7c9bfa1-2052-4f77-82da-5398579fe589 .shogun-image-link {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f7c9bfa1-2052-4f77-82da-5398579fe589 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f7c9bfa1-2052-4f77-82da-5398579fe589.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f7c9bfa1-2052-4f77-82da-5398579fe589 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-f7c9bfa1-2052-4f77-82da-5398579fe589.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-f7c9bfa1-2052-4f77-82da-5398579fe589 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f7c9bfa1-2052-4f77-82da-5398579fe589.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7c9bfa1-2052-4f77-82da-5398579fe589.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7c9bfa1-2052-4f77-82da-5398579fe589.shogun-image {
  box-sizing: border-box;
}


.s-f7c9bfa1-2052-4f77-82da-5398579fe589 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f7c9bfa1-2052-4f77-82da-5398579fe589 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f7c9bfa1-2052-4f77-82da-5398579fe589 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-f7c9bfa1-2052-4f77-82da-5398579fe589 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f7c9bfa1-2052-4f77-82da-5398579fe589 {
      --shg-aspect-ratio: calc(550/682); 
    }

    .s-f7c9bfa1-2052-4f77-82da-5398579fe589.shogun-image-container {
      position: relative;
    }

    .s-f7c9bfa1-2052-4f77-82da-5398579fe589.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7c9bfa1-2052-4f77-82da-5398579fe589.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7c9bfa1-2052-4f77-82da-5398579fe589 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-f7c9bfa1-2052-4f77-82da-5398579fe589 {
  margin: 0 !important;
  overflow: visible;
}

#s-f7c9bfa1-2052-4f77-82da-5398579fe589-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f7c9bfa1-2052-4f77-82da-5398579fe589 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f7c9bfa1-2052-4f77-82da-5398579fe589 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f7c9bfa1-2052-4f77-82da-5398579fe589 img.shogun-image {
  /* Add background color handling */
  
}

#s-f7c9bfa1-2052-4f77-82da-5398579fe589 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f7c9bfa1-2052-4f77-82da-5398579fe589 .shg-image-content-wrapper {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }

    #s-f7c9bfa1-2052-4f77-82da-5398579fe589 .shogun-image-link {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f7c9bfa1-2052-4f77-82da-5398579fe589 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f7c9bfa1-2052-4f77-82da-5398579fe589.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f7c9bfa1-2052-4f77-82da-5398579fe589 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-f7c9bfa1-2052-4f77-82da-5398579fe589.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-f7c9bfa1-2052-4f77-82da-5398579fe589 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f7c9bfa1-2052-4f77-82da-5398579fe589.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7c9bfa1-2052-4f77-82da-5398579fe589.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7c9bfa1-2052-4f77-82da-5398579fe589.shogun-image {
  box-sizing: border-box;
}


.s-f7c9bfa1-2052-4f77-82da-5398579fe589 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f7c9bfa1-2052-4f77-82da-5398579fe589 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f7c9bfa1-2052-4f77-82da-5398579fe589 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-f7c9bfa1-2052-4f77-82da-5398579fe589 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f7c9bfa1-2052-4f77-82da-5398579fe589 {
      --shg-aspect-ratio: calc(550/682); 
    }

    .s-f7c9bfa1-2052-4f77-82da-5398579fe589.shogun-image-container {
      position: relative;
    }

    .s-f7c9bfa1-2052-4f77-82da-5398579fe589.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7c9bfa1-2052-4f77-82da-5398579fe589.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7c9bfa1-2052-4f77-82da-5398579fe589 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
#s-f384e485-5a71-4298-a0f4-12b6bf90ff3a {
  padding-top: 0px;
padding-bottom: 10px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-e3653fe1-a8af-435f-b38c-a3e6302bd2c5 {
  min-height: 50px;
}








#s-e3653fe1-a8af-435f-b38c-a3e6302bd2c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e3653fe1-a8af-435f-b38c-a3e6302bd2c5 {
  cursor: pointer;
}#s-e3653fe1-a8af-435f-b38c-a3e6302bd2c5.shg-box.shg-c {
  justify-content: center;
}

#s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 {
  max-width: 550px;
aspect-ratio: 550/682;
text-align: center;
}

#s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 {
  margin: 0 !important;
  overflow: visible;
}

#s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 img.shogun-image {
  /* Add background color handling */
  
}

#s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 .shg-image-content-wrapper {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }

    #s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 .shogun-image-link {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 .shogun-image-content {
  
    justify-content: center;
  
}

.s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07.shogun-image {
  box-sizing: border-box;
}


.s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 {
      --shg-aspect-ratio: calc(550/682); 
    }

    .s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07.shogun-image-container {
      position: relative;
    }

    .s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 {
  margin: 0 !important;
  overflow: visible;
}

#s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 img.shogun-image {
  /* Add background color handling */
  
}

#s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 .shg-image-content-wrapper {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }

    #s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 .shogun-image-link {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 .shogun-image-content {
  
    justify-content: center;
  
}

.s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07.shogun-image {
  box-sizing: border-box;
}


.s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 {
      --shg-aspect-ratio: calc(550/682); 
    }

    .s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07.shogun-image-container {
      position: relative;
    }

    .s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 {
  margin: 0 !important;
  overflow: visible;
}

#s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 img.shogun-image {
  /* Add background color handling */
  
}

#s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 .shg-image-content-wrapper {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }

    #s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 .shogun-image-link {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 .shogun-image-content {
  
    justify-content: center;
  
}

.s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07.shogun-image {
  box-sizing: border-box;
}


.s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 {
      --shg-aspect-ratio: calc(550/682); 
    }

    .s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07.shogun-image-container {
      position: relative;
    }

    .s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 {
  margin: 0 !important;
  overflow: visible;
}

#s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 img.shogun-image {
  /* Add background color handling */
  
}

#s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 .shg-image-content-wrapper {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }

    #s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 .shogun-image-link {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 .shogun-image-content {
  
    justify-content: center;
  
}

.s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07.shogun-image {
  box-sizing: border-box;
}


.s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 {
      --shg-aspect-ratio: calc(550/682); 
    }

    .s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07.shogun-image-container {
      position: relative;
    }

    .s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 {
  margin: 0 !important;
  overflow: visible;
}

#s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 img.shogun-image {
  /* Add background color handling */
  
}

#s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 .shg-image-content-wrapper {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }

    #s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 .shogun-image-link {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 .shogun-image-content {
  
    justify-content: center;
  
}

.s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07.shogun-image {
  box-sizing: border-box;
}


.s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 {
      --shg-aspect-ratio: calc(550/682); 
    }

    .s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07.shogun-image-container {
      position: relative;
    }

    .s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-abd02da4-8cb1-4c95-b8bc-ed0f5b548f07 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
#s-4135d0ef-3864-411b-b432-628e9980ecc5 {
  padding-top: 0px;
padding-bottom: 10px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-ea809bdb-8175-4126-a3d2-e5c757f4970c {
  min-height: 50px;
}








#s-ea809bdb-8175-4126-a3d2-e5c757f4970c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ea809bdb-8175-4126-a3d2-e5c757f4970c {
  cursor: pointer;
}#s-ea809bdb-8175-4126-a3d2-e5c757f4970c.shg-box.shg-c {
  justify-content: center;
}

#s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 {
  max-width: 550px;
aspect-ratio: 550/682;
text-align: center;
}

#s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 {
  margin: 0 !important;
  overflow: visible;
}

#s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 img.shogun-image {
  /* Add background color handling */
  
}

#s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 .shg-image-content-wrapper {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }

    #s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 .shogun-image-link {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917.shogun-image {
  box-sizing: border-box;
}


.s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 {
      --shg-aspect-ratio: calc(550/682); 
    }

    .s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917.shogun-image-container {
      position: relative;
    }

    .s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 {
  margin: 0 !important;
  overflow: visible;
}

#s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 img.shogun-image {
  /* Add background color handling */
  
}

#s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 .shg-image-content-wrapper {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }

    #s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 .shogun-image-link {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917.shogun-image {
  box-sizing: border-box;
}


.s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 {
      --shg-aspect-ratio: calc(550/682); 
    }

    .s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917.shogun-image-container {
      position: relative;
    }

    .s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 {
  margin: 0 !important;
  overflow: visible;
}

#s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 img.shogun-image {
  /* Add background color handling */
  
}

#s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 .shg-image-content-wrapper {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }

    #s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 .shogun-image-link {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917.shogun-image {
  box-sizing: border-box;
}


.s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 {
      --shg-aspect-ratio: calc(550/682); 
    }

    .s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917.shogun-image-container {
      position: relative;
    }

    .s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 {
  margin: 0 !important;
  overflow: visible;
}

#s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 img.shogun-image {
  /* Add background color handling */
  
}

#s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 .shg-image-content-wrapper {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }

    #s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 .shogun-image-link {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917.shogun-image {
  box-sizing: border-box;
}


.s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 {
      --shg-aspect-ratio: calc(550/682); 
    }

    .s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917.shogun-image-container {
      position: relative;
    }

    .s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 {
  margin: 0 !important;
  overflow: visible;
}

#s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 img.shogun-image {
  /* Add background color handling */
  
}

#s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 .shg-image-content-wrapper {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }

    #s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 .shogun-image-link {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917.shogun-image {
  box-sizing: border-box;
}


.s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 {
      --shg-aspect-ratio: calc(550/682); 
    }

    .s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917.shogun-image-container {
      position: relative;
    }

    .s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f0fecc0e-7071-4cbe-ae8a-bfa9dceeb917 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
#s-c315768a-9353-4cad-9a39-d844767efec3 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-ed7d4c21-cd06-4e9d-843e-8cce60b71791 {
  min-height: 50px;
}








#s-ed7d4c21-cd06-4e9d-843e-8cce60b71791 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ed7d4c21-cd06-4e9d-843e-8cce60b71791 {
  cursor: pointer;
}#s-ed7d4c21-cd06-4e9d-843e-8cce60b71791.shg-box.shg-c {
  justify-content: center;
}

#s-2775f34c-21ba-4dfe-be21-d5c30e754597 {
  max-width: 550px;
aspect-ratio: 550/682;
text-align: center;
}

#s-2775f34c-21ba-4dfe-be21-d5c30e754597 {
  margin: 0 !important;
  overflow: visible;
}

#s-2775f34c-21ba-4dfe-be21-d5c30e754597-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2775f34c-21ba-4dfe-be21-d5c30e754597 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2775f34c-21ba-4dfe-be21-d5c30e754597 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2775f34c-21ba-4dfe-be21-d5c30e754597 img.shogun-image {
  /* Add background color handling */
  
}

#s-2775f34c-21ba-4dfe-be21-d5c30e754597 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2775f34c-21ba-4dfe-be21-d5c30e754597 .shg-image-content-wrapper {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }

    #s-2775f34c-21ba-4dfe-be21-d5c30e754597 .shogun-image-link {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2775f34c-21ba-4dfe-be21-d5c30e754597 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2775f34c-21ba-4dfe-be21-d5c30e754597.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2775f34c-21ba-4dfe-be21-d5c30e754597 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-2775f34c-21ba-4dfe-be21-d5c30e754597.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-2775f34c-21ba-4dfe-be21-d5c30e754597 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2775f34c-21ba-4dfe-be21-d5c30e754597.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2775f34c-21ba-4dfe-be21-d5c30e754597.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2775f34c-21ba-4dfe-be21-d5c30e754597.shogun-image {
  box-sizing: border-box;
}


.s-2775f34c-21ba-4dfe-be21-d5c30e754597 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-2775f34c-21ba-4dfe-be21-d5c30e754597 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2775f34c-21ba-4dfe-be21-d5c30e754597 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-2775f34c-21ba-4dfe-be21-d5c30e754597 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2775f34c-21ba-4dfe-be21-d5c30e754597 {
      --shg-aspect-ratio: calc(550/682); 
    }

    .s-2775f34c-21ba-4dfe-be21-d5c30e754597.shogun-image-container {
      position: relative;
    }

    .s-2775f34c-21ba-4dfe-be21-d5c30e754597.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2775f34c-21ba-4dfe-be21-d5c30e754597.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2775f34c-21ba-4dfe-be21-d5c30e754597 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

@media (min-width: 1200px){#s-2775f34c-21ba-4dfe-be21-d5c30e754597 {
  margin: 0 !important;
  overflow: visible;
}

#s-2775f34c-21ba-4dfe-be21-d5c30e754597-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2775f34c-21ba-4dfe-be21-d5c30e754597 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2775f34c-21ba-4dfe-be21-d5c30e754597 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2775f34c-21ba-4dfe-be21-d5c30e754597 img.shogun-image {
  /* Add background color handling */
  
}

#s-2775f34c-21ba-4dfe-be21-d5c30e754597 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2775f34c-21ba-4dfe-be21-d5c30e754597 .shg-image-content-wrapper {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }

    #s-2775f34c-21ba-4dfe-be21-d5c30e754597 .shogun-image-link {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2775f34c-21ba-4dfe-be21-d5c30e754597 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2775f34c-21ba-4dfe-be21-d5c30e754597.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2775f34c-21ba-4dfe-be21-d5c30e754597 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-2775f34c-21ba-4dfe-be21-d5c30e754597.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-2775f34c-21ba-4dfe-be21-d5c30e754597 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2775f34c-21ba-4dfe-be21-d5c30e754597.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2775f34c-21ba-4dfe-be21-d5c30e754597.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2775f34c-21ba-4dfe-be21-d5c30e754597.shogun-image {
  box-sizing: border-box;
}


.s-2775f34c-21ba-4dfe-be21-d5c30e754597 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-2775f34c-21ba-4dfe-be21-d5c30e754597 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2775f34c-21ba-4dfe-be21-d5c30e754597 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-2775f34c-21ba-4dfe-be21-d5c30e754597 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2775f34c-21ba-4dfe-be21-d5c30e754597 {
      --shg-aspect-ratio: calc(550/682); 
    }

    .s-2775f34c-21ba-4dfe-be21-d5c30e754597.shogun-image-container {
      position: relative;
    }

    .s-2775f34c-21ba-4dfe-be21-d5c30e754597.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2775f34c-21ba-4dfe-be21-d5c30e754597.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2775f34c-21ba-4dfe-be21-d5c30e754597 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2775f34c-21ba-4dfe-be21-d5c30e754597 {
  margin: 0 !important;
  overflow: visible;
}

#s-2775f34c-21ba-4dfe-be21-d5c30e754597-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2775f34c-21ba-4dfe-be21-d5c30e754597 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2775f34c-21ba-4dfe-be21-d5c30e754597 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2775f34c-21ba-4dfe-be21-d5c30e754597 img.shogun-image {
  /* Add background color handling */
  
}

#s-2775f34c-21ba-4dfe-be21-d5c30e754597 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2775f34c-21ba-4dfe-be21-d5c30e754597 .shg-image-content-wrapper {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }

    #s-2775f34c-21ba-4dfe-be21-d5c30e754597 .shogun-image-link {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2775f34c-21ba-4dfe-be21-d5c30e754597 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2775f34c-21ba-4dfe-be21-d5c30e754597.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2775f34c-21ba-4dfe-be21-d5c30e754597 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-2775f34c-21ba-4dfe-be21-d5c30e754597.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-2775f34c-21ba-4dfe-be21-d5c30e754597 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2775f34c-21ba-4dfe-be21-d5c30e754597.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2775f34c-21ba-4dfe-be21-d5c30e754597.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2775f34c-21ba-4dfe-be21-d5c30e754597.shogun-image {
  box-sizing: border-box;
}


.s-2775f34c-21ba-4dfe-be21-d5c30e754597 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-2775f34c-21ba-4dfe-be21-d5c30e754597 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2775f34c-21ba-4dfe-be21-d5c30e754597 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-2775f34c-21ba-4dfe-be21-d5c30e754597 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2775f34c-21ba-4dfe-be21-d5c30e754597 {
      --shg-aspect-ratio: calc(550/682); 
    }

    .s-2775f34c-21ba-4dfe-be21-d5c30e754597.shogun-image-container {
      position: relative;
    }

    .s-2775f34c-21ba-4dfe-be21-d5c30e754597.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2775f34c-21ba-4dfe-be21-d5c30e754597.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2775f34c-21ba-4dfe-be21-d5c30e754597 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2775f34c-21ba-4dfe-be21-d5c30e754597 {
  margin: 0 !important;
  overflow: visible;
}

#s-2775f34c-21ba-4dfe-be21-d5c30e754597-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2775f34c-21ba-4dfe-be21-d5c30e754597 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2775f34c-21ba-4dfe-be21-d5c30e754597 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2775f34c-21ba-4dfe-be21-d5c30e754597 img.shogun-image {
  /* Add background color handling */
  
}

#s-2775f34c-21ba-4dfe-be21-d5c30e754597 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2775f34c-21ba-4dfe-be21-d5c30e754597 .shg-image-content-wrapper {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }

    #s-2775f34c-21ba-4dfe-be21-d5c30e754597 .shogun-image-link {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2775f34c-21ba-4dfe-be21-d5c30e754597 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2775f34c-21ba-4dfe-be21-d5c30e754597.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2775f34c-21ba-4dfe-be21-d5c30e754597 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-2775f34c-21ba-4dfe-be21-d5c30e754597.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-2775f34c-21ba-4dfe-be21-d5c30e754597 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2775f34c-21ba-4dfe-be21-d5c30e754597.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2775f34c-21ba-4dfe-be21-d5c30e754597.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2775f34c-21ba-4dfe-be21-d5c30e754597.shogun-image {
  box-sizing: border-box;
}


.s-2775f34c-21ba-4dfe-be21-d5c30e754597 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-2775f34c-21ba-4dfe-be21-d5c30e754597 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2775f34c-21ba-4dfe-be21-d5c30e754597 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-2775f34c-21ba-4dfe-be21-d5c30e754597 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2775f34c-21ba-4dfe-be21-d5c30e754597 {
      --shg-aspect-ratio: calc(550/682); 
    }

    .s-2775f34c-21ba-4dfe-be21-d5c30e754597.shogun-image-container {
      position: relative;
    }

    .s-2775f34c-21ba-4dfe-be21-d5c30e754597.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2775f34c-21ba-4dfe-be21-d5c30e754597.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2775f34c-21ba-4dfe-be21-d5c30e754597 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}@media (max-width: 767px){#s-2775f34c-21ba-4dfe-be21-d5c30e754597 {
  margin: 0 !important;
  overflow: visible;
}

#s-2775f34c-21ba-4dfe-be21-d5c30e754597-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2775f34c-21ba-4dfe-be21-d5c30e754597 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2775f34c-21ba-4dfe-be21-d5c30e754597 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2775f34c-21ba-4dfe-be21-d5c30e754597 img.shogun-image {
  /* Add background color handling */
  
}

#s-2775f34c-21ba-4dfe-be21-d5c30e754597 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2775f34c-21ba-4dfe-be21-d5c30e754597 .shg-image-content-wrapper {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }

    #s-2775f34c-21ba-4dfe-be21-d5c30e754597 .shogun-image-link {
      aspect-ratio: 550/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2775f34c-21ba-4dfe-be21-d5c30e754597 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2775f34c-21ba-4dfe-be21-d5c30e754597.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2775f34c-21ba-4dfe-be21-d5c30e754597 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 550px;
  }



  img.s-2775f34c-21ba-4dfe-be21-d5c30e754597.shogun-image {
    
    
    
    max-height: 550px;
  }


.s-2775f34c-21ba-4dfe-be21-d5c30e754597 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2775f34c-21ba-4dfe-be21-d5c30e754597.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2775f34c-21ba-4dfe-be21-d5c30e754597.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2775f34c-21ba-4dfe-be21-d5c30e754597.shogun-image {
  box-sizing: border-box;
}


.s-2775f34c-21ba-4dfe-be21-d5c30e754597 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-2775f34c-21ba-4dfe-be21-d5c30e754597 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2775f34c-21ba-4dfe-be21-d5c30e754597 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-2775f34c-21ba-4dfe-be21-d5c30e754597 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2775f34c-21ba-4dfe-be21-d5c30e754597 {
      --shg-aspect-ratio: calc(550/682); 
    }

    .s-2775f34c-21ba-4dfe-be21-d5c30e754597.shogun-image-container {
      position: relative;
    }

    .s-2775f34c-21ba-4dfe-be21-d5c30e754597.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2775f34c-21ba-4dfe-be21-d5c30e754597.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2775f34c-21ba-4dfe-be21-d5c30e754597 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 550px;
    }
  }

}
#s-7e6d3dff-232f-435c-9ccd-b4a5cdf3c7d7 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#s-f2d42a19-45d3-49ee-8cc1-c2c379c283bb {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
background-color: rgba(0, 174, 164, 1);
}








#s-f2d42a19-45d3-49ee-8cc1-c2c379c283bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f2d42a19-45d3-49ee-8cc1-c2c379c283bb {
  cursor: pointer;
}#s-f2d42a19-45d3-49ee-8cc1-c2c379c283bb.shg-box.shg-c {
  justify-content: center;
}

#s-f7fc8bbe-0bd3-48fe-8804-2dab3b22e81a {
  min-height: 0px;
}








#s-f7fc8bbe-0bd3-48fe-8804-2dab3b22e81a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f7fc8bbe-0bd3-48fe-8804-2dab3b22e81a.shg-box.shg-c {
  justify-content: center;
}

#s-e4165104-91e4-4cde-8cea-ad8fb8559b61 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: -10px;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-e4165104-91e4-4cde-8cea-ad8fb8559b61 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-e4165104-91e4-4cde-8cea-ad8fb8559b61 {
  margin-left: 3%;
margin-right: 3%;
padding-left: 0%;
padding-right: 0%;
}
}
#s-f67e2c83-a7de-4a29-ac7f-c149a3c4d6d9 {
  padding-top: 9px;
padding-left: 20px;
padding-bottom: 9px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-f67e2c83-a7de-4a29-ac7f-c149a3c4d6d9:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f67e2c83-a7de-4a29-ac7f-c149a3c4d6d9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f67e2c83-a7de-4a29-ac7f-c149a3c4d6d9-root {
    text-align: center;
  }


#s-f67e2c83-a7de-4a29-ac7f-c149a3c4d6d9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f67e2c83-a7de-4a29-ac7f-c149a3c4d6d9-root {
    text-align: center;
  }


#s-f67e2c83-a7de-4a29-ac7f-c149a3c4d6d9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f67e2c83-a7de-4a29-ac7f-c149a3c4d6d9-root {
    text-align: center;
  }


#s-f67e2c83-a7de-4a29-ac7f-c149a3c4d6d9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f67e2c83-a7de-4a29-ac7f-c149a3c4d6d9-root {
    text-align: center;
  }


#s-f67e2c83-a7de-4a29-ac7f-c149a3c4d6d9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f67e2c83-a7de-4a29-ac7f-c149a3c4d6d9-root {
    text-align: center;
  }


#s-f67e2c83-a7de-4a29-ac7f-c149a3c4d6d9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-f4461829-2b20-4a67-9cec-34f0394279ed {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: -8px;
margin-right: 2%;
}
@media (max-width: 767px){#s-f4461829-2b20-4a67-9cec-34f0394279ed {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-22ab7fbb-cd2e-4a3f-9215-d813006b0c39 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-22ab7fbb-cd2e-4a3f-9215-d813006b0c39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-22ab7fbb-cd2e-4a3f-9215-d813006b0c39.shg-box.shg-c {
  justify-content: center;
}

#s-19beacde-add8-4e55-974d-5f9e49f603ae {
  margin-left: 5%;
margin-right: 5%;
}
@media (max-width: 767px){#s-19beacde-add8-4e55-974d-5f9e49f603ae {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-19beacde-add8-4e55-974d-5f9e49f603ae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19beacde-add8-4e55-974d-5f9e49f603ae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-19beacde-add8-4e55-974d-5f9e49f603ae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-19beacde-add8-4e55-974d-5f9e49f603ae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c7331cc4-eca0-4d9f-90c0-ad2285fd60aa {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}

#s-c7331cc4-eca0-4d9f-90c0-ad2285fd60aa {
  background-image: url();
}








#s-c7331cc4-eca0-4d9f-90c0-ad2285fd60aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c7331cc4-eca0-4d9f-90c0-ad2285fd60aa {
  cursor: pointer;
}#s-c7331cc4-eca0-4d9f-90c0-ad2285fd60aa.shg-box.shg-c {
  justify-content: center;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 {
  margin-left: 40%;
margin-right: 40%;
max-width: 930px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-418996ac-37d6-4fc4-8d19-778f79087217 {
  margin-left: 35%;
margin-right: 35%;
max-width: 990px;
}
}
#s-418996ac-37d6-4fc4-8d19-778f79087217 {
  margin: 0 !important;
  overflow: visible;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 40%;
  margin-right: 40%;
  
  
}

.shg-image-content-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add background color handling */
  
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 930px;
  }



  img.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
    
    
    
    max-height: 930px;
  }


.s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-content {
  
    justify-content: center;
  
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
  box-sizing: border-box;
}



.s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-418996ac-37d6-4fc4-8d19-778f79087217 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
      position: relative;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 930px;
    }
  }

@media (min-width: 1200px){#s-418996ac-37d6-4fc4-8d19-778f79087217 {
  margin: 0 !important;
  overflow: visible;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add background color handling */
  
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 930px;
  }



  img.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
    
    
    
    max-height: 930px;
  }


.s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-content {
  
    justify-content: center;
  
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
  box-sizing: border-box;
}



.s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-418996ac-37d6-4fc4-8d19-778f79087217 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
      position: relative;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 930px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-418996ac-37d6-4fc4-8d19-778f79087217 {
  margin: 0 !important;
  overflow: visible;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add background color handling */
  
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 930px;
  }



  img.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
    
    
    
    max-height: 930px;
  }


.s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-content {
  
    justify-content: center;
  
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
  box-sizing: border-box;
}



.s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-418996ac-37d6-4fc4-8d19-778f79087217 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
      position: relative;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 930px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-418996ac-37d6-4fc4-8d19-778f79087217 {
  margin: 0 !important;
  overflow: visible;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 35%;
  margin-right: 35%;
  
  
}

.shg-image-content-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add background color handling */
  
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 930px;
  }



  img.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
    
    
    
    max-height: 930px;
  }


.s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-content {
  
    justify-content: center;
  
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
  box-sizing: border-box;
}



.s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-418996ac-37d6-4fc4-8d19-778f79087217 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
      position: relative;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 930px;
    }
  }

}@media (max-width: 767px){#s-418996ac-37d6-4fc4-8d19-778f79087217 {
  margin: 0 !important;
  overflow: visible;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-418996ac-37d6-4fc4-8d19-778f79087217 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add background color handling */
  
}

#s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-418996ac-37d6-4fc4-8d19-778f79087217 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 930px;
  }



  img.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
    
    
    
    max-height: 930px;
  }


.s-418996ac-37d6-4fc4-8d19-778f79087217 .shogun-image-content {
  
    justify-content: center;
  
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shg-align-container {
  display: flex;
  justify-content: center
}

.s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image {
  box-sizing: border-box;
}



.s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-418996ac-37d6-4fc4-8d19-778f79087217 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container {
      position: relative;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-418996ac-37d6-4fc4-8d19-778f79087217 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 930px;
    }
  }

}
#s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d {
  margin-top: 10px;
}
@media (min-width: 1200px){#s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d {
  display: none;
}
#s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d, #wrap-s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d, #wrap-content-s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d {
  display: none;
}
#s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d, #wrap-s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d, #wrap-content-s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d {
  display: none;
}
#s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d, #wrap-s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d, #wrap-content-s-81c2a60c-010e-491f-bce0-d15a5bcfaf0d { display: none !important; }}
#s-d7724901-f284-42a5-9806-a161e783193b {
  margin-top: 10px;
}
@media (min-width: 1200px){#s-d7724901-f284-42a5-9806-a161e783193b {
  display: none;
}
#s-d7724901-f284-42a5-9806-a161e783193b, #wrap-s-d7724901-f284-42a5-9806-a161e783193b, #wrap-content-s-d7724901-f284-42a5-9806-a161e783193b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d7724901-f284-42a5-9806-a161e783193b {
  display: none;
}
#s-d7724901-f284-42a5-9806-a161e783193b, #wrap-s-d7724901-f284-42a5-9806-a161e783193b, #wrap-content-s-d7724901-f284-42a5-9806-a161e783193b { display: none !important; }}@media (max-width: 767px){#s-d7724901-f284-42a5-9806-a161e783193b {
  display: none;
}
#s-d7724901-f284-42a5-9806-a161e783193b, #wrap-s-d7724901-f284-42a5-9806-a161e783193b, #wrap-content-s-d7724901-f284-42a5-9806-a161e783193b { display: none !important; }}
#s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b {
  display: none;
}
#s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b, #wrap-s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b, #wrap-content-s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b { display: none !important; }}@media (max-width: 767px){#s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b {
  display: none;
}
#s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b, #wrap-s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b, #wrap-content-s-d7883026-dd3f-43f2-aab5-bc47ab0fd70b { display: none !important; }}
#s-b4c8deb5-633f-4172-a31e-15d33f49d994 {
  margin-top: 2px;
margin-left: 7%;
margin-bottom: 0px;
margin-right: 7%;
}
@media (min-width: 1200px){#s-b4c8deb5-633f-4172-a31e-15d33f49d994 {
  display: none;
}
#s-b4c8deb5-633f-4172-a31e-15d33f49d994, #wrap-s-b4c8deb5-633f-4172-a31e-15d33f49d994, #wrap-content-s-b4c8deb5-633f-4172-a31e-15d33f49d994 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b4c8deb5-633f-4172-a31e-15d33f49d994 {
  display: none;
}
#s-b4c8deb5-633f-4172-a31e-15d33f49d994, #wrap-s-b4c8deb5-633f-4172-a31e-15d33f49d994, #wrap-content-s-b4c8deb5-633f-4172-a31e-15d33f49d994 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b4c8deb5-633f-4172-a31e-15d33f49d994 {
  margin-left: 0%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-b4c8deb5-633f-4172-a31e-15d33f49d994 {
  margin-left: 0%;
margin-right: 0%;
display: none;
}
#s-b4c8deb5-633f-4172-a31e-15d33f49d994, #wrap-s-b4c8deb5-633f-4172-a31e-15d33f49d994, #wrap-content-s-b4c8deb5-633f-4172-a31e-15d33f49d994 { display: none !important; }}
#s-055a3fb9-8b34-4b15-87b4-c275bfb80466 {
  margin-top: 9px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-055a3fb9-8b34-4b15-87b4-c275bfb80466 {
  display: none;
}
#s-055a3fb9-8b34-4b15-87b4-c275bfb80466, #wrap-s-055a3fb9-8b34-4b15-87b4-c275bfb80466, #wrap-content-s-055a3fb9-8b34-4b15-87b4-c275bfb80466 { display: none !important; }}
#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a:hover {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a-root {
    text-align: center;
  }


#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a-root {
    text-align: center;
  }


#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a-root {
    text-align: center;
  }


#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a-root {
    text-align: center;
  }


#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a-root {
    text-align: center;
  }


#s-66c9cd8f-105a-44b4-b867-50bd04a9ac0a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be {
  margin-left: auto;
margin-bottom: 7px;
margin-right: auto;
}
@media (min-width: 1200px){#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be {
  display: none;
}
#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be, #wrap-s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be, #wrap-content-s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be {
  display: none;
}
#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be, #wrap-s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be, #wrap-content-s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be {
  display: none;
}
#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be, #wrap-s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be, #wrap-content-s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be { display: none !important; }}
#s-fc5f1601-7ddc-4c20-88e5-7d0a449b05be hr {
  border-top: 2px solid #ddd;
}

#s-6d494b7f-c2b3-4161-9f1f-a5cdcd493f2d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}

#s-6d494b7f-c2b3-4161-9f1f-a5cdcd493f2d {
  background-image: url();
}








#s-6d494b7f-c2b3-4161-9f1f-a5cdcd493f2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6d494b7f-c2b3-4161-9f1f-a5cdcd493f2d {
  cursor: pointer;
}#s-6d494b7f-c2b3-4161-9f1f-a5cdcd493f2d.shg-box.shg-c {
  justify-content: center;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin-left: 40%;
margin-right: 40%;
max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin-left: 35%;
margin-right: 35%;
}
}@media (max-width: 767px){#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin-left: 35%;
margin-right: 35%;
}
}
#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 40%;
  margin-right: 40%;
  
  
}

.shg-image-content-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
  box-sizing: border-box;
}



.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
      position: relative;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

@media (min-width: 1200px){#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
  box-sizing: border-box;
}



.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
      position: relative;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
  box-sizing: border-box;
}



.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
      position: relative;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 35%;
  margin-right: 35%;
  
  
}

.shg-image-content-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
  box-sizing: border-box;
}



.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
      position: relative;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (max-width: 767px){#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 35%;
  margin-right: 35%;
  
  
}

.shg-image-content-margin-container-s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image {
  box-sizing: border-box;
}



.s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container {
      position: relative;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b20ce48-6f6a-41c0-b5c1-f1f9e8d08b25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}
#s-e655d858-7ff1-46df-be86-791933fffaa8 {
  margin-top: 10px;
}
@media (min-width: 1200px){#s-e655d858-7ff1-46df-be86-791933fffaa8 {
  display: none;
}
#s-e655d858-7ff1-46df-be86-791933fffaa8, #wrap-s-e655d858-7ff1-46df-be86-791933fffaa8, #wrap-content-s-e655d858-7ff1-46df-be86-791933fffaa8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e655d858-7ff1-46df-be86-791933fffaa8 {
  display: none;
}
#s-e655d858-7ff1-46df-be86-791933fffaa8, #wrap-s-e655d858-7ff1-46df-be86-791933fffaa8, #wrap-content-s-e655d858-7ff1-46df-be86-791933fffaa8 { display: none !important; }}@media (max-width: 767px){#s-e655d858-7ff1-46df-be86-791933fffaa8 {
  display: none;
}
#s-e655d858-7ff1-46df-be86-791933fffaa8, #wrap-s-e655d858-7ff1-46df-be86-791933fffaa8, #wrap-content-s-e655d858-7ff1-46df-be86-791933fffaa8 { display: none !important; }}
#s-d9511553-96ca-49ea-a73d-970323b44905 {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d9511553-96ca-49ea-a73d-970323b44905 {
  display: none;
}
#s-d9511553-96ca-49ea-a73d-970323b44905, #wrap-s-d9511553-96ca-49ea-a73d-970323b44905, #wrap-content-s-d9511553-96ca-49ea-a73d-970323b44905 { display: none !important; }}@media (max-width: 767px){#s-d9511553-96ca-49ea-a73d-970323b44905 {
  display: none;
}
#s-d9511553-96ca-49ea-a73d-970323b44905, #wrap-s-d9511553-96ca-49ea-a73d-970323b44905, #wrap-content-s-d9511553-96ca-49ea-a73d-970323b44905 { display: none !important; }}
#s-c6536806-7ff1-4ad0-946c-47e6923548f1 {
  margin-top: 10px;
}
@media (min-width: 1200px){#s-c6536806-7ff1-4ad0-946c-47e6923548f1 {
  display: none;
}
#s-c6536806-7ff1-4ad0-946c-47e6923548f1, #wrap-s-c6536806-7ff1-4ad0-946c-47e6923548f1, #wrap-content-s-c6536806-7ff1-4ad0-946c-47e6923548f1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c6536806-7ff1-4ad0-946c-47e6923548f1 {
  display: none;
}
#s-c6536806-7ff1-4ad0-946c-47e6923548f1, #wrap-s-c6536806-7ff1-4ad0-946c-47e6923548f1, #wrap-content-s-c6536806-7ff1-4ad0-946c-47e6923548f1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c6536806-7ff1-4ad0-946c-47e6923548f1 {
  display: none;
}
#s-c6536806-7ff1-4ad0-946c-47e6923548f1, #wrap-s-c6536806-7ff1-4ad0-946c-47e6923548f1, #wrap-content-s-c6536806-7ff1-4ad0-946c-47e6923548f1 { display: none !important; }}
#s-37ab47fa-e09b-4b98-b5c9-6da68c9caa16 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
}

#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540:hover {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540-root {
    text-align: center;
  }


#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540-root {
    text-align: center;
  }


#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540-root {
    text-align: center;
  }


#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540-root {
    text-align: center;
  }


#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540-root {
    text-align: center;
  }


#s-6f31be5c-4fa2-4ef3-953c-9a7b11b9a540.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-79d8921b-d211-41e4-a12e-5e831db2a8dd {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-79d8921b-d211-41e4-a12e-5e831db2a8dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-79d8921b-d211-41e4-a12e-5e831db2a8dd {
  cursor: pointer;
}#s-79d8921b-d211-41e4-a12e-5e831db2a8dd.shg-box.shg-c {
  justify-content: center;
}

#s-4177d560-5dc4-4cf5-8809-c6cc7a2612dc {
  margin-top: 0px;
margin-bottom: -10px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4177d560-5dc4-4cf5-8809-c6cc7a2612dc {
  margin-left: 17%;
margin-right: 17%;
}
}
#s-7b0eafff-79a4-4eec-825a-ba4d4be0ac82 {
  margin-bottom: -20px;
}

#s-26cad876-bfdc-469a-9a57-2f60040aa145 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-3e8aa374-3e39-4b3d-a269-7f8d5e240b4f {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-3e8aa374-3e39-4b3d-a269-7f8d5e240b4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3e8aa374-3e39-4b3d-a269-7f8d5e240b4f.shg-box.shg-c {
  justify-content: center;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1920/71;
text-align: center;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d {
  margin: 0 !important;
  overflow: visible;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  /* Add background color handling */
  
}

#s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }

    #s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-link {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
  box-sizing: border-box;
}



.s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6e359039-bc83-473a-a18c-8456d026c78d {
      --shg-aspect-ratio: calc(1920/71); 
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
      position: relative;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

@media (min-width: 1200px){#s-6e359039-bc83-473a-a18c-8456d026c78d {
  margin: 0 !important;
  overflow: visible;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  /* Add background color handling */
  
}

#s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }

    #s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-link {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
  box-sizing: border-box;
}



.s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6e359039-bc83-473a-a18c-8456d026c78d {
      --shg-aspect-ratio: calc(1920/71); 
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
      position: relative;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6e359039-bc83-473a-a18c-8456d026c78d {
  margin: 0 !important;
  overflow: visible;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  /* Add background color handling */
  
}

#s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }

    #s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-link {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
  box-sizing: border-box;
}



.s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6e359039-bc83-473a-a18c-8456d026c78d {
      --shg-aspect-ratio: calc(1920/71); 
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
      position: relative;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6e359039-bc83-473a-a18c-8456d026c78d {
  margin: 0 !important;
  overflow: visible;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  /* Add background color handling */
  
}

#s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }

    #s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-link {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
  box-sizing: border-box;
}



.s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6e359039-bc83-473a-a18c-8456d026c78d {
      --shg-aspect-ratio: calc(1920/71); 
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
      position: relative;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (max-width: 767px){#s-6e359039-bc83-473a-a18c-8456d026c78d {
  margin: 0 !important;
  overflow: visible;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  /* Add background color handling */
  
}

#s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }

    #s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-link {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
  box-sizing: border-box;
}



.s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6e359039-bc83-473a-a18c-8456d026c78d {
      --shg-aspect-ratio: calc(1920/71); 
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
      position: relative;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}
#s-4e2c74b4-e0af-4c7f-8238-391c04ced2ab {
  background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
background-color: rgba(30, 100, 158, 1);
background-position: center center;
}








#s-4e2c74b4-e0af-4c7f-8238-391c04ced2ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4e2c74b4-e0af-4c7f-8238-391c04ced2ab.shg-box.shg-c {
  justify-content: center;
}

#s-067a9334-7a7c-4105-bdd9-b1eeecc44963 {
  margin-top: 40px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-067a9334-7a7c-4105-bdd9-b1eeecc44963 {
  margin-bottom: 1px;
}
}
#s-3062f027-bba7-41df-9aee-35c1525b85aa {
  margin-top: 0px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-3062f027-bba7-41df-9aee-35c1525b85aa {
  margin-top: 11px;
margin-left: 9%;
margin-right: 9%;
}
}
#s-85ee1d31-b614-4085-870b-2a9825f14728 {
  box-shadow:1px 1px 1px 1px rgba(127, 14, 125, 0);
margin-bottom: 49px;
min-height: 50px;
}

#s-85ee1d31-b614-4085-870b-2a9825f14728 {
  background-image: url();
}








#s-85ee1d31-b614-4085-870b-2a9825f14728 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-85ee1d31-b614-4085-870b-2a9825f14728.shg-box.shg-c {
  justify-content: center;
}

#s-9bfc29c1-af9b-4ca1-b009-e59776323d86 {
  margin-left: 8%;
margin-right: 8%;
}

@media (min-width: 0px) {
[id="s-9bfc29c1-af9b-4ca1-b009-e59776323d86"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9bfc29c1-af9b-4ca1-b009-e59776323d86"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-9bfc29c1-af9b-4ca1-b009-e59776323d86"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-9bfc29c1-af9b-4ca1-b009-e59776323d86"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.0px);
}

}

#s-83cc5aa5-4822-4ec7-89b8-f257c1c12c48 {
  box-shadow:0px 1px 2px 0px ;
margin-top: 4px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-left: 2%;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 11px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-83cc5aa5-4822-4ec7-89b8-f257c1c12c48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-83cc5aa5-4822-4ec7-89b8-f257c1c12c48 {
  cursor: pointer;
}#s-83cc5aa5-4822-4ec7-89b8-f257c1c12c48.shg-box.shg-c {
  justify-content: center;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e {
  margin-top: 7px;
margin-left: 8%;
margin-bottom: 3px;
margin-right: 8%;
max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e {
  margin: 0 !important;
  overflow: visible;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8%;
  margin-right: 8%;
  margin-top: 7px;
  margin-bottom: 3px;
}

.shg-image-content-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  /* Add background color handling */
  
}

#s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
  box-sizing: border-box;
}



.s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e7231b07-212a-4037-b1ad-255a4030686e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
      position: relative;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){#s-e7231b07-212a-4037-b1ad-255a4030686e {
  margin: 0 !important;
  overflow: visible;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  /* Add background color handling */
  
}

#s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
  box-sizing: border-box;
}



.s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e7231b07-212a-4037-b1ad-255a4030686e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
      position: relative;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e7231b07-212a-4037-b1ad-255a4030686e {
  margin: 0 !important;
  overflow: visible;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  /* Add background color handling */
  
}

#s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
  box-sizing: border-box;
}



.s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e7231b07-212a-4037-b1ad-255a4030686e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
      position: relative;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e7231b07-212a-4037-b1ad-255a4030686e {
  margin: 0 !important;
  overflow: visible;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  /* Add background color handling */
  
}

#s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
  box-sizing: border-box;
}



.s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e7231b07-212a-4037-b1ad-255a4030686e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
      position: relative;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (max-width: 767px){#s-e7231b07-212a-4037-b1ad-255a4030686e {
  margin: 0 !important;
  overflow: visible;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  /* Add background color handling */
  
}

#s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
  box-sizing: border-box;
}



.s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e7231b07-212a-4037-b1ad-255a4030686e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
      position: relative;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-33d5cc7a-90aa-4fc7-830f-dc957282ead1 {
  margin-top: 15px;
margin-bottom: 0px;
min-height: 0px;
}

#s-428c0198-4ab8-49d8-8007-b70dc36b0de3 {
  margin-top: 10px;
margin-left: 6%;
margin-bottom: 9px;
margin-right: 6%;
min-height: 0px;
}
@media (min-width: 1200px){#s-428c0198-4ab8-49d8-8007-b70dc36b0de3 {
  margin-left: 6%;
margin-right: 6%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-428c0198-4ab8-49d8-8007-b70dc36b0de3 {
  margin-left: 2%;
margin-right: 2%;
}
}
#s-305f0f01-c648-4d3f-bf2f-64b6f91384ad {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 6px;
padding-left: 13px;
padding-bottom: 6px;
padding-right: 13px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
}
#s-305f0f01-c648-4d3f-bf2f-64b6f91384ad:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-305f0f01-c648-4d3f-bf2f-64b6f91384ad:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-305f0f01-c648-4d3f-bf2f-64b6f91384ad {
  margin-left: 12%;
margin-right: 12%;
}
}

  #s-305f0f01-c648-4d3f-bf2f-64b6f91384ad-root {
    text-align: center;
  }


#s-305f0f01-c648-4d3f-bf2f-64b6f91384ad.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-305f0f01-c648-4d3f-bf2f-64b6f91384ad-root {
    text-align: center;
  }


#s-305f0f01-c648-4d3f-bf2f-64b6f91384ad.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-305f0f01-c648-4d3f-bf2f-64b6f91384ad-root {
    text-align: center;
  }


#s-305f0f01-c648-4d3f-bf2f-64b6f91384ad.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-305f0f01-c648-4d3f-bf2f-64b6f91384ad-root {
    text-align: center;
  }


#s-305f0f01-c648-4d3f-bf2f-64b6f91384ad.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-305f0f01-c648-4d3f-bf2f-64b6f91384ad-root {
    text-align: center;
  }


#s-305f0f01-c648-4d3f-bf2f-64b6f91384ad.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-e5fb7d07-8b08-447f-9e39-8d088c21ec25 {
  box-shadow:0px 1px 2px 0px ;
margin-top: 4px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-left: 2%;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 11px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-e5fb7d07-8b08-447f-9e39-8d088c21ec25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e5fb7d07-8b08-447f-9e39-8d088c21ec25 {
  cursor: pointer;
}#s-e5fb7d07-8b08-447f-9e39-8d088c21ec25.shg-box.shg-c {
  justify-content: center;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  margin-top: 7px;
margin-left: 8%;
margin-bottom: 3px;
margin-right: 8%;
max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  margin: 0 !important;
  overflow: visible;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8%;
  margin-right: 8%;
  margin-top: 7px;
  margin-bottom: 3px;
}

.shg-image-content-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  /* Add background color handling */
  
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-content {
  
    justify-content: center;
  
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
  box-sizing: border-box;
}



.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
      position: relative;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  margin: 0 !important;
  overflow: visible;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  /* Add background color handling */
  
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-content {
  
    justify-content: center;
  
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
  box-sizing: border-box;
}



.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
      position: relative;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  margin: 0 !important;
  overflow: visible;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  /* Add background color handling */
  
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-content {
  
    justify-content: center;
  
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
  box-sizing: border-box;
}



.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
      position: relative;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  margin: 0 !important;
  overflow: visible;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  /* Add background color handling */
  
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-content {
  
    justify-content: center;
  
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
  box-sizing: border-box;
}



.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
      position: relative;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (max-width: 767px){#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  margin: 0 !important;
  overflow: visible;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  /* Add background color handling */
  
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-content {
  
    justify-content: center;
  
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
  box-sizing: border-box;
}



.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
      position: relative;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-7afcf635-3d97-4af9-8253-29d2a5cc7510 {
  margin-top: 15px;
margin-bottom: 0px;
min-height: 0px;
}

#s-7b934657-2f76-4361-8f63-93e1ddcaf0a5 {
  margin-top: 10px;
margin-left: 1%;
margin-bottom: 9px;
margin-right: 1%;
min-height: 0px;
}

#s-5c794a13-148d-414e-92c1-5e1d24fff80b {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 6px;
padding-left: 13px;
padding-bottom: 6px;
padding-right: 13px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
}
#s-5c794a13-148d-414e-92c1-5e1d24fff80b:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5c794a13-148d-414e-92c1-5e1d24fff80b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-5c794a13-148d-414e-92c1-5e1d24fff80b {
  margin-left: 12%;
margin-right: 12%;
}
}

  #s-5c794a13-148d-414e-92c1-5e1d24fff80b-root {
    text-align: center;
  }


#s-5c794a13-148d-414e-92c1-5e1d24fff80b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5c794a13-148d-414e-92c1-5e1d24fff80b-root {
    text-align: center;
  }


#s-5c794a13-148d-414e-92c1-5e1d24fff80b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5c794a13-148d-414e-92c1-5e1d24fff80b-root {
    text-align: center;
  }


#s-5c794a13-148d-414e-92c1-5e1d24fff80b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5c794a13-148d-414e-92c1-5e1d24fff80b-root {
    text-align: center;
  }


#s-5c794a13-148d-414e-92c1-5e1d24fff80b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5c794a13-148d-414e-92c1-5e1d24fff80b-root {
    text-align: center;
  }


#s-5c794a13-148d-414e-92c1-5e1d24fff80b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-730502a7-24cf-494d-b5ca-024b82b7b6eb {
  box-shadow:0px 1px 2px 0px ;
margin-top: 4px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-left: 2%;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 11px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-730502a7-24cf-494d-b5ca-024b82b7b6eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-730502a7-24cf-494d-b5ca-024b82b7b6eb {
  cursor: pointer;
}#s-730502a7-24cf-494d-b5ca-024b82b7b6eb.shg-box.shg-c {
  justify-content: center;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  margin-top: 7px;
margin-left: 8%;
margin-bottom: 3px;
margin-right: 8%;
max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  margin: 0 !important;
  overflow: visible;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8%;
  margin-right: 8%;
  margin-top: 7px;
  margin-bottom: 3px;
}

.shg-image-content-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  /* Add background color handling */
  
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
  box-sizing: border-box;
}



.s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
      position: relative;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){#s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  margin: 0 !important;
  overflow: visible;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  /* Add background color handling */
  
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
  box-sizing: border-box;
}



.s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
      position: relative;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  margin: 0 !important;
  overflow: visible;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  /* Add background color handling */
  
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
  box-sizing: border-box;
}



.s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
      position: relative;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  margin: 0 !important;
  overflow: visible;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  /* Add background color handling */
  
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
  box-sizing: border-box;
}



.s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
      position: relative;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (max-width: 767px){#s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  margin: 0 !important;
  overflow: visible;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  /* Add background color handling */
  
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
  box-sizing: border-box;
}



.s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
      position: relative;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-fdd5e6c8-d207-40f8-9801-b3faded1cf74 {
  margin-top: 15px;
margin-bottom: 0px;
min-height: 0px;
}

#s-f700125c-7140-4fc3-95a1-be723beb640d {
  margin-top: 10px;
margin-left: 1%;
margin-bottom: 9px;
margin-right: 1%;
min-height: 0px;
}

#s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 6px;
padding-left: 13px;
padding-bottom: 6px;
padding-right: 13px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
}
#s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f {
  margin-left: 13%;
margin-right: 13%;
}
}

  #s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f-root {
    text-align: center;
  }


#s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f-root {
    text-align: center;
  }


#s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f-root {
    text-align: center;
  }


#s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f-root {
    text-align: center;
  }


#s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f-root {
    text-align: center;
  }


#s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-f5a9d9c8-0a68-443c-a790-650aaf097e23 {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-f5a9d9c8-0a68-443c-a790-650aaf097e23"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f5a9d9c8-0a68-443c-a790-650aaf097e23"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f5a9d9c8-0a68-443c-a790-650aaf097e23"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f5a9d9c8-0a68-443c-a790-650aaf097e23"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(255, 255, 255, 1);
border-radius: 1px;
min-height: 10px;
max-width: 900px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f:active {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f-root {
    text-align: center;
  }


#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f-root {
    text-align: center;
  }


#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f-root {
    text-align: center;
  }


#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f-root {
    text-align: center;
  }


#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f-root {
    text-align: center;
  }


#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}
#s-68486903-2136-444a-a3bd-ae3582f12ff4 {
  border-style: solid;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(255, 255, 255, 1);
border-radius: 1px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-68486903-2136-444a-a3bd-ae3582f12ff4:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-68486903-2136-444a-a3bd-ae3582f12ff4:active {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-68486903-2136-444a-a3bd-ae3582f12ff4-root {
    text-align: center;
  }


#s-68486903-2136-444a-a3bd-ae3582f12ff4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-68486903-2136-444a-a3bd-ae3582f12ff4-root {
    text-align: center;
  }


#s-68486903-2136-444a-a3bd-ae3582f12ff4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-68486903-2136-444a-a3bd-ae3582f12ff4-root {
    text-align: center;
  }


#s-68486903-2136-444a-a3bd-ae3582f12ff4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-68486903-2136-444a-a3bd-ae3582f12ff4-root {
    text-align: center;
  }


#s-68486903-2136-444a-a3bd-ae3582f12ff4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-68486903-2136-444a-a3bd-ae3582f12ff4-root {
    text-align: center;
  }


#s-68486903-2136-444a-a3bd-ae3582f12ff4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}
#s-06747246-14b4-4992-9423-8d3b22064ed1 {
  border-style: solid;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(255, 255, 255, 1);
border-radius: 1px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-06747246-14b4-4992-9423-8d3b22064ed1:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-06747246-14b4-4992-9423-8d3b22064ed1:active {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-06747246-14b4-4992-9423-8d3b22064ed1-root {
    text-align: center;
  }


#s-06747246-14b4-4992-9423-8d3b22064ed1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-06747246-14b4-4992-9423-8d3b22064ed1-root {
    text-align: center;
  }


#s-06747246-14b4-4992-9423-8d3b22064ed1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-06747246-14b4-4992-9423-8d3b22064ed1-root {
    text-align: center;
  }


#s-06747246-14b4-4992-9423-8d3b22064ed1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-06747246-14b4-4992-9423-8d3b22064ed1-root {
    text-align: center;
  }


#s-06747246-14b4-4992-9423-8d3b22064ed1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-06747246-14b4-4992-9423-8d3b22064ed1-root {
    text-align: center;
  }


#s-06747246-14b4-4992-9423-8d3b22064ed1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  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;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}