.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-8e790c0d-e2ef-4096-a104-016315de0bcc {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 100px;
padding-bottom: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8e790c0d-e2ef-4096-a104-016315de0bcc {
  padding-top: 0px;
}
}@media (max-width: 767px){#s-8e790c0d-e2ef-4096-a104-016315de0bcc {
  
}
}







#s-8e790c0d-e2ef-4096-a104-016315de0bcc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8e790c0d-e2ef-4096-a104-016315de0bcc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

#s-ba7b360b-865d-4765-bf49-6b9974f92ebd {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 10px;
padding-bottom: 50px;
padding-right: 10px;
max-width: 1400px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-ba7b360b-865d-4765-bf49-6b9974f92ebd {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ba7b360b-865d-4765-bf49-6b9974f92ebd {
  margin-top: 10px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-ba7b360b-865d-4765-bf49-6b9974f92ebd {
  padding-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-ba7b360b-865d-4765-bf49-6b9974f92ebd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ba7b360b-865d-4765-bf49-6b9974f92ebd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ba7b360b-865d-4765-bf49-6b9974f92ebd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ba7b360b-865d-4765-bf49-6b9974f92ebd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-ba7b360b-865d-4765-bf49-6b9974f92ebd"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-d2b5df09-3c8b-4640-b04c-caa44504593c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d2b5df09-3c8b-4640-b04c-caa44504593c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d2b5df09-3c8b-4640-b04c-caa44504593c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) and (max-width: 1199px){






#s-d2b5df09-3c8b-4640-b04c-caa44504593c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d2b5df09-3c8b-4640-b04c-caa44504593c.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
}
.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: #000000;
  font-family: "Outfit";
  text-transform: none;
  font-weight: 700;
  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-4b37e96b-509e-49f4-93c1-3dafb3a4225c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4b37e96b-509e-49f4-93c1-3dafb3a4225c .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-4b37e96b-509e-49f4-93c1-3dafb3a4225c .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-95c1196a-b4c7-4b1b-a7cf-9efd51d82eb6 {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-95c1196a-b4c7-4b1b-a7cf-9efd51d82eb6 {
  margin-bottom: 35px;
}
}@media (max-width: 767px){#s-95c1196a-b4c7-4b1b-a7cf-9efd51d82eb6 {
  margin-bottom: 25px;
}
}
#s-95c1196a-b4c7-4b1b-a7cf-9efd51d82eb6 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-95c1196a-b4c7-4b1b-a7cf-9efd51d82eb6 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-95c1196a-b4c7-4b1b-a7cf-9efd51d82eb6 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (max-width: 767px){#s-95c1196a-b4c7-4b1b-a7cf-9efd51d82eb6 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}
.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: 100;
  font-family: "Outfit";
}

.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-f2b6dce1-31b9-4ebf-bc65-259edf8cb43f {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-f2b6dce1-31b9-4ebf-bc65-259edf8cb43f:hover {background-color: rgba(227, 227, 227, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f2b6dce1-31b9-4ebf-bc65-259edf8cb43f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f2b6dce1-31b9-4ebf-bc65-259edf8cb43f-root {
    text-align: center;
  }


#s-f2b6dce1-31b9-4ebf-bc65-259edf8cb43f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-f2b6dce1-31b9-4ebf-bc65-259edf8cb43f-root {
    text-align: center;
  }


#s-f2b6dce1-31b9-4ebf-bc65-259edf8cb43f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f2b6dce1-31b9-4ebf-bc65-259edf8cb43f-root {
    text-align: center;
  }


#s-f2b6dce1-31b9-4ebf-bc65-259edf8cb43f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f2b6dce1-31b9-4ebf-bc65-259edf8cb43f-root {
    text-align: center;
  }


#s-f2b6dce1-31b9-4ebf-bc65-259edf8cb43f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-f2b6dce1-31b9-4ebf-bc65-259edf8cb43f-root {
    text-align: center;
  }


#s-f2b6dce1-31b9-4ebf-bc65-259edf8cb43f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-c9083699-25a5-4c07-b5c1-be5e26391ef0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-c9083699-25a5-4c07-b5c1-be5e26391ef0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c9083699-25a5-4c07-b5c1-be5e26391ef0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c9083699-25a5-4c07-b5c1-be5e26391ef0-root {
    text-align: center;
  }


#s-c9083699-25a5-4c07-b5c1-be5e26391ef0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-c9083699-25a5-4c07-b5c1-be5e26391ef0-root {
    text-align: center;
  }


#s-c9083699-25a5-4c07-b5c1-be5e26391ef0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c9083699-25a5-4c07-b5c1-be5e26391ef0-root {
    text-align: center;
  }


#s-c9083699-25a5-4c07-b5c1-be5e26391ef0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c9083699-25a5-4c07-b5c1-be5e26391ef0-root {
    text-align: center;
  }


#s-c9083699-25a5-4c07-b5c1-be5e26391ef0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-c9083699-25a5-4c07-b5c1-be5e26391ef0-root {
    text-align: center;
  }


#s-c9083699-25a5-4c07-b5c1-be5e26391ef0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-23386467-4e64-41a9-8e70-691ff7e8215d {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-23386467-4e64-41a9-8e70-691ff7e8215d {
  margin-bottom: 50px;
}
}
#s-23386467-4e64-41a9-8e70-691ff7e8215d {
  background-image: url(https://i.shgcdn.com/d5f6bd6e-768a-42d4-85af-969ab1f4ddcf/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-23386467-4e64-41a9-8e70-691ff7e8215d {
  background-image: url(https://i.shgcdn.com/d5f6bd6e-768a-42d4-85af-969ab1f4ddcf/-/resize/480x/);
}
#s-23386467-4e64-41a9-8e70-691ff7e8215d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-23386467-4e64-41a9-8e70-691ff7e8215d {
  background-image: url(https://i.shgcdn.com/d5f6bd6e-768a-42d4-85af-969ab1f4ddcf/-/resize/960x/);
}
#s-23386467-4e64-41a9-8e70-691ff7e8215d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-23386467-4e64-41a9-8e70-691ff7e8215d {
  background-image: url(https://i.shgcdn.com/d5f6bd6e-768a-42d4-85af-969ab1f4ddcf/-/resize/768x/);
}
#s-23386467-4e64-41a9-8e70-691ff7e8215d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-23386467-4e64-41a9-8e70-691ff7e8215d {
  background-image: url(https://i.shgcdn.com/d5f6bd6e-768a-42d4-85af-969ab1f4ddcf/-/resize/1536x/);
}
#s-23386467-4e64-41a9-8e70-691ff7e8215d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-23386467-4e64-41a9-8e70-691ff7e8215d {
  background-image: url(https://i.shgcdn.com/d5f6bd6e-768a-42d4-85af-969ab1f4ddcf/-/resize/1024x/);
}
#s-23386467-4e64-41a9-8e70-691ff7e8215d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-23386467-4e64-41a9-8e70-691ff7e8215d {
  background-image: url(https://i.shgcdn.com/d5f6bd6e-768a-42d4-85af-969ab1f4ddcf/-/resize/2048x/);
}
#s-23386467-4e64-41a9-8e70-691ff7e8215d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-23386467-4e64-41a9-8e70-691ff7e8215d {
  background-image: url(https://i.shgcdn.com/d5f6bd6e-768a-42d4-85af-969ab1f4ddcf/-/resize/1200x/);
}
#s-23386467-4e64-41a9-8e70-691ff7e8215d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-23386467-4e64-41a9-8e70-691ff7e8215d {
  background-image: url(https://i.shgcdn.com/d5f6bd6e-768a-42d4-85af-969ab1f4ddcf/-/resize/2048x/);
}
#s-23386467-4e64-41a9-8e70-691ff7e8215d.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-23386467-4e64-41a9-8e70-691ff7e8215d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-23386467-4e64-41a9-8e70-691ff7e8215d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

.shogun-image-content-v3 {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  /* 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-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-3e9efe61-be5f-4c90-b027-da82d9e43bcc {
  margin-left: auto;
margin-right: auto;
max-width: 1182px;
text-align: center;
}

#s-3e9efe61-be5f-4c90-b027-da82d9e43bcc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e9efe61-be5f-4c90-b027-da82d9e43bcc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3e9efe61-be5f-4c90-b027-da82d9e43bcc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3e9efe61-be5f-4c90-b027-da82d9e43bcc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3e9efe61-be5f-4c90-b027-da82d9e43bcc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3e9efe61-be5f-4c90-b027-da82d9e43bcc img.shogun-image {
  width: 100%;
  
  
  max-width: 1182px;

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




.s-3e9efe61-be5f-4c90-b027-da82d9e43bcc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3e9efe61-be5f-4c90-b027-da82d9e43bcc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e9efe61-be5f-4c90-b027-da82d9e43bcc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e9efe61-be5f-4c90-b027-da82d9e43bcc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3e9efe61-be5f-4c90-b027-da82d9e43bcc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e9efe61-be5f-4c90-b027-da82d9e43bcc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3e9efe61-be5f-4c90-b027-da82d9e43bcc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3e9efe61-be5f-4c90-b027-da82d9e43bcc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3e9efe61-be5f-4c90-b027-da82d9e43bcc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3e9efe61-be5f-4c90-b027-da82d9e43bcc img.shogun-image {
  width: 100%;
  
  
  

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




.s-3e9efe61-be5f-4c90-b027-da82d9e43bcc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3e9efe61-be5f-4c90-b027-da82d9e43bcc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e9efe61-be5f-4c90-b027-da82d9e43bcc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e9efe61-be5f-4c90-b027-da82d9e43bcc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3e9efe61-be5f-4c90-b027-da82d9e43bcc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e9efe61-be5f-4c90-b027-da82d9e43bcc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3e9efe61-be5f-4c90-b027-da82d9e43bcc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3e9efe61-be5f-4c90-b027-da82d9e43bcc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3e9efe61-be5f-4c90-b027-da82d9e43bcc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3e9efe61-be5f-4c90-b027-da82d9e43bcc img.shogun-image {
  width: 100%;
  
  
  

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




.s-3e9efe61-be5f-4c90-b027-da82d9e43bcc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3e9efe61-be5f-4c90-b027-da82d9e43bcc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e9efe61-be5f-4c90-b027-da82d9e43bcc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e9efe61-be5f-4c90-b027-da82d9e43bcc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3e9efe61-be5f-4c90-b027-da82d9e43bcc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e9efe61-be5f-4c90-b027-da82d9e43bcc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3e9efe61-be5f-4c90-b027-da82d9e43bcc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3e9efe61-be5f-4c90-b027-da82d9e43bcc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3e9efe61-be5f-4c90-b027-da82d9e43bcc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3e9efe61-be5f-4c90-b027-da82d9e43bcc img.shogun-image {
  width: 100%;
  
  
  

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




.s-3e9efe61-be5f-4c90-b027-da82d9e43bcc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3e9efe61-be5f-4c90-b027-da82d9e43bcc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e9efe61-be5f-4c90-b027-da82d9e43bcc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e9efe61-be5f-4c90-b027-da82d9e43bcc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3e9efe61-be5f-4c90-b027-da82d9e43bcc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e9efe61-be5f-4c90-b027-da82d9e43bcc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3e9efe61-be5f-4c90-b027-da82d9e43bcc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3e9efe61-be5f-4c90-b027-da82d9e43bcc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3e9efe61-be5f-4c90-b027-da82d9e43bcc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3e9efe61-be5f-4c90-b027-da82d9e43bcc img.shogun-image {
  width: 100%;
  
  
  

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




.s-3e9efe61-be5f-4c90-b027-da82d9e43bcc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3e9efe61-be5f-4c90-b027-da82d9e43bcc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e9efe61-be5f-4c90-b027-da82d9e43bcc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e9efe61-be5f-4c90-b027-da82d9e43bcc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-3df98dc6-aa4c-43d6-8863-63560382bdad {
  margin-top: 80px;
margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
min-height: 50px;
max-width: 1400px;
}
@media (max-width: 767px){#s-3df98dc6-aa4c-43d6-8863-63560382bdad {
  margin-top: 40px;
margin-bottom: 40px;
}
}







#s-3df98dc6-aa4c-43d6-8863-63560382bdad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3df98dc6-aa4c-43d6-8863-63560382bdad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-692f71e8-5faf-42f3-a290-038c3bd36cb0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-692f71e8-5faf-42f3-a290-038c3bd36cb0 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-692f71e8-5faf-42f3-a290-038c3bd36cb0 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-3da58bde-82a5-4973-832d-dda495d5b647 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-3da58bde-82a5-4973-832d-dda495d5b647 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-3da58bde-82a5-4973-832d-dda495d5b647 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-3da58bde-82a5-4973-832d-dda495d5b647 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (max-width: 767px){#s-3da58bde-82a5-4973-832d-dda495d5b647 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}
#s-416df600-02b3-4a4b-b1b3-066df8742242 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-416df600-02b3-4a4b-b1b3-066df8742242"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-416df600-02b3-4a4b-b1b3-066df8742242"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-416df600-02b3-4a4b-b1b3-066df8742242"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-416df600-02b3-4a4b-b1b3-066df8742242"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-f65c9adc-5626-4bcc-a941-cbf29ac4574c {
  margin-left: auto;
margin-right: auto;
max-width: 341px;
text-align: center;
}

#s-f65c9adc-5626-4bcc-a941-cbf29ac4574c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f65c9adc-5626-4bcc-a941-cbf29ac4574c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f65c9adc-5626-4bcc-a941-cbf29ac4574c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f65c9adc-5626-4bcc-a941-cbf29ac4574c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f65c9adc-5626-4bcc-a941-cbf29ac4574c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f65c9adc-5626-4bcc-a941-cbf29ac4574c img.shogun-image {
  width: 100%;
  
  
  max-width: 341px;

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




.s-f65c9adc-5626-4bcc-a941-cbf29ac4574c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f65c9adc-5626-4bcc-a941-cbf29ac4574c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f65c9adc-5626-4bcc-a941-cbf29ac4574c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f65c9adc-5626-4bcc-a941-cbf29ac4574c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-f65c9adc-5626-4bcc-a941-cbf29ac4574c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f65c9adc-5626-4bcc-a941-cbf29ac4574c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f65c9adc-5626-4bcc-a941-cbf29ac4574c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f65c9adc-5626-4bcc-a941-cbf29ac4574c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f65c9adc-5626-4bcc-a941-cbf29ac4574c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f65c9adc-5626-4bcc-a941-cbf29ac4574c img.shogun-image {
  width: 100%;
  
  
  

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




.s-f65c9adc-5626-4bcc-a941-cbf29ac4574c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f65c9adc-5626-4bcc-a941-cbf29ac4574c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f65c9adc-5626-4bcc-a941-cbf29ac4574c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f65c9adc-5626-4bcc-a941-cbf29ac4574c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-f65c9adc-5626-4bcc-a941-cbf29ac4574c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f65c9adc-5626-4bcc-a941-cbf29ac4574c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f65c9adc-5626-4bcc-a941-cbf29ac4574c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f65c9adc-5626-4bcc-a941-cbf29ac4574c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f65c9adc-5626-4bcc-a941-cbf29ac4574c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f65c9adc-5626-4bcc-a941-cbf29ac4574c img.shogun-image {
  width: 100%;
  
  
  

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




.s-f65c9adc-5626-4bcc-a941-cbf29ac4574c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f65c9adc-5626-4bcc-a941-cbf29ac4574c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f65c9adc-5626-4bcc-a941-cbf29ac4574c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f65c9adc-5626-4bcc-a941-cbf29ac4574c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-f65c9adc-5626-4bcc-a941-cbf29ac4574c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f65c9adc-5626-4bcc-a941-cbf29ac4574c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f65c9adc-5626-4bcc-a941-cbf29ac4574c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f65c9adc-5626-4bcc-a941-cbf29ac4574c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f65c9adc-5626-4bcc-a941-cbf29ac4574c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f65c9adc-5626-4bcc-a941-cbf29ac4574c img.shogun-image {
  width: 100%;
  
  
  

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




.s-f65c9adc-5626-4bcc-a941-cbf29ac4574c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f65c9adc-5626-4bcc-a941-cbf29ac4574c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f65c9adc-5626-4bcc-a941-cbf29ac4574c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f65c9adc-5626-4bcc-a941-cbf29ac4574c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-f65c9adc-5626-4bcc-a941-cbf29ac4574c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f65c9adc-5626-4bcc-a941-cbf29ac4574c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f65c9adc-5626-4bcc-a941-cbf29ac4574c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f65c9adc-5626-4bcc-a941-cbf29ac4574c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f65c9adc-5626-4bcc-a941-cbf29ac4574c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f65c9adc-5626-4bcc-a941-cbf29ac4574c img.shogun-image {
  width: 100%;
  
  
  

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




.s-f65c9adc-5626-4bcc-a941-cbf29ac4574c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f65c9adc-5626-4bcc-a941-cbf29ac4574c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f65c9adc-5626-4bcc-a941-cbf29ac4574c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f65c9adc-5626-4bcc-a941-cbf29ac4574c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-90916c69-40c5-4b29-9550-3f95a19049c5 {
  margin-left: auto;
margin-right: auto;
max-width: 341px;
text-align: center;
}

#s-90916c69-40c5-4b29-9550-3f95a19049c5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-90916c69-40c5-4b29-9550-3f95a19049c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-90916c69-40c5-4b29-9550-3f95a19049c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-90916c69-40c5-4b29-9550-3f95a19049c5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-90916c69-40c5-4b29-9550-3f95a19049c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-90916c69-40c5-4b29-9550-3f95a19049c5 img.shogun-image {
  width: 100%;
  
  
  max-width: 341px;

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




.s-90916c69-40c5-4b29-9550-3f95a19049c5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-90916c69-40c5-4b29-9550-3f95a19049c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90916c69-40c5-4b29-9550-3f95a19049c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90916c69-40c5-4b29-9550-3f95a19049c5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-90916c69-40c5-4b29-9550-3f95a19049c5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-90916c69-40c5-4b29-9550-3f95a19049c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-90916c69-40c5-4b29-9550-3f95a19049c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-90916c69-40c5-4b29-9550-3f95a19049c5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-90916c69-40c5-4b29-9550-3f95a19049c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-90916c69-40c5-4b29-9550-3f95a19049c5 img.shogun-image {
  width: 100%;
  
  
  

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




.s-90916c69-40c5-4b29-9550-3f95a19049c5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-90916c69-40c5-4b29-9550-3f95a19049c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90916c69-40c5-4b29-9550-3f95a19049c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90916c69-40c5-4b29-9550-3f95a19049c5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-90916c69-40c5-4b29-9550-3f95a19049c5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-90916c69-40c5-4b29-9550-3f95a19049c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-90916c69-40c5-4b29-9550-3f95a19049c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-90916c69-40c5-4b29-9550-3f95a19049c5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-90916c69-40c5-4b29-9550-3f95a19049c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-90916c69-40c5-4b29-9550-3f95a19049c5 img.shogun-image {
  width: 100%;
  
  
  

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




.s-90916c69-40c5-4b29-9550-3f95a19049c5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-90916c69-40c5-4b29-9550-3f95a19049c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90916c69-40c5-4b29-9550-3f95a19049c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90916c69-40c5-4b29-9550-3f95a19049c5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-90916c69-40c5-4b29-9550-3f95a19049c5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-90916c69-40c5-4b29-9550-3f95a19049c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-90916c69-40c5-4b29-9550-3f95a19049c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-90916c69-40c5-4b29-9550-3f95a19049c5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-90916c69-40c5-4b29-9550-3f95a19049c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-90916c69-40c5-4b29-9550-3f95a19049c5 img.shogun-image {
  width: 100%;
  
  
  

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




.s-90916c69-40c5-4b29-9550-3f95a19049c5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-90916c69-40c5-4b29-9550-3f95a19049c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90916c69-40c5-4b29-9550-3f95a19049c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90916c69-40c5-4b29-9550-3f95a19049c5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-90916c69-40c5-4b29-9550-3f95a19049c5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-90916c69-40c5-4b29-9550-3f95a19049c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-90916c69-40c5-4b29-9550-3f95a19049c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-90916c69-40c5-4b29-9550-3f95a19049c5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-90916c69-40c5-4b29-9550-3f95a19049c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-90916c69-40c5-4b29-9550-3f95a19049c5 img.shogun-image {
  width: 100%;
  
  
  

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




.s-90916c69-40c5-4b29-9550-3f95a19049c5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-90916c69-40c5-4b29-9550-3f95a19049c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90916c69-40c5-4b29-9550-3f95a19049c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90916c69-40c5-4b29-9550-3f95a19049c5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-e08d43ec-d08b-4aca-a040-b2285bc77718 {
  margin-left: auto;
margin-right: auto;
max-width: 341px;
text-align: center;
}

#s-e08d43ec-d08b-4aca-a040-b2285bc77718 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e08d43ec-d08b-4aca-a040-b2285bc77718-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e08d43ec-d08b-4aca-a040-b2285bc77718 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e08d43ec-d08b-4aca-a040-b2285bc77718 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e08d43ec-d08b-4aca-a040-b2285bc77718 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e08d43ec-d08b-4aca-a040-b2285bc77718 img.shogun-image {
  width: 100%;
  
  
  max-width: 341px;

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




.s-e08d43ec-d08b-4aca-a040-b2285bc77718 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e08d43ec-d08b-4aca-a040-b2285bc77718.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e08d43ec-d08b-4aca-a040-b2285bc77718.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e08d43ec-d08b-4aca-a040-b2285bc77718.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e08d43ec-d08b-4aca-a040-b2285bc77718 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e08d43ec-d08b-4aca-a040-b2285bc77718-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e08d43ec-d08b-4aca-a040-b2285bc77718 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e08d43ec-d08b-4aca-a040-b2285bc77718 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e08d43ec-d08b-4aca-a040-b2285bc77718 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e08d43ec-d08b-4aca-a040-b2285bc77718 img.shogun-image {
  width: 100%;
  
  
  

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




.s-e08d43ec-d08b-4aca-a040-b2285bc77718 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e08d43ec-d08b-4aca-a040-b2285bc77718.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e08d43ec-d08b-4aca-a040-b2285bc77718.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e08d43ec-d08b-4aca-a040-b2285bc77718.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e08d43ec-d08b-4aca-a040-b2285bc77718 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e08d43ec-d08b-4aca-a040-b2285bc77718-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e08d43ec-d08b-4aca-a040-b2285bc77718 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e08d43ec-d08b-4aca-a040-b2285bc77718 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e08d43ec-d08b-4aca-a040-b2285bc77718 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e08d43ec-d08b-4aca-a040-b2285bc77718 img.shogun-image {
  width: 100%;
  
  
  

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




.s-e08d43ec-d08b-4aca-a040-b2285bc77718 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e08d43ec-d08b-4aca-a040-b2285bc77718.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e08d43ec-d08b-4aca-a040-b2285bc77718.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e08d43ec-d08b-4aca-a040-b2285bc77718.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e08d43ec-d08b-4aca-a040-b2285bc77718 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e08d43ec-d08b-4aca-a040-b2285bc77718-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e08d43ec-d08b-4aca-a040-b2285bc77718 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e08d43ec-d08b-4aca-a040-b2285bc77718 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e08d43ec-d08b-4aca-a040-b2285bc77718 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e08d43ec-d08b-4aca-a040-b2285bc77718 img.shogun-image {
  width: 100%;
  
  
  

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




.s-e08d43ec-d08b-4aca-a040-b2285bc77718 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e08d43ec-d08b-4aca-a040-b2285bc77718.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e08d43ec-d08b-4aca-a040-b2285bc77718.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e08d43ec-d08b-4aca-a040-b2285bc77718.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e08d43ec-d08b-4aca-a040-b2285bc77718 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e08d43ec-d08b-4aca-a040-b2285bc77718-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e08d43ec-d08b-4aca-a040-b2285bc77718 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e08d43ec-d08b-4aca-a040-b2285bc77718 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e08d43ec-d08b-4aca-a040-b2285bc77718 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e08d43ec-d08b-4aca-a040-b2285bc77718 img.shogun-image {
  width: 100%;
  
  
  

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




.s-e08d43ec-d08b-4aca-a040-b2285bc77718 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e08d43ec-d08b-4aca-a040-b2285bc77718.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e08d43ec-d08b-4aca-a040-b2285bc77718.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e08d43ec-d08b-4aca-a040-b2285bc77718.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-62ba471b-bc3e-4034-8c7c-4eef93ff2768 {
  margin-left: auto;
margin-right: auto;
max-width: 341px;
text-align: center;
}

#s-62ba471b-bc3e-4034-8c7c-4eef93ff2768 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-62ba471b-bc3e-4034-8c7c-4eef93ff2768-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-62ba471b-bc3e-4034-8c7c-4eef93ff2768 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-62ba471b-bc3e-4034-8c7c-4eef93ff2768 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-62ba471b-bc3e-4034-8c7c-4eef93ff2768 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-62ba471b-bc3e-4034-8c7c-4eef93ff2768 img.shogun-image {
  width: 100%;
  
  
  max-width: 341px;

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




.s-62ba471b-bc3e-4034-8c7c-4eef93ff2768 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-62ba471b-bc3e-4034-8c7c-4eef93ff2768.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62ba471b-bc3e-4034-8c7c-4eef93ff2768.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62ba471b-bc3e-4034-8c7c-4eef93ff2768.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-62ba471b-bc3e-4034-8c7c-4eef93ff2768 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-62ba471b-bc3e-4034-8c7c-4eef93ff2768-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-62ba471b-bc3e-4034-8c7c-4eef93ff2768 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-62ba471b-bc3e-4034-8c7c-4eef93ff2768 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-62ba471b-bc3e-4034-8c7c-4eef93ff2768 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-62ba471b-bc3e-4034-8c7c-4eef93ff2768 img.shogun-image {
  width: 100%;
  
  
  

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




.s-62ba471b-bc3e-4034-8c7c-4eef93ff2768 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-62ba471b-bc3e-4034-8c7c-4eef93ff2768.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62ba471b-bc3e-4034-8c7c-4eef93ff2768.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62ba471b-bc3e-4034-8c7c-4eef93ff2768.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-62ba471b-bc3e-4034-8c7c-4eef93ff2768 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-62ba471b-bc3e-4034-8c7c-4eef93ff2768-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-62ba471b-bc3e-4034-8c7c-4eef93ff2768 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-62ba471b-bc3e-4034-8c7c-4eef93ff2768 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-62ba471b-bc3e-4034-8c7c-4eef93ff2768 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-62ba471b-bc3e-4034-8c7c-4eef93ff2768 img.shogun-image {
  width: 100%;
  
  
  

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




.s-62ba471b-bc3e-4034-8c7c-4eef93ff2768 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-62ba471b-bc3e-4034-8c7c-4eef93ff2768.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62ba471b-bc3e-4034-8c7c-4eef93ff2768.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62ba471b-bc3e-4034-8c7c-4eef93ff2768.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-62ba471b-bc3e-4034-8c7c-4eef93ff2768 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-62ba471b-bc3e-4034-8c7c-4eef93ff2768-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-62ba471b-bc3e-4034-8c7c-4eef93ff2768 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-62ba471b-bc3e-4034-8c7c-4eef93ff2768 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-62ba471b-bc3e-4034-8c7c-4eef93ff2768 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-62ba471b-bc3e-4034-8c7c-4eef93ff2768 img.shogun-image {
  width: 100%;
  
  
  

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




.s-62ba471b-bc3e-4034-8c7c-4eef93ff2768 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-62ba471b-bc3e-4034-8c7c-4eef93ff2768.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62ba471b-bc3e-4034-8c7c-4eef93ff2768.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62ba471b-bc3e-4034-8c7c-4eef93ff2768.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-62ba471b-bc3e-4034-8c7c-4eef93ff2768 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-62ba471b-bc3e-4034-8c7c-4eef93ff2768-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-62ba471b-bc3e-4034-8c7c-4eef93ff2768 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-62ba471b-bc3e-4034-8c7c-4eef93ff2768 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-62ba471b-bc3e-4034-8c7c-4eef93ff2768 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-62ba471b-bc3e-4034-8c7c-4eef93ff2768 img.shogun-image {
  width: 100%;
  
  
  

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




.s-62ba471b-bc3e-4034-8c7c-4eef93ff2768 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-62ba471b-bc3e-4034-8c7c-4eef93ff2768.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62ba471b-bc3e-4034-8c7c-4eef93ff2768.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62ba471b-bc3e-4034-8c7c-4eef93ff2768.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-76dcebd5-9f17-475e-a3bb-baa15f22211c {
  margin-left: auto;
margin-right: auto;
max-width: 341px;
text-align: center;
}

#s-76dcebd5-9f17-475e-a3bb-baa15f22211c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-76dcebd5-9f17-475e-a3bb-baa15f22211c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-76dcebd5-9f17-475e-a3bb-baa15f22211c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-76dcebd5-9f17-475e-a3bb-baa15f22211c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-76dcebd5-9f17-475e-a3bb-baa15f22211c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-76dcebd5-9f17-475e-a3bb-baa15f22211c img.shogun-image {
  width: 100%;
  
  
  max-width: 341px;

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




.s-76dcebd5-9f17-475e-a3bb-baa15f22211c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-76dcebd5-9f17-475e-a3bb-baa15f22211c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76dcebd5-9f17-475e-a3bb-baa15f22211c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76dcebd5-9f17-475e-a3bb-baa15f22211c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-76dcebd5-9f17-475e-a3bb-baa15f22211c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-76dcebd5-9f17-475e-a3bb-baa15f22211c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-76dcebd5-9f17-475e-a3bb-baa15f22211c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-76dcebd5-9f17-475e-a3bb-baa15f22211c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-76dcebd5-9f17-475e-a3bb-baa15f22211c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-76dcebd5-9f17-475e-a3bb-baa15f22211c img.shogun-image {
  width: 100%;
  
  
  

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




.s-76dcebd5-9f17-475e-a3bb-baa15f22211c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-76dcebd5-9f17-475e-a3bb-baa15f22211c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76dcebd5-9f17-475e-a3bb-baa15f22211c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76dcebd5-9f17-475e-a3bb-baa15f22211c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-76dcebd5-9f17-475e-a3bb-baa15f22211c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-76dcebd5-9f17-475e-a3bb-baa15f22211c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-76dcebd5-9f17-475e-a3bb-baa15f22211c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-76dcebd5-9f17-475e-a3bb-baa15f22211c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-76dcebd5-9f17-475e-a3bb-baa15f22211c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-76dcebd5-9f17-475e-a3bb-baa15f22211c img.shogun-image {
  width: 100%;
  
  
  

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




.s-76dcebd5-9f17-475e-a3bb-baa15f22211c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-76dcebd5-9f17-475e-a3bb-baa15f22211c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76dcebd5-9f17-475e-a3bb-baa15f22211c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76dcebd5-9f17-475e-a3bb-baa15f22211c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-76dcebd5-9f17-475e-a3bb-baa15f22211c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-76dcebd5-9f17-475e-a3bb-baa15f22211c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-76dcebd5-9f17-475e-a3bb-baa15f22211c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-76dcebd5-9f17-475e-a3bb-baa15f22211c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-76dcebd5-9f17-475e-a3bb-baa15f22211c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-76dcebd5-9f17-475e-a3bb-baa15f22211c img.shogun-image {
  width: 100%;
  
  
  

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




.s-76dcebd5-9f17-475e-a3bb-baa15f22211c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-76dcebd5-9f17-475e-a3bb-baa15f22211c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76dcebd5-9f17-475e-a3bb-baa15f22211c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76dcebd5-9f17-475e-a3bb-baa15f22211c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-76dcebd5-9f17-475e-a3bb-baa15f22211c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-76dcebd5-9f17-475e-a3bb-baa15f22211c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-76dcebd5-9f17-475e-a3bb-baa15f22211c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-76dcebd5-9f17-475e-a3bb-baa15f22211c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-76dcebd5-9f17-475e-a3bb-baa15f22211c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-76dcebd5-9f17-475e-a3bb-baa15f22211c img.shogun-image {
  width: 100%;
  
  
  

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




.s-76dcebd5-9f17-475e-a3bb-baa15f22211c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-76dcebd5-9f17-475e-a3bb-baa15f22211c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76dcebd5-9f17-475e-a3bb-baa15f22211c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76dcebd5-9f17-475e-a3bb-baa15f22211c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a4588f3a-f8fd-47f9-9fa3-8b9d9d213a65 {
  margin-left: auto;
margin-right: auto;
max-width: 341px;
text-align: center;
}

#s-a4588f3a-f8fd-47f9-9fa3-8b9d9d213a65 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a4588f3a-f8fd-47f9-9fa3-8b9d9d213a65-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a4588f3a-f8fd-47f9-9fa3-8b9d9d213a65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a4588f3a-f8fd-47f9-9fa3-8b9d9d213a65 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a4588f3a-f8fd-47f9-9fa3-8b9d9d213a65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a4588f3a-f8fd-47f9-9fa3-8b9d9d213a65 img.shogun-image {
  width: 100%;
  
  
  max-width: 341px;

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




.s-a4588f3a-f8fd-47f9-9fa3-8b9d9d213a65 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a4588f3a-f8fd-47f9-9fa3-8b9d9d213a65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4588f3a-f8fd-47f9-9fa3-8b9d9d213a65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4588f3a-f8fd-47f9-9fa3-8b9d9d213a65.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a4588f3a-f8fd-47f9-9fa3-8b9d9d213a65 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a4588f3a-f8fd-47f9-9fa3-8b9d9d213a65-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a4588f3a-f8fd-47f9-9fa3-8b9d9d213a65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a4588f3a-f8fd-47f9-9fa3-8b9d9d213a65 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a4588f3a-f8fd-47f9-9fa3-8b9d9d213a65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a4588f3a-f8fd-47f9-9fa3-8b9d9d213a65 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a4588f3a-f8fd-47f9-9fa3-8b9d9d213a65 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a4588f3a-f8fd-47f9-9fa3-8b9d9d213a65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4588f3a-f8fd-47f9-9fa3-8b9d9d213a65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4588f3a-f8fd-47f9-9fa3-8b9d9d213a65.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a4588f3a-f8fd-47f9-9fa3-8b9d9d213a65 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a4588f3a-f8fd-47f9-9fa3-8b9d9d213a65-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a4588f3a-f8fd-47f9-9fa3-8b9d9d213a65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a4588f3a-f8fd-47f9-9fa3-8b9d9d213a65 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a4588f3a-f8fd-47f9-9fa3-8b9d9d213a65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a4588f3a-f8fd-47f9-9fa3-8b9d9d213a65 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a4588f3a-f8fd-47f9-9fa3-8b9d9d213a65 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a4588f3a-f8fd-47f9-9fa3-8b9d9d213a65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4588f3a-f8fd-47f9-9fa3-8b9d9d213a65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4588f3a-f8fd-47f9-9fa3-8b9d9d213a65.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a4588f3a-f8fd-47f9-9fa3-8b9d9d213a65 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a4588f3a-f8fd-47f9-9fa3-8b9d9d213a65-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a4588f3a-f8fd-47f9-9fa3-8b9d9d213a65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a4588f3a-f8fd-47f9-9fa3-8b9d9d213a65 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a4588f3a-f8fd-47f9-9fa3-8b9d9d213a65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a4588f3a-f8fd-47f9-9fa3-8b9d9d213a65 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a4588f3a-f8fd-47f9-9fa3-8b9d9d213a65 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a4588f3a-f8fd-47f9-9fa3-8b9d9d213a65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4588f3a-f8fd-47f9-9fa3-8b9d9d213a65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4588f3a-f8fd-47f9-9fa3-8b9d9d213a65.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a4588f3a-f8fd-47f9-9fa3-8b9d9d213a65 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a4588f3a-f8fd-47f9-9fa3-8b9d9d213a65-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a4588f3a-f8fd-47f9-9fa3-8b9d9d213a65 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a4588f3a-f8fd-47f9-9fa3-8b9d9d213a65 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a4588f3a-f8fd-47f9-9fa3-8b9d9d213a65 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a4588f3a-f8fd-47f9-9fa3-8b9d9d213a65 img.shogun-image {
  width: 100%;
  
  
  

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




.s-a4588f3a-f8fd-47f9-9fa3-8b9d9d213a65 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a4588f3a-f8fd-47f9-9fa3-8b9d9d213a65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4588f3a-f8fd-47f9-9fa3-8b9d9d213a65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4588f3a-f8fd-47f9-9fa3-8b9d9d213a65.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b4368e4f-8b0a-452d-8383-a051b8f85da1 {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b4368e4f-8b0a-452d-8383-a051b8f85da1 {
  margin-top: 10px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-b4368e4f-8b0a-452d-8383-a051b8f85da1 {
  padding-top: 25px;
padding-left: 20px;
padding-bottom: 25px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-b4368e4f-8b0a-452d-8383-a051b8f85da1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b4368e4f-8b0a-452d-8383-a051b8f85da1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b4368e4f-8b0a-452d-8383-a051b8f85da1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b4368e4f-8b0a-452d-8383-a051b8f85da1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f63a3d92-4436-4983-9f5e-29fee59e0b4d {
  margin-top: 35px;
margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-f63a3d92-4436-4983-9f5e-29fee59e0b4d {
  margin-top: 0px;
}
}







#s-f63a3d92-4436-4983-9f5e-29fee59e0b4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f63a3d92-4436-4983-9f5e-29fee59e0b4d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media (min-width: 768px) and (max-width: 991px){






#s-f63a3d92-4436-4983-9f5e-29fee59e0b4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f63a3d92-4436-4983-9f5e-29fee59e0b4d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-9ed338f5-d770-448c-8fb1-fd8d236ef2d7 {
  margin-top: 5%;
margin-left: 0%;
margin-right: 15%;
max-width: 500px;
text-align: center;
}
@media (min-width: 1200px){#s-9ed338f5-d770-448c-8fb1-fd8d236ef2d7 {
  max-width: 400px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9ed338f5-d770-448c-8fb1-fd8d236ef2d7 {
  max-width: 300px;
}
}@media (max-width: 767px){#s-9ed338f5-d770-448c-8fb1-fd8d236ef2d7 {
  margin-top: 0%;
margin-bottom: 5%;
margin-right: 0%;
max-width: 500px;
}
}
#s-9ed338f5-d770-448c-8fb1-fd8d236ef2d7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9ed338f5-d770-448c-8fb1-fd8d236ef2d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9ed338f5-d770-448c-8fb1-fd8d236ef2d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-9ed338f5-d770-448c-8fb1-fd8d236ef2d7 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9ed338f5-d770-448c-8fb1-fd8d236ef2d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9ed338f5-d770-448c-8fb1-fd8d236ef2d7 img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

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




.s-9ed338f5-d770-448c-8fb1-fd8d236ef2d7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9ed338f5-d770-448c-8fb1-fd8d236ef2d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ed338f5-d770-448c-8fb1-fd8d236ef2d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ed338f5-d770-448c-8fb1-fd8d236ef2d7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-9ed338f5-d770-448c-8fb1-fd8d236ef2d7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9ed338f5-d770-448c-8fb1-fd8d236ef2d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9ed338f5-d770-448c-8fb1-fd8d236ef2d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9ed338f5-d770-448c-8fb1-fd8d236ef2d7 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9ed338f5-d770-448c-8fb1-fd8d236ef2d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9ed338f5-d770-448c-8fb1-fd8d236ef2d7 img.shogun-image {
  width: 100%;
  
  
  max-width: 400px;

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




.s-9ed338f5-d770-448c-8fb1-fd8d236ef2d7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9ed338f5-d770-448c-8fb1-fd8d236ef2d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ed338f5-d770-448c-8fb1-fd8d236ef2d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ed338f5-d770-448c-8fb1-fd8d236ef2d7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-9ed338f5-d770-448c-8fb1-fd8d236ef2d7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9ed338f5-d770-448c-8fb1-fd8d236ef2d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9ed338f5-d770-448c-8fb1-fd8d236ef2d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9ed338f5-d770-448c-8fb1-fd8d236ef2d7 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9ed338f5-d770-448c-8fb1-fd8d236ef2d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9ed338f5-d770-448c-8fb1-fd8d236ef2d7 img.shogun-image {
  width: 100%;
  
  
  max-width: 300px;

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




.s-9ed338f5-d770-448c-8fb1-fd8d236ef2d7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9ed338f5-d770-448c-8fb1-fd8d236ef2d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ed338f5-d770-448c-8fb1-fd8d236ef2d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ed338f5-d770-448c-8fb1-fd8d236ef2d7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-9ed338f5-d770-448c-8fb1-fd8d236ef2d7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9ed338f5-d770-448c-8fb1-fd8d236ef2d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9ed338f5-d770-448c-8fb1-fd8d236ef2d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9ed338f5-d770-448c-8fb1-fd8d236ef2d7 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9ed338f5-d770-448c-8fb1-fd8d236ef2d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9ed338f5-d770-448c-8fb1-fd8d236ef2d7 img.shogun-image {
  width: 100%;
  
  
  

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




.s-9ed338f5-d770-448c-8fb1-fd8d236ef2d7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9ed338f5-d770-448c-8fb1-fd8d236ef2d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ed338f5-d770-448c-8fb1-fd8d236ef2d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ed338f5-d770-448c-8fb1-fd8d236ef2d7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-9ed338f5-d770-448c-8fb1-fd8d236ef2d7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9ed338f5-d770-448c-8fb1-fd8d236ef2d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9ed338f5-d770-448c-8fb1-fd8d236ef2d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  margin-right: 0%;
  margin-top: 0%;
  margin-bottom: 5%;
}

#s-9ed338f5-d770-448c-8fb1-fd8d236ef2d7 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9ed338f5-d770-448c-8fb1-fd8d236ef2d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9ed338f5-d770-448c-8fb1-fd8d236ef2d7 img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

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




.s-9ed338f5-d770-448c-8fb1-fd8d236ef2d7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9ed338f5-d770-448c-8fb1-fd8d236ef2d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ed338f5-d770-448c-8fb1-fd8d236ef2d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ed338f5-d770-448c-8fb1-fd8d236ef2d7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-bb5a63d0-ff29-4508-83c9-d8ae90b24dfd {
  margin-top: 35px;
margin-left: auto;
margin-bottom: 35px;
margin-right: auto;
min-height: 50px;
}








#s-bb5a63d0-ff29-4508-83c9-d8ae90b24dfd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bb5a63d0-ff29-4508-83c9-d8ae90b24dfd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) and (max-width: 1199px){






#s-bb5a63d0-ff29-4508-83c9-d8ae90b24dfd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bb5a63d0-ff29-4508-83c9-d8ae90b24dfd.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
}
#s-80c94764-f57d-473a-bc7e-29a5ed6b8e80 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-80c94764-f57d-473a-bc7e-29a5ed6b8e80 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-80c94764-f57d-473a-bc7e-29a5ed6b8e80 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-31b7b7ac-6f67-40f6-ac91-6e06b6600730 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-31b7b7ac-6f67-40f6-ac91-6e06b6600730 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-31b7b7ac-6f67-40f6-ac91-6e06b6600730 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-31b7b7ac-6f67-40f6-ac91-6e06b6600730 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (max-width: 767px){#s-31b7b7ac-6f67-40f6-ac91-6e06b6600730 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-a26c4170-70e5-44e2-932e-197b02532681 {
  margin-left: auto;
margin-right: auto;
}

#s-a26c4170-70e5-44e2-932e-197b02532681 .shg-proportional-font-size,
#s-a26c4170-70e5-44e2-932e-197b02532681 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-677630c7-c9b7-420d-8887-752f4fe0388c {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-677630c7-c9b7-420d-8887-752f4fe0388c:hover {background-color: rgba(227, 227, 227, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-677630c7-c9b7-420d-8887-752f4fe0388c:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-677630c7-c9b7-420d-8887-752f4fe0388c {
  margin-top: 30px;
}
}

  #s-677630c7-c9b7-420d-8887-752f4fe0388c-root {
    text-align: center;
  }


#s-677630c7-c9b7-420d-8887-752f4fe0388c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-677630c7-c9b7-420d-8887-752f4fe0388c-root {
    text-align: center;
  }


#s-677630c7-c9b7-420d-8887-752f4fe0388c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-677630c7-c9b7-420d-8887-752f4fe0388c-root {
    text-align: center;
  }


#s-677630c7-c9b7-420d-8887-752f4fe0388c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-677630c7-c9b7-420d-8887-752f4fe0388c-root {
    text-align: center;
  }


#s-677630c7-c9b7-420d-8887-752f4fe0388c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-677630c7-c9b7-420d-8887-752f4fe0388c-root {
    text-align: center;
  }


#s-677630c7-c9b7-420d-8887-752f4fe0388c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-8e0a054d-e631-45fa-9cdf-f870881d0e5e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-8e0a054d-e631-45fa-9cdf-f870881d0e5e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8e0a054d-e631-45fa-9cdf-f870881d0e5e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8e0a054d-e631-45fa-9cdf-f870881d0e5e-root {
    text-align: center;
  }


#s-8e0a054d-e631-45fa-9cdf-f870881d0e5e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-8e0a054d-e631-45fa-9cdf-f870881d0e5e-root {
    text-align: center;
  }


#s-8e0a054d-e631-45fa-9cdf-f870881d0e5e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8e0a054d-e631-45fa-9cdf-f870881d0e5e-root {
    text-align: center;
  }


#s-8e0a054d-e631-45fa-9cdf-f870881d0e5e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8e0a054d-e631-45fa-9cdf-f870881d0e5e-root {
    text-align: center;
  }


#s-8e0a054d-e631-45fa-9cdf-f870881d0e5e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-8e0a054d-e631-45fa-9cdf-f870881d0e5e-root {
    text-align: center;
  }


#s-8e0a054d-e631-45fa-9cdf-f870881d0e5e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-8f9be390-13e2-4fbc-bd4e-9e5aee8a45e8 {
  margin-left: auto;
margin-right: auto;
padding-top: 100px;
padding-bottom: 100px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}
@media (max-width: 767px){#s-8f9be390-13e2-4fbc-bd4e-9e5aee8a45e8 {
  padding-top: 25px;
padding-bottom: 50px;
}
}







#s-8f9be390-13e2-4fbc-bd4e-9e5aee8a45e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8f9be390-13e2-4fbc-bd4e-9e5aee8a45e8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e53cf159-af08-46af-b04f-2db4e3d3c92e {
  margin-left: auto;
margin-right: auto;
}

#s-e53cf159-af08-46af-b04f-2db4e3d3c92e .shg-proportional-font-size,
#s-e53cf159-af08-46af-b04f-2db4e3d3c92e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9bc1b9da-52d7-4627-8d61-d81f769f84f7 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-9bc1b9da-52d7-4627-8d61-d81f769f84f7 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-9bc1b9da-52d7-4627-8d61-d81f769f84f7 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9bc1b9da-52d7-4627-8d61-d81f769f84f7 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (max-width: 767px){#s-9bc1b9da-52d7-4627-8d61-d81f769f84f7 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}
#s-bd6d966d-be7f-4374-90de-56a2ff25a2b9 {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
max-width: 1400px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 1200px){#s-bd6d966d-be7f-4374-90de-56a2ff25a2b9 {
  padding-bottom: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bd6d966d-be7f-4374-90de-56a2ff25a2b9 {
  margin-top: 10px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-bd6d966d-be7f-4374-90de-56a2ff25a2b9 {
  padding-left: 20px;
padding-bottom: 45px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-bd6d966d-be7f-4374-90de-56a2ff25a2b9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-bd6d966d-be7f-4374-90de-56a2ff25a2b9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bd6d966d-be7f-4374-90de-56a2ff25a2b9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bd6d966d-be7f-4374-90de-56a2ff25a2b9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-706ba60d-bdec-4a70-aeef-e67a1995c7d5 {
  margin-top: 35px;
margin-left: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
}
@media (min-width: 1200px){#s-706ba60d-bdec-4a70-aeef-e67a1995c7d5 {
  margin-top: 18px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-706ba60d-bdec-4a70-aeef-e67a1995c7d5 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-706ba60d-bdec-4a70-aeef-e67a1995c7d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-706ba60d-bdec-4a70-aeef-e67a1995c7d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) and (max-width: 1199px){






#s-706ba60d-bdec-4a70-aeef-e67a1995c7d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-706ba60d-bdec-4a70-aeef-e67a1995c7d5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}@media (min-width: 768px) and (max-width: 991px){






#s-706ba60d-bdec-4a70-aeef-e67a1995c7d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-706ba60d-bdec-4a70-aeef-e67a1995c7d5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}@media (max-width: 767px){






#s-706ba60d-bdec-4a70-aeef-e67a1995c7d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-706ba60d-bdec-4a70-aeef-e67a1995c7d5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-9295390b-99c8-4a90-a9c3-771e643bc915 {
  margin-top: 5%;
margin-left: 0%;
margin-right: 0%;
min-height: 0px;
max-width: 350px;
text-align: center;
}
@media (min-width: 1200px){#s-9295390b-99c8-4a90-a9c3-771e643bc915 {
  max-width: 350px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9295390b-99c8-4a90-a9c3-771e643bc915 {
  max-width: 300px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9295390b-99c8-4a90-a9c3-771e643bc915 {
  max-width: 250px;
}
}@media (max-width: 767px){#s-9295390b-99c8-4a90-a9c3-771e643bc915 {
  max-width: 250px;
}
}
#s-9295390b-99c8-4a90-a9c3-771e643bc915 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9295390b-99c8-4a90-a9c3-771e643bc915-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9295390b-99c8-4a90-a9c3-771e643bc915 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-9295390b-99c8-4a90-a9c3-771e643bc915 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9295390b-99c8-4a90-a9c3-771e643bc915 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9295390b-99c8-4a90-a9c3-771e643bc915 img.shogun-image {
  width: 100%;
  
  min-height: 0px;
  max-width: 350px;

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




.s-9295390b-99c8-4a90-a9c3-771e643bc915 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9295390b-99c8-4a90-a9c3-771e643bc915.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9295390b-99c8-4a90-a9c3-771e643bc915.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9295390b-99c8-4a90-a9c3-771e643bc915.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-9295390b-99c8-4a90-a9c3-771e643bc915 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9295390b-99c8-4a90-a9c3-771e643bc915-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9295390b-99c8-4a90-a9c3-771e643bc915 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9295390b-99c8-4a90-a9c3-771e643bc915 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9295390b-99c8-4a90-a9c3-771e643bc915 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9295390b-99c8-4a90-a9c3-771e643bc915 img.shogun-image {
  width: 100%;
  
  
  max-width: 350px;

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




.s-9295390b-99c8-4a90-a9c3-771e643bc915 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9295390b-99c8-4a90-a9c3-771e643bc915.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9295390b-99c8-4a90-a9c3-771e643bc915.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9295390b-99c8-4a90-a9c3-771e643bc915.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-9295390b-99c8-4a90-a9c3-771e643bc915 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9295390b-99c8-4a90-a9c3-771e643bc915-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9295390b-99c8-4a90-a9c3-771e643bc915 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9295390b-99c8-4a90-a9c3-771e643bc915 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9295390b-99c8-4a90-a9c3-771e643bc915 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9295390b-99c8-4a90-a9c3-771e643bc915 img.shogun-image {
  width: 100%;
  
  
  max-width: 300px;

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




.s-9295390b-99c8-4a90-a9c3-771e643bc915 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9295390b-99c8-4a90-a9c3-771e643bc915.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9295390b-99c8-4a90-a9c3-771e643bc915.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9295390b-99c8-4a90-a9c3-771e643bc915.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-9295390b-99c8-4a90-a9c3-771e643bc915 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9295390b-99c8-4a90-a9c3-771e643bc915-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9295390b-99c8-4a90-a9c3-771e643bc915 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9295390b-99c8-4a90-a9c3-771e643bc915 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9295390b-99c8-4a90-a9c3-771e643bc915 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9295390b-99c8-4a90-a9c3-771e643bc915 img.shogun-image {
  width: 100%;
  
  
  max-width: 250px;

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




.s-9295390b-99c8-4a90-a9c3-771e643bc915 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9295390b-99c8-4a90-a9c3-771e643bc915.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9295390b-99c8-4a90-a9c3-771e643bc915.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9295390b-99c8-4a90-a9c3-771e643bc915.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-9295390b-99c8-4a90-a9c3-771e643bc915 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9295390b-99c8-4a90-a9c3-771e643bc915-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9295390b-99c8-4a90-a9c3-771e643bc915 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9295390b-99c8-4a90-a9c3-771e643bc915 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9295390b-99c8-4a90-a9c3-771e643bc915 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9295390b-99c8-4a90-a9c3-771e643bc915 img.shogun-image {
  width: 100%;
  
  
  max-width: 250px;

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




.s-9295390b-99c8-4a90-a9c3-771e643bc915 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9295390b-99c8-4a90-a9c3-771e643bc915.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9295390b-99c8-4a90-a9c3-771e643bc915.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9295390b-99c8-4a90-a9c3-771e643bc915.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-441fd4fd-7266-4368-919e-4da0256a8700 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
}

#s-441fd4fd-7266-4368-919e-4da0256a8700 .shg-proportional-font-size,
#s-441fd4fd-7266-4368-919e-4da0256a8700 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-028d2259-3ccf-434c-8d4e-918ca31bbb1b {
  margin-top: 35px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-028d2259-3ccf-434c-8d4e-918ca31bbb1b {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-028d2259-3ccf-434c-8d4e-918ca31bbb1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-028d2259-3ccf-434c-8d4e-918ca31bbb1b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b21dd2db-6232-4655-a6a6-af9090b506d9 {
  margin-top: 5%;
margin-left: 0%;
margin-right: 0%;
min-height: 0px;
max-width: 350px;
text-align: center;
}
@media (min-width: 1200px){#s-b21dd2db-6232-4655-a6a6-af9090b506d9 {
  max-width: 350px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b21dd2db-6232-4655-a6a6-af9090b506d9 {
  max-width: 300px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b21dd2db-6232-4655-a6a6-af9090b506d9 {
  max-width: 250px;
}
}@media (max-width: 767px){#s-b21dd2db-6232-4655-a6a6-af9090b506d9 {
  max-width: 250px;
}
}
#s-b21dd2db-6232-4655-a6a6-af9090b506d9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b21dd2db-6232-4655-a6a6-af9090b506d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b21dd2db-6232-4655-a6a6-af9090b506d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-b21dd2db-6232-4655-a6a6-af9090b506d9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b21dd2db-6232-4655-a6a6-af9090b506d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b21dd2db-6232-4655-a6a6-af9090b506d9 img.shogun-image {
  width: 100%;
  
  min-height: 0px;
  max-width: 350px;

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




.s-b21dd2db-6232-4655-a6a6-af9090b506d9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b21dd2db-6232-4655-a6a6-af9090b506d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b21dd2db-6232-4655-a6a6-af9090b506d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b21dd2db-6232-4655-a6a6-af9090b506d9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-b21dd2db-6232-4655-a6a6-af9090b506d9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b21dd2db-6232-4655-a6a6-af9090b506d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b21dd2db-6232-4655-a6a6-af9090b506d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b21dd2db-6232-4655-a6a6-af9090b506d9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b21dd2db-6232-4655-a6a6-af9090b506d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b21dd2db-6232-4655-a6a6-af9090b506d9 img.shogun-image {
  width: 100%;
  
  
  max-width: 350px;

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




.s-b21dd2db-6232-4655-a6a6-af9090b506d9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b21dd2db-6232-4655-a6a6-af9090b506d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b21dd2db-6232-4655-a6a6-af9090b506d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b21dd2db-6232-4655-a6a6-af9090b506d9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b21dd2db-6232-4655-a6a6-af9090b506d9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b21dd2db-6232-4655-a6a6-af9090b506d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b21dd2db-6232-4655-a6a6-af9090b506d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b21dd2db-6232-4655-a6a6-af9090b506d9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b21dd2db-6232-4655-a6a6-af9090b506d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b21dd2db-6232-4655-a6a6-af9090b506d9 img.shogun-image {
  width: 100%;
  
  
  max-width: 300px;

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




.s-b21dd2db-6232-4655-a6a6-af9090b506d9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b21dd2db-6232-4655-a6a6-af9090b506d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b21dd2db-6232-4655-a6a6-af9090b506d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b21dd2db-6232-4655-a6a6-af9090b506d9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b21dd2db-6232-4655-a6a6-af9090b506d9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b21dd2db-6232-4655-a6a6-af9090b506d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b21dd2db-6232-4655-a6a6-af9090b506d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b21dd2db-6232-4655-a6a6-af9090b506d9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b21dd2db-6232-4655-a6a6-af9090b506d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b21dd2db-6232-4655-a6a6-af9090b506d9 img.shogun-image {
  width: 100%;
  
  
  max-width: 250px;

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




.s-b21dd2db-6232-4655-a6a6-af9090b506d9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b21dd2db-6232-4655-a6a6-af9090b506d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b21dd2db-6232-4655-a6a6-af9090b506d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b21dd2db-6232-4655-a6a6-af9090b506d9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-b21dd2db-6232-4655-a6a6-af9090b506d9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b21dd2db-6232-4655-a6a6-af9090b506d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b21dd2db-6232-4655-a6a6-af9090b506d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b21dd2db-6232-4655-a6a6-af9090b506d9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b21dd2db-6232-4655-a6a6-af9090b506d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b21dd2db-6232-4655-a6a6-af9090b506d9 img.shogun-image {
  width: 100%;
  
  
  max-width: 250px;

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




.s-b21dd2db-6232-4655-a6a6-af9090b506d9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b21dd2db-6232-4655-a6a6-af9090b506d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b21dd2db-6232-4655-a6a6-af9090b506d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b21dd2db-6232-4655-a6a6-af9090b506d9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a6773e4e-0577-4da1-8502-bd1a8ab407c5 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
}

#s-a6773e4e-0577-4da1-8502-bd1a8ab407c5 .shg-proportional-font-size,
#s-a6773e4e-0577-4da1-8502-bd1a8ab407c5 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-fd071958-9620-41f8-8c33-b6b90f84a623 {
  margin-top: 35px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-fd071958-9620-41f8-8c33-b6b90f84a623 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-fd071958-9620-41f8-8c33-b6b90f84a623 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fd071958-9620-41f8-8c33-b6b90f84a623.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media (min-width: 992px) and (max-width: 1199px){






#s-fd071958-9620-41f8-8c33-b6b90f84a623 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fd071958-9620-41f8-8c33-b6b90f84a623.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-377e659e-8d0f-47ab-9dce-45b27d4f86ae {
  margin-top: 5%;
margin-left: 0%;
margin-right: 0%;
min-height: 0px;
max-width: 350px;
text-align: center;
}
@media (min-width: 1200px){#s-377e659e-8d0f-47ab-9dce-45b27d4f86ae {
  max-width: 350px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-377e659e-8d0f-47ab-9dce-45b27d4f86ae {
  max-width: 300px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-377e659e-8d0f-47ab-9dce-45b27d4f86ae {
  max-width: 250px;
}
}@media (max-width: 767px){#s-377e659e-8d0f-47ab-9dce-45b27d4f86ae {
  max-width: 250px;
}
}
#s-377e659e-8d0f-47ab-9dce-45b27d4f86ae {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-377e659e-8d0f-47ab-9dce-45b27d4f86ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-377e659e-8d0f-47ab-9dce-45b27d4f86ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-377e659e-8d0f-47ab-9dce-45b27d4f86ae .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-377e659e-8d0f-47ab-9dce-45b27d4f86ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-377e659e-8d0f-47ab-9dce-45b27d4f86ae img.shogun-image {
  width: 100%;
  
  min-height: 0px;
  max-width: 350px;

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




.s-377e659e-8d0f-47ab-9dce-45b27d4f86ae .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-377e659e-8d0f-47ab-9dce-45b27d4f86ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-377e659e-8d0f-47ab-9dce-45b27d4f86ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-377e659e-8d0f-47ab-9dce-45b27d4f86ae.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-377e659e-8d0f-47ab-9dce-45b27d4f86ae {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-377e659e-8d0f-47ab-9dce-45b27d4f86ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-377e659e-8d0f-47ab-9dce-45b27d4f86ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-377e659e-8d0f-47ab-9dce-45b27d4f86ae .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-377e659e-8d0f-47ab-9dce-45b27d4f86ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-377e659e-8d0f-47ab-9dce-45b27d4f86ae img.shogun-image {
  width: 100%;
  
  
  max-width: 350px;

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




.s-377e659e-8d0f-47ab-9dce-45b27d4f86ae .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-377e659e-8d0f-47ab-9dce-45b27d4f86ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-377e659e-8d0f-47ab-9dce-45b27d4f86ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-377e659e-8d0f-47ab-9dce-45b27d4f86ae.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-377e659e-8d0f-47ab-9dce-45b27d4f86ae {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-377e659e-8d0f-47ab-9dce-45b27d4f86ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-377e659e-8d0f-47ab-9dce-45b27d4f86ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-377e659e-8d0f-47ab-9dce-45b27d4f86ae .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-377e659e-8d0f-47ab-9dce-45b27d4f86ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-377e659e-8d0f-47ab-9dce-45b27d4f86ae img.shogun-image {
  width: 100%;
  
  
  max-width: 300px;

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




.s-377e659e-8d0f-47ab-9dce-45b27d4f86ae .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-377e659e-8d0f-47ab-9dce-45b27d4f86ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-377e659e-8d0f-47ab-9dce-45b27d4f86ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-377e659e-8d0f-47ab-9dce-45b27d4f86ae.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-377e659e-8d0f-47ab-9dce-45b27d4f86ae {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-377e659e-8d0f-47ab-9dce-45b27d4f86ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-377e659e-8d0f-47ab-9dce-45b27d4f86ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-377e659e-8d0f-47ab-9dce-45b27d4f86ae .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-377e659e-8d0f-47ab-9dce-45b27d4f86ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-377e659e-8d0f-47ab-9dce-45b27d4f86ae img.shogun-image {
  width: 100%;
  
  
  max-width: 250px;

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




.s-377e659e-8d0f-47ab-9dce-45b27d4f86ae .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-377e659e-8d0f-47ab-9dce-45b27d4f86ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-377e659e-8d0f-47ab-9dce-45b27d4f86ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-377e659e-8d0f-47ab-9dce-45b27d4f86ae.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-377e659e-8d0f-47ab-9dce-45b27d4f86ae {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-377e659e-8d0f-47ab-9dce-45b27d4f86ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-377e659e-8d0f-47ab-9dce-45b27d4f86ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-377e659e-8d0f-47ab-9dce-45b27d4f86ae .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-377e659e-8d0f-47ab-9dce-45b27d4f86ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-377e659e-8d0f-47ab-9dce-45b27d4f86ae img.shogun-image {
  width: 100%;
  
  
  max-width: 250px;

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




.s-377e659e-8d0f-47ab-9dce-45b27d4f86ae .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-377e659e-8d0f-47ab-9dce-45b27d4f86ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-377e659e-8d0f-47ab-9dce-45b27d4f86ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-377e659e-8d0f-47ab-9dce-45b27d4f86ae.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-de55a3db-8102-4d7a-b31f-5c95778b2c38 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
}

#s-de55a3db-8102-4d7a-b31f-5c95778b2c38 .shg-proportional-font-size,
#s-de55a3db-8102-4d7a-b31f-5c95778b2c38 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-63857332-6688-4397-87e5-143c6c9db7e7 {
  margin-top: 35px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-63857332-6688-4397-87e5-143c6c9db7e7 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-63857332-6688-4397-87e5-143c6c9db7e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-63857332-6688-4397-87e5-143c6c9db7e7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-189b938c-f80e-4eaa-bbbd-43039fe52dac {
  margin-top: 5%;
margin-left: 0%;
margin-right: 0%;
min-height: 0px;
max-width: 350px;
text-align: center;
}
@media (min-width: 1200px){#s-189b938c-f80e-4eaa-bbbd-43039fe52dac {
  max-width: 350px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-189b938c-f80e-4eaa-bbbd-43039fe52dac {
  max-width: 300px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-189b938c-f80e-4eaa-bbbd-43039fe52dac {
  max-width: 250px;
}
}@media (max-width: 767px){#s-189b938c-f80e-4eaa-bbbd-43039fe52dac {
  max-width: 250px;
}
}
#s-189b938c-f80e-4eaa-bbbd-43039fe52dac {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-189b938c-f80e-4eaa-bbbd-43039fe52dac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-189b938c-f80e-4eaa-bbbd-43039fe52dac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-189b938c-f80e-4eaa-bbbd-43039fe52dac .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-189b938c-f80e-4eaa-bbbd-43039fe52dac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-189b938c-f80e-4eaa-bbbd-43039fe52dac img.shogun-image {
  width: 100%;
  
  min-height: 0px;
  max-width: 350px;

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




.s-189b938c-f80e-4eaa-bbbd-43039fe52dac .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-189b938c-f80e-4eaa-bbbd-43039fe52dac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-189b938c-f80e-4eaa-bbbd-43039fe52dac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-189b938c-f80e-4eaa-bbbd-43039fe52dac.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-189b938c-f80e-4eaa-bbbd-43039fe52dac {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-189b938c-f80e-4eaa-bbbd-43039fe52dac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-189b938c-f80e-4eaa-bbbd-43039fe52dac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-189b938c-f80e-4eaa-bbbd-43039fe52dac .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-189b938c-f80e-4eaa-bbbd-43039fe52dac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-189b938c-f80e-4eaa-bbbd-43039fe52dac img.shogun-image {
  width: 100%;
  
  
  max-width: 350px;

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




.s-189b938c-f80e-4eaa-bbbd-43039fe52dac .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-189b938c-f80e-4eaa-bbbd-43039fe52dac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-189b938c-f80e-4eaa-bbbd-43039fe52dac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-189b938c-f80e-4eaa-bbbd-43039fe52dac.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-189b938c-f80e-4eaa-bbbd-43039fe52dac {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-189b938c-f80e-4eaa-bbbd-43039fe52dac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-189b938c-f80e-4eaa-bbbd-43039fe52dac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-189b938c-f80e-4eaa-bbbd-43039fe52dac .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-189b938c-f80e-4eaa-bbbd-43039fe52dac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-189b938c-f80e-4eaa-bbbd-43039fe52dac img.shogun-image {
  width: 100%;
  
  
  max-width: 300px;

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




.s-189b938c-f80e-4eaa-bbbd-43039fe52dac .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-189b938c-f80e-4eaa-bbbd-43039fe52dac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-189b938c-f80e-4eaa-bbbd-43039fe52dac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-189b938c-f80e-4eaa-bbbd-43039fe52dac.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-189b938c-f80e-4eaa-bbbd-43039fe52dac {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-189b938c-f80e-4eaa-bbbd-43039fe52dac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-189b938c-f80e-4eaa-bbbd-43039fe52dac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-189b938c-f80e-4eaa-bbbd-43039fe52dac .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-189b938c-f80e-4eaa-bbbd-43039fe52dac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-189b938c-f80e-4eaa-bbbd-43039fe52dac img.shogun-image {
  width: 100%;
  
  
  max-width: 250px;

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




.s-189b938c-f80e-4eaa-bbbd-43039fe52dac .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-189b938c-f80e-4eaa-bbbd-43039fe52dac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-189b938c-f80e-4eaa-bbbd-43039fe52dac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-189b938c-f80e-4eaa-bbbd-43039fe52dac.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-189b938c-f80e-4eaa-bbbd-43039fe52dac {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-189b938c-f80e-4eaa-bbbd-43039fe52dac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-189b938c-f80e-4eaa-bbbd-43039fe52dac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-189b938c-f80e-4eaa-bbbd-43039fe52dac .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-189b938c-f80e-4eaa-bbbd-43039fe52dac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-189b938c-f80e-4eaa-bbbd-43039fe52dac img.shogun-image {
  width: 100%;
  
  
  max-width: 250px;

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




.s-189b938c-f80e-4eaa-bbbd-43039fe52dac .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-189b938c-f80e-4eaa-bbbd-43039fe52dac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-189b938c-f80e-4eaa-bbbd-43039fe52dac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-189b938c-f80e-4eaa-bbbd-43039fe52dac.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-4eaf4b7d-36fb-40e8-91b6-321adb2b53f5 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
}

#s-4eaf4b7d-36fb-40e8-91b6-321adb2b53f5 .shg-proportional-font-size,
#s-4eaf4b7d-36fb-40e8-91b6-321adb2b53f5 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-34e3003d-2797-4b5e-8972-b239e42f782a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 2px;
max-width: 500px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-34e3003d-2797-4b5e-8972-b239e42f782a:hover {background-color: rgba(227, 227, 227, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-34e3003d-2797-4b5e-8972-b239e42f782a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-34e3003d-2797-4b5e-8972-b239e42f782a {
  max-width: 350px;
}
}@media (max-width: 767px){#s-34e3003d-2797-4b5e-8972-b239e42f782a {
  max-width: 400px;
}
}

  #s-34e3003d-2797-4b5e-8972-b239e42f782a-root {
    text-align: center;
  }


#s-34e3003d-2797-4b5e-8972-b239e42f782a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-34e3003d-2797-4b5e-8972-b239e42f782a-root {
    text-align: center;
  }


#s-34e3003d-2797-4b5e-8972-b239e42f782a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-34e3003d-2797-4b5e-8972-b239e42f782a-root {
    text-align: center;
  }


#s-34e3003d-2797-4b5e-8972-b239e42f782a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-34e3003d-2797-4b5e-8972-b239e42f782a-root {
    text-align: center;
  }


#s-34e3003d-2797-4b5e-8972-b239e42f782a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-34e3003d-2797-4b5e-8972-b239e42f782a-root {
    text-align: center;
  }


#s-34e3003d-2797-4b5e-8972-b239e42f782a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-08c3ee37-1457-4860-9a57-82f580f1cfd1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
max-width: 500px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-08c3ee37-1457-4860-9a57-82f580f1cfd1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-08c3ee37-1457-4860-9a57-82f580f1cfd1:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-08c3ee37-1457-4860-9a57-82f580f1cfd1 {
  max-width: 350px;
}
}@media (max-width: 767px){#s-08c3ee37-1457-4860-9a57-82f580f1cfd1 {
  max-width: 400px;
}
}

  #s-08c3ee37-1457-4860-9a57-82f580f1cfd1-root {
    text-align: center;
  }


#s-08c3ee37-1457-4860-9a57-82f580f1cfd1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-08c3ee37-1457-4860-9a57-82f580f1cfd1-root {
    text-align: center;
  }


#s-08c3ee37-1457-4860-9a57-82f580f1cfd1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-08c3ee37-1457-4860-9a57-82f580f1cfd1-root {
    text-align: center;
  }


#s-08c3ee37-1457-4860-9a57-82f580f1cfd1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-08c3ee37-1457-4860-9a57-82f580f1cfd1-root {
    text-align: center;
  }


#s-08c3ee37-1457-4860-9a57-82f580f1cfd1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-08c3ee37-1457-4860-9a57-82f580f1cfd1-root {
    text-align: center;
  }


#s-08c3ee37-1457-4860-9a57-82f580f1cfd1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-4fb1ba6b-e16d-4532-9713-bed2c9c6708c {
  margin-left: auto;
margin-right: auto;
padding-top: 100px;
padding-left: 10px;
padding-bottom: 100px;
padding-right: 10px;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4fb1ba6b-e16d-4532-9713-bed2c9c6708c {
  margin-top: 10px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-4fb1ba6b-e16d-4532-9713-bed2c9c6708c {
  padding-top: 25px;
padding-left: 20px;
padding-bottom: 75px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-4fb1ba6b-e16d-4532-9713-bed2c9c6708c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4fb1ba6b-e16d-4532-9713-bed2c9c6708c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4fb1ba6b-e16d-4532-9713-bed2c9c6708c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4fb1ba6b-e16d-4532-9713-bed2c9c6708c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-4fb1ba6b-e16d-4532-9713-bed2c9c6708c"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-2e1e3c79-a524-400c-8476-48f0fe921a5b {
  margin-top: 35px;
margin-left: auto;
margin-bottom: 35px;
margin-right: auto;
min-height: 50px;
}








#s-2e1e3c79-a524-400c-8476-48f0fe921a5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2e1e3c79-a524-400c-8476-48f0fe921a5b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) and (max-width: 1199px){






#s-2e1e3c79-a524-400c-8476-48f0fe921a5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2e1e3c79-a524-400c-8476-48f0fe921a5b.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
}
#s-cfc26c72-9ae8-4d9d-84d7-c0fe98ac7a79 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cfc26c72-9ae8-4d9d-84d7-c0fe98ac7a79 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-cfc26c72-9ae8-4d9d-84d7-c0fe98ac7a79 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-52258ba8-c0a8-420f-8afc-696f399281c8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-52258ba8-c0a8-420f-8afc-696f399281c8 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-52258ba8-c0a8-420f-8afc-696f399281c8 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-52258ba8-c0a8-420f-8afc-696f399281c8 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (max-width: 767px){#s-52258ba8-c0a8-420f-8afc-696f399281c8 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}
#s-c310b33f-da03-4ebb-94ee-68b1748eefaf {
  margin-left: auto;
margin-right: auto;
}

#s-c310b33f-da03-4ebb-94ee-68b1748eefaf .shg-proportional-font-size,
#s-c310b33f-da03-4ebb-94ee-68b1748eefaf .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-8679c228-337a-47bc-ac8e-75b7d5332752 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-8679c228-337a-47bc-ac8e-75b7d5332752:hover {background-color: rgba(227, 227, 227, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8679c228-337a-47bc-ac8e-75b7d5332752:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-8679c228-337a-47bc-ac8e-75b7d5332752 {
  margin-top: 30px;
}
}

  #s-8679c228-337a-47bc-ac8e-75b7d5332752-root {
    text-align: center;
  }


#s-8679c228-337a-47bc-ac8e-75b7d5332752.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-8679c228-337a-47bc-ac8e-75b7d5332752-root {
    text-align: center;
  }


#s-8679c228-337a-47bc-ac8e-75b7d5332752.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8679c228-337a-47bc-ac8e-75b7d5332752-root {
    text-align: center;
  }


#s-8679c228-337a-47bc-ac8e-75b7d5332752.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8679c228-337a-47bc-ac8e-75b7d5332752-root {
    text-align: center;
  }


#s-8679c228-337a-47bc-ac8e-75b7d5332752.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-8679c228-337a-47bc-ac8e-75b7d5332752-root {
    text-align: center;
  }


#s-8679c228-337a-47bc-ac8e-75b7d5332752.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-d1d1dfee-0018-473e-a575-f447d5a45359 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-d1d1dfee-0018-473e-a575-f447d5a45359:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d1d1dfee-0018-473e-a575-f447d5a45359:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d1d1dfee-0018-473e-a575-f447d5a45359-root {
    text-align: center;
  }


#s-d1d1dfee-0018-473e-a575-f447d5a45359.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-d1d1dfee-0018-473e-a575-f447d5a45359-root {
    text-align: center;
  }


#s-d1d1dfee-0018-473e-a575-f447d5a45359.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d1d1dfee-0018-473e-a575-f447d5a45359-root {
    text-align: center;
  }


#s-d1d1dfee-0018-473e-a575-f447d5a45359.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d1d1dfee-0018-473e-a575-f447d5a45359-root {
    text-align: center;
  }


#s-d1d1dfee-0018-473e-a575-f447d5a45359.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-d1d1dfee-0018-473e-a575-f447d5a45359-root {
    text-align: center;
  }


#s-d1d1dfee-0018-473e-a575-f447d5a45359.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-6b568261-f152-4655-af8c-88aac69b854d {
  margin-top: 35px;
margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-6b568261-f152-4655-af8c-88aac69b854d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6b568261-f152-4655-af8c-88aac69b854d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media (min-width: 768px) and (max-width: 991px){






#s-6b568261-f152-4655-af8c-88aac69b854d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6b568261-f152-4655-af8c-88aac69b854d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-1ea37885-7a79-4327-8e59-9d5678bca4e2 {
  margin-top: 5%;
margin-left: 0%;
margin-right: 15%;
max-width: 464px;
text-align: center;
}
@media (min-width: 1200px){#s-1ea37885-7a79-4327-8e59-9d5678bca4e2 {
  max-width: 400px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1ea37885-7a79-4327-8e59-9d5678bca4e2 {
  max-width: 300px;
}
}@media (max-width: 767px){#s-1ea37885-7a79-4327-8e59-9d5678bca4e2 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 15%;
margin-right: 0%;
max-width: 350px;
}
}
#s-1ea37885-7a79-4327-8e59-9d5678bca4e2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1ea37885-7a79-4327-8e59-9d5678bca4e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1ea37885-7a79-4327-8e59-9d5678bca4e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-1ea37885-7a79-4327-8e59-9d5678bca4e2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1ea37885-7a79-4327-8e59-9d5678bca4e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1ea37885-7a79-4327-8e59-9d5678bca4e2 img.shogun-image {
  width: 100%;
  
  
  max-width: 464px;

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




.s-1ea37885-7a79-4327-8e59-9d5678bca4e2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1ea37885-7a79-4327-8e59-9d5678bca4e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ea37885-7a79-4327-8e59-9d5678bca4e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ea37885-7a79-4327-8e59-9d5678bca4e2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-1ea37885-7a79-4327-8e59-9d5678bca4e2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1ea37885-7a79-4327-8e59-9d5678bca4e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1ea37885-7a79-4327-8e59-9d5678bca4e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1ea37885-7a79-4327-8e59-9d5678bca4e2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1ea37885-7a79-4327-8e59-9d5678bca4e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1ea37885-7a79-4327-8e59-9d5678bca4e2 img.shogun-image {
  width: 100%;
  
  
  max-width: 400px;

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




.s-1ea37885-7a79-4327-8e59-9d5678bca4e2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1ea37885-7a79-4327-8e59-9d5678bca4e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ea37885-7a79-4327-8e59-9d5678bca4e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ea37885-7a79-4327-8e59-9d5678bca4e2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-1ea37885-7a79-4327-8e59-9d5678bca4e2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1ea37885-7a79-4327-8e59-9d5678bca4e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1ea37885-7a79-4327-8e59-9d5678bca4e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1ea37885-7a79-4327-8e59-9d5678bca4e2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1ea37885-7a79-4327-8e59-9d5678bca4e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1ea37885-7a79-4327-8e59-9d5678bca4e2 img.shogun-image {
  width: 100%;
  
  
  max-width: 300px;

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




.s-1ea37885-7a79-4327-8e59-9d5678bca4e2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1ea37885-7a79-4327-8e59-9d5678bca4e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ea37885-7a79-4327-8e59-9d5678bca4e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ea37885-7a79-4327-8e59-9d5678bca4e2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-1ea37885-7a79-4327-8e59-9d5678bca4e2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1ea37885-7a79-4327-8e59-9d5678bca4e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1ea37885-7a79-4327-8e59-9d5678bca4e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1ea37885-7a79-4327-8e59-9d5678bca4e2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1ea37885-7a79-4327-8e59-9d5678bca4e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1ea37885-7a79-4327-8e59-9d5678bca4e2 img.shogun-image {
  width: 100%;
  
  
  

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




.s-1ea37885-7a79-4327-8e59-9d5678bca4e2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1ea37885-7a79-4327-8e59-9d5678bca4e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ea37885-7a79-4327-8e59-9d5678bca4e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ea37885-7a79-4327-8e59-9d5678bca4e2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-1ea37885-7a79-4327-8e59-9d5678bca4e2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1ea37885-7a79-4327-8e59-9d5678bca4e2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1ea37885-7a79-4327-8e59-9d5678bca4e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-1ea37885-7a79-4327-8e59-9d5678bca4e2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1ea37885-7a79-4327-8e59-9d5678bca4e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1ea37885-7a79-4327-8e59-9d5678bca4e2 img.shogun-image {
  width: 100%;
  
  
  max-width: 350px;

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




.s-1ea37885-7a79-4327-8e59-9d5678bca4e2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1ea37885-7a79-4327-8e59-9d5678bca4e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ea37885-7a79-4327-8e59-9d5678bca4e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ea37885-7a79-4327-8e59-9d5678bca4e2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}
