.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-d709019f-93a2-4e7b-9ecf-37670cb7b9b1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-d709019f-93a2-4e7b-9ecf-37670cb7b9b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d709019f-93a2-4e7b-9ecf-37670cb7b9b1.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-a6458229-bce2-4ccc-81bd-c95560bc7dee {
  margin-top: 0px;
margin-left: 20%;
margin-bottom: 0px;
margin-right: 20%;
padding-top: 5px;
padding-bottom: 5px;
}
@media (min-width: 1200px){#s-a6458229-bce2-4ccc-81bd-c95560bc7dee {
  display: none;
}
#s-a6458229-bce2-4ccc-81bd-c95560bc7dee, #wrap-s-a6458229-bce2-4ccc-81bd-c95560bc7dee, #wrap-content-s-a6458229-bce2-4ccc-81bd-c95560bc7dee { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a6458229-bce2-4ccc-81bd-c95560bc7dee {
  display: none;
}
#s-a6458229-bce2-4ccc-81bd-c95560bc7dee, #wrap-s-a6458229-bce2-4ccc-81bd-c95560bc7dee, #wrap-content-s-a6458229-bce2-4ccc-81bd-c95560bc7dee { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a6458229-bce2-4ccc-81bd-c95560bc7dee {
  margin-left: 0%;
margin-right: 0%;
display: none;
}
#s-a6458229-bce2-4ccc-81bd-c95560bc7dee, #wrap-s-a6458229-bce2-4ccc-81bd-c95560bc7dee, #wrap-content-s-a6458229-bce2-4ccc-81bd-c95560bc7dee { display: none !important; }}@media (max-width: 767px){#s-a6458229-bce2-4ccc-81bd-c95560bc7dee {
  margin-left: 1%;
margin-right: 1%;
}
}
@media (min-width: 0px) {
[id="s-a6458229-bce2-4ccc-81bd-c95560bc7dee"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-a6458229-bce2-4ccc-81bd-c95560bc7dee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-a6458229-bce2-4ccc-81bd-c95560bc7dee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-a6458229-bce2-4ccc-81bd-c95560bc7dee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

.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: 400;
  font-family: "Montserrat";
}

.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-00ffcaac-70b1-4596-a92b-b94045182e34 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
border-radius: 5px;
background-color: rgba(242, 242, 242, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(40, 40, 40, 1);
}
#s-00ffcaac-70b1-4596-a92b-b94045182e34:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-00ffcaac-70b1-4596-a92b-b94045182e34:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-00ffcaac-70b1-4596-a92b-b94045182e34-root {
    text-align: center;
  }


#s-00ffcaac-70b1-4596-a92b-b94045182e34.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-00ffcaac-70b1-4596-a92b-b94045182e34-root {
    text-align: center;
  }


#s-00ffcaac-70b1-4596-a92b-b94045182e34.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-00ffcaac-70b1-4596-a92b-b94045182e34-root {
    text-align: center;
  }


#s-00ffcaac-70b1-4596-a92b-b94045182e34.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-00ffcaac-70b1-4596-a92b-b94045182e34-root {
    text-align: center;
  }


#s-00ffcaac-70b1-4596-a92b-b94045182e34.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-00ffcaac-70b1-4596-a92b-b94045182e34-root {
    text-align: center;
  }


#s-00ffcaac-70b1-4596-a92b-b94045182e34.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-043cbb9e-23d4-4a6e-b26f-25c9b1389b80 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
border-radius: 5px;
background-color: rgba(0, 130, 150, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-043cbb9e-23d4-4a6e-b26f-25c9b1389b80:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-043cbb9e-23d4-4a6e-b26f-25c9b1389b80:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-043cbb9e-23d4-4a6e-b26f-25c9b1389b80-root {
    text-align: center;
  }


#s-043cbb9e-23d4-4a6e-b26f-25c9b1389b80.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-043cbb9e-23d4-4a6e-b26f-25c9b1389b80-root {
    text-align: center;
  }


#s-043cbb9e-23d4-4a6e-b26f-25c9b1389b80.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-043cbb9e-23d4-4a6e-b26f-25c9b1389b80-root {
    text-align: center;
  }


#s-043cbb9e-23d4-4a6e-b26f-25c9b1389b80.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-043cbb9e-23d4-4a6e-b26f-25c9b1389b80-root {
    text-align: center;
  }


#s-043cbb9e-23d4-4a6e-b26f-25c9b1389b80.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-043cbb9e-23d4-4a6e-b26f-25c9b1389b80-root {
    text-align: center;
  }


#s-043cbb9e-23d4-4a6e-b26f-25c9b1389b80.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-7632e55f-5b4e-4310-bbb1-5dcabb37165c {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-7632e55f-5b4e-4310-bbb1-5dcabb37165c:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(40, 40, 40, 1) !important;}#s-7632e55f-5b4e-4310-bbb1-5dcabb37165c:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-7632e55f-5b4e-4310-bbb1-5dcabb37165c {
  display: none;
}
#s-7632e55f-5b4e-4310-bbb1-5dcabb37165c, #wrap-s-7632e55f-5b4e-4310-bbb1-5dcabb37165c, #wrap-content-s-7632e55f-5b4e-4310-bbb1-5dcabb37165c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7632e55f-5b4e-4310-bbb1-5dcabb37165c {
  display: none;
}
#s-7632e55f-5b4e-4310-bbb1-5dcabb37165c, #wrap-s-7632e55f-5b4e-4310-bbb1-5dcabb37165c, #wrap-content-s-7632e55f-5b4e-4310-bbb1-5dcabb37165c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7632e55f-5b4e-4310-bbb1-5dcabb37165c {
  display: none;
}
#s-7632e55f-5b4e-4310-bbb1-5dcabb37165c, #wrap-s-7632e55f-5b4e-4310-bbb1-5dcabb37165c, #wrap-content-s-7632e55f-5b4e-4310-bbb1-5dcabb37165c { display: none !important; }}

  #s-7632e55f-5b4e-4310-bbb1-5dcabb37165c-root {
    text-align: center;
  }


#s-7632e55f-5b4e-4310-bbb1-5dcabb37165c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7632e55f-5b4e-4310-bbb1-5dcabb37165c-root {
    text-align: center;
  }


#s-7632e55f-5b4e-4310-bbb1-5dcabb37165c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7632e55f-5b4e-4310-bbb1-5dcabb37165c-root {
    text-align: center;
  }


#s-7632e55f-5b4e-4310-bbb1-5dcabb37165c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7632e55f-5b4e-4310-bbb1-5dcabb37165c-root {
    text-align: center;
  }


#s-7632e55f-5b4e-4310-bbb1-5dcabb37165c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7632e55f-5b4e-4310-bbb1-5dcabb37165c-root {
    text-align: center;
  }


#s-7632e55f-5b4e-4310-bbb1-5dcabb37165c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-85d2d49d-c046-46f2-8a5c-15602ff57962 {
  margin-top: 5px;
margin-left: 20%;
margin-bottom: 5px;
margin-right: 20%;
padding-top: 5px;
padding-bottom: 5px;
background-color: rgba(40, 40, 40, 1);
}
@media (min-width: 1200px){#s-85d2d49d-c046-46f2-8a5c-15602ff57962 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-85d2d49d-c046-46f2-8a5c-15602ff57962 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-85d2d49d-c046-46f2-8a5c-15602ff57962 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-85d2d49d-c046-46f2-8a5c-15602ff57962 {
  margin-left: 0%;
margin-right: 0%;
display: none;
}
#s-85d2d49d-c046-46f2-8a5c-15602ff57962, #wrap-s-85d2d49d-c046-46f2-8a5c-15602ff57962, #wrap-content-s-85d2d49d-c046-46f2-8a5c-15602ff57962 { display: none !important; }}
@media (min-width: 0px) {
[id="s-85d2d49d-c046-46f2-8a5c-15602ff57962"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-85d2d49d-c046-46f2-8a5c-15602ff57962"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-85d2d49d-c046-46f2-8a5c-15602ff57962"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-85d2d49d-c046-46f2-8a5c-15602ff57962"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-6f59a19c-3b57-425b-b81b-1a5f90202f82 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
border-radius: 5px;
background-color: rgba(242, 242, 242, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(40, 40, 40, 1);
}
#s-6f59a19c-3b57-425b-b81b-1a5f90202f82:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-6f59a19c-3b57-425b-b81b-1a5f90202f82:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6f59a19c-3b57-425b-b81b-1a5f90202f82-root {
    text-align: center;
  }


#s-6f59a19c-3b57-425b-b81b-1a5f90202f82.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6f59a19c-3b57-425b-b81b-1a5f90202f82-root {
    text-align: center;
  }


#s-6f59a19c-3b57-425b-b81b-1a5f90202f82.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6f59a19c-3b57-425b-b81b-1a5f90202f82-root {
    text-align: center;
  }


#s-6f59a19c-3b57-425b-b81b-1a5f90202f82.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6f59a19c-3b57-425b-b81b-1a5f90202f82-root {
    text-align: center;
  }


#s-6f59a19c-3b57-425b-b81b-1a5f90202f82.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6f59a19c-3b57-425b-b81b-1a5f90202f82-root {
    text-align: center;
  }


#s-6f59a19c-3b57-425b-b81b-1a5f90202f82.shg-btn {
  color: rgba(40, 40, 40, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-6fe982e3-58bc-4257-a94b-de38a393e0f5 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
border-radius: 5px;
background-color: rgba(0, 130, 150, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-6fe982e3-58bc-4257-a94b-de38a393e0f5:hover {background-color: rgba(165, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6fe982e3-58bc-4257-a94b-de38a393e0f5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6fe982e3-58bc-4257-a94b-de38a393e0f5-root {
    text-align: center;
  }


#s-6fe982e3-58bc-4257-a94b-de38a393e0f5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6fe982e3-58bc-4257-a94b-de38a393e0f5-root {
    text-align: center;
  }


#s-6fe982e3-58bc-4257-a94b-de38a393e0f5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6fe982e3-58bc-4257-a94b-de38a393e0f5-root {
    text-align: center;
  }


#s-6fe982e3-58bc-4257-a94b-de38a393e0f5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6fe982e3-58bc-4257-a94b-de38a393e0f5-root {
    text-align: center;
  }


#s-6fe982e3-58bc-4257-a94b-de38a393e0f5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6fe982e3-58bc-4257-a94b-de38a393e0f5-root {
    text-align: center;
  }


#s-6fe982e3-58bc-4257-a94b-de38a393e0f5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-12e390ff-0657-4a56-8bc8-5bc1e33fb2ff {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-12e390ff-0657-4a56-8bc8-5bc1e33fb2ff:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(40, 40, 40, 1) !important;}#s-12e390ff-0657-4a56-8bc8-5bc1e33fb2ff:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-12e390ff-0657-4a56-8bc8-5bc1e33fb2ff-root {
    text-align: center;
  }


#s-12e390ff-0657-4a56-8bc8-5bc1e33fb2ff.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-12e390ff-0657-4a56-8bc8-5bc1e33fb2ff-root {
    text-align: center;
  }


#s-12e390ff-0657-4a56-8bc8-5bc1e33fb2ff.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-12e390ff-0657-4a56-8bc8-5bc1e33fb2ff-root {
    text-align: center;
  }


#s-12e390ff-0657-4a56-8bc8-5bc1e33fb2ff.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-12e390ff-0657-4a56-8bc8-5bc1e33fb2ff-root {
    text-align: center;
  }


#s-12e390ff-0657-4a56-8bc8-5bc1e33fb2ff.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-12e390ff-0657-4a56-8bc8-5bc1e33fb2ff-root {
    text-align: center;
  }


#s-12e390ff-0657-4a56-8bc8-5bc1e33fb2ff.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-dac1721c-1fef-45f7-bf04-9f26d4a39cf5 {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
}
@media (min-width: 1200px){#s-dac1721c-1fef-45f7-bf04-9f26d4a39cf5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dac1721c-1fef-45f7-bf04-9f26d4a39cf5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dac1721c-1fef-45f7-bf04-9f26d4a39cf5 {
  display: none;
}
#s-dac1721c-1fef-45f7-bf04-9f26d4a39cf5, #wrap-s-dac1721c-1fef-45f7-bf04-9f26d4a39cf5, #wrap-content-s-dac1721c-1fef-45f7-bf04-9f26d4a39cf5 { display: none !important; }}@media (max-width: 767px){#s-dac1721c-1fef-45f7-bf04-9f26d4a39cf5 {
  display: none;
}
#s-dac1721c-1fef-45f7-bf04-9f26d4a39cf5, #wrap-s-dac1721c-1fef-45f7-bf04-9f26d4a39cf5, #wrap-content-s-dac1721c-1fef-45f7-bf04-9f26d4a39cf5 { display: none !important; }}
@media (min-width: 0px) {
[id="s-dac1721c-1fef-45f7-bf04-9f26d4a39cf5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dac1721c-1fef-45f7-bf04-9f26d4a39cf5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-dac1721c-1fef-45f7-bf04-9f26d4a39cf5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-dac1721c-1fef-45f7-bf04-9f26d4a39cf5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-dac1721c-1fef-45f7-bf04-9f26d4a39cf5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-dac1721c-1fef-45f7-bf04-9f26d4a39cf5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-dac1721c-1fef-45f7-bf04-9f26d4a39cf5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

.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-0017e7ce-7f69-4209-8624-b77ba0d03adf {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
text-align: center;
}

#s-0017e7ce-7f69-4209-8624-b77ba0d03adf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0017e7ce-7f69-4209-8624-b77ba0d03adf-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-0017e7ce-7f69-4209-8624-b77ba0d03adf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 10px;
  margin-bottom: 10px;
}

#s-0017e7ce-7f69-4209-8624-b77ba0d03adf .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-0017e7ce-7f69-4209-8624-b77ba0d03adf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0017e7ce-7f69-4209-8624-b77ba0d03adf 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-0017e7ce-7f69-4209-8624-b77ba0d03adf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0017e7ce-7f69-4209-8624-b77ba0d03adf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0017e7ce-7f69-4209-8624-b77ba0d03adf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0017e7ce-7f69-4209-8624-b77ba0d03adf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-0017e7ce-7f69-4209-8624-b77ba0d03adf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0017e7ce-7f69-4209-8624-b77ba0d03adf-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-0017e7ce-7f69-4209-8624-b77ba0d03adf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0017e7ce-7f69-4209-8624-b77ba0d03adf .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-0017e7ce-7f69-4209-8624-b77ba0d03adf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0017e7ce-7f69-4209-8624-b77ba0d03adf 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-0017e7ce-7f69-4209-8624-b77ba0d03adf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0017e7ce-7f69-4209-8624-b77ba0d03adf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0017e7ce-7f69-4209-8624-b77ba0d03adf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0017e7ce-7f69-4209-8624-b77ba0d03adf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-0017e7ce-7f69-4209-8624-b77ba0d03adf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0017e7ce-7f69-4209-8624-b77ba0d03adf-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-0017e7ce-7f69-4209-8624-b77ba0d03adf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0017e7ce-7f69-4209-8624-b77ba0d03adf .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-0017e7ce-7f69-4209-8624-b77ba0d03adf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0017e7ce-7f69-4209-8624-b77ba0d03adf 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-0017e7ce-7f69-4209-8624-b77ba0d03adf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0017e7ce-7f69-4209-8624-b77ba0d03adf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0017e7ce-7f69-4209-8624-b77ba0d03adf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0017e7ce-7f69-4209-8624-b77ba0d03adf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-0017e7ce-7f69-4209-8624-b77ba0d03adf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0017e7ce-7f69-4209-8624-b77ba0d03adf-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-0017e7ce-7f69-4209-8624-b77ba0d03adf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0017e7ce-7f69-4209-8624-b77ba0d03adf .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-0017e7ce-7f69-4209-8624-b77ba0d03adf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0017e7ce-7f69-4209-8624-b77ba0d03adf 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-0017e7ce-7f69-4209-8624-b77ba0d03adf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0017e7ce-7f69-4209-8624-b77ba0d03adf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0017e7ce-7f69-4209-8624-b77ba0d03adf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0017e7ce-7f69-4209-8624-b77ba0d03adf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-0017e7ce-7f69-4209-8624-b77ba0d03adf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0017e7ce-7f69-4209-8624-b77ba0d03adf-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-0017e7ce-7f69-4209-8624-b77ba0d03adf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0017e7ce-7f69-4209-8624-b77ba0d03adf .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-0017e7ce-7f69-4209-8624-b77ba0d03adf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0017e7ce-7f69-4209-8624-b77ba0d03adf 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-0017e7ce-7f69-4209-8624-b77ba0d03adf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0017e7ce-7f69-4209-8624-b77ba0d03adf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0017e7ce-7f69-4209-8624-b77ba0d03adf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0017e7ce-7f69-4209-8624-b77ba0d03adf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-5386a319-c7de-458c-9c36-7eaa4c91e2fb {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 3000px;
aspect-ratio: 3000/960;
text-align: center;
}

#s-5386a319-c7de-458c-9c36-7eaa4c91e2fb {
  margin: 0 !important;
  overflow: visible;
}

#s-5386a319-c7de-458c-9c36-7eaa4c91e2fb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5386a319-c7de-458c-9c36-7eaa4c91e2fb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 5px;
}

.shg-image-content-margin-container-s-5386a319-c7de-458c-9c36-7eaa4c91e2fb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5386a319-c7de-458c-9c36-7eaa4c91e2fb img.shogun-image {
  /* Add background color handling */
  
}

#s-5386a319-c7de-458c-9c36-7eaa4c91e2fb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5386a319-c7de-458c-9c36-7eaa4c91e2fb .shg-image-content-wrapper {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }

    #s-5386a319-c7de-458c-9c36-7eaa4c91e2fb .shogun-image-link {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5386a319-c7de-458c-9c36-7eaa4c91e2fb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5386a319-c7de-458c-9c36-7eaa4c91e2fb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5386a319-c7de-458c-9c36-7eaa4c91e2fb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-5386a319-c7de-458c-9c36-7eaa4c91e2fb.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-5386a319-c7de-458c-9c36-7eaa4c91e2fb .shogun-image-content {
  
    justify-content: center;
  
}

.s-5386a319-c7de-458c-9c36-7eaa4c91e2fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5386a319-c7de-458c-9c36-7eaa4c91e2fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5386a319-c7de-458c-9c36-7eaa4c91e2fb.shogun-image {
  box-sizing: border-box;
}


.s-5386a319-c7de-458c-9c36-7eaa4c91e2fb .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-5386a319-c7de-458c-9c36-7eaa4c91e2fb .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-5386a319-c7de-458c-9c36-7eaa4c91e2fb .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-5386a319-c7de-458c-9c36-7eaa4c91e2fb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5386a319-c7de-458c-9c36-7eaa4c91e2fb {
      --shg-aspect-ratio: calc(3000/960); 
    }

    .s-5386a319-c7de-458c-9c36-7eaa4c91e2fb.shogun-image-container {
      position: relative;
    }

    .s-5386a319-c7de-458c-9c36-7eaa4c91e2fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5386a319-c7de-458c-9c36-7eaa4c91e2fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5386a319-c7de-458c-9c36-7eaa4c91e2fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-5386a319-c7de-458c-9c36-7eaa4c91e2fb {
  margin: 0 !important;
  overflow: visible;
}

#s-5386a319-c7de-458c-9c36-7eaa4c91e2fb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5386a319-c7de-458c-9c36-7eaa4c91e2fb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5386a319-c7de-458c-9c36-7eaa4c91e2fb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5386a319-c7de-458c-9c36-7eaa4c91e2fb img.shogun-image {
  /* Add background color handling */
  
}

#s-5386a319-c7de-458c-9c36-7eaa4c91e2fb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5386a319-c7de-458c-9c36-7eaa4c91e2fb .shg-image-content-wrapper {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }

    #s-5386a319-c7de-458c-9c36-7eaa4c91e2fb .shogun-image-link {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5386a319-c7de-458c-9c36-7eaa4c91e2fb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5386a319-c7de-458c-9c36-7eaa4c91e2fb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5386a319-c7de-458c-9c36-7eaa4c91e2fb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-5386a319-c7de-458c-9c36-7eaa4c91e2fb.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-5386a319-c7de-458c-9c36-7eaa4c91e2fb .shogun-image-content {
  
    justify-content: center;
  
}

.s-5386a319-c7de-458c-9c36-7eaa4c91e2fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5386a319-c7de-458c-9c36-7eaa4c91e2fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5386a319-c7de-458c-9c36-7eaa4c91e2fb.shogun-image {
  box-sizing: border-box;
}


.s-5386a319-c7de-458c-9c36-7eaa4c91e2fb .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-5386a319-c7de-458c-9c36-7eaa4c91e2fb .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-5386a319-c7de-458c-9c36-7eaa4c91e2fb .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-5386a319-c7de-458c-9c36-7eaa4c91e2fb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5386a319-c7de-458c-9c36-7eaa4c91e2fb {
      --shg-aspect-ratio: calc(3000/960); 
    }

    .s-5386a319-c7de-458c-9c36-7eaa4c91e2fb.shogun-image-container {
      position: relative;
    }

    .s-5386a319-c7de-458c-9c36-7eaa4c91e2fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5386a319-c7de-458c-9c36-7eaa4c91e2fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5386a319-c7de-458c-9c36-7eaa4c91e2fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5386a319-c7de-458c-9c36-7eaa4c91e2fb {
  margin: 0 !important;
  overflow: visible;
}

#s-5386a319-c7de-458c-9c36-7eaa4c91e2fb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5386a319-c7de-458c-9c36-7eaa4c91e2fb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5386a319-c7de-458c-9c36-7eaa4c91e2fb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5386a319-c7de-458c-9c36-7eaa4c91e2fb img.shogun-image {
  /* Add background color handling */
  
}

#s-5386a319-c7de-458c-9c36-7eaa4c91e2fb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5386a319-c7de-458c-9c36-7eaa4c91e2fb .shg-image-content-wrapper {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }

    #s-5386a319-c7de-458c-9c36-7eaa4c91e2fb .shogun-image-link {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5386a319-c7de-458c-9c36-7eaa4c91e2fb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5386a319-c7de-458c-9c36-7eaa4c91e2fb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5386a319-c7de-458c-9c36-7eaa4c91e2fb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-5386a319-c7de-458c-9c36-7eaa4c91e2fb.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-5386a319-c7de-458c-9c36-7eaa4c91e2fb .shogun-image-content {
  
    justify-content: center;
  
}

.s-5386a319-c7de-458c-9c36-7eaa4c91e2fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5386a319-c7de-458c-9c36-7eaa4c91e2fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5386a319-c7de-458c-9c36-7eaa4c91e2fb.shogun-image {
  box-sizing: border-box;
}


.s-5386a319-c7de-458c-9c36-7eaa4c91e2fb .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-5386a319-c7de-458c-9c36-7eaa4c91e2fb .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-5386a319-c7de-458c-9c36-7eaa4c91e2fb .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-5386a319-c7de-458c-9c36-7eaa4c91e2fb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5386a319-c7de-458c-9c36-7eaa4c91e2fb {
      --shg-aspect-ratio: calc(3000/960); 
    }

    .s-5386a319-c7de-458c-9c36-7eaa4c91e2fb.shogun-image-container {
      position: relative;
    }

    .s-5386a319-c7de-458c-9c36-7eaa4c91e2fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5386a319-c7de-458c-9c36-7eaa4c91e2fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5386a319-c7de-458c-9c36-7eaa4c91e2fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5386a319-c7de-458c-9c36-7eaa4c91e2fb {
  margin: 0 !important;
  overflow: visible;
}

#s-5386a319-c7de-458c-9c36-7eaa4c91e2fb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5386a319-c7de-458c-9c36-7eaa4c91e2fb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5386a319-c7de-458c-9c36-7eaa4c91e2fb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5386a319-c7de-458c-9c36-7eaa4c91e2fb img.shogun-image {
  /* Add background color handling */
  
}

#s-5386a319-c7de-458c-9c36-7eaa4c91e2fb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5386a319-c7de-458c-9c36-7eaa4c91e2fb .shg-image-content-wrapper {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }

    #s-5386a319-c7de-458c-9c36-7eaa4c91e2fb .shogun-image-link {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5386a319-c7de-458c-9c36-7eaa4c91e2fb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5386a319-c7de-458c-9c36-7eaa4c91e2fb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5386a319-c7de-458c-9c36-7eaa4c91e2fb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-5386a319-c7de-458c-9c36-7eaa4c91e2fb.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-5386a319-c7de-458c-9c36-7eaa4c91e2fb .shogun-image-content {
  
    justify-content: center;
  
}

.s-5386a319-c7de-458c-9c36-7eaa4c91e2fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5386a319-c7de-458c-9c36-7eaa4c91e2fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5386a319-c7de-458c-9c36-7eaa4c91e2fb.shogun-image {
  box-sizing: border-box;
}


.s-5386a319-c7de-458c-9c36-7eaa4c91e2fb .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-5386a319-c7de-458c-9c36-7eaa4c91e2fb .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-5386a319-c7de-458c-9c36-7eaa4c91e2fb .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-5386a319-c7de-458c-9c36-7eaa4c91e2fb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5386a319-c7de-458c-9c36-7eaa4c91e2fb {
      --shg-aspect-ratio: calc(3000/960); 
    }

    .s-5386a319-c7de-458c-9c36-7eaa4c91e2fb.shogun-image-container {
      position: relative;
    }

    .s-5386a319-c7de-458c-9c36-7eaa4c91e2fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5386a319-c7de-458c-9c36-7eaa4c91e2fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5386a319-c7de-458c-9c36-7eaa4c91e2fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-5386a319-c7de-458c-9c36-7eaa4c91e2fb {
  margin: 0 !important;
  overflow: visible;
}

#s-5386a319-c7de-458c-9c36-7eaa4c91e2fb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5386a319-c7de-458c-9c36-7eaa4c91e2fb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5386a319-c7de-458c-9c36-7eaa4c91e2fb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5386a319-c7de-458c-9c36-7eaa4c91e2fb img.shogun-image {
  /* Add background color handling */
  
}

#s-5386a319-c7de-458c-9c36-7eaa4c91e2fb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5386a319-c7de-458c-9c36-7eaa4c91e2fb .shg-image-content-wrapper {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }

    #s-5386a319-c7de-458c-9c36-7eaa4c91e2fb .shogun-image-link {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5386a319-c7de-458c-9c36-7eaa4c91e2fb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5386a319-c7de-458c-9c36-7eaa4c91e2fb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5386a319-c7de-458c-9c36-7eaa4c91e2fb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-5386a319-c7de-458c-9c36-7eaa4c91e2fb.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-5386a319-c7de-458c-9c36-7eaa4c91e2fb .shogun-image-content {
  
    justify-content: center;
  
}

.s-5386a319-c7de-458c-9c36-7eaa4c91e2fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5386a319-c7de-458c-9c36-7eaa4c91e2fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5386a319-c7de-458c-9c36-7eaa4c91e2fb.shogun-image {
  box-sizing: border-box;
}


.s-5386a319-c7de-458c-9c36-7eaa4c91e2fb .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-5386a319-c7de-458c-9c36-7eaa4c91e2fb .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-5386a319-c7de-458c-9c36-7eaa4c91e2fb .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-5386a319-c7de-458c-9c36-7eaa4c91e2fb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5386a319-c7de-458c-9c36-7eaa4c91e2fb {
      --shg-aspect-ratio: calc(3000/960); 
    }

    .s-5386a319-c7de-458c-9c36-7eaa4c91e2fb.shogun-image-container {
      position: relative;
    }

    .s-5386a319-c7de-458c-9c36-7eaa4c91e2fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5386a319-c7de-458c-9c36-7eaa4c91e2fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5386a319-c7de-458c-9c36-7eaa4c91e2fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 3000px;
aspect-ratio: 3000/960;
text-align: center;
}

#s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 {
  margin: 0 !important;
  overflow: visible;
}

#s-ca771854-4cb9-4e27-9ed3-a5883f0d4426-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 5px;
  margin-bottom: 5px;
}

.shg-image-content-margin-container-s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 img.shogun-image {
  /* Add background color handling */
  
}

#s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 .shg-image-content-wrapper {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }

    #s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 .shogun-image-link {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca771854-4cb9-4e27-9ed3-a5883f0d4426.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-ca771854-4cb9-4e27-9ed3-a5883f0d4426.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca771854-4cb9-4e27-9ed3-a5883f0d4426.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca771854-4cb9-4e27-9ed3-a5883f0d4426.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca771854-4cb9-4e27-9ed3-a5883f0d4426.shogun-image {
  box-sizing: border-box;
}


.s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 {
      --shg-aspect-ratio: calc(3000/960); 
    }

    .s-ca771854-4cb9-4e27-9ed3-a5883f0d4426.shogun-image-container {
      position: relative;
    }

    .s-ca771854-4cb9-4e27-9ed3-a5883f0d4426.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca771854-4cb9-4e27-9ed3-a5883f0d4426.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 {
  margin: 0 !important;
  overflow: visible;
}

#s-ca771854-4cb9-4e27-9ed3-a5883f0d4426-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 img.shogun-image {
  /* Add background color handling */
  
}

#s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 .shg-image-content-wrapper {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }

    #s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 .shogun-image-link {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca771854-4cb9-4e27-9ed3-a5883f0d4426.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-ca771854-4cb9-4e27-9ed3-a5883f0d4426.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca771854-4cb9-4e27-9ed3-a5883f0d4426.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca771854-4cb9-4e27-9ed3-a5883f0d4426.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca771854-4cb9-4e27-9ed3-a5883f0d4426.shogun-image {
  box-sizing: border-box;
}


.s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 {
      --shg-aspect-ratio: calc(3000/960); 
    }

    .s-ca771854-4cb9-4e27-9ed3-a5883f0d4426.shogun-image-container {
      position: relative;
    }

    .s-ca771854-4cb9-4e27-9ed3-a5883f0d4426.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca771854-4cb9-4e27-9ed3-a5883f0d4426.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 {
  margin: 0 !important;
  overflow: visible;
}

#s-ca771854-4cb9-4e27-9ed3-a5883f0d4426-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 img.shogun-image {
  /* Add background color handling */
  
}

#s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 .shg-image-content-wrapper {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }

    #s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 .shogun-image-link {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca771854-4cb9-4e27-9ed3-a5883f0d4426.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-ca771854-4cb9-4e27-9ed3-a5883f0d4426.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca771854-4cb9-4e27-9ed3-a5883f0d4426.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca771854-4cb9-4e27-9ed3-a5883f0d4426.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca771854-4cb9-4e27-9ed3-a5883f0d4426.shogun-image {
  box-sizing: border-box;
}


.s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 {
      --shg-aspect-ratio: calc(3000/960); 
    }

    .s-ca771854-4cb9-4e27-9ed3-a5883f0d4426.shogun-image-container {
      position: relative;
    }

    .s-ca771854-4cb9-4e27-9ed3-a5883f0d4426.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca771854-4cb9-4e27-9ed3-a5883f0d4426.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 {
  margin: 0 !important;
  overflow: visible;
}

#s-ca771854-4cb9-4e27-9ed3-a5883f0d4426-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 img.shogun-image {
  /* Add background color handling */
  
}

#s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 .shg-image-content-wrapper {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }

    #s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 .shogun-image-link {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca771854-4cb9-4e27-9ed3-a5883f0d4426.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-ca771854-4cb9-4e27-9ed3-a5883f0d4426.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca771854-4cb9-4e27-9ed3-a5883f0d4426.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca771854-4cb9-4e27-9ed3-a5883f0d4426.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca771854-4cb9-4e27-9ed3-a5883f0d4426.shogun-image {
  box-sizing: border-box;
}


.s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 {
      --shg-aspect-ratio: calc(3000/960); 
    }

    .s-ca771854-4cb9-4e27-9ed3-a5883f0d4426.shogun-image-container {
      position: relative;
    }

    .s-ca771854-4cb9-4e27-9ed3-a5883f0d4426.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca771854-4cb9-4e27-9ed3-a5883f0d4426.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 {
  margin: 0 !important;
  overflow: visible;
}

#s-ca771854-4cb9-4e27-9ed3-a5883f0d4426-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 img.shogun-image {
  /* Add background color handling */
  
}

#s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 .shg-image-content-wrapper {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }

    #s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 .shogun-image-link {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca771854-4cb9-4e27-9ed3-a5883f0d4426.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-ca771854-4cb9-4e27-9ed3-a5883f0d4426.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ca771854-4cb9-4e27-9ed3-a5883f0d4426.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca771854-4cb9-4e27-9ed3-a5883f0d4426.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca771854-4cb9-4e27-9ed3-a5883f0d4426.shogun-image {
  box-sizing: border-box;
}


.s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 {
      --shg-aspect-ratio: calc(3000/960); 
    }

    .s-ca771854-4cb9-4e27-9ed3-a5883f0d4426.shogun-image-container {
      position: relative;
    }

    .s-ca771854-4cb9-4e27-9ed3-a5883f0d4426.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca771854-4cb9-4e27-9ed3-a5883f0d4426.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 3000px;
aspect-ratio: 3000/960;
text-align: center;
}
@media (min-width: 1200px){#s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 {
  display: none;
}
#s-1b86c4af-7007-46e3-b83b-3b9d16e85be4, #wrap-s-1b86c4af-7007-46e3-b83b-3b9d16e85be4, #wrap-content-s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 { display: none !important; }}@media (max-width: 767px){#s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 {
  display: none;
}
#s-1b86c4af-7007-46e3-b83b-3b9d16e85be4, #wrap-s-1b86c4af-7007-46e3-b83b-3b9d16e85be4, #wrap-content-s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 { display: none !important; }}
#s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 {
  margin: 0 !important;
  overflow: visible;
}

#s-1b86c4af-7007-46e3-b83b-3b9d16e85be4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 5px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 img.shogun-image {
  /* Add background color handling */
  
}

#s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 .shg-image-content-wrapper {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }

    #s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 .shogun-image-link {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b86c4af-7007-46e3-b83b-3b9d16e85be4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-1b86c4af-7007-46e3-b83b-3b9d16e85be4.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b86c4af-7007-46e3-b83b-3b9d16e85be4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b86c4af-7007-46e3-b83b-3b9d16e85be4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b86c4af-7007-46e3-b83b-3b9d16e85be4.shogun-image {
  box-sizing: border-box;
}


.s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 {
      --shg-aspect-ratio: calc(3000/960); 
    }

    .s-1b86c4af-7007-46e3-b83b-3b9d16e85be4.shogun-image-container {
      position: relative;
    }

    .s-1b86c4af-7007-46e3-b83b-3b9d16e85be4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b86c4af-7007-46e3-b83b-3b9d16e85be4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 {
  margin: 0 !important;
  overflow: visible;
}

#s-1b86c4af-7007-46e3-b83b-3b9d16e85be4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 img.shogun-image {
  /* Add background color handling */
  
}

#s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 .shg-image-content-wrapper {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }

    #s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 .shogun-image-link {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b86c4af-7007-46e3-b83b-3b9d16e85be4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-1b86c4af-7007-46e3-b83b-3b9d16e85be4.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b86c4af-7007-46e3-b83b-3b9d16e85be4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b86c4af-7007-46e3-b83b-3b9d16e85be4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b86c4af-7007-46e3-b83b-3b9d16e85be4.shogun-image {
  box-sizing: border-box;
}


.s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 {
      --shg-aspect-ratio: calc(3000/960); 
    }

    .s-1b86c4af-7007-46e3-b83b-3b9d16e85be4.shogun-image-container {
      position: relative;
    }

    .s-1b86c4af-7007-46e3-b83b-3b9d16e85be4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b86c4af-7007-46e3-b83b-3b9d16e85be4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 {
  margin: 0 !important;
  overflow: visible;
}

#s-1b86c4af-7007-46e3-b83b-3b9d16e85be4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 img.shogun-image {
  /* Add background color handling */
  
}

#s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 .shg-image-content-wrapper {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }

    #s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 .shogun-image-link {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b86c4af-7007-46e3-b83b-3b9d16e85be4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-1b86c4af-7007-46e3-b83b-3b9d16e85be4.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b86c4af-7007-46e3-b83b-3b9d16e85be4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b86c4af-7007-46e3-b83b-3b9d16e85be4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b86c4af-7007-46e3-b83b-3b9d16e85be4.shogun-image {
  box-sizing: border-box;
}


.s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 {
      --shg-aspect-ratio: calc(3000/960); 
    }

    .s-1b86c4af-7007-46e3-b83b-3b9d16e85be4.shogun-image-container {
      position: relative;
    }

    .s-1b86c4af-7007-46e3-b83b-3b9d16e85be4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b86c4af-7007-46e3-b83b-3b9d16e85be4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 {
  margin: 0 !important;
  overflow: visible;
}

#s-1b86c4af-7007-46e3-b83b-3b9d16e85be4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 img.shogun-image {
  /* Add background color handling */
  
}

#s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 .shg-image-content-wrapper {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }

    #s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 .shogun-image-link {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b86c4af-7007-46e3-b83b-3b9d16e85be4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-1b86c4af-7007-46e3-b83b-3b9d16e85be4.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b86c4af-7007-46e3-b83b-3b9d16e85be4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b86c4af-7007-46e3-b83b-3b9d16e85be4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b86c4af-7007-46e3-b83b-3b9d16e85be4.shogun-image {
  box-sizing: border-box;
}


.s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 {
      --shg-aspect-ratio: calc(3000/960); 
    }

    .s-1b86c4af-7007-46e3-b83b-3b9d16e85be4.shogun-image-container {
      position: relative;
    }

    .s-1b86c4af-7007-46e3-b83b-3b9d16e85be4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b86c4af-7007-46e3-b83b-3b9d16e85be4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 {
  margin: 0 !important;
  overflow: visible;
}

#s-1b86c4af-7007-46e3-b83b-3b9d16e85be4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 img.shogun-image {
  /* Add background color handling */
  
}

#s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 .shg-image-content-wrapper {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }

    #s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 .shogun-image-link {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b86c4af-7007-46e3-b83b-3b9d16e85be4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-1b86c4af-7007-46e3-b83b-3b9d16e85be4.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b86c4af-7007-46e3-b83b-3b9d16e85be4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b86c4af-7007-46e3-b83b-3b9d16e85be4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b86c4af-7007-46e3-b83b-3b9d16e85be4.shogun-image {
  box-sizing: border-box;
}


.s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 {
      --shg-aspect-ratio: calc(3000/960); 
    }

    .s-1b86c4af-7007-46e3-b83b-3b9d16e85be4.shogun-image-container {
      position: relative;
    }

    .s-1b86c4af-7007-46e3-b83b-3b9d16e85be4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b86c4af-7007-46e3-b83b-3b9d16e85be4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-e9d89d22-813f-4dd7-b9c4-127ced45cf0c {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-e9d89d22-813f-4dd7-b9c4-127ced45cf0c {
  margin-left: 2%;
margin-right: 2%;
display: none;
}
#s-e9d89d22-813f-4dd7-b9c4-127ced45cf0c, #wrap-s-e9d89d22-813f-4dd7-b9c4-127ced45cf0c, #wrap-content-s-e9d89d22-813f-4dd7-b9c4-127ced45cf0c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e9d89d22-813f-4dd7-b9c4-127ced45cf0c {
  display: none;
}
#s-e9d89d22-813f-4dd7-b9c4-127ced45cf0c, #wrap-s-e9d89d22-813f-4dd7-b9c4-127ced45cf0c, #wrap-content-s-e9d89d22-813f-4dd7-b9c4-127ced45cf0c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e9d89d22-813f-4dd7-b9c4-127ced45cf0c {
  margin-left: 0%;
margin-right: 0%;
display: none;
}
#s-e9d89d22-813f-4dd7-b9c4-127ced45cf0c, #wrap-s-e9d89d22-813f-4dd7-b9c4-127ced45cf0c, #wrap-content-s-e9d89d22-813f-4dd7-b9c4-127ced45cf0c { display: none !important; }}@media (max-width: 767px){#s-e9d89d22-813f-4dd7-b9c4-127ced45cf0c {
  margin-left: 1%;
margin-right: 1%;
display: none;
}
#s-e9d89d22-813f-4dd7-b9c4-127ced45cf0c, #wrap-s-e9d89d22-813f-4dd7-b9c4-127ced45cf0c, #wrap-content-s-e9d89d22-813f-4dd7-b9c4-127ced45cf0c { display: none !important; }}
@media (min-width: 0px) {
[id="s-e9d89d22-813f-4dd7-b9c4-127ced45cf0c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e9d89d22-813f-4dd7-b9c4-127ced45cf0c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-e9d89d22-813f-4dd7-b9c4-127ced45cf0c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-e9d89d22-813f-4dd7-b9c4-127ced45cf0c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 3000px;
aspect-ratio: 3000/960;
text-align: center;
}

#s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 {
  margin: 0 !important;
  overflow: visible;
}

#s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 img.shogun-image {
  /* Add background color handling */
  
}

#s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 .shg-image-content-wrapper {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }

    #s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 .shogun-image-link {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 .shogun-image-content {
  
    justify-content: center;
  
}

.s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99.shogun-image {
  box-sizing: border-box;
}


.s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 {
      --shg-aspect-ratio: calc(3000/960); 
    }

    .s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99.shogun-image-container {
      position: relative;
    }

    .s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 {
  margin: 0 !important;
  overflow: visible;
}

#s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 img.shogun-image {
  /* Add background color handling */
  
}

#s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 .shg-image-content-wrapper {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }

    #s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 .shogun-image-link {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 .shogun-image-content {
  
    justify-content: center;
  
}

.s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99.shogun-image {
  box-sizing: border-box;
}


.s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 {
      --shg-aspect-ratio: calc(3000/960); 
    }

    .s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99.shogun-image-container {
      position: relative;
    }

    .s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 {
  margin: 0 !important;
  overflow: visible;
}

#s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 img.shogun-image {
  /* Add background color handling */
  
}

#s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 .shg-image-content-wrapper {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }

    #s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 .shogun-image-link {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 .shogun-image-content {
  
    justify-content: center;
  
}

.s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99.shogun-image {
  box-sizing: border-box;
}


.s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 {
      --shg-aspect-ratio: calc(3000/960); 
    }

    .s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99.shogun-image-container {
      position: relative;
    }

    .s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 {
  margin: 0 !important;
  overflow: visible;
}

#s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 img.shogun-image {
  /* Add background color handling */
  
}

#s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 .shg-image-content-wrapper {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }

    #s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 .shogun-image-link {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 .shogun-image-content {
  
    justify-content: center;
  
}

.s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99.shogun-image {
  box-sizing: border-box;
}


.s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 {
      --shg-aspect-ratio: calc(3000/960); 
    }

    .s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99.shogun-image-container {
      position: relative;
    }

    .s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 {
  margin: 0 !important;
  overflow: visible;
}

#s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 img.shogun-image {
  /* Add background color handling */
  
}

#s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 .shg-image-content-wrapper {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }

    #s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 .shogun-image-link {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 .shogun-image-content {
  
    justify-content: center;
  
}

.s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99.shogun-image {
  box-sizing: border-box;
}


.s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 {
      --shg-aspect-ratio: calc(3000/960); 
    }

    .s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99.shogun-image-container {
      position: relative;
    }

    .s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33f5a76b-e7f4-42a6-82e8-b221d3a78d99 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 3000px;
aspect-ratio: 3000/960;
text-align: center;
}

#s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 {
  margin: 0 !important;
  overflow: visible;
}

#s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 img.shogun-image {
  /* Add background color handling */
  
}

#s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 .shg-image-content-wrapper {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }

    #s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 .shogun-image-link {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621.shogun-image {
  box-sizing: border-box;
}


.s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 {
      --shg-aspect-ratio: calc(3000/960); 
    }

    .s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621.shogun-image-container {
      position: relative;
    }

    .s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 {
  margin: 0 !important;
  overflow: visible;
}

#s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 img.shogun-image {
  /* Add background color handling */
  
}

#s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 .shg-image-content-wrapper {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }

    #s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 .shogun-image-link {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621.shogun-image {
  box-sizing: border-box;
}


.s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 {
      --shg-aspect-ratio: calc(3000/960); 
    }

    .s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621.shogun-image-container {
      position: relative;
    }

    .s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 {
  margin: 0 !important;
  overflow: visible;
}

#s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 img.shogun-image {
  /* Add background color handling */
  
}

#s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 .shg-image-content-wrapper {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }

    #s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 .shogun-image-link {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621.shogun-image {
  box-sizing: border-box;
}


.s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 {
      --shg-aspect-ratio: calc(3000/960); 
    }

    .s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621.shogun-image-container {
      position: relative;
    }

    .s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 {
  margin: 0 !important;
  overflow: visible;
}

#s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 img.shogun-image {
  /* Add background color handling */
  
}

#s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 .shg-image-content-wrapper {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }

    #s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 .shogun-image-link {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621.shogun-image {
  box-sizing: border-box;
}


.s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 {
      --shg-aspect-ratio: calc(3000/960); 
    }

    .s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621.shogun-image-container {
      position: relative;
    }

    .s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 {
  margin: 0 !important;
  overflow: visible;
}

#s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 img.shogun-image {
  /* Add background color handling */
  
}

#s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 .shg-image-content-wrapper {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }

    #s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 .shogun-image-link {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621.shogun-image {
  box-sizing: border-box;
}


.s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 {
      --shg-aspect-ratio: calc(3000/960); 
    }

    .s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621.shogun-image-container {
      position: relative;
    }

    .s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cdbe11a4-8cc4-454b-b1f7-0b0ee0d00621 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-5ab4df9a-9ee5-4e04-826b-3b5d92308991 {
  margin-left: auto;
margin-right: auto;
max-width: 1408px;
text-align: center;
}
@media (min-width: 1200px){#s-5ab4df9a-9ee5-4e04-826b-3b5d92308991 {
  display: none;
}
#s-5ab4df9a-9ee5-4e04-826b-3b5d92308991, #wrap-s-5ab4df9a-9ee5-4e04-826b-3b5d92308991, #wrap-content-s-5ab4df9a-9ee5-4e04-826b-3b5d92308991 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5ab4df9a-9ee5-4e04-826b-3b5d92308991 {
  display: none;
}
#s-5ab4df9a-9ee5-4e04-826b-3b5d92308991, #wrap-s-5ab4df9a-9ee5-4e04-826b-3b5d92308991, #wrap-content-s-5ab4df9a-9ee5-4e04-826b-3b5d92308991 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5ab4df9a-9ee5-4e04-826b-3b5d92308991 {
  
}
}@media (max-width: 767px){#s-5ab4df9a-9ee5-4e04-826b-3b5d92308991 {
  margin-top: 5px;
margin-bottom: 5px;
}
}
#s-5ab4df9a-9ee5-4e04-826b-3b5d92308991 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5ab4df9a-9ee5-4e04-826b-3b5d92308991-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-5ab4df9a-9ee5-4e04-826b-3b5d92308991 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5ab4df9a-9ee5-4e04-826b-3b5d92308991 .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-5ab4df9a-9ee5-4e04-826b-3b5d92308991 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5ab4df9a-9ee5-4e04-826b-3b5d92308991 img.shogun-image {
  width: 100%;
  
  
  max-width: 1408px;

      
    max-width: 1408px;

  /* 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-5ab4df9a-9ee5-4e04-826b-3b5d92308991 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5ab4df9a-9ee5-4e04-826b-3b5d92308991.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ab4df9a-9ee5-4e04-826b-3b5d92308991.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ab4df9a-9ee5-4e04-826b-3b5d92308991.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-5ab4df9a-9ee5-4e04-826b-3b5d92308991 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5ab4df9a-9ee5-4e04-826b-3b5d92308991-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-5ab4df9a-9ee5-4e04-826b-3b5d92308991 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5ab4df9a-9ee5-4e04-826b-3b5d92308991 .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-5ab4df9a-9ee5-4e04-826b-3b5d92308991 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5ab4df9a-9ee5-4e04-826b-3b5d92308991 img.shogun-image {
  width: 100%;
  
  
  max-width: 1408px;

      
    max-width: 1408px;

  /* 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-5ab4df9a-9ee5-4e04-826b-3b5d92308991 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5ab4df9a-9ee5-4e04-826b-3b5d92308991.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ab4df9a-9ee5-4e04-826b-3b5d92308991.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ab4df9a-9ee5-4e04-826b-3b5d92308991.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-5ab4df9a-9ee5-4e04-826b-3b5d92308991 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5ab4df9a-9ee5-4e04-826b-3b5d92308991-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-5ab4df9a-9ee5-4e04-826b-3b5d92308991 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5ab4df9a-9ee5-4e04-826b-3b5d92308991 .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-5ab4df9a-9ee5-4e04-826b-3b5d92308991 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5ab4df9a-9ee5-4e04-826b-3b5d92308991 img.shogun-image {
  width: 100%;
  
  
  max-width: 1408px;

      
    max-width: 1408px;

  /* 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-5ab4df9a-9ee5-4e04-826b-3b5d92308991 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5ab4df9a-9ee5-4e04-826b-3b5d92308991.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ab4df9a-9ee5-4e04-826b-3b5d92308991.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ab4df9a-9ee5-4e04-826b-3b5d92308991.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-5ab4df9a-9ee5-4e04-826b-3b5d92308991 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5ab4df9a-9ee5-4e04-826b-3b5d92308991-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-5ab4df9a-9ee5-4e04-826b-3b5d92308991 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5ab4df9a-9ee5-4e04-826b-3b5d92308991 .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-5ab4df9a-9ee5-4e04-826b-3b5d92308991 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5ab4df9a-9ee5-4e04-826b-3b5d92308991 img.shogun-image {
  width: 100%;
  
  
  max-width: 1408px;

      
    max-width: 1408px;

  /* 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-5ab4df9a-9ee5-4e04-826b-3b5d92308991 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5ab4df9a-9ee5-4e04-826b-3b5d92308991.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ab4df9a-9ee5-4e04-826b-3b5d92308991.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ab4df9a-9ee5-4e04-826b-3b5d92308991.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-5ab4df9a-9ee5-4e04-826b-3b5d92308991 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5ab4df9a-9ee5-4e04-826b-3b5d92308991-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-5ab4df9a-9ee5-4e04-826b-3b5d92308991 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 5px;
  margin-bottom: 5px;
}

#s-5ab4df9a-9ee5-4e04-826b-3b5d92308991 .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-5ab4df9a-9ee5-4e04-826b-3b5d92308991 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5ab4df9a-9ee5-4e04-826b-3b5d92308991 img.shogun-image {
  width: 100%;
  
  
  max-width: 1408px;

      
    max-width: 1408px;

  /* 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-5ab4df9a-9ee5-4e04-826b-3b5d92308991 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5ab4df9a-9ee5-4e04-826b-3b5d92308991.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ab4df9a-9ee5-4e04-826b-3b5d92308991.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ab4df9a-9ee5-4e04-826b-3b5d92308991.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-32c396aa-fe4b-49f5-9c66-f8bb2a4449c1 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-32c396aa-fe4b-49f5-9c66-f8bb2a4449c1 {
  display: none;
}
#s-32c396aa-fe4b-49f5-9c66-f8bb2a4449c1, #wrap-s-32c396aa-fe4b-49f5-9c66-f8bb2a4449c1, #wrap-content-s-32c396aa-fe4b-49f5-9c66-f8bb2a4449c1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-32c396aa-fe4b-49f5-9c66-f8bb2a4449c1 {
  display: none;
}
#s-32c396aa-fe4b-49f5-9c66-f8bb2a4449c1, #wrap-s-32c396aa-fe4b-49f5-9c66-f8bb2a4449c1, #wrap-content-s-32c396aa-fe4b-49f5-9c66-f8bb2a4449c1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-32c396aa-fe4b-49f5-9c66-f8bb2a4449c1 {
  display: none;
}
#s-32c396aa-fe4b-49f5-9c66-f8bb2a4449c1, #wrap-s-32c396aa-fe4b-49f5-9c66-f8bb2a4449c1, #wrap-content-s-32c396aa-fe4b-49f5-9c66-f8bb2a4449c1 { display: none !important; }}
@media (min-width: 0px) {
[id="s-32c396aa-fe4b-49f5-9c66-f8bb2a4449c1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-32c396aa-fe4b-49f5-9c66-f8bb2a4449c1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-32c396aa-fe4b-49f5-9c66-f8bb2a4449c1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-32c396aa-fe4b-49f5-9c66-f8bb2a4449c1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 3000px;
aspect-ratio: 3000/960;
text-align: center;
}

#s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 {
  margin: 0 !important;
  overflow: visible;
}

#s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 5px;
  margin-bottom: 5px;
}

.shg-image-content-margin-container-s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 img.shogun-image {
  /* Add background color handling */
  
}

#s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 .shg-image-content-wrapper {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }

    #s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 .shogun-image-link {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15.shogun-image {
  box-sizing: border-box;
}


.s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 {
      --shg-aspect-ratio: calc(3000/960); 
    }

    .s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15.shogun-image-container {
      position: relative;
    }

    .s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 {
  margin: 0 !important;
  overflow: visible;
}

#s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 img.shogun-image {
  /* Add background color handling */
  
}

#s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 .shg-image-content-wrapper {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }

    #s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 .shogun-image-link {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15.shogun-image {
  box-sizing: border-box;
}


.s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 {
      --shg-aspect-ratio: calc(3000/960); 
    }

    .s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15.shogun-image-container {
      position: relative;
    }

    .s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 {
  margin: 0 !important;
  overflow: visible;
}

#s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 img.shogun-image {
  /* Add background color handling */
  
}

#s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 .shg-image-content-wrapper {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }

    #s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 .shogun-image-link {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15.shogun-image {
  box-sizing: border-box;
}


.s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 {
      --shg-aspect-ratio: calc(3000/960); 
    }

    .s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15.shogun-image-container {
      position: relative;
    }

    .s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 {
  margin: 0 !important;
  overflow: visible;
}

#s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 img.shogun-image {
  /* Add background color handling */
  
}

#s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 .shg-image-content-wrapper {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }

    #s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 .shogun-image-link {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15.shogun-image {
  box-sizing: border-box;
}


.s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 {
      --shg-aspect-ratio: calc(3000/960); 
    }

    .s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15.shogun-image-container {
      position: relative;
    }

    .s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 {
  margin: 0 !important;
  overflow: visible;
}

#s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 img.shogun-image {
  /* Add background color handling */
  
}

#s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 .shg-image-content-wrapper {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }

    #s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 .shogun-image-link {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15.shogun-image {
  box-sizing: border-box;
}


.s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 {
      --shg-aspect-ratio: calc(3000/960); 
    }

    .s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15.shogun-image-container {
      position: relative;
    }

    .s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f58b1d7f-d801-4cb1-8e36-04dc008e6f15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 3000px;
aspect-ratio: 3000/960;
text-align: center;
}

#s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef {
  margin: 0 !important;
  overflow: visible;
}

#s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 5px;
  margin-bottom: 5px;
}

.shg-image-content-margin-container-s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef img.shogun-image {
  /* Add background color handling */
  
}

#s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  border-radius: 10px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef .shg-image-content-wrapper {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }

    #s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef .shogun-image-link {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef .shogun-image-content {
  
    justify-content: center;
  
}

.s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef.shogun-image {
  box-sizing: border-box;
}


.s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef {
      --shg-aspect-ratio: calc(3000/960); 
    }

    .s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef.shogun-image-container {
      position: relative;
    }

    .s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef {
  margin: 0 !important;
  overflow: visible;
}

#s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef img.shogun-image {
  /* Add background color handling */
  
}

#s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef .shg-image-content-wrapper {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }

    #s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef .shogun-image-link {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef .shogun-image-content {
  
    justify-content: center;
  
}

.s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef.shogun-image {
  box-sizing: border-box;
}


.s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef {
      --shg-aspect-ratio: calc(3000/960); 
    }

    .s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef.shogun-image-container {
      position: relative;
    }

    .s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef {
  margin: 0 !important;
  overflow: visible;
}

#s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef img.shogun-image {
  /* Add background color handling */
  
}

#s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef .shg-image-content-wrapper {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }

    #s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef .shogun-image-link {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef .shogun-image-content {
  
    justify-content: center;
  
}

.s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef.shogun-image {
  box-sizing: border-box;
}


.s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef {
      --shg-aspect-ratio: calc(3000/960); 
    }

    .s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef.shogun-image-container {
      position: relative;
    }

    .s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef {
  margin: 0 !important;
  overflow: visible;
}

#s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef img.shogun-image {
  /* Add background color handling */
  
}

#s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef .shg-image-content-wrapper {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }

    #s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef .shogun-image-link {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef .shogun-image-content {
  
    justify-content: center;
  
}

.s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef.shogun-image {
  box-sizing: border-box;
}


.s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef {
      --shg-aspect-ratio: calc(3000/960); 
    }

    .s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef.shogun-image-container {
      position: relative;
    }

    .s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef {
  margin: 0 !important;
  overflow: visible;
}

#s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef img.shogun-image {
  /* Add background color handling */
  
}

#s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef .shg-image-content-wrapper {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }

    #s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef .shogun-image-link {
      aspect-ratio: 3000/960;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef .shogun-image-content {
  
    justify-content: center;
  
}

.s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef.shogun-image {
  box-sizing: border-box;
}


.s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef {
      --shg-aspect-ratio: calc(3000/960); 
    }

    .s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef.shogun-image-container {
      position: relative;
    }

    .s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c33e00c9-4a62-49d2-805f-eb8aa66bd1ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-4fb6c23e-1e27-4077-a547-36dc7e88693d {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
min-height: 50px;
}
@media (max-width: 767px){#s-4fb6c23e-1e27-4077-a547-36dc7e88693d {
  display: none;
}
#s-4fb6c23e-1e27-4077-a547-36dc7e88693d, #wrap-s-4fb6c23e-1e27-4077-a547-36dc7e88693d, #wrap-content-s-4fb6c23e-1e27-4077-a547-36dc7e88693d { display: none !important; }}







#s-4fb6c23e-1e27-4077-a547-36dc7e88693d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4fb6c23e-1e27-4077-a547-36dc7e88693d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content > div {
  width: 100%;
}

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

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

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

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

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

#s-bfe4d555-b466-4981-bd8e-a39a758c0b4e {
  margin-left: 28%;
margin-right: 28%;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}
@media (max-width: 767px){#s-bfe4d555-b466-4981-bd8e-a39a758c0b4e {
  display: none;
}
#s-bfe4d555-b466-4981-bd8e-a39a758c0b4e, #wrap-s-bfe4d555-b466-4981-bd8e-a39a758c0b4e, #wrap-content-s-bfe4d555-b466-4981-bd8e-a39a758c0b4e { display: none !important; }}
#s-bfe4d555-b466-4981-bd8e-a39a758c0b4e {
  overflow: hidden;
  
  
}







  #s-bfe4d555-b466-4981-bd8e-a39a758c0b4e img.shogun-image {
    

    
    
    
  }


#s-bfe4d555-b466-4981-bd8e-a39a758c0b4e .shogun-image-content {
  
    justify-content: center;
  
}

#s-59c95ef8-bbf2-40d7-9b1c-dc7ad7757069 {
  margin-left: 5%;
margin-right: 5%;
}
@media (max-width: 767px){#s-59c95ef8-bbf2-40d7-9b1c-dc7ad7757069 {
  display: none;
}
#s-59c95ef8-bbf2-40d7-9b1c-dc7ad7757069, #wrap-s-59c95ef8-bbf2-40d7-9b1c-dc7ad7757069, #wrap-content-s-59c95ef8-bbf2-40d7-9b1c-dc7ad7757069 { display: none !important; }}
@media (min-width: 0px) {
[id="s-59c95ef8-bbf2-40d7-9b1c-dc7ad7757069"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-59c95ef8-bbf2-40d7-9b1c-dc7ad7757069"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-59c95ef8-bbf2-40d7-9b1c-dc7ad7757069"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-59c95ef8-bbf2-40d7-9b1c-dc7ad7757069"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-59c95ef8-bbf2-40d7-9b1c-dc7ad7757069"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-59c95ef8-bbf2-40d7-9b1c-dc7ad7757069"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-59c95ef8-bbf2-40d7-9b1c-dc7ad7757069"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

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

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

@media (max-width: 767px){#s-eb2c0c53-e960-4e2f-9135-783ec42cff36 {
  display: none;
}
#s-eb2c0c53-e960-4e2f-9135-783ec42cff36, #wrap-s-eb2c0c53-e960-4e2f-9135-783ec42cff36, #wrap-content-s-eb2c0c53-e960-4e2f-9135-783ec42cff36 { display: none !important; }}
#s-eb2c0c53-e960-4e2f-9135-783ec42cff36 hr {
  border-top: 4px solid rgba(165, 0, 0, 1);
}

#s-d6e502f9-0720-4172-8546-df30715843d2 {
  box-shadow:0px 4px 6px 1px rgba(40, 40, 40, 0.28);
margin-top: auto;
margin-bottom: 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: rgba(165, 0, 0, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d6e502f9-0720-4172-8546-df30715843d2:hover {background-color: rgba(242, 242, 242, 1) !important;
text-decoration: none !important;
color: rgba(40, 40, 40, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d6e502f9-0720-4172-8546-df30715843d2:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-d6e502f9-0720-4172-8546-df30715843d2 {
  text-align: center;
}
}@media (max-width: 767px){#s-d6e502f9-0720-4172-8546-df30715843d2 {
  padding-top: 0px;
padding-bottom: 0px;
}
}

  #s-d6e502f9-0720-4172-8546-df30715843d2-root {
    text-align: center;
  }


#s-d6e502f9-0720-4172-8546-df30715843d2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d6e502f9-0720-4172-8546-df30715843d2-root {
    text-align: center;
  }


#s-d6e502f9-0720-4172-8546-df30715843d2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d6e502f9-0720-4172-8546-df30715843d2-root {
    text-align: center;
  }


#s-d6e502f9-0720-4172-8546-df30715843d2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d6e502f9-0720-4172-8546-df30715843d2-root {
    text-align: center;
  }


#s-d6e502f9-0720-4172-8546-df30715843d2.shg-btn {
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d6e502f9-0720-4172-8546-df30715843d2-root {
    text-align: center;
  }


#s-d6e502f9-0720-4172-8546-df30715843d2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
@media (max-width: 767px){#s-8a1a482a-b477-4e70-ad9b-77cc649b6711 {
  display: none;
}
#s-8a1a482a-b477-4e70-ad9b-77cc649b6711, #wrap-s-8a1a482a-b477-4e70-ad9b-77cc649b6711, #wrap-content-s-8a1a482a-b477-4e70-ad9b-77cc649b6711 { display: none !important; }}
#s-8a1a482a-b477-4e70-ad9b-77cc649b6711 hr {
  border-top: 4px solid rgba(165, 0, 0, 1);
}

#s-cce444a5-d219-4519-acfd-d2e5e36b25bc {
  margin-left: 2%;
margin-right: 2%;
}
@media (min-width: 1200px){#s-cce444a5-d219-4519-acfd-d2e5e36b25bc {
  margin-left: 5%;
margin-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cce444a5-d219-4519-acfd-d2e5e36b25bc {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-cce444a5-d219-4519-acfd-d2e5e36b25bc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-cce444a5-d219-4519-acfd-d2e5e36b25bc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-cce444a5-d219-4519-acfd-d2e5e36b25bc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-cce444a5-d219-4519-acfd-d2e5e36b25bc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-59ef0b70-3619-4beb-8caa-322a2e725fb1 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
aspect-ratio: 3000/2576;
text-align: center;
}

#s-59ef0b70-3619-4beb-8caa-322a2e725fb1 {
  margin: 0 !important;
  overflow: visible;
}

#s-59ef0b70-3619-4beb-8caa-322a2e725fb1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-59ef0b70-3619-4beb-8caa-322a2e725fb1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-59ef0b70-3619-4beb-8caa-322a2e725fb1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-59ef0b70-3619-4beb-8caa-322a2e725fb1 img.shogun-image {
  /* Add background color handling */
  
}

#s-59ef0b70-3619-4beb-8caa-322a2e725fb1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-59ef0b70-3619-4beb-8caa-322a2e725fb1 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-59ef0b70-3619-4beb-8caa-322a2e725fb1 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59ef0b70-3619-4beb-8caa-322a2e725fb1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-59ef0b70-3619-4beb-8caa-322a2e725fb1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-59ef0b70-3619-4beb-8caa-322a2e725fb1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-59ef0b70-3619-4beb-8caa-322a2e725fb1.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-59ef0b70-3619-4beb-8caa-322a2e725fb1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-59ef0b70-3619-4beb-8caa-322a2e725fb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59ef0b70-3619-4beb-8caa-322a2e725fb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59ef0b70-3619-4beb-8caa-322a2e725fb1.shogun-image {
  box-sizing: border-box;
}



.s-59ef0b70-3619-4beb-8caa-322a2e725fb1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-59ef0b70-3619-4beb-8caa-322a2e725fb1 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-59ef0b70-3619-4beb-8caa-322a2e725fb1.shogun-image-container {
      position: relative;
    }

    .s-59ef0b70-3619-4beb-8caa-322a2e725fb1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59ef0b70-3619-4beb-8caa-322a2e725fb1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59ef0b70-3619-4beb-8caa-322a2e725fb1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-59ef0b70-3619-4beb-8caa-322a2e725fb1 {
  margin: 0 !important;
  overflow: visible;
}

#s-59ef0b70-3619-4beb-8caa-322a2e725fb1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-59ef0b70-3619-4beb-8caa-322a2e725fb1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-59ef0b70-3619-4beb-8caa-322a2e725fb1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-59ef0b70-3619-4beb-8caa-322a2e725fb1 img.shogun-image {
  /* Add background color handling */
  
}

#s-59ef0b70-3619-4beb-8caa-322a2e725fb1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-59ef0b70-3619-4beb-8caa-322a2e725fb1 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-59ef0b70-3619-4beb-8caa-322a2e725fb1 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59ef0b70-3619-4beb-8caa-322a2e725fb1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-59ef0b70-3619-4beb-8caa-322a2e725fb1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-59ef0b70-3619-4beb-8caa-322a2e725fb1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-59ef0b70-3619-4beb-8caa-322a2e725fb1.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-59ef0b70-3619-4beb-8caa-322a2e725fb1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-59ef0b70-3619-4beb-8caa-322a2e725fb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59ef0b70-3619-4beb-8caa-322a2e725fb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59ef0b70-3619-4beb-8caa-322a2e725fb1.shogun-image {
  box-sizing: border-box;
}



.s-59ef0b70-3619-4beb-8caa-322a2e725fb1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-59ef0b70-3619-4beb-8caa-322a2e725fb1 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-59ef0b70-3619-4beb-8caa-322a2e725fb1.shogun-image-container {
      position: relative;
    }

    .s-59ef0b70-3619-4beb-8caa-322a2e725fb1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59ef0b70-3619-4beb-8caa-322a2e725fb1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59ef0b70-3619-4beb-8caa-322a2e725fb1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-59ef0b70-3619-4beb-8caa-322a2e725fb1 {
  margin: 0 !important;
  overflow: visible;
}

#s-59ef0b70-3619-4beb-8caa-322a2e725fb1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-59ef0b70-3619-4beb-8caa-322a2e725fb1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-59ef0b70-3619-4beb-8caa-322a2e725fb1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-59ef0b70-3619-4beb-8caa-322a2e725fb1 img.shogun-image {
  /* Add background color handling */
  
}

#s-59ef0b70-3619-4beb-8caa-322a2e725fb1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-59ef0b70-3619-4beb-8caa-322a2e725fb1 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-59ef0b70-3619-4beb-8caa-322a2e725fb1 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59ef0b70-3619-4beb-8caa-322a2e725fb1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-59ef0b70-3619-4beb-8caa-322a2e725fb1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-59ef0b70-3619-4beb-8caa-322a2e725fb1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-59ef0b70-3619-4beb-8caa-322a2e725fb1.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-59ef0b70-3619-4beb-8caa-322a2e725fb1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-59ef0b70-3619-4beb-8caa-322a2e725fb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59ef0b70-3619-4beb-8caa-322a2e725fb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59ef0b70-3619-4beb-8caa-322a2e725fb1.shogun-image {
  box-sizing: border-box;
}



.s-59ef0b70-3619-4beb-8caa-322a2e725fb1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-59ef0b70-3619-4beb-8caa-322a2e725fb1 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-59ef0b70-3619-4beb-8caa-322a2e725fb1.shogun-image-container {
      position: relative;
    }

    .s-59ef0b70-3619-4beb-8caa-322a2e725fb1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59ef0b70-3619-4beb-8caa-322a2e725fb1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59ef0b70-3619-4beb-8caa-322a2e725fb1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-59ef0b70-3619-4beb-8caa-322a2e725fb1 {
  margin: 0 !important;
  overflow: visible;
}

#s-59ef0b70-3619-4beb-8caa-322a2e725fb1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-59ef0b70-3619-4beb-8caa-322a2e725fb1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-59ef0b70-3619-4beb-8caa-322a2e725fb1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-59ef0b70-3619-4beb-8caa-322a2e725fb1 img.shogun-image {
  /* Add background color handling */
  
}

#s-59ef0b70-3619-4beb-8caa-322a2e725fb1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-59ef0b70-3619-4beb-8caa-322a2e725fb1 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-59ef0b70-3619-4beb-8caa-322a2e725fb1 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59ef0b70-3619-4beb-8caa-322a2e725fb1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-59ef0b70-3619-4beb-8caa-322a2e725fb1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-59ef0b70-3619-4beb-8caa-322a2e725fb1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-59ef0b70-3619-4beb-8caa-322a2e725fb1.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-59ef0b70-3619-4beb-8caa-322a2e725fb1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-59ef0b70-3619-4beb-8caa-322a2e725fb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59ef0b70-3619-4beb-8caa-322a2e725fb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59ef0b70-3619-4beb-8caa-322a2e725fb1.shogun-image {
  box-sizing: border-box;
}



.s-59ef0b70-3619-4beb-8caa-322a2e725fb1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-59ef0b70-3619-4beb-8caa-322a2e725fb1 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-59ef0b70-3619-4beb-8caa-322a2e725fb1.shogun-image-container {
      position: relative;
    }

    .s-59ef0b70-3619-4beb-8caa-322a2e725fb1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59ef0b70-3619-4beb-8caa-322a2e725fb1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59ef0b70-3619-4beb-8caa-322a2e725fb1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-59ef0b70-3619-4beb-8caa-322a2e725fb1 {
  margin: 0 !important;
  overflow: visible;
}

#s-59ef0b70-3619-4beb-8caa-322a2e725fb1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-59ef0b70-3619-4beb-8caa-322a2e725fb1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-59ef0b70-3619-4beb-8caa-322a2e725fb1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-59ef0b70-3619-4beb-8caa-322a2e725fb1 img.shogun-image {
  /* Add background color handling */
  
}

#s-59ef0b70-3619-4beb-8caa-322a2e725fb1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-59ef0b70-3619-4beb-8caa-322a2e725fb1 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-59ef0b70-3619-4beb-8caa-322a2e725fb1 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59ef0b70-3619-4beb-8caa-322a2e725fb1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-59ef0b70-3619-4beb-8caa-322a2e725fb1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-59ef0b70-3619-4beb-8caa-322a2e725fb1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-59ef0b70-3619-4beb-8caa-322a2e725fb1.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-59ef0b70-3619-4beb-8caa-322a2e725fb1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-59ef0b70-3619-4beb-8caa-322a2e725fb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59ef0b70-3619-4beb-8caa-322a2e725fb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59ef0b70-3619-4beb-8caa-322a2e725fb1.shogun-image {
  box-sizing: border-box;
}



.s-59ef0b70-3619-4beb-8caa-322a2e725fb1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-59ef0b70-3619-4beb-8caa-322a2e725fb1 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-59ef0b70-3619-4beb-8caa-322a2e725fb1.shogun-image-container {
      position: relative;
    }

    .s-59ef0b70-3619-4beb-8caa-322a2e725fb1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59ef0b70-3619-4beb-8caa-322a2e725fb1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59ef0b70-3619-4beb-8caa-322a2e725fb1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-236409eb-6b85-4b28-94b2-f6ba54d03db7 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
aspect-ratio: 3000/2576;
text-align: center;
}

#s-236409eb-6b85-4b28-94b2-f6ba54d03db7 {
  margin: 0 !important;
  overflow: visible;
}

#s-236409eb-6b85-4b28-94b2-f6ba54d03db7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-236409eb-6b85-4b28-94b2-f6ba54d03db7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-236409eb-6b85-4b28-94b2-f6ba54d03db7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-236409eb-6b85-4b28-94b2-f6ba54d03db7 img.shogun-image {
  /* Add background color handling */
  
}

#s-236409eb-6b85-4b28-94b2-f6ba54d03db7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-236409eb-6b85-4b28-94b2-f6ba54d03db7 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-236409eb-6b85-4b28-94b2-f6ba54d03db7 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-236409eb-6b85-4b28-94b2-f6ba54d03db7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-236409eb-6b85-4b28-94b2-f6ba54d03db7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-236409eb-6b85-4b28-94b2-f6ba54d03db7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-236409eb-6b85-4b28-94b2-f6ba54d03db7.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-236409eb-6b85-4b28-94b2-f6ba54d03db7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-236409eb-6b85-4b28-94b2-f6ba54d03db7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-236409eb-6b85-4b28-94b2-f6ba54d03db7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-236409eb-6b85-4b28-94b2-f6ba54d03db7.shogun-image {
  box-sizing: border-box;
}



.s-236409eb-6b85-4b28-94b2-f6ba54d03db7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-236409eb-6b85-4b28-94b2-f6ba54d03db7 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-236409eb-6b85-4b28-94b2-f6ba54d03db7.shogun-image-container {
      position: relative;
    }

    .s-236409eb-6b85-4b28-94b2-f6ba54d03db7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-236409eb-6b85-4b28-94b2-f6ba54d03db7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-236409eb-6b85-4b28-94b2-f6ba54d03db7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-236409eb-6b85-4b28-94b2-f6ba54d03db7 {
  margin: 0 !important;
  overflow: visible;
}

#s-236409eb-6b85-4b28-94b2-f6ba54d03db7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-236409eb-6b85-4b28-94b2-f6ba54d03db7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-236409eb-6b85-4b28-94b2-f6ba54d03db7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-236409eb-6b85-4b28-94b2-f6ba54d03db7 img.shogun-image {
  /* Add background color handling */
  
}

#s-236409eb-6b85-4b28-94b2-f6ba54d03db7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-236409eb-6b85-4b28-94b2-f6ba54d03db7 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-236409eb-6b85-4b28-94b2-f6ba54d03db7 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-236409eb-6b85-4b28-94b2-f6ba54d03db7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-236409eb-6b85-4b28-94b2-f6ba54d03db7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-236409eb-6b85-4b28-94b2-f6ba54d03db7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-236409eb-6b85-4b28-94b2-f6ba54d03db7.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-236409eb-6b85-4b28-94b2-f6ba54d03db7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-236409eb-6b85-4b28-94b2-f6ba54d03db7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-236409eb-6b85-4b28-94b2-f6ba54d03db7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-236409eb-6b85-4b28-94b2-f6ba54d03db7.shogun-image {
  box-sizing: border-box;
}



.s-236409eb-6b85-4b28-94b2-f6ba54d03db7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-236409eb-6b85-4b28-94b2-f6ba54d03db7 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-236409eb-6b85-4b28-94b2-f6ba54d03db7.shogun-image-container {
      position: relative;
    }

    .s-236409eb-6b85-4b28-94b2-f6ba54d03db7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-236409eb-6b85-4b28-94b2-f6ba54d03db7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-236409eb-6b85-4b28-94b2-f6ba54d03db7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-236409eb-6b85-4b28-94b2-f6ba54d03db7 {
  margin: 0 !important;
  overflow: visible;
}

#s-236409eb-6b85-4b28-94b2-f6ba54d03db7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-236409eb-6b85-4b28-94b2-f6ba54d03db7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-236409eb-6b85-4b28-94b2-f6ba54d03db7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-236409eb-6b85-4b28-94b2-f6ba54d03db7 img.shogun-image {
  /* Add background color handling */
  
}

#s-236409eb-6b85-4b28-94b2-f6ba54d03db7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-236409eb-6b85-4b28-94b2-f6ba54d03db7 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-236409eb-6b85-4b28-94b2-f6ba54d03db7 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-236409eb-6b85-4b28-94b2-f6ba54d03db7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-236409eb-6b85-4b28-94b2-f6ba54d03db7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-236409eb-6b85-4b28-94b2-f6ba54d03db7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-236409eb-6b85-4b28-94b2-f6ba54d03db7.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-236409eb-6b85-4b28-94b2-f6ba54d03db7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-236409eb-6b85-4b28-94b2-f6ba54d03db7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-236409eb-6b85-4b28-94b2-f6ba54d03db7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-236409eb-6b85-4b28-94b2-f6ba54d03db7.shogun-image {
  box-sizing: border-box;
}



.s-236409eb-6b85-4b28-94b2-f6ba54d03db7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-236409eb-6b85-4b28-94b2-f6ba54d03db7 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-236409eb-6b85-4b28-94b2-f6ba54d03db7.shogun-image-container {
      position: relative;
    }

    .s-236409eb-6b85-4b28-94b2-f6ba54d03db7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-236409eb-6b85-4b28-94b2-f6ba54d03db7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-236409eb-6b85-4b28-94b2-f6ba54d03db7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-236409eb-6b85-4b28-94b2-f6ba54d03db7 {
  margin: 0 !important;
  overflow: visible;
}

#s-236409eb-6b85-4b28-94b2-f6ba54d03db7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-236409eb-6b85-4b28-94b2-f6ba54d03db7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-236409eb-6b85-4b28-94b2-f6ba54d03db7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-236409eb-6b85-4b28-94b2-f6ba54d03db7 img.shogun-image {
  /* Add background color handling */
  
}

#s-236409eb-6b85-4b28-94b2-f6ba54d03db7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-236409eb-6b85-4b28-94b2-f6ba54d03db7 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-236409eb-6b85-4b28-94b2-f6ba54d03db7 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-236409eb-6b85-4b28-94b2-f6ba54d03db7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-236409eb-6b85-4b28-94b2-f6ba54d03db7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-236409eb-6b85-4b28-94b2-f6ba54d03db7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-236409eb-6b85-4b28-94b2-f6ba54d03db7.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-236409eb-6b85-4b28-94b2-f6ba54d03db7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-236409eb-6b85-4b28-94b2-f6ba54d03db7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-236409eb-6b85-4b28-94b2-f6ba54d03db7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-236409eb-6b85-4b28-94b2-f6ba54d03db7.shogun-image {
  box-sizing: border-box;
}



.s-236409eb-6b85-4b28-94b2-f6ba54d03db7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-236409eb-6b85-4b28-94b2-f6ba54d03db7 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-236409eb-6b85-4b28-94b2-f6ba54d03db7.shogun-image-container {
      position: relative;
    }

    .s-236409eb-6b85-4b28-94b2-f6ba54d03db7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-236409eb-6b85-4b28-94b2-f6ba54d03db7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-236409eb-6b85-4b28-94b2-f6ba54d03db7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-236409eb-6b85-4b28-94b2-f6ba54d03db7 {
  margin: 0 !important;
  overflow: visible;
}

#s-236409eb-6b85-4b28-94b2-f6ba54d03db7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-236409eb-6b85-4b28-94b2-f6ba54d03db7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-236409eb-6b85-4b28-94b2-f6ba54d03db7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-236409eb-6b85-4b28-94b2-f6ba54d03db7 img.shogun-image {
  /* Add background color handling */
  
}

#s-236409eb-6b85-4b28-94b2-f6ba54d03db7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-236409eb-6b85-4b28-94b2-f6ba54d03db7 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-236409eb-6b85-4b28-94b2-f6ba54d03db7 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-236409eb-6b85-4b28-94b2-f6ba54d03db7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-236409eb-6b85-4b28-94b2-f6ba54d03db7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-236409eb-6b85-4b28-94b2-f6ba54d03db7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-236409eb-6b85-4b28-94b2-f6ba54d03db7.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-236409eb-6b85-4b28-94b2-f6ba54d03db7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-236409eb-6b85-4b28-94b2-f6ba54d03db7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-236409eb-6b85-4b28-94b2-f6ba54d03db7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-236409eb-6b85-4b28-94b2-f6ba54d03db7.shogun-image {
  box-sizing: border-box;
}



.s-236409eb-6b85-4b28-94b2-f6ba54d03db7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-236409eb-6b85-4b28-94b2-f6ba54d03db7 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-236409eb-6b85-4b28-94b2-f6ba54d03db7.shogun-image-container {
      position: relative;
    }

    .s-236409eb-6b85-4b28-94b2-f6ba54d03db7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-236409eb-6b85-4b28-94b2-f6ba54d03db7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-236409eb-6b85-4b28-94b2-f6ba54d03db7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-f4e5ee19-9a37-44c4-b8c4-955b28456912 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-f4e5ee19-9a37-44c4-b8c4-955b28456912 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f4e5ee19-9a37-44c4-b8c4-955b28456912-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-f4e5ee19-9a37-44c4-b8c4-955b28456912 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f4e5ee19-9a37-44c4-b8c4-955b28456912 .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-f4e5ee19-9a37-44c4-b8c4-955b28456912 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f4e5ee19-9a37-44c4-b8c4-955b28456912 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* 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-f4e5ee19-9a37-44c4-b8c4-955b28456912 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f4e5ee19-9a37-44c4-b8c4-955b28456912.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4e5ee19-9a37-44c4-b8c4-955b28456912.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4e5ee19-9a37-44c4-b8c4-955b28456912.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-f4e5ee19-9a37-44c4-b8c4-955b28456912 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f4e5ee19-9a37-44c4-b8c4-955b28456912-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-f4e5ee19-9a37-44c4-b8c4-955b28456912 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f4e5ee19-9a37-44c4-b8c4-955b28456912 .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-f4e5ee19-9a37-44c4-b8c4-955b28456912 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f4e5ee19-9a37-44c4-b8c4-955b28456912 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* 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-f4e5ee19-9a37-44c4-b8c4-955b28456912 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f4e5ee19-9a37-44c4-b8c4-955b28456912.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4e5ee19-9a37-44c4-b8c4-955b28456912.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4e5ee19-9a37-44c4-b8c4-955b28456912.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-f4e5ee19-9a37-44c4-b8c4-955b28456912 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f4e5ee19-9a37-44c4-b8c4-955b28456912-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-f4e5ee19-9a37-44c4-b8c4-955b28456912 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f4e5ee19-9a37-44c4-b8c4-955b28456912 .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-f4e5ee19-9a37-44c4-b8c4-955b28456912 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f4e5ee19-9a37-44c4-b8c4-955b28456912 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* 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-f4e5ee19-9a37-44c4-b8c4-955b28456912 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f4e5ee19-9a37-44c4-b8c4-955b28456912.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4e5ee19-9a37-44c4-b8c4-955b28456912.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4e5ee19-9a37-44c4-b8c4-955b28456912.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-f4e5ee19-9a37-44c4-b8c4-955b28456912 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f4e5ee19-9a37-44c4-b8c4-955b28456912-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-f4e5ee19-9a37-44c4-b8c4-955b28456912 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f4e5ee19-9a37-44c4-b8c4-955b28456912 .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-f4e5ee19-9a37-44c4-b8c4-955b28456912 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f4e5ee19-9a37-44c4-b8c4-955b28456912 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* 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-f4e5ee19-9a37-44c4-b8c4-955b28456912 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f4e5ee19-9a37-44c4-b8c4-955b28456912.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4e5ee19-9a37-44c4-b8c4-955b28456912.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4e5ee19-9a37-44c4-b8c4-955b28456912.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-f4e5ee19-9a37-44c4-b8c4-955b28456912 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f4e5ee19-9a37-44c4-b8c4-955b28456912-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-f4e5ee19-9a37-44c4-b8c4-955b28456912 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f4e5ee19-9a37-44c4-b8c4-955b28456912 .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-f4e5ee19-9a37-44c4-b8c4-955b28456912 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-f4e5ee19-9a37-44c4-b8c4-955b28456912 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* 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-f4e5ee19-9a37-44c4-b8c4-955b28456912 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f4e5ee19-9a37-44c4-b8c4-955b28456912.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4e5ee19-9a37-44c4-b8c4-955b28456912.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4e5ee19-9a37-44c4-b8c4-955b28456912.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b15915f2-bb8a-4612-a5fd-c22a00baafdf {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
aspect-ratio: 1920/1649;
text-align: center;
}

#s-b15915f2-bb8a-4612-a5fd-c22a00baafdf {
  margin: 0 !important;
  overflow: visible;
}

#s-b15915f2-bb8a-4612-a5fd-c22a00baafdf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b15915f2-bb8a-4612-a5fd-c22a00baafdf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b15915f2-bb8a-4612-a5fd-c22a00baafdf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b15915f2-bb8a-4612-a5fd-c22a00baafdf img.shogun-image {
  /* Add background color handling */
  
}

#s-b15915f2-bb8a-4612-a5fd-c22a00baafdf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b15915f2-bb8a-4612-a5fd-c22a00baafdf .shg-image-content-wrapper {
      aspect-ratio: 1920/1649;
      min-width: 100%;
      height: auto;
    }

    #s-b15915f2-bb8a-4612-a5fd-c22a00baafdf .shogun-image-link {
      aspect-ratio: 1920/1649;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b15915f2-bb8a-4612-a5fd-c22a00baafdf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b15915f2-bb8a-4612-a5fd-c22a00baafdf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b15915f2-bb8a-4612-a5fd-c22a00baafdf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-b15915f2-bb8a-4612-a5fd-c22a00baafdf.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-b15915f2-bb8a-4612-a5fd-c22a00baafdf .shogun-image-content {
  
    justify-content: center;
  
}

.s-b15915f2-bb8a-4612-a5fd-c22a00baafdf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b15915f2-bb8a-4612-a5fd-c22a00baafdf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b15915f2-bb8a-4612-a5fd-c22a00baafdf.shogun-image {
  box-sizing: border-box;
}



.s-b15915f2-bb8a-4612-a5fd-c22a00baafdf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b15915f2-bb8a-4612-a5fd-c22a00baafdf {
      --shg-aspect-ratio: calc(1920/1649); 
    }

    .s-b15915f2-bb8a-4612-a5fd-c22a00baafdf.shogun-image-container {
      position: relative;
    }

    .s-b15915f2-bb8a-4612-a5fd-c22a00baafdf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b15915f2-bb8a-4612-a5fd-c22a00baafdf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b15915f2-bb8a-4612-a5fd-c22a00baafdf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-b15915f2-bb8a-4612-a5fd-c22a00baafdf {
  margin: 0 !important;
  overflow: visible;
}

#s-b15915f2-bb8a-4612-a5fd-c22a00baafdf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b15915f2-bb8a-4612-a5fd-c22a00baafdf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b15915f2-bb8a-4612-a5fd-c22a00baafdf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b15915f2-bb8a-4612-a5fd-c22a00baafdf img.shogun-image {
  /* Add background color handling */
  
}

#s-b15915f2-bb8a-4612-a5fd-c22a00baafdf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b15915f2-bb8a-4612-a5fd-c22a00baafdf .shg-image-content-wrapper {
      aspect-ratio: 1920/1649;
      min-width: 100%;
      height: auto;
    }

    #s-b15915f2-bb8a-4612-a5fd-c22a00baafdf .shogun-image-link {
      aspect-ratio: 1920/1649;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b15915f2-bb8a-4612-a5fd-c22a00baafdf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b15915f2-bb8a-4612-a5fd-c22a00baafdf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b15915f2-bb8a-4612-a5fd-c22a00baafdf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-b15915f2-bb8a-4612-a5fd-c22a00baafdf.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-b15915f2-bb8a-4612-a5fd-c22a00baafdf .shogun-image-content {
  
    justify-content: center;
  
}

.s-b15915f2-bb8a-4612-a5fd-c22a00baafdf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b15915f2-bb8a-4612-a5fd-c22a00baafdf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b15915f2-bb8a-4612-a5fd-c22a00baafdf.shogun-image {
  box-sizing: border-box;
}



.s-b15915f2-bb8a-4612-a5fd-c22a00baafdf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b15915f2-bb8a-4612-a5fd-c22a00baafdf {
      --shg-aspect-ratio: calc(1920/1649); 
    }

    .s-b15915f2-bb8a-4612-a5fd-c22a00baafdf.shogun-image-container {
      position: relative;
    }

    .s-b15915f2-bb8a-4612-a5fd-c22a00baafdf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b15915f2-bb8a-4612-a5fd-c22a00baafdf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b15915f2-bb8a-4612-a5fd-c22a00baafdf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b15915f2-bb8a-4612-a5fd-c22a00baafdf {
  margin: 0 !important;
  overflow: visible;
}

#s-b15915f2-bb8a-4612-a5fd-c22a00baafdf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b15915f2-bb8a-4612-a5fd-c22a00baafdf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b15915f2-bb8a-4612-a5fd-c22a00baafdf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b15915f2-bb8a-4612-a5fd-c22a00baafdf img.shogun-image {
  /* Add background color handling */
  
}

#s-b15915f2-bb8a-4612-a5fd-c22a00baafdf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b15915f2-bb8a-4612-a5fd-c22a00baafdf .shg-image-content-wrapper {
      aspect-ratio: 1920/1649;
      min-width: 100%;
      height: auto;
    }

    #s-b15915f2-bb8a-4612-a5fd-c22a00baafdf .shogun-image-link {
      aspect-ratio: 1920/1649;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b15915f2-bb8a-4612-a5fd-c22a00baafdf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b15915f2-bb8a-4612-a5fd-c22a00baafdf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b15915f2-bb8a-4612-a5fd-c22a00baafdf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-b15915f2-bb8a-4612-a5fd-c22a00baafdf.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-b15915f2-bb8a-4612-a5fd-c22a00baafdf .shogun-image-content {
  
    justify-content: center;
  
}

.s-b15915f2-bb8a-4612-a5fd-c22a00baafdf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b15915f2-bb8a-4612-a5fd-c22a00baafdf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b15915f2-bb8a-4612-a5fd-c22a00baafdf.shogun-image {
  box-sizing: border-box;
}



.s-b15915f2-bb8a-4612-a5fd-c22a00baafdf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b15915f2-bb8a-4612-a5fd-c22a00baafdf {
      --shg-aspect-ratio: calc(1920/1649); 
    }

    .s-b15915f2-bb8a-4612-a5fd-c22a00baafdf.shogun-image-container {
      position: relative;
    }

    .s-b15915f2-bb8a-4612-a5fd-c22a00baafdf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b15915f2-bb8a-4612-a5fd-c22a00baafdf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b15915f2-bb8a-4612-a5fd-c22a00baafdf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b15915f2-bb8a-4612-a5fd-c22a00baafdf {
  margin: 0 !important;
  overflow: visible;
}

#s-b15915f2-bb8a-4612-a5fd-c22a00baafdf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b15915f2-bb8a-4612-a5fd-c22a00baafdf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b15915f2-bb8a-4612-a5fd-c22a00baafdf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b15915f2-bb8a-4612-a5fd-c22a00baafdf img.shogun-image {
  /* Add background color handling */
  
}

#s-b15915f2-bb8a-4612-a5fd-c22a00baafdf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b15915f2-bb8a-4612-a5fd-c22a00baafdf .shg-image-content-wrapper {
      aspect-ratio: 1920/1649;
      min-width: 100%;
      height: auto;
    }

    #s-b15915f2-bb8a-4612-a5fd-c22a00baafdf .shogun-image-link {
      aspect-ratio: 1920/1649;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b15915f2-bb8a-4612-a5fd-c22a00baafdf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b15915f2-bb8a-4612-a5fd-c22a00baafdf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b15915f2-bb8a-4612-a5fd-c22a00baafdf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-b15915f2-bb8a-4612-a5fd-c22a00baafdf.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-b15915f2-bb8a-4612-a5fd-c22a00baafdf .shogun-image-content {
  
    justify-content: center;
  
}

.s-b15915f2-bb8a-4612-a5fd-c22a00baafdf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b15915f2-bb8a-4612-a5fd-c22a00baafdf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b15915f2-bb8a-4612-a5fd-c22a00baafdf.shogun-image {
  box-sizing: border-box;
}



.s-b15915f2-bb8a-4612-a5fd-c22a00baafdf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b15915f2-bb8a-4612-a5fd-c22a00baafdf {
      --shg-aspect-ratio: calc(1920/1649); 
    }

    .s-b15915f2-bb8a-4612-a5fd-c22a00baafdf.shogun-image-container {
      position: relative;
    }

    .s-b15915f2-bb8a-4612-a5fd-c22a00baafdf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b15915f2-bb8a-4612-a5fd-c22a00baafdf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b15915f2-bb8a-4612-a5fd-c22a00baafdf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-b15915f2-bb8a-4612-a5fd-c22a00baafdf {
  margin: 0 !important;
  overflow: visible;
}

#s-b15915f2-bb8a-4612-a5fd-c22a00baafdf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b15915f2-bb8a-4612-a5fd-c22a00baafdf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b15915f2-bb8a-4612-a5fd-c22a00baafdf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b15915f2-bb8a-4612-a5fd-c22a00baafdf img.shogun-image {
  /* Add background color handling */
  
}

#s-b15915f2-bb8a-4612-a5fd-c22a00baafdf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b15915f2-bb8a-4612-a5fd-c22a00baafdf .shg-image-content-wrapper {
      aspect-ratio: 1920/1649;
      min-width: 100%;
      height: auto;
    }

    #s-b15915f2-bb8a-4612-a5fd-c22a00baafdf .shogun-image-link {
      aspect-ratio: 1920/1649;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b15915f2-bb8a-4612-a5fd-c22a00baafdf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b15915f2-bb8a-4612-a5fd-c22a00baafdf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b15915f2-bb8a-4612-a5fd-c22a00baafdf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-b15915f2-bb8a-4612-a5fd-c22a00baafdf.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-b15915f2-bb8a-4612-a5fd-c22a00baafdf .shogun-image-content {
  
    justify-content: center;
  
}

.s-b15915f2-bb8a-4612-a5fd-c22a00baafdf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b15915f2-bb8a-4612-a5fd-c22a00baafdf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b15915f2-bb8a-4612-a5fd-c22a00baafdf.shogun-image {
  box-sizing: border-box;
}



.s-b15915f2-bb8a-4612-a5fd-c22a00baafdf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b15915f2-bb8a-4612-a5fd-c22a00baafdf {
      --shg-aspect-ratio: calc(1920/1649); 
    }

    .s-b15915f2-bb8a-4612-a5fd-c22a00baafdf.shogun-image-container {
      position: relative;
    }

    .s-b15915f2-bb8a-4612-a5fd-c22a00baafdf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b15915f2-bb8a-4612-a5fd-c22a00baafdf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b15915f2-bb8a-4612-a5fd-c22a00baafdf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-fc971007-2d0e-4cb3-a693-0fd2b72bc953 {
  margin-left: 2%;
margin-right: 2%;
}
@media (min-width: 1200px){#s-fc971007-2d0e-4cb3-a693-0fd2b72bc953 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fc971007-2d0e-4cb3-a693-0fd2b72bc953 {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-fc971007-2d0e-4cb3-a693-0fd2b72bc953"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-fc971007-2d0e-4cb3-a693-0fd2b72bc953"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-fc971007-2d0e-4cb3-a693-0fd2b72bc953"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-fc971007-2d0e-4cb3-a693-0fd2b72bc953"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-d97a726c-e6b7-479f-b184-819dd939059c {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
aspect-ratio: 3000/2576;
text-align: center;
}

#s-d97a726c-e6b7-479f-b184-819dd939059c {
  margin: 0 !important;
  overflow: visible;
}

#s-d97a726c-e6b7-479f-b184-819dd939059c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d97a726c-e6b7-479f-b184-819dd939059c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d97a726c-e6b7-479f-b184-819dd939059c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d97a726c-e6b7-479f-b184-819dd939059c img.shogun-image {
  /* Add background color handling */
  
}

#s-d97a726c-e6b7-479f-b184-819dd939059c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d97a726c-e6b7-479f-b184-819dd939059c .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-d97a726c-e6b7-479f-b184-819dd939059c .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d97a726c-e6b7-479f-b184-819dd939059c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d97a726c-e6b7-479f-b184-819dd939059c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-d97a726c-e6b7-479f-b184-819dd939059c .shogun-image-content {
  
    justify-content: center;
  
}

.s-d97a726c-e6b7-479f-b184-819dd939059c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image {
  box-sizing: border-box;
}



.s-d97a726c-e6b7-479f-b184-819dd939059c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d97a726c-e6b7-479f-b184-819dd939059c {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image-container {
      position: relative;
    }

    .s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d97a726c-e6b7-479f-b184-819dd939059c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-d97a726c-e6b7-479f-b184-819dd939059c {
  margin: 0 !important;
  overflow: visible;
}

#s-d97a726c-e6b7-479f-b184-819dd939059c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d97a726c-e6b7-479f-b184-819dd939059c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d97a726c-e6b7-479f-b184-819dd939059c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d97a726c-e6b7-479f-b184-819dd939059c img.shogun-image {
  /* Add background color handling */
  
}

#s-d97a726c-e6b7-479f-b184-819dd939059c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d97a726c-e6b7-479f-b184-819dd939059c .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-d97a726c-e6b7-479f-b184-819dd939059c .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d97a726c-e6b7-479f-b184-819dd939059c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d97a726c-e6b7-479f-b184-819dd939059c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-d97a726c-e6b7-479f-b184-819dd939059c .shogun-image-content {
  
    justify-content: center;
  
}

.s-d97a726c-e6b7-479f-b184-819dd939059c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image {
  box-sizing: border-box;
}



.s-d97a726c-e6b7-479f-b184-819dd939059c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d97a726c-e6b7-479f-b184-819dd939059c {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image-container {
      position: relative;
    }

    .s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d97a726c-e6b7-479f-b184-819dd939059c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d97a726c-e6b7-479f-b184-819dd939059c {
  margin: 0 !important;
  overflow: visible;
}

#s-d97a726c-e6b7-479f-b184-819dd939059c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d97a726c-e6b7-479f-b184-819dd939059c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d97a726c-e6b7-479f-b184-819dd939059c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d97a726c-e6b7-479f-b184-819dd939059c img.shogun-image {
  /* Add background color handling */
  
}

#s-d97a726c-e6b7-479f-b184-819dd939059c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d97a726c-e6b7-479f-b184-819dd939059c .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-d97a726c-e6b7-479f-b184-819dd939059c .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d97a726c-e6b7-479f-b184-819dd939059c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d97a726c-e6b7-479f-b184-819dd939059c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-d97a726c-e6b7-479f-b184-819dd939059c .shogun-image-content {
  
    justify-content: center;
  
}

.s-d97a726c-e6b7-479f-b184-819dd939059c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image {
  box-sizing: border-box;
}



.s-d97a726c-e6b7-479f-b184-819dd939059c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d97a726c-e6b7-479f-b184-819dd939059c {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image-container {
      position: relative;
    }

    .s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d97a726c-e6b7-479f-b184-819dd939059c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d97a726c-e6b7-479f-b184-819dd939059c {
  margin: 0 !important;
  overflow: visible;
}

#s-d97a726c-e6b7-479f-b184-819dd939059c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d97a726c-e6b7-479f-b184-819dd939059c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d97a726c-e6b7-479f-b184-819dd939059c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d97a726c-e6b7-479f-b184-819dd939059c img.shogun-image {
  /* Add background color handling */
  
}

#s-d97a726c-e6b7-479f-b184-819dd939059c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d97a726c-e6b7-479f-b184-819dd939059c .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-d97a726c-e6b7-479f-b184-819dd939059c .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d97a726c-e6b7-479f-b184-819dd939059c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d97a726c-e6b7-479f-b184-819dd939059c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-d97a726c-e6b7-479f-b184-819dd939059c .shogun-image-content {
  
    justify-content: center;
  
}

.s-d97a726c-e6b7-479f-b184-819dd939059c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image {
  box-sizing: border-box;
}



.s-d97a726c-e6b7-479f-b184-819dd939059c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d97a726c-e6b7-479f-b184-819dd939059c {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image-container {
      position: relative;
    }

    .s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d97a726c-e6b7-479f-b184-819dd939059c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-d97a726c-e6b7-479f-b184-819dd939059c {
  margin: 0 !important;
  overflow: visible;
}

#s-d97a726c-e6b7-479f-b184-819dd939059c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d97a726c-e6b7-479f-b184-819dd939059c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d97a726c-e6b7-479f-b184-819dd939059c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d97a726c-e6b7-479f-b184-819dd939059c img.shogun-image {
  /* Add background color handling */
  
}

#s-d97a726c-e6b7-479f-b184-819dd939059c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d97a726c-e6b7-479f-b184-819dd939059c .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-d97a726c-e6b7-479f-b184-819dd939059c .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d97a726c-e6b7-479f-b184-819dd939059c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d97a726c-e6b7-479f-b184-819dd939059c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-d97a726c-e6b7-479f-b184-819dd939059c .shogun-image-content {
  
    justify-content: center;
  
}

.s-d97a726c-e6b7-479f-b184-819dd939059c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image {
  box-sizing: border-box;
}



.s-d97a726c-e6b7-479f-b184-819dd939059c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d97a726c-e6b7-479f-b184-819dd939059c {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image-container {
      position: relative;
    }

    .s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d97a726c-e6b7-479f-b184-819dd939059c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
aspect-ratio: 3000/2576;
text-align: center;
}

#s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 {
  margin: 0 !important;
  overflow: visible;
}

#s-b6c731f1-f90f-4a77-970f-bbbd53bb9274-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 img.shogun-image {
  /* Add background color handling */
  
}

#s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image {
  box-sizing: border-box;
}



.s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image-container {
      position: relative;
    }

    .s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 {
  margin: 0 !important;
  overflow: visible;
}

#s-b6c731f1-f90f-4a77-970f-bbbd53bb9274-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 img.shogun-image {
  /* Add background color handling */
  
}

#s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image {
  box-sizing: border-box;
}



.s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image-container {
      position: relative;
    }

    .s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 {
  margin: 0 !important;
  overflow: visible;
}

#s-b6c731f1-f90f-4a77-970f-bbbd53bb9274-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 img.shogun-image {
  /* Add background color handling */
  
}

#s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image {
  box-sizing: border-box;
}



.s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image-container {
      position: relative;
    }

    .s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 {
  margin: 0 !important;
  overflow: visible;
}

#s-b6c731f1-f90f-4a77-970f-bbbd53bb9274-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 img.shogun-image {
  /* Add background color handling */
  
}

#s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image {
  box-sizing: border-box;
}



.s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image-container {
      position: relative;
    }

    .s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 {
  margin: 0 !important;
  overflow: visible;
}

#s-b6c731f1-f90f-4a77-970f-bbbd53bb9274-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 img.shogun-image {
  /* Add background color handling */
  
}

#s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image {
  box-sizing: border-box;
}



.s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image-container {
      position: relative;
    }

    .s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
aspect-ratio: 3000/2576;
text-align: center;
}

#s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 {
  margin: 0 !important;
  overflow: visible;
}

#s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 img.shogun-image {
  /* Add background color handling */
  
}

#s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image {
  box-sizing: border-box;
}



.s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image-container {
      position: relative;
    }

    .s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 {
  margin: 0 !important;
  overflow: visible;
}

#s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 img.shogun-image {
  /* Add background color handling */
  
}

#s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image {
  box-sizing: border-box;
}



.s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image-container {
      position: relative;
    }

    .s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 {
  margin: 0 !important;
  overflow: visible;
}

#s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 img.shogun-image {
  /* Add background color handling */
  
}

#s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image {
  box-sizing: border-box;
}



.s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image-container {
      position: relative;
    }

    .s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 {
  margin: 0 !important;
  overflow: visible;
}

#s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 img.shogun-image {
  /* Add background color handling */
  
}

#s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image {
  box-sizing: border-box;
}



.s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image-container {
      position: relative;
    }

    .s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 {
  margin: 0 !important;
  overflow: visible;
}

#s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 img.shogun-image {
  /* Add background color handling */
  
}

#s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image {
  box-sizing: border-box;
}



.s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image-container {
      position: relative;
    }

    .s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-e0d5643d-9948-4b39-8659-d606ba636b95 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
aspect-ratio: 3000/2576;
text-align: center;
}

#s-e0d5643d-9948-4b39-8659-d606ba636b95 {
  margin: 0 !important;
  overflow: visible;
}

#s-e0d5643d-9948-4b39-8659-d606ba636b95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e0d5643d-9948-4b39-8659-d606ba636b95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e0d5643d-9948-4b39-8659-d606ba636b95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e0d5643d-9948-4b39-8659-d606ba636b95 img.shogun-image {
  /* Add background color handling */
  
}

#s-e0d5643d-9948-4b39-8659-d606ba636b95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0d5643d-9948-4b39-8659-d606ba636b95 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-e0d5643d-9948-4b39-8659-d606ba636b95 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0d5643d-9948-4b39-8659-d606ba636b95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e0d5643d-9948-4b39-8659-d606ba636b95 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-e0d5643d-9948-4b39-8659-d606ba636b95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e0d5643d-9948-4b39-8659-d606ba636b95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image {
  box-sizing: border-box;
}



.s-e0d5643d-9948-4b39-8659-d606ba636b95 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e0d5643d-9948-4b39-8659-d606ba636b95 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image-container {
      position: relative;
    }

    .s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0d5643d-9948-4b39-8659-d606ba636b95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-e0d5643d-9948-4b39-8659-d606ba636b95 {
  margin: 0 !important;
  overflow: visible;
}

#s-e0d5643d-9948-4b39-8659-d606ba636b95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e0d5643d-9948-4b39-8659-d606ba636b95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e0d5643d-9948-4b39-8659-d606ba636b95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e0d5643d-9948-4b39-8659-d606ba636b95 img.shogun-image {
  /* Add background color handling */
  
}

#s-e0d5643d-9948-4b39-8659-d606ba636b95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0d5643d-9948-4b39-8659-d606ba636b95 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-e0d5643d-9948-4b39-8659-d606ba636b95 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0d5643d-9948-4b39-8659-d606ba636b95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e0d5643d-9948-4b39-8659-d606ba636b95 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-e0d5643d-9948-4b39-8659-d606ba636b95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e0d5643d-9948-4b39-8659-d606ba636b95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image {
  box-sizing: border-box;
}



.s-e0d5643d-9948-4b39-8659-d606ba636b95 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e0d5643d-9948-4b39-8659-d606ba636b95 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image-container {
      position: relative;
    }

    .s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0d5643d-9948-4b39-8659-d606ba636b95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e0d5643d-9948-4b39-8659-d606ba636b95 {
  margin: 0 !important;
  overflow: visible;
}

#s-e0d5643d-9948-4b39-8659-d606ba636b95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e0d5643d-9948-4b39-8659-d606ba636b95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e0d5643d-9948-4b39-8659-d606ba636b95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e0d5643d-9948-4b39-8659-d606ba636b95 img.shogun-image {
  /* Add background color handling */
  
}

#s-e0d5643d-9948-4b39-8659-d606ba636b95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0d5643d-9948-4b39-8659-d606ba636b95 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-e0d5643d-9948-4b39-8659-d606ba636b95 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0d5643d-9948-4b39-8659-d606ba636b95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e0d5643d-9948-4b39-8659-d606ba636b95 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-e0d5643d-9948-4b39-8659-d606ba636b95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e0d5643d-9948-4b39-8659-d606ba636b95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image {
  box-sizing: border-box;
}



.s-e0d5643d-9948-4b39-8659-d606ba636b95 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e0d5643d-9948-4b39-8659-d606ba636b95 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image-container {
      position: relative;
    }

    .s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0d5643d-9948-4b39-8659-d606ba636b95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e0d5643d-9948-4b39-8659-d606ba636b95 {
  margin: 0 !important;
  overflow: visible;
}

#s-e0d5643d-9948-4b39-8659-d606ba636b95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e0d5643d-9948-4b39-8659-d606ba636b95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e0d5643d-9948-4b39-8659-d606ba636b95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e0d5643d-9948-4b39-8659-d606ba636b95 img.shogun-image {
  /* Add background color handling */
  
}

#s-e0d5643d-9948-4b39-8659-d606ba636b95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0d5643d-9948-4b39-8659-d606ba636b95 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-e0d5643d-9948-4b39-8659-d606ba636b95 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0d5643d-9948-4b39-8659-d606ba636b95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e0d5643d-9948-4b39-8659-d606ba636b95 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-e0d5643d-9948-4b39-8659-d606ba636b95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e0d5643d-9948-4b39-8659-d606ba636b95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image {
  box-sizing: border-box;
}



.s-e0d5643d-9948-4b39-8659-d606ba636b95 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e0d5643d-9948-4b39-8659-d606ba636b95 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image-container {
      position: relative;
    }

    .s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0d5643d-9948-4b39-8659-d606ba636b95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-e0d5643d-9948-4b39-8659-d606ba636b95 {
  margin: 0 !important;
  overflow: visible;
}

#s-e0d5643d-9948-4b39-8659-d606ba636b95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e0d5643d-9948-4b39-8659-d606ba636b95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e0d5643d-9948-4b39-8659-d606ba636b95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e0d5643d-9948-4b39-8659-d606ba636b95 img.shogun-image {
  /* Add background color handling */
  
}

#s-e0d5643d-9948-4b39-8659-d606ba636b95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0d5643d-9948-4b39-8659-d606ba636b95 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-e0d5643d-9948-4b39-8659-d606ba636b95 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0d5643d-9948-4b39-8659-d606ba636b95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e0d5643d-9948-4b39-8659-d606ba636b95 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-e0d5643d-9948-4b39-8659-d606ba636b95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e0d5643d-9948-4b39-8659-d606ba636b95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image {
  box-sizing: border-box;
}



.s-e0d5643d-9948-4b39-8659-d606ba636b95 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e0d5643d-9948-4b39-8659-d606ba636b95 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image-container {
      position: relative;
    }

    .s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0d5643d-9948-4b39-8659-d606ba636b95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-e98499d6-cb6f-4a20-bdc9-df97ef56a7d0 {
  margin-left: 2%;
margin-right: 2%;
}
@media (min-width: 1200px){#s-e98499d6-cb6f-4a20-bdc9-df97ef56a7d0 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e98499d6-cb6f-4a20-bdc9-df97ef56a7d0 {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-e98499d6-cb6f-4a20-bdc9-df97ef56a7d0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-e98499d6-cb6f-4a20-bdc9-df97ef56a7d0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-e98499d6-cb6f-4a20-bdc9-df97ef56a7d0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-e98499d6-cb6f-4a20-bdc9-df97ef56a7d0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-3aa32554-a59a-4f10-9e5c-24bf21c83daf {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
aspect-ratio: 3000/2576;
text-align: center;
}

#s-3aa32554-a59a-4f10-9e5c-24bf21c83daf {
  margin: 0 !important;
  overflow: visible;
}

#s-3aa32554-a59a-4f10-9e5c-24bf21c83daf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3aa32554-a59a-4f10-9e5c-24bf21c83daf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3aa32554-a59a-4f10-9e5c-24bf21c83daf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3aa32554-a59a-4f10-9e5c-24bf21c83daf img.shogun-image {
  /* Add background color handling */
  
}

#s-3aa32554-a59a-4f10-9e5c-24bf21c83daf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3aa32554-a59a-4f10-9e5c-24bf21c83daf .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-3aa32554-a59a-4f10-9e5c-24bf21c83daf .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3aa32554-a59a-4f10-9e5c-24bf21c83daf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3aa32554-a59a-4f10-9e5c-24bf21c83daf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-3aa32554-a59a-4f10-9e5c-24bf21c83daf .shogun-image-content {
  
    justify-content: center;
  
}

.s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image {
  box-sizing: border-box;
}



.s-3aa32554-a59a-4f10-9e5c-24bf21c83daf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3aa32554-a59a-4f10-9e5c-24bf21c83daf {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image-container {
      position: relative;
    }

    .s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3aa32554-a59a-4f10-9e5c-24bf21c83daf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-3aa32554-a59a-4f10-9e5c-24bf21c83daf {
  margin: 0 !important;
  overflow: visible;
}

#s-3aa32554-a59a-4f10-9e5c-24bf21c83daf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3aa32554-a59a-4f10-9e5c-24bf21c83daf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3aa32554-a59a-4f10-9e5c-24bf21c83daf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3aa32554-a59a-4f10-9e5c-24bf21c83daf img.shogun-image {
  /* Add background color handling */
  
}

#s-3aa32554-a59a-4f10-9e5c-24bf21c83daf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3aa32554-a59a-4f10-9e5c-24bf21c83daf .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-3aa32554-a59a-4f10-9e5c-24bf21c83daf .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3aa32554-a59a-4f10-9e5c-24bf21c83daf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3aa32554-a59a-4f10-9e5c-24bf21c83daf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-3aa32554-a59a-4f10-9e5c-24bf21c83daf .shogun-image-content {
  
    justify-content: center;
  
}

.s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image {
  box-sizing: border-box;
}



.s-3aa32554-a59a-4f10-9e5c-24bf21c83daf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3aa32554-a59a-4f10-9e5c-24bf21c83daf {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image-container {
      position: relative;
    }

    .s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3aa32554-a59a-4f10-9e5c-24bf21c83daf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3aa32554-a59a-4f10-9e5c-24bf21c83daf {
  margin: 0 !important;
  overflow: visible;
}

#s-3aa32554-a59a-4f10-9e5c-24bf21c83daf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3aa32554-a59a-4f10-9e5c-24bf21c83daf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3aa32554-a59a-4f10-9e5c-24bf21c83daf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3aa32554-a59a-4f10-9e5c-24bf21c83daf img.shogun-image {
  /* Add background color handling */
  
}

#s-3aa32554-a59a-4f10-9e5c-24bf21c83daf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3aa32554-a59a-4f10-9e5c-24bf21c83daf .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-3aa32554-a59a-4f10-9e5c-24bf21c83daf .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3aa32554-a59a-4f10-9e5c-24bf21c83daf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3aa32554-a59a-4f10-9e5c-24bf21c83daf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-3aa32554-a59a-4f10-9e5c-24bf21c83daf .shogun-image-content {
  
    justify-content: center;
  
}

.s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image {
  box-sizing: border-box;
}



.s-3aa32554-a59a-4f10-9e5c-24bf21c83daf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3aa32554-a59a-4f10-9e5c-24bf21c83daf {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image-container {
      position: relative;
    }

    .s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3aa32554-a59a-4f10-9e5c-24bf21c83daf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3aa32554-a59a-4f10-9e5c-24bf21c83daf {
  margin: 0 !important;
  overflow: visible;
}

#s-3aa32554-a59a-4f10-9e5c-24bf21c83daf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3aa32554-a59a-4f10-9e5c-24bf21c83daf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3aa32554-a59a-4f10-9e5c-24bf21c83daf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3aa32554-a59a-4f10-9e5c-24bf21c83daf img.shogun-image {
  /* Add background color handling */
  
}

#s-3aa32554-a59a-4f10-9e5c-24bf21c83daf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3aa32554-a59a-4f10-9e5c-24bf21c83daf .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-3aa32554-a59a-4f10-9e5c-24bf21c83daf .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3aa32554-a59a-4f10-9e5c-24bf21c83daf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3aa32554-a59a-4f10-9e5c-24bf21c83daf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-3aa32554-a59a-4f10-9e5c-24bf21c83daf .shogun-image-content {
  
    justify-content: center;
  
}

.s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image {
  box-sizing: border-box;
}



.s-3aa32554-a59a-4f10-9e5c-24bf21c83daf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3aa32554-a59a-4f10-9e5c-24bf21c83daf {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image-container {
      position: relative;
    }

    .s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3aa32554-a59a-4f10-9e5c-24bf21c83daf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-3aa32554-a59a-4f10-9e5c-24bf21c83daf {
  margin: 0 !important;
  overflow: visible;
}

#s-3aa32554-a59a-4f10-9e5c-24bf21c83daf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3aa32554-a59a-4f10-9e5c-24bf21c83daf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3aa32554-a59a-4f10-9e5c-24bf21c83daf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3aa32554-a59a-4f10-9e5c-24bf21c83daf img.shogun-image {
  /* Add background color handling */
  
}

#s-3aa32554-a59a-4f10-9e5c-24bf21c83daf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3aa32554-a59a-4f10-9e5c-24bf21c83daf .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-3aa32554-a59a-4f10-9e5c-24bf21c83daf .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3aa32554-a59a-4f10-9e5c-24bf21c83daf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3aa32554-a59a-4f10-9e5c-24bf21c83daf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-3aa32554-a59a-4f10-9e5c-24bf21c83daf .shogun-image-content {
  
    justify-content: center;
  
}

.s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image {
  box-sizing: border-box;
}



.s-3aa32554-a59a-4f10-9e5c-24bf21c83daf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3aa32554-a59a-4f10-9e5c-24bf21c83daf {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image-container {
      position: relative;
    }

    .s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3aa32554-a59a-4f10-9e5c-24bf21c83daf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-d16710b1-9caf-40cd-9388-4bafda371b72 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
aspect-ratio: 1920/1649;
text-align: center;
}

#s-d16710b1-9caf-40cd-9388-4bafda371b72 {
  margin: 0 !important;
  overflow: visible;
}

#s-d16710b1-9caf-40cd-9388-4bafda371b72-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d16710b1-9caf-40cd-9388-4bafda371b72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d16710b1-9caf-40cd-9388-4bafda371b72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d16710b1-9caf-40cd-9388-4bafda371b72 img.shogun-image {
  /* Add background color handling */
  
}

#s-d16710b1-9caf-40cd-9388-4bafda371b72 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d16710b1-9caf-40cd-9388-4bafda371b72 .shg-image-content-wrapper {
      aspect-ratio: 1920/1649;
      min-width: 100%;
      height: auto;
    }

    #s-d16710b1-9caf-40cd-9388-4bafda371b72 .shogun-image-link {
      aspect-ratio: 1920/1649;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d16710b1-9caf-40cd-9388-4bafda371b72 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d16710b1-9caf-40cd-9388-4bafda371b72 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-d16710b1-9caf-40cd-9388-4bafda371b72 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d16710b1-9caf-40cd-9388-4bafda371b72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image {
  box-sizing: border-box;
}



.s-d16710b1-9caf-40cd-9388-4bafda371b72 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d16710b1-9caf-40cd-9388-4bafda371b72 {
      --shg-aspect-ratio: calc(1920/1649); 
    }

    .s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image-container {
      position: relative;
    }

    .s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d16710b1-9caf-40cd-9388-4bafda371b72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-d16710b1-9caf-40cd-9388-4bafda371b72 {
  margin: 0 !important;
  overflow: visible;
}

#s-d16710b1-9caf-40cd-9388-4bafda371b72-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d16710b1-9caf-40cd-9388-4bafda371b72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d16710b1-9caf-40cd-9388-4bafda371b72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d16710b1-9caf-40cd-9388-4bafda371b72 img.shogun-image {
  /* Add background color handling */
  
}

#s-d16710b1-9caf-40cd-9388-4bafda371b72 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d16710b1-9caf-40cd-9388-4bafda371b72 .shg-image-content-wrapper {
      aspect-ratio: 1920/1649;
      min-width: 100%;
      height: auto;
    }

    #s-d16710b1-9caf-40cd-9388-4bafda371b72 .shogun-image-link {
      aspect-ratio: 1920/1649;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d16710b1-9caf-40cd-9388-4bafda371b72 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d16710b1-9caf-40cd-9388-4bafda371b72 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-d16710b1-9caf-40cd-9388-4bafda371b72 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d16710b1-9caf-40cd-9388-4bafda371b72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image {
  box-sizing: border-box;
}



.s-d16710b1-9caf-40cd-9388-4bafda371b72 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d16710b1-9caf-40cd-9388-4bafda371b72 {
      --shg-aspect-ratio: calc(1920/1649); 
    }

    .s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image-container {
      position: relative;
    }

    .s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d16710b1-9caf-40cd-9388-4bafda371b72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d16710b1-9caf-40cd-9388-4bafda371b72 {
  margin: 0 !important;
  overflow: visible;
}

#s-d16710b1-9caf-40cd-9388-4bafda371b72-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d16710b1-9caf-40cd-9388-4bafda371b72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d16710b1-9caf-40cd-9388-4bafda371b72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d16710b1-9caf-40cd-9388-4bafda371b72 img.shogun-image {
  /* Add background color handling */
  
}

#s-d16710b1-9caf-40cd-9388-4bafda371b72 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d16710b1-9caf-40cd-9388-4bafda371b72 .shg-image-content-wrapper {
      aspect-ratio: 1920/1649;
      min-width: 100%;
      height: auto;
    }

    #s-d16710b1-9caf-40cd-9388-4bafda371b72 .shogun-image-link {
      aspect-ratio: 1920/1649;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d16710b1-9caf-40cd-9388-4bafda371b72 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d16710b1-9caf-40cd-9388-4bafda371b72 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-d16710b1-9caf-40cd-9388-4bafda371b72 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d16710b1-9caf-40cd-9388-4bafda371b72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image {
  box-sizing: border-box;
}



.s-d16710b1-9caf-40cd-9388-4bafda371b72 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d16710b1-9caf-40cd-9388-4bafda371b72 {
      --shg-aspect-ratio: calc(1920/1649); 
    }

    .s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image-container {
      position: relative;
    }

    .s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d16710b1-9caf-40cd-9388-4bafda371b72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d16710b1-9caf-40cd-9388-4bafda371b72 {
  margin: 0 !important;
  overflow: visible;
}

#s-d16710b1-9caf-40cd-9388-4bafda371b72-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d16710b1-9caf-40cd-9388-4bafda371b72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d16710b1-9caf-40cd-9388-4bafda371b72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d16710b1-9caf-40cd-9388-4bafda371b72 img.shogun-image {
  /* Add background color handling */
  
}

#s-d16710b1-9caf-40cd-9388-4bafda371b72 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d16710b1-9caf-40cd-9388-4bafda371b72 .shg-image-content-wrapper {
      aspect-ratio: 1920/1649;
      min-width: 100%;
      height: auto;
    }

    #s-d16710b1-9caf-40cd-9388-4bafda371b72 .shogun-image-link {
      aspect-ratio: 1920/1649;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d16710b1-9caf-40cd-9388-4bafda371b72 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d16710b1-9caf-40cd-9388-4bafda371b72 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-d16710b1-9caf-40cd-9388-4bafda371b72 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d16710b1-9caf-40cd-9388-4bafda371b72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image {
  box-sizing: border-box;
}



.s-d16710b1-9caf-40cd-9388-4bafda371b72 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d16710b1-9caf-40cd-9388-4bafda371b72 {
      --shg-aspect-ratio: calc(1920/1649); 
    }

    .s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image-container {
      position: relative;
    }

    .s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d16710b1-9caf-40cd-9388-4bafda371b72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-d16710b1-9caf-40cd-9388-4bafda371b72 {
  margin: 0 !important;
  overflow: visible;
}

#s-d16710b1-9caf-40cd-9388-4bafda371b72-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d16710b1-9caf-40cd-9388-4bafda371b72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d16710b1-9caf-40cd-9388-4bafda371b72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d16710b1-9caf-40cd-9388-4bafda371b72 img.shogun-image {
  /* Add background color handling */
  
}

#s-d16710b1-9caf-40cd-9388-4bafda371b72 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d16710b1-9caf-40cd-9388-4bafda371b72 .shg-image-content-wrapper {
      aspect-ratio: 1920/1649;
      min-width: 100%;
      height: auto;
    }

    #s-d16710b1-9caf-40cd-9388-4bafda371b72 .shogun-image-link {
      aspect-ratio: 1920/1649;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d16710b1-9caf-40cd-9388-4bafda371b72 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d16710b1-9caf-40cd-9388-4bafda371b72 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-d16710b1-9caf-40cd-9388-4bafda371b72 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d16710b1-9caf-40cd-9388-4bafda371b72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image {
  box-sizing: border-box;
}



.s-d16710b1-9caf-40cd-9388-4bafda371b72 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d16710b1-9caf-40cd-9388-4bafda371b72 {
      --shg-aspect-ratio: calc(1920/1649); 
    }

    .s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image-container {
      position: relative;
    }

    .s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d16710b1-9caf-40cd-9388-4bafda371b72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
aspect-ratio: 3000/2576;
text-align: center;
}

#s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 {
  margin: 0 !important;
  overflow: visible;
}

#s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 img.shogun-image {
  /* Add background color handling */
  
}

#s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image {
  box-sizing: border-box;
}



.s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image-container {
      position: relative;
    }

    .s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 {
  margin: 0 !important;
  overflow: visible;
}

#s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 img.shogun-image {
  /* Add background color handling */
  
}

#s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image {
  box-sizing: border-box;
}



.s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image-container {
      position: relative;
    }

    .s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 {
  margin: 0 !important;
  overflow: visible;
}

#s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 img.shogun-image {
  /* Add background color handling */
  
}

#s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image {
  box-sizing: border-box;
}



.s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image-container {
      position: relative;
    }

    .s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 {
  margin: 0 !important;
  overflow: visible;
}

#s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 img.shogun-image {
  /* Add background color handling */
  
}

#s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image {
  box-sizing: border-box;
}



.s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image-container {
      position: relative;
    }

    .s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 {
  margin: 0 !important;
  overflow: visible;
}

#s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 img.shogun-image {
  /* Add background color handling */
  
}

#s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image {
  box-sizing: border-box;
}



.s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image-container {
      position: relative;
    }

    .s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-95fb1fbc-811c-46c4-b34b-b61536179bd1 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
aspect-ratio: 3000/2576;
text-align: center;
}

#s-95fb1fbc-811c-46c4-b34b-b61536179bd1 {
  margin: 0 !important;
  overflow: visible;
}

#s-95fb1fbc-811c-46c4-b34b-b61536179bd1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95fb1fbc-811c-46c4-b34b-b61536179bd1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95fb1fbc-811c-46c4-b34b-b61536179bd1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95fb1fbc-811c-46c4-b34b-b61536179bd1 img.shogun-image {
  /* Add background color handling */
  
}

#s-95fb1fbc-811c-46c4-b34b-b61536179bd1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95fb1fbc-811c-46c4-b34b-b61536179bd1 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-95fb1fbc-811c-46c4-b34b-b61536179bd1 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95fb1fbc-811c-46c4-b34b-b61536179bd1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95fb1fbc-811c-46c4-b34b-b61536179bd1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-95fb1fbc-811c-46c4-b34b-b61536179bd1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image {
  box-sizing: border-box;
}



.s-95fb1fbc-811c-46c4-b34b-b61536179bd1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-95fb1fbc-811c-46c4-b34b-b61536179bd1 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image-container {
      position: relative;
    }

    .s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95fb1fbc-811c-46c4-b34b-b61536179bd1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-95fb1fbc-811c-46c4-b34b-b61536179bd1 {
  margin: 0 !important;
  overflow: visible;
}

#s-95fb1fbc-811c-46c4-b34b-b61536179bd1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95fb1fbc-811c-46c4-b34b-b61536179bd1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95fb1fbc-811c-46c4-b34b-b61536179bd1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95fb1fbc-811c-46c4-b34b-b61536179bd1 img.shogun-image {
  /* Add background color handling */
  
}

#s-95fb1fbc-811c-46c4-b34b-b61536179bd1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95fb1fbc-811c-46c4-b34b-b61536179bd1 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-95fb1fbc-811c-46c4-b34b-b61536179bd1 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95fb1fbc-811c-46c4-b34b-b61536179bd1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95fb1fbc-811c-46c4-b34b-b61536179bd1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-95fb1fbc-811c-46c4-b34b-b61536179bd1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image {
  box-sizing: border-box;
}



.s-95fb1fbc-811c-46c4-b34b-b61536179bd1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-95fb1fbc-811c-46c4-b34b-b61536179bd1 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image-container {
      position: relative;
    }

    .s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95fb1fbc-811c-46c4-b34b-b61536179bd1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-95fb1fbc-811c-46c4-b34b-b61536179bd1 {
  margin: 0 !important;
  overflow: visible;
}

#s-95fb1fbc-811c-46c4-b34b-b61536179bd1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95fb1fbc-811c-46c4-b34b-b61536179bd1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95fb1fbc-811c-46c4-b34b-b61536179bd1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95fb1fbc-811c-46c4-b34b-b61536179bd1 img.shogun-image {
  /* Add background color handling */
  
}

#s-95fb1fbc-811c-46c4-b34b-b61536179bd1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95fb1fbc-811c-46c4-b34b-b61536179bd1 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-95fb1fbc-811c-46c4-b34b-b61536179bd1 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95fb1fbc-811c-46c4-b34b-b61536179bd1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95fb1fbc-811c-46c4-b34b-b61536179bd1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-95fb1fbc-811c-46c4-b34b-b61536179bd1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image {
  box-sizing: border-box;
}



.s-95fb1fbc-811c-46c4-b34b-b61536179bd1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-95fb1fbc-811c-46c4-b34b-b61536179bd1 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image-container {
      position: relative;
    }

    .s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95fb1fbc-811c-46c4-b34b-b61536179bd1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-95fb1fbc-811c-46c4-b34b-b61536179bd1 {
  margin: 0 !important;
  overflow: visible;
}

#s-95fb1fbc-811c-46c4-b34b-b61536179bd1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95fb1fbc-811c-46c4-b34b-b61536179bd1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95fb1fbc-811c-46c4-b34b-b61536179bd1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95fb1fbc-811c-46c4-b34b-b61536179bd1 img.shogun-image {
  /* Add background color handling */
  
}

#s-95fb1fbc-811c-46c4-b34b-b61536179bd1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95fb1fbc-811c-46c4-b34b-b61536179bd1 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-95fb1fbc-811c-46c4-b34b-b61536179bd1 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95fb1fbc-811c-46c4-b34b-b61536179bd1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95fb1fbc-811c-46c4-b34b-b61536179bd1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-95fb1fbc-811c-46c4-b34b-b61536179bd1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image {
  box-sizing: border-box;
}



.s-95fb1fbc-811c-46c4-b34b-b61536179bd1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-95fb1fbc-811c-46c4-b34b-b61536179bd1 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image-container {
      position: relative;
    }

    .s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95fb1fbc-811c-46c4-b34b-b61536179bd1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-95fb1fbc-811c-46c4-b34b-b61536179bd1 {
  margin: 0 !important;
  overflow: visible;
}

#s-95fb1fbc-811c-46c4-b34b-b61536179bd1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95fb1fbc-811c-46c4-b34b-b61536179bd1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95fb1fbc-811c-46c4-b34b-b61536179bd1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95fb1fbc-811c-46c4-b34b-b61536179bd1 img.shogun-image {
  /* Add background color handling */
  
}

#s-95fb1fbc-811c-46c4-b34b-b61536179bd1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95fb1fbc-811c-46c4-b34b-b61536179bd1 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-95fb1fbc-811c-46c4-b34b-b61536179bd1 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95fb1fbc-811c-46c4-b34b-b61536179bd1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95fb1fbc-811c-46c4-b34b-b61536179bd1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-95fb1fbc-811c-46c4-b34b-b61536179bd1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image {
  box-sizing: border-box;
}



.s-95fb1fbc-811c-46c4-b34b-b61536179bd1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-95fb1fbc-811c-46c4-b34b-b61536179bd1 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image-container {
      position: relative;
    }

    .s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95fb1fbc-811c-46c4-b34b-b61536179bd1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-ca31441d-8dc2-4166-b5f4-78c856fc87e1 {
  margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-ca31441d-8dc2-4166-b5f4-78c856fc87e1 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ca31441d-8dc2-4166-b5f4-78c856fc87e1 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-ca31441d-8dc2-4166-b5f4-78c856fc87e1 {
  margin-left: 2%;
margin-right: 2%;
}
}
#s-ca31441d-8dc2-4166-b5f4-78c856fc87e1 hr {
  border-top: 2px solid #D5D6D7;
}

#s-b90385f6-be10-4585-bdd3-98f3153113a9 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-b90385f6-be10-4585-bdd3-98f3153113a9 {
  
}
}@media (max-width: 767px){#s-b90385f6-be10-4585-bdd3-98f3153113a9 {
  
}
}







#s-b90385f6-be10-4585-bdd3-98f3153113a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b90385f6-be10-4585-bdd3-98f3153113a9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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: rgba(40, 40, 40, 1);
  font-family: "Montserrat";
  font-weight: 100;
}

.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: 400;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: #000000;
  font-family: "Montserrat";
}

.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: rgba(40, 40, 40, 1);
  font-family: "Montserrat";
  font-weight: 100;
}

.shg-theme-text-content p {
  color: #000000;
  font-family: "Montserrat";
  font-weight: 400;
}

#s-063576bf-cd30-4570-8995-5490f5746e3f {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
}

#s-773a3de1-384d-4eba-9993-123274122fab {
  margin-left: 1%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-773a3de1-384d-4eba-9993-123274122fab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-773a3de1-384d-4eba-9993-123274122fab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-773a3de1-384d-4eba-9993-123274122fab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-773a3de1-384d-4eba-9993-123274122fab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-69d676eb-1e3a-4305-a31e-17239021c8da {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-69d676eb-1e3a-4305-a31e-17239021c8da"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-69d676eb-1e3a-4305-a31e-17239021c8da"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-69d676eb-1e3a-4305-a31e-17239021c8da"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-69d676eb-1e3a-4305-a31e-17239021c8da"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-9a5f36f8-9874-41c5-9bc6-d421688c9c84 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-9a5f36f8-9874-41c5-9bc6-d421688c9c84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9a5f36f8-9874-41c5-9bc6-d421688c9c84.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f43fedd-f444-4e6f-8295-be849fa02335 {
  margin-left: auto;
margin-right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

#s-ab24135a-51c5-457d-9d05-f71d8d472266 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-ab24135a-51c5-457d-9d05-f71d8d472266 {
  max-width:  100%;
}

.shg-c#s-ab24135a-51c5-457d-9d05-f71d8d472266 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ab24135a-51c5-457d-9d05-f71d8d472266 .shg-image-zoom,
.shg-c#s-ab24135a-51c5-457d-9d05-f71d8d472266 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-ab24135a-51c5-457d-9d05-f71d8d472266 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ab24135a-51c5-457d-9d05-f71d8d472266 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab24135a-51c5-457d-9d05-f71d8d472266 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ab24135a-51c5-457d-9d05-f71d8d472266 img.shogun-image,
.shg-c#s-ab24135a-51c5-457d-9d05-f71d8d472266 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ab24135a-51c5-457d-9d05-f71d8d472266 .shg-image-zoom,
.shg-c#s-ab24135a-51c5-457d-9d05-f71d8d472266 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-ab24135a-51c5-457d-9d05-f71d8d472266 {
  max-width:  100%;
}

.shg-c#s-ab24135a-51c5-457d-9d05-f71d8d472266 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ab24135a-51c5-457d-9d05-f71d8d472266 .shg-image-zoom,
.shg-c#s-ab24135a-51c5-457d-9d05-f71d8d472266 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-ab24135a-51c5-457d-9d05-f71d8d472266 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ab24135a-51c5-457d-9d05-f71d8d472266 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab24135a-51c5-457d-9d05-f71d8d472266 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ab24135a-51c5-457d-9d05-f71d8d472266 img.shogun-image,
.shg-c#s-ab24135a-51c5-457d-9d05-f71d8d472266 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ab24135a-51c5-457d-9d05-f71d8d472266 .shg-image-zoom,
.shg-c#s-ab24135a-51c5-457d-9d05-f71d8d472266 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ab24135a-51c5-457d-9d05-f71d8d472266 {
  max-width:  100%;
}

.shg-c#s-ab24135a-51c5-457d-9d05-f71d8d472266 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ab24135a-51c5-457d-9d05-f71d8d472266 .shg-image-zoom,
.shg-c#s-ab24135a-51c5-457d-9d05-f71d8d472266 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-ab24135a-51c5-457d-9d05-f71d8d472266 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ab24135a-51c5-457d-9d05-f71d8d472266 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab24135a-51c5-457d-9d05-f71d8d472266 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ab24135a-51c5-457d-9d05-f71d8d472266 img.shogun-image,
.shg-c#s-ab24135a-51c5-457d-9d05-f71d8d472266 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ab24135a-51c5-457d-9d05-f71d8d472266 .shg-image-zoom,
.shg-c#s-ab24135a-51c5-457d-9d05-f71d8d472266 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ab24135a-51c5-457d-9d05-f71d8d472266 {
  max-width:  100%;
}

.shg-c#s-ab24135a-51c5-457d-9d05-f71d8d472266 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ab24135a-51c5-457d-9d05-f71d8d472266 .shg-image-zoom,
.shg-c#s-ab24135a-51c5-457d-9d05-f71d8d472266 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-ab24135a-51c5-457d-9d05-f71d8d472266 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ab24135a-51c5-457d-9d05-f71d8d472266 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab24135a-51c5-457d-9d05-f71d8d472266 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ab24135a-51c5-457d-9d05-f71d8d472266 img.shogun-image,
.shg-c#s-ab24135a-51c5-457d-9d05-f71d8d472266 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ab24135a-51c5-457d-9d05-f71d8d472266 .shg-image-zoom,
.shg-c#s-ab24135a-51c5-457d-9d05-f71d8d472266 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-ab24135a-51c5-457d-9d05-f71d8d472266 {
  max-width:  100%;
}

.shg-c#s-ab24135a-51c5-457d-9d05-f71d8d472266 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ab24135a-51c5-457d-9d05-f71d8d472266 .shg-image-zoom,
.shg-c#s-ab24135a-51c5-457d-9d05-f71d8d472266 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-ab24135a-51c5-457d-9d05-f71d8d472266 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ab24135a-51c5-457d-9d05-f71d8d472266 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ab24135a-51c5-457d-9d05-f71d8d472266 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ab24135a-51c5-457d-9d05-f71d8d472266 img.shogun-image,
.shg-c#s-ab24135a-51c5-457d-9d05-f71d8d472266 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ab24135a-51c5-457d-9d05-f71d8d472266 .shg-image-zoom,
.shg-c#s-ab24135a-51c5-457d-9d05-f71d8d472266 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
.shg-product-title-component h1 span,
.shg-product-title-component h2 span,
.shg-product-title-component h3 span,
.shg-product-title-component h4 span,
.shg-product-title-component h5 span,
.shg-product-title-component h6 span {
  margin: 0;
  padding: 0;
  display: block;
  color: rgba(40, 40, 40, 1);
  font-family: "Montserrat";
  text-transform: none;
  font-weight: 100;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-16f4812e-6349-4e3e-851e-2f1c27331f39 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-16f4812e-6349-4e3e-851e-2f1c27331f39 .shg-product-title-component h1 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  
}

#s-5f99e728-19e5-43f7-a234-d14f3d2a3625 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-5f99e728-19e5-43f7-a234-d14f3d2a3625 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-5f99e728-19e5-43f7-a234-d14f3d2a3625 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-5f99e728-19e5-43f7-a234-d14f3d2a3625 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-84ade434-0b22-406d-9bd8-b422acfcd201 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-84ade434-0b22-406d-9bd8-b422acfcd201 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-84ade434-0b22-406d-9bd8-b422acfcd201.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c063d008-d3b5-4adb-a931-b78f877e8d88 {
  margin-left: auto;
margin-right: auto;
}

#s-f9c6834d-6106-4453-83bc-0d75a70db60e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-f9c6834d-6106-4453-83bc-0d75a70db60e {
  max-width:  100%;
}

.shg-c#s-f9c6834d-6106-4453-83bc-0d75a70db60e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f9c6834d-6106-4453-83bc-0d75a70db60e .shg-image-zoom,
.shg-c#s-f9c6834d-6106-4453-83bc-0d75a70db60e img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-f9c6834d-6106-4453-83bc-0d75a70db60e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f9c6834d-6106-4453-83bc-0d75a70db60e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9c6834d-6106-4453-83bc-0d75a70db60e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f9c6834d-6106-4453-83bc-0d75a70db60e img.shogun-image,
.shg-c#s-f9c6834d-6106-4453-83bc-0d75a70db60e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f9c6834d-6106-4453-83bc-0d75a70db60e .shg-image-zoom,
.shg-c#s-f9c6834d-6106-4453-83bc-0d75a70db60e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-f9c6834d-6106-4453-83bc-0d75a70db60e {
  max-width:  100%;
}

.shg-c#s-f9c6834d-6106-4453-83bc-0d75a70db60e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f9c6834d-6106-4453-83bc-0d75a70db60e .shg-image-zoom,
.shg-c#s-f9c6834d-6106-4453-83bc-0d75a70db60e img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-f9c6834d-6106-4453-83bc-0d75a70db60e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f9c6834d-6106-4453-83bc-0d75a70db60e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9c6834d-6106-4453-83bc-0d75a70db60e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f9c6834d-6106-4453-83bc-0d75a70db60e img.shogun-image,
.shg-c#s-f9c6834d-6106-4453-83bc-0d75a70db60e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f9c6834d-6106-4453-83bc-0d75a70db60e .shg-image-zoom,
.shg-c#s-f9c6834d-6106-4453-83bc-0d75a70db60e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f9c6834d-6106-4453-83bc-0d75a70db60e {
  max-width:  100%;
}

.shg-c#s-f9c6834d-6106-4453-83bc-0d75a70db60e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f9c6834d-6106-4453-83bc-0d75a70db60e .shg-image-zoom,
.shg-c#s-f9c6834d-6106-4453-83bc-0d75a70db60e img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-f9c6834d-6106-4453-83bc-0d75a70db60e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f9c6834d-6106-4453-83bc-0d75a70db60e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9c6834d-6106-4453-83bc-0d75a70db60e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f9c6834d-6106-4453-83bc-0d75a70db60e img.shogun-image,
.shg-c#s-f9c6834d-6106-4453-83bc-0d75a70db60e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f9c6834d-6106-4453-83bc-0d75a70db60e .shg-image-zoom,
.shg-c#s-f9c6834d-6106-4453-83bc-0d75a70db60e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f9c6834d-6106-4453-83bc-0d75a70db60e {
  max-width:  100%;
}

.shg-c#s-f9c6834d-6106-4453-83bc-0d75a70db60e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f9c6834d-6106-4453-83bc-0d75a70db60e .shg-image-zoom,
.shg-c#s-f9c6834d-6106-4453-83bc-0d75a70db60e img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-f9c6834d-6106-4453-83bc-0d75a70db60e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f9c6834d-6106-4453-83bc-0d75a70db60e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9c6834d-6106-4453-83bc-0d75a70db60e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f9c6834d-6106-4453-83bc-0d75a70db60e img.shogun-image,
.shg-c#s-f9c6834d-6106-4453-83bc-0d75a70db60e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f9c6834d-6106-4453-83bc-0d75a70db60e .shg-image-zoom,
.shg-c#s-f9c6834d-6106-4453-83bc-0d75a70db60e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-f9c6834d-6106-4453-83bc-0d75a70db60e {
  max-width:  100%;
}

.shg-c#s-f9c6834d-6106-4453-83bc-0d75a70db60e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f9c6834d-6106-4453-83bc-0d75a70db60e .shg-image-zoom,
.shg-c#s-f9c6834d-6106-4453-83bc-0d75a70db60e img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-f9c6834d-6106-4453-83bc-0d75a70db60e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f9c6834d-6106-4453-83bc-0d75a70db60e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9c6834d-6106-4453-83bc-0d75a70db60e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f9c6834d-6106-4453-83bc-0d75a70db60e img.shogun-image,
.shg-c#s-f9c6834d-6106-4453-83bc-0d75a70db60e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f9c6834d-6106-4453-83bc-0d75a70db60e .shg-image-zoom,
.shg-c#s-f9c6834d-6106-4453-83bc-0d75a70db60e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8d14bffa-622c-4179-a751-3fcfee502e46 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8d14bffa-622c-4179-a751-3fcfee502e46 .shg-product-title-component h1 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  
}

#s-817eaff5-64df-4bb8-8b1c-1dabc17901f4 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-817eaff5-64df-4bb8-8b1c-1dabc17901f4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-817eaff5-64df-4bb8-8b1c-1dabc17901f4 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-817eaff5-64df-4bb8-8b1c-1dabc17901f4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7c7ab26b-1104-4cb7-a310-7239eb2541b7 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-7c7ab26b-1104-4cb7-a310-7239eb2541b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7c7ab26b-1104-4cb7-a310-7239eb2541b7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c2f1a66a-6ef3-4932-bf97-24c1ff06e165 {
  margin-left: auto;
margin-right: auto;
}

#s-93a999c6-2e05-4c4d-bdba-540ef1792b91 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-93a999c6-2e05-4c4d-bdba-540ef1792b91 {
  max-width:  100%;
}

.shg-c#s-93a999c6-2e05-4c4d-bdba-540ef1792b91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-93a999c6-2e05-4c4d-bdba-540ef1792b91 .shg-image-zoom,
.shg-c#s-93a999c6-2e05-4c4d-bdba-540ef1792b91 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-93a999c6-2e05-4c4d-bdba-540ef1792b91 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-93a999c6-2e05-4c4d-bdba-540ef1792b91 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93a999c6-2e05-4c4d-bdba-540ef1792b91 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-93a999c6-2e05-4c4d-bdba-540ef1792b91 img.shogun-image,
.shg-c#s-93a999c6-2e05-4c4d-bdba-540ef1792b91 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-93a999c6-2e05-4c4d-bdba-540ef1792b91 .shg-image-zoom,
.shg-c#s-93a999c6-2e05-4c4d-bdba-540ef1792b91 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-93a999c6-2e05-4c4d-bdba-540ef1792b91 {
  max-width:  100%;
}

.shg-c#s-93a999c6-2e05-4c4d-bdba-540ef1792b91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-93a999c6-2e05-4c4d-bdba-540ef1792b91 .shg-image-zoom,
.shg-c#s-93a999c6-2e05-4c4d-bdba-540ef1792b91 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-93a999c6-2e05-4c4d-bdba-540ef1792b91 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-93a999c6-2e05-4c4d-bdba-540ef1792b91 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93a999c6-2e05-4c4d-bdba-540ef1792b91 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-93a999c6-2e05-4c4d-bdba-540ef1792b91 img.shogun-image,
.shg-c#s-93a999c6-2e05-4c4d-bdba-540ef1792b91 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-93a999c6-2e05-4c4d-bdba-540ef1792b91 .shg-image-zoom,
.shg-c#s-93a999c6-2e05-4c4d-bdba-540ef1792b91 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-93a999c6-2e05-4c4d-bdba-540ef1792b91 {
  max-width:  100%;
}

.shg-c#s-93a999c6-2e05-4c4d-bdba-540ef1792b91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-93a999c6-2e05-4c4d-bdba-540ef1792b91 .shg-image-zoom,
.shg-c#s-93a999c6-2e05-4c4d-bdba-540ef1792b91 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-93a999c6-2e05-4c4d-bdba-540ef1792b91 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-93a999c6-2e05-4c4d-bdba-540ef1792b91 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93a999c6-2e05-4c4d-bdba-540ef1792b91 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-93a999c6-2e05-4c4d-bdba-540ef1792b91 img.shogun-image,
.shg-c#s-93a999c6-2e05-4c4d-bdba-540ef1792b91 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-93a999c6-2e05-4c4d-bdba-540ef1792b91 .shg-image-zoom,
.shg-c#s-93a999c6-2e05-4c4d-bdba-540ef1792b91 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-93a999c6-2e05-4c4d-bdba-540ef1792b91 {
  max-width:  100%;
}

.shg-c#s-93a999c6-2e05-4c4d-bdba-540ef1792b91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-93a999c6-2e05-4c4d-bdba-540ef1792b91 .shg-image-zoom,
.shg-c#s-93a999c6-2e05-4c4d-bdba-540ef1792b91 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-93a999c6-2e05-4c4d-bdba-540ef1792b91 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-93a999c6-2e05-4c4d-bdba-540ef1792b91 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93a999c6-2e05-4c4d-bdba-540ef1792b91 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-93a999c6-2e05-4c4d-bdba-540ef1792b91 img.shogun-image,
.shg-c#s-93a999c6-2e05-4c4d-bdba-540ef1792b91 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-93a999c6-2e05-4c4d-bdba-540ef1792b91 .shg-image-zoom,
.shg-c#s-93a999c6-2e05-4c4d-bdba-540ef1792b91 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-93a999c6-2e05-4c4d-bdba-540ef1792b91 {
  max-width:  100%;
}

.shg-c#s-93a999c6-2e05-4c4d-bdba-540ef1792b91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-93a999c6-2e05-4c4d-bdba-540ef1792b91 .shg-image-zoom,
.shg-c#s-93a999c6-2e05-4c4d-bdba-540ef1792b91 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-93a999c6-2e05-4c4d-bdba-540ef1792b91 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-93a999c6-2e05-4c4d-bdba-540ef1792b91 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93a999c6-2e05-4c4d-bdba-540ef1792b91 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-93a999c6-2e05-4c4d-bdba-540ef1792b91 img.shogun-image,
.shg-c#s-93a999c6-2e05-4c4d-bdba-540ef1792b91 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-93a999c6-2e05-4c4d-bdba-540ef1792b91 .shg-image-zoom,
.shg-c#s-93a999c6-2e05-4c4d-bdba-540ef1792b91 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c408e7ce-f77c-4dbe-b0ae-073bf813627d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c408e7ce-f77c-4dbe-b0ae-073bf813627d .shg-product-title-component h1 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  
}

#s-7f6c6809-93d1-47fc-b146-b910995a84d3 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-7f6c6809-93d1-47fc-b146-b910995a84d3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-7f6c6809-93d1-47fc-b146-b910995a84d3 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-7f6c6809-93d1-47fc-b146-b910995a84d3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-35a4f961-482a-4fc7-b5aa-71557169ccf1 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-35a4f961-482a-4fc7-b5aa-71557169ccf1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-35a4f961-482a-4fc7-b5aa-71557169ccf1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e6e170ca-c809-49f7-aedc-cbc2e75aac13 {
  margin-left: auto;
margin-right: auto;
}

#s-eeeb126d-a465-47c1-966b-00182bc4a25f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-eeeb126d-a465-47c1-966b-00182bc4a25f {
  max-width:  100%;
}

.shg-c#s-eeeb126d-a465-47c1-966b-00182bc4a25f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eeeb126d-a465-47c1-966b-00182bc4a25f .shg-image-zoom,
.shg-c#s-eeeb126d-a465-47c1-966b-00182bc4a25f img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-eeeb126d-a465-47c1-966b-00182bc4a25f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-eeeb126d-a465-47c1-966b-00182bc4a25f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eeeb126d-a465-47c1-966b-00182bc4a25f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-eeeb126d-a465-47c1-966b-00182bc4a25f img.shogun-image,
.shg-c#s-eeeb126d-a465-47c1-966b-00182bc4a25f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-eeeb126d-a465-47c1-966b-00182bc4a25f .shg-image-zoom,
.shg-c#s-eeeb126d-a465-47c1-966b-00182bc4a25f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-eeeb126d-a465-47c1-966b-00182bc4a25f {
  max-width:  100%;
}

.shg-c#s-eeeb126d-a465-47c1-966b-00182bc4a25f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eeeb126d-a465-47c1-966b-00182bc4a25f .shg-image-zoom,
.shg-c#s-eeeb126d-a465-47c1-966b-00182bc4a25f img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-eeeb126d-a465-47c1-966b-00182bc4a25f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-eeeb126d-a465-47c1-966b-00182bc4a25f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eeeb126d-a465-47c1-966b-00182bc4a25f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-eeeb126d-a465-47c1-966b-00182bc4a25f img.shogun-image,
.shg-c#s-eeeb126d-a465-47c1-966b-00182bc4a25f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-eeeb126d-a465-47c1-966b-00182bc4a25f .shg-image-zoom,
.shg-c#s-eeeb126d-a465-47c1-966b-00182bc4a25f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-eeeb126d-a465-47c1-966b-00182bc4a25f {
  max-width:  100%;
}

.shg-c#s-eeeb126d-a465-47c1-966b-00182bc4a25f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eeeb126d-a465-47c1-966b-00182bc4a25f .shg-image-zoom,
.shg-c#s-eeeb126d-a465-47c1-966b-00182bc4a25f img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-eeeb126d-a465-47c1-966b-00182bc4a25f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-eeeb126d-a465-47c1-966b-00182bc4a25f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eeeb126d-a465-47c1-966b-00182bc4a25f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-eeeb126d-a465-47c1-966b-00182bc4a25f img.shogun-image,
.shg-c#s-eeeb126d-a465-47c1-966b-00182bc4a25f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-eeeb126d-a465-47c1-966b-00182bc4a25f .shg-image-zoom,
.shg-c#s-eeeb126d-a465-47c1-966b-00182bc4a25f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-eeeb126d-a465-47c1-966b-00182bc4a25f {
  max-width:  100%;
}

.shg-c#s-eeeb126d-a465-47c1-966b-00182bc4a25f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eeeb126d-a465-47c1-966b-00182bc4a25f .shg-image-zoom,
.shg-c#s-eeeb126d-a465-47c1-966b-00182bc4a25f img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-eeeb126d-a465-47c1-966b-00182bc4a25f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-eeeb126d-a465-47c1-966b-00182bc4a25f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eeeb126d-a465-47c1-966b-00182bc4a25f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-eeeb126d-a465-47c1-966b-00182bc4a25f img.shogun-image,
.shg-c#s-eeeb126d-a465-47c1-966b-00182bc4a25f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-eeeb126d-a465-47c1-966b-00182bc4a25f .shg-image-zoom,
.shg-c#s-eeeb126d-a465-47c1-966b-00182bc4a25f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-eeeb126d-a465-47c1-966b-00182bc4a25f {
  max-width:  100%;
}

.shg-c#s-eeeb126d-a465-47c1-966b-00182bc4a25f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eeeb126d-a465-47c1-966b-00182bc4a25f .shg-image-zoom,
.shg-c#s-eeeb126d-a465-47c1-966b-00182bc4a25f img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-eeeb126d-a465-47c1-966b-00182bc4a25f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-eeeb126d-a465-47c1-966b-00182bc4a25f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eeeb126d-a465-47c1-966b-00182bc4a25f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-eeeb126d-a465-47c1-966b-00182bc4a25f img.shogun-image,
.shg-c#s-eeeb126d-a465-47c1-966b-00182bc4a25f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-eeeb126d-a465-47c1-966b-00182bc4a25f .shg-image-zoom,
.shg-c#s-eeeb126d-a465-47c1-966b-00182bc4a25f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2e37fcab-7ed9-40c6-a758-775c7f6c6740 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2e37fcab-7ed9-40c6-a758-775c7f6c6740 .shg-product-title-component h1 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  
}

#s-dc4c81f9-1bc7-4e18-8100-8d62427ec6d9 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-dc4c81f9-1bc7-4e18-8100-8d62427ec6d9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-dc4c81f9-1bc7-4e18-8100-8d62427ec6d9 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-dc4c81f9-1bc7-4e18-8100-8d62427ec6d9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-bea43590-511f-40dc-a94c-29204c6566f7 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-bea43590-511f-40dc-a94c-29204c6566f7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-bea43590-511f-40dc-a94c-29204c6566f7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-bea43590-511f-40dc-a94c-29204c6566f7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-bea43590-511f-40dc-a94c-29204c6566f7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-8dd60a13-e1a8-467e-94f2-8c5ac21afe69 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-8dd60a13-e1a8-467e-94f2-8c5ac21afe69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8dd60a13-e1a8-467e-94f2-8c5ac21afe69.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-47aeaca6-9e42-4cce-a461-0805f7817288 {
  margin-left: auto;
margin-right: auto;
}

#s-3216791b-e906-4981-b594-0a9fd6153cab {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-3216791b-e906-4981-b594-0a9fd6153cab {
  max-width:  100%;
}

.shg-c#s-3216791b-e906-4981-b594-0a9fd6153cab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3216791b-e906-4981-b594-0a9fd6153cab .shg-image-zoom,
.shg-c#s-3216791b-e906-4981-b594-0a9fd6153cab img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-3216791b-e906-4981-b594-0a9fd6153cab .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3216791b-e906-4981-b594-0a9fd6153cab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3216791b-e906-4981-b594-0a9fd6153cab img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3216791b-e906-4981-b594-0a9fd6153cab img.shogun-image,
.shg-c#s-3216791b-e906-4981-b594-0a9fd6153cab .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3216791b-e906-4981-b594-0a9fd6153cab .shg-image-zoom,
.shg-c#s-3216791b-e906-4981-b594-0a9fd6153cab img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-3216791b-e906-4981-b594-0a9fd6153cab {
  max-width:  100%;
}

.shg-c#s-3216791b-e906-4981-b594-0a9fd6153cab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3216791b-e906-4981-b594-0a9fd6153cab .shg-image-zoom,
.shg-c#s-3216791b-e906-4981-b594-0a9fd6153cab img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-3216791b-e906-4981-b594-0a9fd6153cab .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3216791b-e906-4981-b594-0a9fd6153cab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3216791b-e906-4981-b594-0a9fd6153cab img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3216791b-e906-4981-b594-0a9fd6153cab img.shogun-image,
.shg-c#s-3216791b-e906-4981-b594-0a9fd6153cab .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3216791b-e906-4981-b594-0a9fd6153cab .shg-image-zoom,
.shg-c#s-3216791b-e906-4981-b594-0a9fd6153cab img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3216791b-e906-4981-b594-0a9fd6153cab {
  max-width:  100%;
}

.shg-c#s-3216791b-e906-4981-b594-0a9fd6153cab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3216791b-e906-4981-b594-0a9fd6153cab .shg-image-zoom,
.shg-c#s-3216791b-e906-4981-b594-0a9fd6153cab img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-3216791b-e906-4981-b594-0a9fd6153cab .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3216791b-e906-4981-b594-0a9fd6153cab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3216791b-e906-4981-b594-0a9fd6153cab img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3216791b-e906-4981-b594-0a9fd6153cab img.shogun-image,
.shg-c#s-3216791b-e906-4981-b594-0a9fd6153cab .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3216791b-e906-4981-b594-0a9fd6153cab .shg-image-zoom,
.shg-c#s-3216791b-e906-4981-b594-0a9fd6153cab img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3216791b-e906-4981-b594-0a9fd6153cab {
  max-width:  100%;
}

.shg-c#s-3216791b-e906-4981-b594-0a9fd6153cab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3216791b-e906-4981-b594-0a9fd6153cab .shg-image-zoom,
.shg-c#s-3216791b-e906-4981-b594-0a9fd6153cab img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-3216791b-e906-4981-b594-0a9fd6153cab .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3216791b-e906-4981-b594-0a9fd6153cab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3216791b-e906-4981-b594-0a9fd6153cab img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3216791b-e906-4981-b594-0a9fd6153cab img.shogun-image,
.shg-c#s-3216791b-e906-4981-b594-0a9fd6153cab .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3216791b-e906-4981-b594-0a9fd6153cab .shg-image-zoom,
.shg-c#s-3216791b-e906-4981-b594-0a9fd6153cab img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-3216791b-e906-4981-b594-0a9fd6153cab {
  max-width:  100%;
}

.shg-c#s-3216791b-e906-4981-b594-0a9fd6153cab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3216791b-e906-4981-b594-0a9fd6153cab .shg-image-zoom,
.shg-c#s-3216791b-e906-4981-b594-0a9fd6153cab img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-3216791b-e906-4981-b594-0a9fd6153cab .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3216791b-e906-4981-b594-0a9fd6153cab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3216791b-e906-4981-b594-0a9fd6153cab img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3216791b-e906-4981-b594-0a9fd6153cab img.shogun-image,
.shg-c#s-3216791b-e906-4981-b594-0a9fd6153cab .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3216791b-e906-4981-b594-0a9fd6153cab .shg-image-zoom,
.shg-c#s-3216791b-e906-4981-b594-0a9fd6153cab img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8fb3d2ed-cab9-4c94-a91c-6a0c845befe4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8fb3d2ed-cab9-4c94-a91c-6a0c845befe4 .shg-product-title-component h1 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  
}

#s-d145ae3d-0313-4b80-8bd5-ee92f0eef521 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-d145ae3d-0313-4b80-8bd5-ee92f0eef521 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-d145ae3d-0313-4b80-8bd5-ee92f0eef521 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-d145ae3d-0313-4b80-8bd5-ee92f0eef521 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b25a5175-1a83-4859-97b7-67886a121357 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-b25a5175-1a83-4859-97b7-67886a121357 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b25a5175-1a83-4859-97b7-67886a121357.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d2446219-95d3-4a15-9c03-36bf10d2269d {
  margin-left: auto;
margin-right: auto;
}

#s-7e796f5c-d24f-4205-8dce-3549c14c6088 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-7e796f5c-d24f-4205-8dce-3549c14c6088 {
  max-width:  100%;
}

.shg-c#s-7e796f5c-d24f-4205-8dce-3549c14c6088 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7e796f5c-d24f-4205-8dce-3549c14c6088 .shg-image-zoom,
.shg-c#s-7e796f5c-d24f-4205-8dce-3549c14c6088 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-7e796f5c-d24f-4205-8dce-3549c14c6088 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7e796f5c-d24f-4205-8dce-3549c14c6088 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7e796f5c-d24f-4205-8dce-3549c14c6088 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-7e796f5c-d24f-4205-8dce-3549c14c6088 img.shogun-image,
.shg-c#s-7e796f5c-d24f-4205-8dce-3549c14c6088 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-7e796f5c-d24f-4205-8dce-3549c14c6088 .shg-image-zoom,
.shg-c#s-7e796f5c-d24f-4205-8dce-3549c14c6088 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-7e796f5c-d24f-4205-8dce-3549c14c6088 {
  max-width:  100%;
}

.shg-c#s-7e796f5c-d24f-4205-8dce-3549c14c6088 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7e796f5c-d24f-4205-8dce-3549c14c6088 .shg-image-zoom,
.shg-c#s-7e796f5c-d24f-4205-8dce-3549c14c6088 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-7e796f5c-d24f-4205-8dce-3549c14c6088 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7e796f5c-d24f-4205-8dce-3549c14c6088 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7e796f5c-d24f-4205-8dce-3549c14c6088 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-7e796f5c-d24f-4205-8dce-3549c14c6088 img.shogun-image,
.shg-c#s-7e796f5c-d24f-4205-8dce-3549c14c6088 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-7e796f5c-d24f-4205-8dce-3549c14c6088 .shg-image-zoom,
.shg-c#s-7e796f5c-d24f-4205-8dce-3549c14c6088 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7e796f5c-d24f-4205-8dce-3549c14c6088 {
  max-width:  100%;
}

.shg-c#s-7e796f5c-d24f-4205-8dce-3549c14c6088 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7e796f5c-d24f-4205-8dce-3549c14c6088 .shg-image-zoom,
.shg-c#s-7e796f5c-d24f-4205-8dce-3549c14c6088 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-7e796f5c-d24f-4205-8dce-3549c14c6088 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7e796f5c-d24f-4205-8dce-3549c14c6088 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7e796f5c-d24f-4205-8dce-3549c14c6088 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-7e796f5c-d24f-4205-8dce-3549c14c6088 img.shogun-image,
.shg-c#s-7e796f5c-d24f-4205-8dce-3549c14c6088 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-7e796f5c-d24f-4205-8dce-3549c14c6088 .shg-image-zoom,
.shg-c#s-7e796f5c-d24f-4205-8dce-3549c14c6088 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7e796f5c-d24f-4205-8dce-3549c14c6088 {
  max-width:  100%;
}

.shg-c#s-7e796f5c-d24f-4205-8dce-3549c14c6088 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7e796f5c-d24f-4205-8dce-3549c14c6088 .shg-image-zoom,
.shg-c#s-7e796f5c-d24f-4205-8dce-3549c14c6088 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-7e796f5c-d24f-4205-8dce-3549c14c6088 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7e796f5c-d24f-4205-8dce-3549c14c6088 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7e796f5c-d24f-4205-8dce-3549c14c6088 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-7e796f5c-d24f-4205-8dce-3549c14c6088 img.shogun-image,
.shg-c#s-7e796f5c-d24f-4205-8dce-3549c14c6088 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-7e796f5c-d24f-4205-8dce-3549c14c6088 .shg-image-zoom,
.shg-c#s-7e796f5c-d24f-4205-8dce-3549c14c6088 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-7e796f5c-d24f-4205-8dce-3549c14c6088 {
  max-width:  100%;
}

.shg-c#s-7e796f5c-d24f-4205-8dce-3549c14c6088 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7e796f5c-d24f-4205-8dce-3549c14c6088 .shg-image-zoom,
.shg-c#s-7e796f5c-d24f-4205-8dce-3549c14c6088 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-7e796f5c-d24f-4205-8dce-3549c14c6088 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7e796f5c-d24f-4205-8dce-3549c14c6088 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7e796f5c-d24f-4205-8dce-3549c14c6088 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-7e796f5c-d24f-4205-8dce-3549c14c6088 img.shogun-image,
.shg-c#s-7e796f5c-d24f-4205-8dce-3549c14c6088 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-7e796f5c-d24f-4205-8dce-3549c14c6088 .shg-image-zoom,
.shg-c#s-7e796f5c-d24f-4205-8dce-3549c14c6088 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-38f450e4-64e4-4842-9b4b-61e215008974 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-38f450e4-64e4-4842-9b4b-61e215008974 .shg-product-title-component h1 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  
}

#s-c4306e7b-bbee-4f9e-85e1-f995071328a6 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-c4306e7b-bbee-4f9e-85e1-f995071328a6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-c4306e7b-bbee-4f9e-85e1-f995071328a6 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-c4306e7b-bbee-4f9e-85e1-f995071328a6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-53293918-dac3-479a-996e-7107d8370915 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-53293918-dac3-479a-996e-7107d8370915 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-53293918-dac3-479a-996e-7107d8370915.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-df0f6c61-f091-466f-bc01-c83e06c8783d {
  margin-left: auto;
margin-right: auto;
}

#s-480276c2-f68f-4007-b48c-b40627ab4f5f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-480276c2-f68f-4007-b48c-b40627ab4f5f {
  max-width:  100%;
}

.shg-c#s-480276c2-f68f-4007-b48c-b40627ab4f5f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-480276c2-f68f-4007-b48c-b40627ab4f5f .shg-image-zoom,
.shg-c#s-480276c2-f68f-4007-b48c-b40627ab4f5f img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-480276c2-f68f-4007-b48c-b40627ab4f5f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-480276c2-f68f-4007-b48c-b40627ab4f5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-480276c2-f68f-4007-b48c-b40627ab4f5f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-480276c2-f68f-4007-b48c-b40627ab4f5f img.shogun-image,
.shg-c#s-480276c2-f68f-4007-b48c-b40627ab4f5f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-480276c2-f68f-4007-b48c-b40627ab4f5f .shg-image-zoom,
.shg-c#s-480276c2-f68f-4007-b48c-b40627ab4f5f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-480276c2-f68f-4007-b48c-b40627ab4f5f {
  max-width:  100%;
}

.shg-c#s-480276c2-f68f-4007-b48c-b40627ab4f5f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-480276c2-f68f-4007-b48c-b40627ab4f5f .shg-image-zoom,
.shg-c#s-480276c2-f68f-4007-b48c-b40627ab4f5f img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-480276c2-f68f-4007-b48c-b40627ab4f5f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-480276c2-f68f-4007-b48c-b40627ab4f5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-480276c2-f68f-4007-b48c-b40627ab4f5f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-480276c2-f68f-4007-b48c-b40627ab4f5f img.shogun-image,
.shg-c#s-480276c2-f68f-4007-b48c-b40627ab4f5f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-480276c2-f68f-4007-b48c-b40627ab4f5f .shg-image-zoom,
.shg-c#s-480276c2-f68f-4007-b48c-b40627ab4f5f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-480276c2-f68f-4007-b48c-b40627ab4f5f {
  max-width:  100%;
}

.shg-c#s-480276c2-f68f-4007-b48c-b40627ab4f5f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-480276c2-f68f-4007-b48c-b40627ab4f5f .shg-image-zoom,
.shg-c#s-480276c2-f68f-4007-b48c-b40627ab4f5f img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-480276c2-f68f-4007-b48c-b40627ab4f5f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-480276c2-f68f-4007-b48c-b40627ab4f5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-480276c2-f68f-4007-b48c-b40627ab4f5f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-480276c2-f68f-4007-b48c-b40627ab4f5f img.shogun-image,
.shg-c#s-480276c2-f68f-4007-b48c-b40627ab4f5f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-480276c2-f68f-4007-b48c-b40627ab4f5f .shg-image-zoom,
.shg-c#s-480276c2-f68f-4007-b48c-b40627ab4f5f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-480276c2-f68f-4007-b48c-b40627ab4f5f {
  max-width:  100%;
}

.shg-c#s-480276c2-f68f-4007-b48c-b40627ab4f5f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-480276c2-f68f-4007-b48c-b40627ab4f5f .shg-image-zoom,
.shg-c#s-480276c2-f68f-4007-b48c-b40627ab4f5f img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-480276c2-f68f-4007-b48c-b40627ab4f5f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-480276c2-f68f-4007-b48c-b40627ab4f5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-480276c2-f68f-4007-b48c-b40627ab4f5f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-480276c2-f68f-4007-b48c-b40627ab4f5f img.shogun-image,
.shg-c#s-480276c2-f68f-4007-b48c-b40627ab4f5f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-480276c2-f68f-4007-b48c-b40627ab4f5f .shg-image-zoom,
.shg-c#s-480276c2-f68f-4007-b48c-b40627ab4f5f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-480276c2-f68f-4007-b48c-b40627ab4f5f {
  max-width:  100%;
}

.shg-c#s-480276c2-f68f-4007-b48c-b40627ab4f5f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-480276c2-f68f-4007-b48c-b40627ab4f5f .shg-image-zoom,
.shg-c#s-480276c2-f68f-4007-b48c-b40627ab4f5f img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-480276c2-f68f-4007-b48c-b40627ab4f5f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-480276c2-f68f-4007-b48c-b40627ab4f5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-480276c2-f68f-4007-b48c-b40627ab4f5f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-480276c2-f68f-4007-b48c-b40627ab4f5f img.shogun-image,
.shg-c#s-480276c2-f68f-4007-b48c-b40627ab4f5f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-480276c2-f68f-4007-b48c-b40627ab4f5f .shg-image-zoom,
.shg-c#s-480276c2-f68f-4007-b48c-b40627ab4f5f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ade4c1c8-775c-4acb-9d89-f132bf33ae85 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ade4c1c8-775c-4acb-9d89-f132bf33ae85 .shg-product-title-component h1 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  
}

#s-82ff3046-25e1-4ad2-b1ba-ac95b24fb69c {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-82ff3046-25e1-4ad2-b1ba-ac95b24fb69c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-82ff3046-25e1-4ad2-b1ba-ac95b24fb69c .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-82ff3046-25e1-4ad2-b1ba-ac95b24fb69c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c0d0bd2c-9ec0-47a0-b9ed-79518bf91f1a {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-c0d0bd2c-9ec0-47a0-b9ed-79518bf91f1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c0d0bd2c-9ec0-47a0-b9ed-79518bf91f1a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6358bd58-5b82-4825-a5ea-fce2c8c6ae3c {
  margin-left: auto;
margin-right: auto;
}

#s-ae6cabec-b706-4767-b5b6-a497a5662534 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-ae6cabec-b706-4767-b5b6-a497a5662534 {
  max-width:  100%;
}

.shg-c#s-ae6cabec-b706-4767-b5b6-a497a5662534 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae6cabec-b706-4767-b5b6-a497a5662534 .shg-image-zoom,
.shg-c#s-ae6cabec-b706-4767-b5b6-a497a5662534 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-ae6cabec-b706-4767-b5b6-a497a5662534 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ae6cabec-b706-4767-b5b6-a497a5662534 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae6cabec-b706-4767-b5b6-a497a5662534 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ae6cabec-b706-4767-b5b6-a497a5662534 img.shogun-image,
.shg-c#s-ae6cabec-b706-4767-b5b6-a497a5662534 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ae6cabec-b706-4767-b5b6-a497a5662534 .shg-image-zoom,
.shg-c#s-ae6cabec-b706-4767-b5b6-a497a5662534 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-ae6cabec-b706-4767-b5b6-a497a5662534 {
  max-width:  100%;
}

.shg-c#s-ae6cabec-b706-4767-b5b6-a497a5662534 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae6cabec-b706-4767-b5b6-a497a5662534 .shg-image-zoom,
.shg-c#s-ae6cabec-b706-4767-b5b6-a497a5662534 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-ae6cabec-b706-4767-b5b6-a497a5662534 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ae6cabec-b706-4767-b5b6-a497a5662534 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae6cabec-b706-4767-b5b6-a497a5662534 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ae6cabec-b706-4767-b5b6-a497a5662534 img.shogun-image,
.shg-c#s-ae6cabec-b706-4767-b5b6-a497a5662534 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ae6cabec-b706-4767-b5b6-a497a5662534 .shg-image-zoom,
.shg-c#s-ae6cabec-b706-4767-b5b6-a497a5662534 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ae6cabec-b706-4767-b5b6-a497a5662534 {
  max-width:  100%;
}

.shg-c#s-ae6cabec-b706-4767-b5b6-a497a5662534 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae6cabec-b706-4767-b5b6-a497a5662534 .shg-image-zoom,
.shg-c#s-ae6cabec-b706-4767-b5b6-a497a5662534 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-ae6cabec-b706-4767-b5b6-a497a5662534 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ae6cabec-b706-4767-b5b6-a497a5662534 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae6cabec-b706-4767-b5b6-a497a5662534 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ae6cabec-b706-4767-b5b6-a497a5662534 img.shogun-image,
.shg-c#s-ae6cabec-b706-4767-b5b6-a497a5662534 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ae6cabec-b706-4767-b5b6-a497a5662534 .shg-image-zoom,
.shg-c#s-ae6cabec-b706-4767-b5b6-a497a5662534 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ae6cabec-b706-4767-b5b6-a497a5662534 {
  max-width:  100%;
}

.shg-c#s-ae6cabec-b706-4767-b5b6-a497a5662534 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae6cabec-b706-4767-b5b6-a497a5662534 .shg-image-zoom,
.shg-c#s-ae6cabec-b706-4767-b5b6-a497a5662534 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-ae6cabec-b706-4767-b5b6-a497a5662534 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ae6cabec-b706-4767-b5b6-a497a5662534 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae6cabec-b706-4767-b5b6-a497a5662534 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ae6cabec-b706-4767-b5b6-a497a5662534 img.shogun-image,
.shg-c#s-ae6cabec-b706-4767-b5b6-a497a5662534 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ae6cabec-b706-4767-b5b6-a497a5662534 .shg-image-zoom,
.shg-c#s-ae6cabec-b706-4767-b5b6-a497a5662534 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-ae6cabec-b706-4767-b5b6-a497a5662534 {
  max-width:  100%;
}

.shg-c#s-ae6cabec-b706-4767-b5b6-a497a5662534 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae6cabec-b706-4767-b5b6-a497a5662534 .shg-image-zoom,
.shg-c#s-ae6cabec-b706-4767-b5b6-a497a5662534 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-ae6cabec-b706-4767-b5b6-a497a5662534 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ae6cabec-b706-4767-b5b6-a497a5662534 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae6cabec-b706-4767-b5b6-a497a5662534 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ae6cabec-b706-4767-b5b6-a497a5662534 img.shogun-image,
.shg-c#s-ae6cabec-b706-4767-b5b6-a497a5662534 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ae6cabec-b706-4767-b5b6-a497a5662534 .shg-image-zoom,
.shg-c#s-ae6cabec-b706-4767-b5b6-a497a5662534 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f0943522-e44d-4183-9989-03da0bcd98ee {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f0943522-e44d-4183-9989-03da0bcd98ee .shg-product-title-component h1 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  
}

#s-6fce2c87-32b2-43f6-9121-fd3a80c47185 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-6fce2c87-32b2-43f6-9121-fd3a80c47185 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-6fce2c87-32b2-43f6-9121-fd3a80c47185 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-6fce2c87-32b2-43f6-9121-fd3a80c47185 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f645e1b5-cc6b-4b54-b91d-9731caf5ad22 {
  margin-left: 1%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-f645e1b5-cc6b-4b54-b91d-9731caf5ad22"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f645e1b5-cc6b-4b54-b91d-9731caf5ad22"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f645e1b5-cc6b-4b54-b91d-9731caf5ad22"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f645e1b5-cc6b-4b54-b91d-9731caf5ad22"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-ccd98ffb-603e-4cd2-850c-ede6c663e747 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ccd98ffb-603e-4cd2-850c-ede6c663e747"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-ccd98ffb-603e-4cd2-850c-ede6c663e747"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-ccd98ffb-603e-4cd2-850c-ede6c663e747"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-ccd98ffb-603e-4cd2-850c-ede6c663e747"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-2840a3e3-fd3a-45bf-9f30-56d843a18f17 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-2840a3e3-fd3a-45bf-9f30-56d843a18f17 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2840a3e3-fd3a-45bf-9f30-56d843a18f17.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3953a757-4369-420c-8b2a-0ac7b76bdf39 {
  margin-left: auto;
margin-right: auto;
}

#s-1abbc5bc-ec1b-4abd-806e-a27c5c7dfc78 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-1abbc5bc-ec1b-4abd-806e-a27c5c7dfc78 {
  max-width:  100%;
}

.shg-c#s-1abbc5bc-ec1b-4abd-806e-a27c5c7dfc78 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1abbc5bc-ec1b-4abd-806e-a27c5c7dfc78 .shg-image-zoom,
.shg-c#s-1abbc5bc-ec1b-4abd-806e-a27c5c7dfc78 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-1abbc5bc-ec1b-4abd-806e-a27c5c7dfc78 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1abbc5bc-ec1b-4abd-806e-a27c5c7dfc78 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1abbc5bc-ec1b-4abd-806e-a27c5c7dfc78 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1abbc5bc-ec1b-4abd-806e-a27c5c7dfc78 img.shogun-image,
.shg-c#s-1abbc5bc-ec1b-4abd-806e-a27c5c7dfc78 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1abbc5bc-ec1b-4abd-806e-a27c5c7dfc78 .shg-image-zoom,
.shg-c#s-1abbc5bc-ec1b-4abd-806e-a27c5c7dfc78 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-1abbc5bc-ec1b-4abd-806e-a27c5c7dfc78 {
  max-width:  100%;
}

.shg-c#s-1abbc5bc-ec1b-4abd-806e-a27c5c7dfc78 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1abbc5bc-ec1b-4abd-806e-a27c5c7dfc78 .shg-image-zoom,
.shg-c#s-1abbc5bc-ec1b-4abd-806e-a27c5c7dfc78 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-1abbc5bc-ec1b-4abd-806e-a27c5c7dfc78 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1abbc5bc-ec1b-4abd-806e-a27c5c7dfc78 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1abbc5bc-ec1b-4abd-806e-a27c5c7dfc78 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1abbc5bc-ec1b-4abd-806e-a27c5c7dfc78 img.shogun-image,
.shg-c#s-1abbc5bc-ec1b-4abd-806e-a27c5c7dfc78 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1abbc5bc-ec1b-4abd-806e-a27c5c7dfc78 .shg-image-zoom,
.shg-c#s-1abbc5bc-ec1b-4abd-806e-a27c5c7dfc78 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1abbc5bc-ec1b-4abd-806e-a27c5c7dfc78 {
  max-width:  100%;
}

.shg-c#s-1abbc5bc-ec1b-4abd-806e-a27c5c7dfc78 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1abbc5bc-ec1b-4abd-806e-a27c5c7dfc78 .shg-image-zoom,
.shg-c#s-1abbc5bc-ec1b-4abd-806e-a27c5c7dfc78 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-1abbc5bc-ec1b-4abd-806e-a27c5c7dfc78 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1abbc5bc-ec1b-4abd-806e-a27c5c7dfc78 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1abbc5bc-ec1b-4abd-806e-a27c5c7dfc78 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1abbc5bc-ec1b-4abd-806e-a27c5c7dfc78 img.shogun-image,
.shg-c#s-1abbc5bc-ec1b-4abd-806e-a27c5c7dfc78 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1abbc5bc-ec1b-4abd-806e-a27c5c7dfc78 .shg-image-zoom,
.shg-c#s-1abbc5bc-ec1b-4abd-806e-a27c5c7dfc78 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1abbc5bc-ec1b-4abd-806e-a27c5c7dfc78 {
  max-width:  100%;
}

.shg-c#s-1abbc5bc-ec1b-4abd-806e-a27c5c7dfc78 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1abbc5bc-ec1b-4abd-806e-a27c5c7dfc78 .shg-image-zoom,
.shg-c#s-1abbc5bc-ec1b-4abd-806e-a27c5c7dfc78 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-1abbc5bc-ec1b-4abd-806e-a27c5c7dfc78 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1abbc5bc-ec1b-4abd-806e-a27c5c7dfc78 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1abbc5bc-ec1b-4abd-806e-a27c5c7dfc78 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1abbc5bc-ec1b-4abd-806e-a27c5c7dfc78 img.shogun-image,
.shg-c#s-1abbc5bc-ec1b-4abd-806e-a27c5c7dfc78 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1abbc5bc-ec1b-4abd-806e-a27c5c7dfc78 .shg-image-zoom,
.shg-c#s-1abbc5bc-ec1b-4abd-806e-a27c5c7dfc78 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-1abbc5bc-ec1b-4abd-806e-a27c5c7dfc78 {
  max-width:  100%;
}

.shg-c#s-1abbc5bc-ec1b-4abd-806e-a27c5c7dfc78 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1abbc5bc-ec1b-4abd-806e-a27c5c7dfc78 .shg-image-zoom,
.shg-c#s-1abbc5bc-ec1b-4abd-806e-a27c5c7dfc78 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-1abbc5bc-ec1b-4abd-806e-a27c5c7dfc78 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1abbc5bc-ec1b-4abd-806e-a27c5c7dfc78 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1abbc5bc-ec1b-4abd-806e-a27c5c7dfc78 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1abbc5bc-ec1b-4abd-806e-a27c5c7dfc78 img.shogun-image,
.shg-c#s-1abbc5bc-ec1b-4abd-806e-a27c5c7dfc78 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1abbc5bc-ec1b-4abd-806e-a27c5c7dfc78 .shg-image-zoom,
.shg-c#s-1abbc5bc-ec1b-4abd-806e-a27c5c7dfc78 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-dc88fd2c-fcad-40ed-b463-9e990e31556b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dc88fd2c-fcad-40ed-b463-9e990e31556b .shg-product-title-component h1 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  
}

#s-2feec80b-a568-4e1c-ac61-a331d52e1b3e {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-2feec80b-a568-4e1c-ac61-a331d52e1b3e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-2feec80b-a568-4e1c-ac61-a331d52e1b3e .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-2feec80b-a568-4e1c-ac61-a331d52e1b3e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a593840b-5902-464d-ad52-ff4fcfa7689f {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-a593840b-5902-464d-ad52-ff4fcfa7689f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a593840b-5902-464d-ad52-ff4fcfa7689f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-18da13fd-34f0-45ab-81d3-bfaa2e869a8c {
  margin-left: auto;
margin-right: auto;
}

#s-6d56c74d-9bfe-4a1a-b560-64d9508cc53c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-6d56c74d-9bfe-4a1a-b560-64d9508cc53c {
  max-width:  100%;
}

.shg-c#s-6d56c74d-9bfe-4a1a-b560-64d9508cc53c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d56c74d-9bfe-4a1a-b560-64d9508cc53c .shg-image-zoom,
.shg-c#s-6d56c74d-9bfe-4a1a-b560-64d9508cc53c img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-6d56c74d-9bfe-4a1a-b560-64d9508cc53c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6d56c74d-9bfe-4a1a-b560-64d9508cc53c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d56c74d-9bfe-4a1a-b560-64d9508cc53c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6d56c74d-9bfe-4a1a-b560-64d9508cc53c img.shogun-image,
.shg-c#s-6d56c74d-9bfe-4a1a-b560-64d9508cc53c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6d56c74d-9bfe-4a1a-b560-64d9508cc53c .shg-image-zoom,
.shg-c#s-6d56c74d-9bfe-4a1a-b560-64d9508cc53c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-6d56c74d-9bfe-4a1a-b560-64d9508cc53c {
  max-width:  100%;
}

.shg-c#s-6d56c74d-9bfe-4a1a-b560-64d9508cc53c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d56c74d-9bfe-4a1a-b560-64d9508cc53c .shg-image-zoom,
.shg-c#s-6d56c74d-9bfe-4a1a-b560-64d9508cc53c img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-6d56c74d-9bfe-4a1a-b560-64d9508cc53c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6d56c74d-9bfe-4a1a-b560-64d9508cc53c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d56c74d-9bfe-4a1a-b560-64d9508cc53c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6d56c74d-9bfe-4a1a-b560-64d9508cc53c img.shogun-image,
.shg-c#s-6d56c74d-9bfe-4a1a-b560-64d9508cc53c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6d56c74d-9bfe-4a1a-b560-64d9508cc53c .shg-image-zoom,
.shg-c#s-6d56c74d-9bfe-4a1a-b560-64d9508cc53c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6d56c74d-9bfe-4a1a-b560-64d9508cc53c {
  max-width:  100%;
}

.shg-c#s-6d56c74d-9bfe-4a1a-b560-64d9508cc53c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d56c74d-9bfe-4a1a-b560-64d9508cc53c .shg-image-zoom,
.shg-c#s-6d56c74d-9bfe-4a1a-b560-64d9508cc53c img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-6d56c74d-9bfe-4a1a-b560-64d9508cc53c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6d56c74d-9bfe-4a1a-b560-64d9508cc53c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d56c74d-9bfe-4a1a-b560-64d9508cc53c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6d56c74d-9bfe-4a1a-b560-64d9508cc53c img.shogun-image,
.shg-c#s-6d56c74d-9bfe-4a1a-b560-64d9508cc53c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6d56c74d-9bfe-4a1a-b560-64d9508cc53c .shg-image-zoom,
.shg-c#s-6d56c74d-9bfe-4a1a-b560-64d9508cc53c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6d56c74d-9bfe-4a1a-b560-64d9508cc53c {
  max-width:  100%;
}

.shg-c#s-6d56c74d-9bfe-4a1a-b560-64d9508cc53c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d56c74d-9bfe-4a1a-b560-64d9508cc53c .shg-image-zoom,
.shg-c#s-6d56c74d-9bfe-4a1a-b560-64d9508cc53c img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-6d56c74d-9bfe-4a1a-b560-64d9508cc53c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6d56c74d-9bfe-4a1a-b560-64d9508cc53c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d56c74d-9bfe-4a1a-b560-64d9508cc53c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6d56c74d-9bfe-4a1a-b560-64d9508cc53c img.shogun-image,
.shg-c#s-6d56c74d-9bfe-4a1a-b560-64d9508cc53c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6d56c74d-9bfe-4a1a-b560-64d9508cc53c .shg-image-zoom,
.shg-c#s-6d56c74d-9bfe-4a1a-b560-64d9508cc53c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-6d56c74d-9bfe-4a1a-b560-64d9508cc53c {
  max-width:  100%;
}

.shg-c#s-6d56c74d-9bfe-4a1a-b560-64d9508cc53c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d56c74d-9bfe-4a1a-b560-64d9508cc53c .shg-image-zoom,
.shg-c#s-6d56c74d-9bfe-4a1a-b560-64d9508cc53c img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-6d56c74d-9bfe-4a1a-b560-64d9508cc53c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6d56c74d-9bfe-4a1a-b560-64d9508cc53c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d56c74d-9bfe-4a1a-b560-64d9508cc53c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6d56c74d-9bfe-4a1a-b560-64d9508cc53c img.shogun-image,
.shg-c#s-6d56c74d-9bfe-4a1a-b560-64d9508cc53c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6d56c74d-9bfe-4a1a-b560-64d9508cc53c .shg-image-zoom,
.shg-c#s-6d56c74d-9bfe-4a1a-b560-64d9508cc53c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-12288383-e5c9-411c-a635-0dbcb76153b7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-12288383-e5c9-411c-a635-0dbcb76153b7 .shg-product-title-component h1 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  
}

#s-bd7e6c70-a45f-4b9c-901b-1555bc59b109 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-bd7e6c70-a45f-4b9c-901b-1555bc59b109 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-bd7e6c70-a45f-4b9c-901b-1555bc59b109 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-bd7e6c70-a45f-4b9c-901b-1555bc59b109 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7ceb1037-f5f3-4a7a-be10-6b0d89b95681 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-7ceb1037-f5f3-4a7a-be10-6b0d89b95681 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7ceb1037-f5f3-4a7a-be10-6b0d89b95681.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cb532210-f796-46af-846e-f1664921cd0a {
  margin-left: auto;
margin-right: auto;
}

#s-418c3f15-6b20-4387-891f-0feaac2396a9 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-418c3f15-6b20-4387-891f-0feaac2396a9 {
  max-width:  100%;
}

.shg-c#s-418c3f15-6b20-4387-891f-0feaac2396a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-418c3f15-6b20-4387-891f-0feaac2396a9 .shg-image-zoom,
.shg-c#s-418c3f15-6b20-4387-891f-0feaac2396a9 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-418c3f15-6b20-4387-891f-0feaac2396a9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-418c3f15-6b20-4387-891f-0feaac2396a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-418c3f15-6b20-4387-891f-0feaac2396a9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-418c3f15-6b20-4387-891f-0feaac2396a9 img.shogun-image,
.shg-c#s-418c3f15-6b20-4387-891f-0feaac2396a9 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-418c3f15-6b20-4387-891f-0feaac2396a9 .shg-image-zoom,
.shg-c#s-418c3f15-6b20-4387-891f-0feaac2396a9 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-418c3f15-6b20-4387-891f-0feaac2396a9 {
  max-width:  100%;
}

.shg-c#s-418c3f15-6b20-4387-891f-0feaac2396a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-418c3f15-6b20-4387-891f-0feaac2396a9 .shg-image-zoom,
.shg-c#s-418c3f15-6b20-4387-891f-0feaac2396a9 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-418c3f15-6b20-4387-891f-0feaac2396a9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-418c3f15-6b20-4387-891f-0feaac2396a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-418c3f15-6b20-4387-891f-0feaac2396a9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-418c3f15-6b20-4387-891f-0feaac2396a9 img.shogun-image,
.shg-c#s-418c3f15-6b20-4387-891f-0feaac2396a9 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-418c3f15-6b20-4387-891f-0feaac2396a9 .shg-image-zoom,
.shg-c#s-418c3f15-6b20-4387-891f-0feaac2396a9 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-418c3f15-6b20-4387-891f-0feaac2396a9 {
  max-width:  100%;
}

.shg-c#s-418c3f15-6b20-4387-891f-0feaac2396a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-418c3f15-6b20-4387-891f-0feaac2396a9 .shg-image-zoom,
.shg-c#s-418c3f15-6b20-4387-891f-0feaac2396a9 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-418c3f15-6b20-4387-891f-0feaac2396a9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-418c3f15-6b20-4387-891f-0feaac2396a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-418c3f15-6b20-4387-891f-0feaac2396a9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-418c3f15-6b20-4387-891f-0feaac2396a9 img.shogun-image,
.shg-c#s-418c3f15-6b20-4387-891f-0feaac2396a9 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-418c3f15-6b20-4387-891f-0feaac2396a9 .shg-image-zoom,
.shg-c#s-418c3f15-6b20-4387-891f-0feaac2396a9 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-418c3f15-6b20-4387-891f-0feaac2396a9 {
  max-width:  100%;
}

.shg-c#s-418c3f15-6b20-4387-891f-0feaac2396a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-418c3f15-6b20-4387-891f-0feaac2396a9 .shg-image-zoom,
.shg-c#s-418c3f15-6b20-4387-891f-0feaac2396a9 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-418c3f15-6b20-4387-891f-0feaac2396a9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-418c3f15-6b20-4387-891f-0feaac2396a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-418c3f15-6b20-4387-891f-0feaac2396a9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-418c3f15-6b20-4387-891f-0feaac2396a9 img.shogun-image,
.shg-c#s-418c3f15-6b20-4387-891f-0feaac2396a9 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-418c3f15-6b20-4387-891f-0feaac2396a9 .shg-image-zoom,
.shg-c#s-418c3f15-6b20-4387-891f-0feaac2396a9 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-418c3f15-6b20-4387-891f-0feaac2396a9 {
  max-width:  100%;
}

.shg-c#s-418c3f15-6b20-4387-891f-0feaac2396a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-418c3f15-6b20-4387-891f-0feaac2396a9 .shg-image-zoom,
.shg-c#s-418c3f15-6b20-4387-891f-0feaac2396a9 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-418c3f15-6b20-4387-891f-0feaac2396a9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-418c3f15-6b20-4387-891f-0feaac2396a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-418c3f15-6b20-4387-891f-0feaac2396a9 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-418c3f15-6b20-4387-891f-0feaac2396a9 img.shogun-image,
.shg-c#s-418c3f15-6b20-4387-891f-0feaac2396a9 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-418c3f15-6b20-4387-891f-0feaac2396a9 .shg-image-zoom,
.shg-c#s-418c3f15-6b20-4387-891f-0feaac2396a9 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-18689c16-8767-4421-8bce-2cdcf357dcd1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-18689c16-8767-4421-8bce-2cdcf357dcd1 .shg-product-title-component h1 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  
}

#s-6f480d0a-9ffc-45da-9ac9-b7bc4ec87464 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-6f480d0a-9ffc-45da-9ac9-b7bc4ec87464 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-6f480d0a-9ffc-45da-9ac9-b7bc4ec87464 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-6f480d0a-9ffc-45da-9ac9-b7bc4ec87464 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-fbc5943f-14ca-4073-8855-a5dc89e068ea {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-fbc5943f-14ca-4073-8855-a5dc89e068ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fbc5943f-14ca-4073-8855-a5dc89e068ea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fe54e88d-0c94-445c-bf91-62562800a408 {
  margin-left: auto;
margin-right: auto;
}

#s-b886fcd1-7c8d-4ff3-be16-73289c372221 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-b886fcd1-7c8d-4ff3-be16-73289c372221 {
  max-width:  100%;
}

.shg-c#s-b886fcd1-7c8d-4ff3-be16-73289c372221 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b886fcd1-7c8d-4ff3-be16-73289c372221 .shg-image-zoom,
.shg-c#s-b886fcd1-7c8d-4ff3-be16-73289c372221 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-b886fcd1-7c8d-4ff3-be16-73289c372221 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b886fcd1-7c8d-4ff3-be16-73289c372221 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b886fcd1-7c8d-4ff3-be16-73289c372221 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b886fcd1-7c8d-4ff3-be16-73289c372221 img.shogun-image,
.shg-c#s-b886fcd1-7c8d-4ff3-be16-73289c372221 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b886fcd1-7c8d-4ff3-be16-73289c372221 .shg-image-zoom,
.shg-c#s-b886fcd1-7c8d-4ff3-be16-73289c372221 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-b886fcd1-7c8d-4ff3-be16-73289c372221 {
  max-width:  100%;
}

.shg-c#s-b886fcd1-7c8d-4ff3-be16-73289c372221 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b886fcd1-7c8d-4ff3-be16-73289c372221 .shg-image-zoom,
.shg-c#s-b886fcd1-7c8d-4ff3-be16-73289c372221 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-b886fcd1-7c8d-4ff3-be16-73289c372221 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b886fcd1-7c8d-4ff3-be16-73289c372221 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b886fcd1-7c8d-4ff3-be16-73289c372221 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b886fcd1-7c8d-4ff3-be16-73289c372221 img.shogun-image,
.shg-c#s-b886fcd1-7c8d-4ff3-be16-73289c372221 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b886fcd1-7c8d-4ff3-be16-73289c372221 .shg-image-zoom,
.shg-c#s-b886fcd1-7c8d-4ff3-be16-73289c372221 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b886fcd1-7c8d-4ff3-be16-73289c372221 {
  max-width:  100%;
}

.shg-c#s-b886fcd1-7c8d-4ff3-be16-73289c372221 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b886fcd1-7c8d-4ff3-be16-73289c372221 .shg-image-zoom,
.shg-c#s-b886fcd1-7c8d-4ff3-be16-73289c372221 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-b886fcd1-7c8d-4ff3-be16-73289c372221 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b886fcd1-7c8d-4ff3-be16-73289c372221 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b886fcd1-7c8d-4ff3-be16-73289c372221 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b886fcd1-7c8d-4ff3-be16-73289c372221 img.shogun-image,
.shg-c#s-b886fcd1-7c8d-4ff3-be16-73289c372221 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b886fcd1-7c8d-4ff3-be16-73289c372221 .shg-image-zoom,
.shg-c#s-b886fcd1-7c8d-4ff3-be16-73289c372221 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b886fcd1-7c8d-4ff3-be16-73289c372221 {
  max-width:  100%;
}

.shg-c#s-b886fcd1-7c8d-4ff3-be16-73289c372221 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b886fcd1-7c8d-4ff3-be16-73289c372221 .shg-image-zoom,
.shg-c#s-b886fcd1-7c8d-4ff3-be16-73289c372221 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-b886fcd1-7c8d-4ff3-be16-73289c372221 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b886fcd1-7c8d-4ff3-be16-73289c372221 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b886fcd1-7c8d-4ff3-be16-73289c372221 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b886fcd1-7c8d-4ff3-be16-73289c372221 img.shogun-image,
.shg-c#s-b886fcd1-7c8d-4ff3-be16-73289c372221 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b886fcd1-7c8d-4ff3-be16-73289c372221 .shg-image-zoom,
.shg-c#s-b886fcd1-7c8d-4ff3-be16-73289c372221 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-b886fcd1-7c8d-4ff3-be16-73289c372221 {
  max-width:  100%;
}

.shg-c#s-b886fcd1-7c8d-4ff3-be16-73289c372221 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b886fcd1-7c8d-4ff3-be16-73289c372221 .shg-image-zoom,
.shg-c#s-b886fcd1-7c8d-4ff3-be16-73289c372221 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-b886fcd1-7c8d-4ff3-be16-73289c372221 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b886fcd1-7c8d-4ff3-be16-73289c372221 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b886fcd1-7c8d-4ff3-be16-73289c372221 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b886fcd1-7c8d-4ff3-be16-73289c372221 img.shogun-image,
.shg-c#s-b886fcd1-7c8d-4ff3-be16-73289c372221 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b886fcd1-7c8d-4ff3-be16-73289c372221 .shg-image-zoom,
.shg-c#s-b886fcd1-7c8d-4ff3-be16-73289c372221 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d8513f81-c061-4d62-b770-cdb231ab5092 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d8513f81-c061-4d62-b770-cdb231ab5092 .shg-product-title-component h1 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  
}

#s-c01c2b37-26bc-47f0-9b3b-4410156c3522 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-c01c2b37-26bc-47f0-9b3b-4410156c3522 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-c01c2b37-26bc-47f0-9b3b-4410156c3522 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-c01c2b37-26bc-47f0-9b3b-4410156c3522 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-727a8257-1a62-4859-bc3b-e7a5bce66cad {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-727a8257-1a62-4859-bc3b-e7a5bce66cad"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-727a8257-1a62-4859-bc3b-e7a5bce66cad"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-727a8257-1a62-4859-bc3b-e7a5bce66cad"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-727a8257-1a62-4859-bc3b-e7a5bce66cad"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-da84d2f8-bfd5-4999-a48e-d159784a81e8 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-da84d2f8-bfd5-4999-a48e-d159784a81e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-da84d2f8-bfd5-4999-a48e-d159784a81e8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c9182021-f415-4019-b5c9-d68b17f8e8b8 {
  margin-left: auto;
margin-right: auto;
}

#s-fa93fc2d-1226-4596-87dd-4f7c4142e3a7 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-fa93fc2d-1226-4596-87dd-4f7c4142e3a7 {
  max-width:  100%;
}

.shg-c#s-fa93fc2d-1226-4596-87dd-4f7c4142e3a7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fa93fc2d-1226-4596-87dd-4f7c4142e3a7 .shg-image-zoom,
.shg-c#s-fa93fc2d-1226-4596-87dd-4f7c4142e3a7 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-fa93fc2d-1226-4596-87dd-4f7c4142e3a7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fa93fc2d-1226-4596-87dd-4f7c4142e3a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa93fc2d-1226-4596-87dd-4f7c4142e3a7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fa93fc2d-1226-4596-87dd-4f7c4142e3a7 img.shogun-image,
.shg-c#s-fa93fc2d-1226-4596-87dd-4f7c4142e3a7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fa93fc2d-1226-4596-87dd-4f7c4142e3a7 .shg-image-zoom,
.shg-c#s-fa93fc2d-1226-4596-87dd-4f7c4142e3a7 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-fa93fc2d-1226-4596-87dd-4f7c4142e3a7 {
  max-width:  100%;
}

.shg-c#s-fa93fc2d-1226-4596-87dd-4f7c4142e3a7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fa93fc2d-1226-4596-87dd-4f7c4142e3a7 .shg-image-zoom,
.shg-c#s-fa93fc2d-1226-4596-87dd-4f7c4142e3a7 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-fa93fc2d-1226-4596-87dd-4f7c4142e3a7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fa93fc2d-1226-4596-87dd-4f7c4142e3a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa93fc2d-1226-4596-87dd-4f7c4142e3a7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fa93fc2d-1226-4596-87dd-4f7c4142e3a7 img.shogun-image,
.shg-c#s-fa93fc2d-1226-4596-87dd-4f7c4142e3a7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fa93fc2d-1226-4596-87dd-4f7c4142e3a7 .shg-image-zoom,
.shg-c#s-fa93fc2d-1226-4596-87dd-4f7c4142e3a7 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fa93fc2d-1226-4596-87dd-4f7c4142e3a7 {
  max-width:  100%;
}

.shg-c#s-fa93fc2d-1226-4596-87dd-4f7c4142e3a7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fa93fc2d-1226-4596-87dd-4f7c4142e3a7 .shg-image-zoom,
.shg-c#s-fa93fc2d-1226-4596-87dd-4f7c4142e3a7 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-fa93fc2d-1226-4596-87dd-4f7c4142e3a7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fa93fc2d-1226-4596-87dd-4f7c4142e3a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa93fc2d-1226-4596-87dd-4f7c4142e3a7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fa93fc2d-1226-4596-87dd-4f7c4142e3a7 img.shogun-image,
.shg-c#s-fa93fc2d-1226-4596-87dd-4f7c4142e3a7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fa93fc2d-1226-4596-87dd-4f7c4142e3a7 .shg-image-zoom,
.shg-c#s-fa93fc2d-1226-4596-87dd-4f7c4142e3a7 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fa93fc2d-1226-4596-87dd-4f7c4142e3a7 {
  max-width:  100%;
}

.shg-c#s-fa93fc2d-1226-4596-87dd-4f7c4142e3a7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fa93fc2d-1226-4596-87dd-4f7c4142e3a7 .shg-image-zoom,
.shg-c#s-fa93fc2d-1226-4596-87dd-4f7c4142e3a7 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-fa93fc2d-1226-4596-87dd-4f7c4142e3a7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fa93fc2d-1226-4596-87dd-4f7c4142e3a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa93fc2d-1226-4596-87dd-4f7c4142e3a7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fa93fc2d-1226-4596-87dd-4f7c4142e3a7 img.shogun-image,
.shg-c#s-fa93fc2d-1226-4596-87dd-4f7c4142e3a7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fa93fc2d-1226-4596-87dd-4f7c4142e3a7 .shg-image-zoom,
.shg-c#s-fa93fc2d-1226-4596-87dd-4f7c4142e3a7 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-fa93fc2d-1226-4596-87dd-4f7c4142e3a7 {
  max-width:  100%;
}

.shg-c#s-fa93fc2d-1226-4596-87dd-4f7c4142e3a7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fa93fc2d-1226-4596-87dd-4f7c4142e3a7 .shg-image-zoom,
.shg-c#s-fa93fc2d-1226-4596-87dd-4f7c4142e3a7 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-fa93fc2d-1226-4596-87dd-4f7c4142e3a7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fa93fc2d-1226-4596-87dd-4f7c4142e3a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa93fc2d-1226-4596-87dd-4f7c4142e3a7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fa93fc2d-1226-4596-87dd-4f7c4142e3a7 img.shogun-image,
.shg-c#s-fa93fc2d-1226-4596-87dd-4f7c4142e3a7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fa93fc2d-1226-4596-87dd-4f7c4142e3a7 .shg-image-zoom,
.shg-c#s-fa93fc2d-1226-4596-87dd-4f7c4142e3a7 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e11491e6-2224-41ff-91d4-3feeb9f06b65 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e11491e6-2224-41ff-91d4-3feeb9f06b65 .shg-product-title-component h1 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  
}

#s-7dfaaf58-27af-4026-bbcd-41e82be3c446 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-7dfaaf58-27af-4026-bbcd-41e82be3c446 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-7dfaaf58-27af-4026-bbcd-41e82be3c446 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-7dfaaf58-27af-4026-bbcd-41e82be3c446 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a64bb833-2bea-4311-8c10-3a658bbc9155 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-a64bb833-2bea-4311-8c10-3a658bbc9155 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a64bb833-2bea-4311-8c10-3a658bbc9155.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c4117c87-b21e-4e1d-8433-e50d95434042 {
  margin-left: auto;
margin-right: auto;
}

#s-d9fcbb7b-61a3-4e32-ba35-ebca54284bfa {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-d9fcbb7b-61a3-4e32-ba35-ebca54284bfa {
  max-width:  100%;
}

.shg-c#s-d9fcbb7b-61a3-4e32-ba35-ebca54284bfa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d9fcbb7b-61a3-4e32-ba35-ebca54284bfa .shg-image-zoom,
.shg-c#s-d9fcbb7b-61a3-4e32-ba35-ebca54284bfa img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-d9fcbb7b-61a3-4e32-ba35-ebca54284bfa .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d9fcbb7b-61a3-4e32-ba35-ebca54284bfa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9fcbb7b-61a3-4e32-ba35-ebca54284bfa img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d9fcbb7b-61a3-4e32-ba35-ebca54284bfa img.shogun-image,
.shg-c#s-d9fcbb7b-61a3-4e32-ba35-ebca54284bfa .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d9fcbb7b-61a3-4e32-ba35-ebca54284bfa .shg-image-zoom,
.shg-c#s-d9fcbb7b-61a3-4e32-ba35-ebca54284bfa img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-d9fcbb7b-61a3-4e32-ba35-ebca54284bfa {
  max-width:  100%;
}

.shg-c#s-d9fcbb7b-61a3-4e32-ba35-ebca54284bfa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d9fcbb7b-61a3-4e32-ba35-ebca54284bfa .shg-image-zoom,
.shg-c#s-d9fcbb7b-61a3-4e32-ba35-ebca54284bfa img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-d9fcbb7b-61a3-4e32-ba35-ebca54284bfa .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d9fcbb7b-61a3-4e32-ba35-ebca54284bfa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9fcbb7b-61a3-4e32-ba35-ebca54284bfa img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d9fcbb7b-61a3-4e32-ba35-ebca54284bfa img.shogun-image,
.shg-c#s-d9fcbb7b-61a3-4e32-ba35-ebca54284bfa .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d9fcbb7b-61a3-4e32-ba35-ebca54284bfa .shg-image-zoom,
.shg-c#s-d9fcbb7b-61a3-4e32-ba35-ebca54284bfa img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d9fcbb7b-61a3-4e32-ba35-ebca54284bfa {
  max-width:  100%;
}

.shg-c#s-d9fcbb7b-61a3-4e32-ba35-ebca54284bfa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d9fcbb7b-61a3-4e32-ba35-ebca54284bfa .shg-image-zoom,
.shg-c#s-d9fcbb7b-61a3-4e32-ba35-ebca54284bfa img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-d9fcbb7b-61a3-4e32-ba35-ebca54284bfa .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d9fcbb7b-61a3-4e32-ba35-ebca54284bfa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9fcbb7b-61a3-4e32-ba35-ebca54284bfa img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d9fcbb7b-61a3-4e32-ba35-ebca54284bfa img.shogun-image,
.shg-c#s-d9fcbb7b-61a3-4e32-ba35-ebca54284bfa .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d9fcbb7b-61a3-4e32-ba35-ebca54284bfa .shg-image-zoom,
.shg-c#s-d9fcbb7b-61a3-4e32-ba35-ebca54284bfa img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d9fcbb7b-61a3-4e32-ba35-ebca54284bfa {
  max-width:  100%;
}

.shg-c#s-d9fcbb7b-61a3-4e32-ba35-ebca54284bfa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d9fcbb7b-61a3-4e32-ba35-ebca54284bfa .shg-image-zoom,
.shg-c#s-d9fcbb7b-61a3-4e32-ba35-ebca54284bfa img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-d9fcbb7b-61a3-4e32-ba35-ebca54284bfa .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d9fcbb7b-61a3-4e32-ba35-ebca54284bfa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9fcbb7b-61a3-4e32-ba35-ebca54284bfa img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d9fcbb7b-61a3-4e32-ba35-ebca54284bfa img.shogun-image,
.shg-c#s-d9fcbb7b-61a3-4e32-ba35-ebca54284bfa .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d9fcbb7b-61a3-4e32-ba35-ebca54284bfa .shg-image-zoom,
.shg-c#s-d9fcbb7b-61a3-4e32-ba35-ebca54284bfa img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-d9fcbb7b-61a3-4e32-ba35-ebca54284bfa {
  max-width:  100%;
}

.shg-c#s-d9fcbb7b-61a3-4e32-ba35-ebca54284bfa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d9fcbb7b-61a3-4e32-ba35-ebca54284bfa .shg-image-zoom,
.shg-c#s-d9fcbb7b-61a3-4e32-ba35-ebca54284bfa img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-d9fcbb7b-61a3-4e32-ba35-ebca54284bfa .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d9fcbb7b-61a3-4e32-ba35-ebca54284bfa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9fcbb7b-61a3-4e32-ba35-ebca54284bfa img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d9fcbb7b-61a3-4e32-ba35-ebca54284bfa img.shogun-image,
.shg-c#s-d9fcbb7b-61a3-4e32-ba35-ebca54284bfa .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d9fcbb7b-61a3-4e32-ba35-ebca54284bfa .shg-image-zoom,
.shg-c#s-d9fcbb7b-61a3-4e32-ba35-ebca54284bfa img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d2305d75-da9c-4262-944f-654bd686dcd2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d2305d75-da9c-4262-944f-654bd686dcd2 .shg-product-title-component h1 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  
}

#s-1363b330-1609-4733-b4df-0b2dea61f862 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-1363b330-1609-4733-b4df-0b2dea61f862 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-1363b330-1609-4733-b4df-0b2dea61f862 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-1363b330-1609-4733-b4df-0b2dea61f862 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-546c5d09-2272-49ee-a7a7-8f85be8d238b {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-546c5d09-2272-49ee-a7a7-8f85be8d238b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-546c5d09-2272-49ee-a7a7-8f85be8d238b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a55fdb1b-00ec-402f-b67f-05a6d7bb4dde {
  margin-left: auto;
margin-right: auto;
}

#s-8b1a3a51-1742-4ece-b865-7a5c8ed70ed3 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-8b1a3a51-1742-4ece-b865-7a5c8ed70ed3 {
  max-width:  100%;
}

.shg-c#s-8b1a3a51-1742-4ece-b865-7a5c8ed70ed3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8b1a3a51-1742-4ece-b865-7a5c8ed70ed3 .shg-image-zoom,
.shg-c#s-8b1a3a51-1742-4ece-b865-7a5c8ed70ed3 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-8b1a3a51-1742-4ece-b865-7a5c8ed70ed3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8b1a3a51-1742-4ece-b865-7a5c8ed70ed3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b1a3a51-1742-4ece-b865-7a5c8ed70ed3 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8b1a3a51-1742-4ece-b865-7a5c8ed70ed3 img.shogun-image,
.shg-c#s-8b1a3a51-1742-4ece-b865-7a5c8ed70ed3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8b1a3a51-1742-4ece-b865-7a5c8ed70ed3 .shg-image-zoom,
.shg-c#s-8b1a3a51-1742-4ece-b865-7a5c8ed70ed3 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-8b1a3a51-1742-4ece-b865-7a5c8ed70ed3 {
  max-width:  100%;
}

.shg-c#s-8b1a3a51-1742-4ece-b865-7a5c8ed70ed3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8b1a3a51-1742-4ece-b865-7a5c8ed70ed3 .shg-image-zoom,
.shg-c#s-8b1a3a51-1742-4ece-b865-7a5c8ed70ed3 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-8b1a3a51-1742-4ece-b865-7a5c8ed70ed3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8b1a3a51-1742-4ece-b865-7a5c8ed70ed3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b1a3a51-1742-4ece-b865-7a5c8ed70ed3 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8b1a3a51-1742-4ece-b865-7a5c8ed70ed3 img.shogun-image,
.shg-c#s-8b1a3a51-1742-4ece-b865-7a5c8ed70ed3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8b1a3a51-1742-4ece-b865-7a5c8ed70ed3 .shg-image-zoom,
.shg-c#s-8b1a3a51-1742-4ece-b865-7a5c8ed70ed3 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8b1a3a51-1742-4ece-b865-7a5c8ed70ed3 {
  max-width:  100%;
}

.shg-c#s-8b1a3a51-1742-4ece-b865-7a5c8ed70ed3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8b1a3a51-1742-4ece-b865-7a5c8ed70ed3 .shg-image-zoom,
.shg-c#s-8b1a3a51-1742-4ece-b865-7a5c8ed70ed3 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-8b1a3a51-1742-4ece-b865-7a5c8ed70ed3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8b1a3a51-1742-4ece-b865-7a5c8ed70ed3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b1a3a51-1742-4ece-b865-7a5c8ed70ed3 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8b1a3a51-1742-4ece-b865-7a5c8ed70ed3 img.shogun-image,
.shg-c#s-8b1a3a51-1742-4ece-b865-7a5c8ed70ed3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8b1a3a51-1742-4ece-b865-7a5c8ed70ed3 .shg-image-zoom,
.shg-c#s-8b1a3a51-1742-4ece-b865-7a5c8ed70ed3 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8b1a3a51-1742-4ece-b865-7a5c8ed70ed3 {
  max-width:  100%;
}

.shg-c#s-8b1a3a51-1742-4ece-b865-7a5c8ed70ed3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8b1a3a51-1742-4ece-b865-7a5c8ed70ed3 .shg-image-zoom,
.shg-c#s-8b1a3a51-1742-4ece-b865-7a5c8ed70ed3 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-8b1a3a51-1742-4ece-b865-7a5c8ed70ed3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8b1a3a51-1742-4ece-b865-7a5c8ed70ed3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b1a3a51-1742-4ece-b865-7a5c8ed70ed3 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8b1a3a51-1742-4ece-b865-7a5c8ed70ed3 img.shogun-image,
.shg-c#s-8b1a3a51-1742-4ece-b865-7a5c8ed70ed3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8b1a3a51-1742-4ece-b865-7a5c8ed70ed3 .shg-image-zoom,
.shg-c#s-8b1a3a51-1742-4ece-b865-7a5c8ed70ed3 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-8b1a3a51-1742-4ece-b865-7a5c8ed70ed3 {
  max-width:  100%;
}

.shg-c#s-8b1a3a51-1742-4ece-b865-7a5c8ed70ed3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8b1a3a51-1742-4ece-b865-7a5c8ed70ed3 .shg-image-zoom,
.shg-c#s-8b1a3a51-1742-4ece-b865-7a5c8ed70ed3 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-8b1a3a51-1742-4ece-b865-7a5c8ed70ed3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8b1a3a51-1742-4ece-b865-7a5c8ed70ed3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b1a3a51-1742-4ece-b865-7a5c8ed70ed3 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8b1a3a51-1742-4ece-b865-7a5c8ed70ed3 img.shogun-image,
.shg-c#s-8b1a3a51-1742-4ece-b865-7a5c8ed70ed3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8b1a3a51-1742-4ece-b865-7a5c8ed70ed3 .shg-image-zoom,
.shg-c#s-8b1a3a51-1742-4ece-b865-7a5c8ed70ed3 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ea23171a-6f67-49b3-a8de-8742d674ecf7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ea23171a-6f67-49b3-a8de-8742d674ecf7 .shg-product-title-component h1 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  
}

#s-63e5f1c2-c46f-422c-8999-1bc1a433673e {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-63e5f1c2-c46f-422c-8999-1bc1a433673e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-63e5f1c2-c46f-422c-8999-1bc1a433673e .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-63e5f1c2-c46f-422c-8999-1bc1a433673e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5bdb97bf-abd0-45ef-b0c1-bed6044bd94d {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-5bdb97bf-abd0-45ef-b0c1-bed6044bd94d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5bdb97bf-abd0-45ef-b0c1-bed6044bd94d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-62fb71e3-6de8-476c-8690-f7934a747f5e {
  margin-left: auto;
margin-right: auto;
}

#s-f48ca6df-4f17-4f66-84cd-e06e2427613f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-f48ca6df-4f17-4f66-84cd-e06e2427613f {
  max-width:  100%;
}

.shg-c#s-f48ca6df-4f17-4f66-84cd-e06e2427613f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f48ca6df-4f17-4f66-84cd-e06e2427613f .shg-image-zoom,
.shg-c#s-f48ca6df-4f17-4f66-84cd-e06e2427613f img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-f48ca6df-4f17-4f66-84cd-e06e2427613f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f48ca6df-4f17-4f66-84cd-e06e2427613f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f48ca6df-4f17-4f66-84cd-e06e2427613f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f48ca6df-4f17-4f66-84cd-e06e2427613f img.shogun-image,
.shg-c#s-f48ca6df-4f17-4f66-84cd-e06e2427613f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f48ca6df-4f17-4f66-84cd-e06e2427613f .shg-image-zoom,
.shg-c#s-f48ca6df-4f17-4f66-84cd-e06e2427613f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-f48ca6df-4f17-4f66-84cd-e06e2427613f {
  max-width:  100%;
}

.shg-c#s-f48ca6df-4f17-4f66-84cd-e06e2427613f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f48ca6df-4f17-4f66-84cd-e06e2427613f .shg-image-zoom,
.shg-c#s-f48ca6df-4f17-4f66-84cd-e06e2427613f img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-f48ca6df-4f17-4f66-84cd-e06e2427613f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f48ca6df-4f17-4f66-84cd-e06e2427613f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f48ca6df-4f17-4f66-84cd-e06e2427613f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f48ca6df-4f17-4f66-84cd-e06e2427613f img.shogun-image,
.shg-c#s-f48ca6df-4f17-4f66-84cd-e06e2427613f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f48ca6df-4f17-4f66-84cd-e06e2427613f .shg-image-zoom,
.shg-c#s-f48ca6df-4f17-4f66-84cd-e06e2427613f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f48ca6df-4f17-4f66-84cd-e06e2427613f {
  max-width:  100%;
}

.shg-c#s-f48ca6df-4f17-4f66-84cd-e06e2427613f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f48ca6df-4f17-4f66-84cd-e06e2427613f .shg-image-zoom,
.shg-c#s-f48ca6df-4f17-4f66-84cd-e06e2427613f img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-f48ca6df-4f17-4f66-84cd-e06e2427613f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f48ca6df-4f17-4f66-84cd-e06e2427613f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f48ca6df-4f17-4f66-84cd-e06e2427613f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f48ca6df-4f17-4f66-84cd-e06e2427613f img.shogun-image,
.shg-c#s-f48ca6df-4f17-4f66-84cd-e06e2427613f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f48ca6df-4f17-4f66-84cd-e06e2427613f .shg-image-zoom,
.shg-c#s-f48ca6df-4f17-4f66-84cd-e06e2427613f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f48ca6df-4f17-4f66-84cd-e06e2427613f {
  max-width:  100%;
}

.shg-c#s-f48ca6df-4f17-4f66-84cd-e06e2427613f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f48ca6df-4f17-4f66-84cd-e06e2427613f .shg-image-zoom,
.shg-c#s-f48ca6df-4f17-4f66-84cd-e06e2427613f img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-f48ca6df-4f17-4f66-84cd-e06e2427613f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f48ca6df-4f17-4f66-84cd-e06e2427613f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f48ca6df-4f17-4f66-84cd-e06e2427613f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f48ca6df-4f17-4f66-84cd-e06e2427613f img.shogun-image,
.shg-c#s-f48ca6df-4f17-4f66-84cd-e06e2427613f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f48ca6df-4f17-4f66-84cd-e06e2427613f .shg-image-zoom,
.shg-c#s-f48ca6df-4f17-4f66-84cd-e06e2427613f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-f48ca6df-4f17-4f66-84cd-e06e2427613f {
  max-width:  100%;
}

.shg-c#s-f48ca6df-4f17-4f66-84cd-e06e2427613f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f48ca6df-4f17-4f66-84cd-e06e2427613f .shg-image-zoom,
.shg-c#s-f48ca6df-4f17-4f66-84cd-e06e2427613f img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-f48ca6df-4f17-4f66-84cd-e06e2427613f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f48ca6df-4f17-4f66-84cd-e06e2427613f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f48ca6df-4f17-4f66-84cd-e06e2427613f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f48ca6df-4f17-4f66-84cd-e06e2427613f img.shogun-image,
.shg-c#s-f48ca6df-4f17-4f66-84cd-e06e2427613f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f48ca6df-4f17-4f66-84cd-e06e2427613f .shg-image-zoom,
.shg-c#s-f48ca6df-4f17-4f66-84cd-e06e2427613f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-cc9dccce-e51f-49dd-80b2-7d684579b3ff {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cc9dccce-e51f-49dd-80b2-7d684579b3ff .shg-product-title-component h1 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  
}

#s-2794fe0c-32d0-44fc-b91d-1b1e0de00c2f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-2794fe0c-32d0-44fc-b91d-1b1e0de00c2f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-2794fe0c-32d0-44fc-b91d-1b1e0de00c2f .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-2794fe0c-32d0-44fc-b91d-1b1e0de00c2f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3dee7b36-6dd6-4caf-bd39-7bc85ebfbc47 {
  margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-3dee7b36-6dd6-4caf-bd39-7bc85ebfbc47 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3dee7b36-6dd6-4caf-bd39-7bc85ebfbc47 {
  margin-left: 2%;
margin-right: 2%;
display: none;
}
#s-3dee7b36-6dd6-4caf-bd39-7bc85ebfbc47, #wrap-s-3dee7b36-6dd6-4caf-bd39-7bc85ebfbc47, #wrap-content-s-3dee7b36-6dd6-4caf-bd39-7bc85ebfbc47 { display: none !important; }}@media (max-width: 767px){#s-3dee7b36-6dd6-4caf-bd39-7bc85ebfbc47 {
  margin-left: 2%;
margin-right: 2%;
display: none;
}
#s-3dee7b36-6dd6-4caf-bd39-7bc85ebfbc47, #wrap-s-3dee7b36-6dd6-4caf-bd39-7bc85ebfbc47, #wrap-content-s-3dee7b36-6dd6-4caf-bd39-7bc85ebfbc47 { display: none !important; }}
#s-3dee7b36-6dd6-4caf-bd39-7bc85ebfbc47 hr {
  border-top: 2px solid #D5D6D7;
}

#s-408699e0-b483-4d00-ac2b-a0eab3c55653 {
  margin-left: 1%;
margin-right: 1%;
}
@media (min-width: 768px) and (max-width: 991px){#s-408699e0-b483-4d00-ac2b-a0eab3c55653 {
  display: none;
}
#s-408699e0-b483-4d00-ac2b-a0eab3c55653, #wrap-s-408699e0-b483-4d00-ac2b-a0eab3c55653, #wrap-content-s-408699e0-b483-4d00-ac2b-a0eab3c55653 { display: none !important; }}@media (max-width: 767px){#s-408699e0-b483-4d00-ac2b-a0eab3c55653 {
  display: none;
}
#s-408699e0-b483-4d00-ac2b-a0eab3c55653, #wrap-s-408699e0-b483-4d00-ac2b-a0eab3c55653, #wrap-content-s-408699e0-b483-4d00-ac2b-a0eab3c55653 { display: none !important; }}
@media (min-width: 0px) {
[id="s-408699e0-b483-4d00-ac2b-a0eab3c55653"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-408699e0-b483-4d00-ac2b-a0eab3c55653"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-408699e0-b483-4d00-ac2b-a0eab3c55653"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-408699e0-b483-4d00-ac2b-a0eab3c55653"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-9d758b75-798f-487e-8af5-b03a2d75ac99 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-27c1f3d2-c300-4b77-940c-0873c0b9245a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-478ee75a-9642-48f0-b6e5-8eef56ccc972 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
text-align: left;
}
@media (min-width: 1200px){#s-478ee75a-9642-48f0-b6e5-8eef56ccc972 {
  display: none;
}
#s-478ee75a-9642-48f0-b6e5-8eef56ccc972, #wrap-s-478ee75a-9642-48f0-b6e5-8eef56ccc972, #wrap-content-s-478ee75a-9642-48f0-b6e5-8eef56ccc972 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-478ee75a-9642-48f0-b6e5-8eef56ccc972 {
  display: none;
}
#s-478ee75a-9642-48f0-b6e5-8eef56ccc972, #wrap-s-478ee75a-9642-48f0-b6e5-8eef56ccc972, #wrap-content-s-478ee75a-9642-48f0-b6e5-8eef56ccc972 { display: none !important; }}
#s-e2f8e048-00a7-4adf-86ff-2fd48d6fa751 {
  margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-e2f8e048-00a7-4adf-86ff-2fd48d6fa751 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e2f8e048-00a7-4adf-86ff-2fd48d6fa751 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-e2f8e048-00a7-4adf-86ff-2fd48d6fa751 {
  margin-left: 2%;
margin-right: 2%;
}
}
#s-e2f8e048-00a7-4adf-86ff-2fd48d6fa751 hr {
  border-top: 2px solid #D5D6D7;
}

#s-6dbeb45c-4c67-40e7-ac38-aa83ef4556b5 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-6dbeb45c-4c67-40e7-ac38-aa83ef4556b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6dbeb45c-4c67-40e7-ac38-aa83ef4556b5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6e013c2c-f895-41af-9927-9776bcd4e986 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-6e013c2c-f895-41af-9927-9776bcd4e986 {
  margin-left: 2%;
display: none;
}
#s-6e013c2c-f895-41af-9927-9776bcd4e986, #wrap-s-6e013c2c-f895-41af-9927-9776bcd4e986, #wrap-content-s-6e013c2c-f895-41af-9927-9776bcd4e986 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6e013c2c-f895-41af-9927-9776bcd4e986 {
  margin-left: 2%;
margin-right: 2%;
display: none;
}
#s-6e013c2c-f895-41af-9927-9776bcd4e986, #wrap-s-6e013c2c-f895-41af-9927-9776bcd4e986, #wrap-content-s-6e013c2c-f895-41af-9927-9776bcd4e986 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6e013c2c-f895-41af-9927-9776bcd4e986 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-6e013c2c-f895-41af-9927-9776bcd4e986 {
  margin-left: 2%;
margin-right: 2%;
}
}
#s-c09599b7-42ad-4c29-a79a-ccf805b5889d {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-c09599b7-42ad-4c29-a79a-ccf805b5889d {
  margin-left: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c09599b7-42ad-4c29-a79a-ccf805b5889d {
  margin-left: 2%;
margin-right: 2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c09599b7-42ad-4c29-a79a-ccf805b5889d {
  margin-left: 2%;
margin-right: 2%;
display: none;
}
#s-c09599b7-42ad-4c29-a79a-ccf805b5889d, #wrap-s-c09599b7-42ad-4c29-a79a-ccf805b5889d, #wrap-content-s-c09599b7-42ad-4c29-a79a-ccf805b5889d { display: none !important; }}@media (max-width: 767px){#s-c09599b7-42ad-4c29-a79a-ccf805b5889d {
  margin-left: 2%;
margin-right: 2%;
display: none;
}
#s-c09599b7-42ad-4c29-a79a-ccf805b5889d, #wrap-s-c09599b7-42ad-4c29-a79a-ccf805b5889d, #wrap-content-s-c09599b7-42ad-4c29-a79a-ccf805b5889d { display: none !important; }}
#s-82876996-36f8-454f-9afb-bb8e382bb1a8 {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-82876996-36f8-454f-9afb-bb8e382bb1a8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-82876996-36f8-454f-9afb-bb8e382bb1a8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-82876996-36f8-454f-9afb-bb8e382bb1a8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-82876996-36f8-454f-9afb-bb8e382bb1a8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-1a610d22-6c9f-44ca-968e-3598a3da56e8 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-1a610d22-6c9f-44ca-968e-3598a3da56e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1a610d22-6c9f-44ca-968e-3598a3da56e8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e68a2a1a-07b1-4186-b7a7-4151c9291952 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e68a2a1a-07b1-4186-b7a7-4151c9291952"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-e68a2a1a-07b1-4186-b7a7-4151c9291952"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-e68a2a1a-07b1-4186-b7a7-4151c9291952"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-e68a2a1a-07b1-4186-b7a7-4151c9291952"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-8bd33c8f-c917-4967-97bb-aa15f186ca53 {
  margin-left: auto;
margin-right: auto;
max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}

#s-8bd33c8f-c917-4967-97bb-aa15f186ca53 {
  margin: 0 !important;
  overflow: visible;
}

#s-8bd33c8f-c917-4967-97bb-aa15f186ca53-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8bd33c8f-c917-4967-97bb-aa15f186ca53 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8bd33c8f-c917-4967-97bb-aa15f186ca53 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8bd33c8f-c917-4967-97bb-aa15f186ca53 img.shogun-image {
  /* Add background color handling */
  
}

#s-8bd33c8f-c917-4967-97bb-aa15f186ca53 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8bd33c8f-c917-4967-97bb-aa15f186ca53 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8bd33c8f-c917-4967-97bb-aa15f186ca53 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8bd33c8f-c917-4967-97bb-aa15f186ca53 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8bd33c8f-c917-4967-97bb-aa15f186ca53.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8bd33c8f-c917-4967-97bb-aa15f186ca53 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-8bd33c8f-c917-4967-97bb-aa15f186ca53.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-8bd33c8f-c917-4967-97bb-aa15f186ca53 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8bd33c8f-c917-4967-97bb-aa15f186ca53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bd33c8f-c917-4967-97bb-aa15f186ca53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bd33c8f-c917-4967-97bb-aa15f186ca53.shogun-image {
  box-sizing: border-box;
}



.s-8bd33c8f-c917-4967-97bb-aa15f186ca53 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8bd33c8f-c917-4967-97bb-aa15f186ca53 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8bd33c8f-c917-4967-97bb-aa15f186ca53.shogun-image-container {
      position: relative;
    }

    .s-8bd33c8f-c917-4967-97bb-aa15f186ca53.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8bd33c8f-c917-4967-97bb-aa15f186ca53.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8bd33c8f-c917-4967-97bb-aa15f186ca53 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

@media (min-width: 1200px){#s-8bd33c8f-c917-4967-97bb-aa15f186ca53 {
  margin: 0 !important;
  overflow: visible;
}

#s-8bd33c8f-c917-4967-97bb-aa15f186ca53-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8bd33c8f-c917-4967-97bb-aa15f186ca53 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8bd33c8f-c917-4967-97bb-aa15f186ca53 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8bd33c8f-c917-4967-97bb-aa15f186ca53 img.shogun-image {
  /* Add background color handling */
  
}

#s-8bd33c8f-c917-4967-97bb-aa15f186ca53 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8bd33c8f-c917-4967-97bb-aa15f186ca53 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8bd33c8f-c917-4967-97bb-aa15f186ca53 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8bd33c8f-c917-4967-97bb-aa15f186ca53 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8bd33c8f-c917-4967-97bb-aa15f186ca53.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8bd33c8f-c917-4967-97bb-aa15f186ca53 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-8bd33c8f-c917-4967-97bb-aa15f186ca53.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-8bd33c8f-c917-4967-97bb-aa15f186ca53 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8bd33c8f-c917-4967-97bb-aa15f186ca53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bd33c8f-c917-4967-97bb-aa15f186ca53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bd33c8f-c917-4967-97bb-aa15f186ca53.shogun-image {
  box-sizing: border-box;
}



.s-8bd33c8f-c917-4967-97bb-aa15f186ca53 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8bd33c8f-c917-4967-97bb-aa15f186ca53 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8bd33c8f-c917-4967-97bb-aa15f186ca53.shogun-image-container {
      position: relative;
    }

    .s-8bd33c8f-c917-4967-97bb-aa15f186ca53.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8bd33c8f-c917-4967-97bb-aa15f186ca53.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8bd33c8f-c917-4967-97bb-aa15f186ca53 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8bd33c8f-c917-4967-97bb-aa15f186ca53 {
  margin: 0 !important;
  overflow: visible;
}

#s-8bd33c8f-c917-4967-97bb-aa15f186ca53-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8bd33c8f-c917-4967-97bb-aa15f186ca53 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8bd33c8f-c917-4967-97bb-aa15f186ca53 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8bd33c8f-c917-4967-97bb-aa15f186ca53 img.shogun-image {
  /* Add background color handling */
  
}

#s-8bd33c8f-c917-4967-97bb-aa15f186ca53 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8bd33c8f-c917-4967-97bb-aa15f186ca53 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8bd33c8f-c917-4967-97bb-aa15f186ca53 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8bd33c8f-c917-4967-97bb-aa15f186ca53 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8bd33c8f-c917-4967-97bb-aa15f186ca53.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8bd33c8f-c917-4967-97bb-aa15f186ca53 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-8bd33c8f-c917-4967-97bb-aa15f186ca53.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-8bd33c8f-c917-4967-97bb-aa15f186ca53 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8bd33c8f-c917-4967-97bb-aa15f186ca53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bd33c8f-c917-4967-97bb-aa15f186ca53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bd33c8f-c917-4967-97bb-aa15f186ca53.shogun-image {
  box-sizing: border-box;
}



.s-8bd33c8f-c917-4967-97bb-aa15f186ca53 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8bd33c8f-c917-4967-97bb-aa15f186ca53 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8bd33c8f-c917-4967-97bb-aa15f186ca53.shogun-image-container {
      position: relative;
    }

    .s-8bd33c8f-c917-4967-97bb-aa15f186ca53.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8bd33c8f-c917-4967-97bb-aa15f186ca53.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8bd33c8f-c917-4967-97bb-aa15f186ca53 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8bd33c8f-c917-4967-97bb-aa15f186ca53 {
  margin: 0 !important;
  overflow: visible;
}

#s-8bd33c8f-c917-4967-97bb-aa15f186ca53-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8bd33c8f-c917-4967-97bb-aa15f186ca53 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8bd33c8f-c917-4967-97bb-aa15f186ca53 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8bd33c8f-c917-4967-97bb-aa15f186ca53 img.shogun-image {
  /* Add background color handling */
  
}

#s-8bd33c8f-c917-4967-97bb-aa15f186ca53 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8bd33c8f-c917-4967-97bb-aa15f186ca53 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8bd33c8f-c917-4967-97bb-aa15f186ca53 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8bd33c8f-c917-4967-97bb-aa15f186ca53 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8bd33c8f-c917-4967-97bb-aa15f186ca53.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8bd33c8f-c917-4967-97bb-aa15f186ca53 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-8bd33c8f-c917-4967-97bb-aa15f186ca53.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-8bd33c8f-c917-4967-97bb-aa15f186ca53 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8bd33c8f-c917-4967-97bb-aa15f186ca53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bd33c8f-c917-4967-97bb-aa15f186ca53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bd33c8f-c917-4967-97bb-aa15f186ca53.shogun-image {
  box-sizing: border-box;
}



.s-8bd33c8f-c917-4967-97bb-aa15f186ca53 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8bd33c8f-c917-4967-97bb-aa15f186ca53 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8bd33c8f-c917-4967-97bb-aa15f186ca53.shogun-image-container {
      position: relative;
    }

    .s-8bd33c8f-c917-4967-97bb-aa15f186ca53.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8bd33c8f-c917-4967-97bb-aa15f186ca53.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8bd33c8f-c917-4967-97bb-aa15f186ca53 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (max-width: 767px){#s-8bd33c8f-c917-4967-97bb-aa15f186ca53 {
  margin: 0 !important;
  overflow: visible;
}

#s-8bd33c8f-c917-4967-97bb-aa15f186ca53-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8bd33c8f-c917-4967-97bb-aa15f186ca53 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8bd33c8f-c917-4967-97bb-aa15f186ca53 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8bd33c8f-c917-4967-97bb-aa15f186ca53 img.shogun-image {
  /* Add background color handling */
  
}

#s-8bd33c8f-c917-4967-97bb-aa15f186ca53 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8bd33c8f-c917-4967-97bb-aa15f186ca53 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8bd33c8f-c917-4967-97bb-aa15f186ca53 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8bd33c8f-c917-4967-97bb-aa15f186ca53 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8bd33c8f-c917-4967-97bb-aa15f186ca53.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8bd33c8f-c917-4967-97bb-aa15f186ca53 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-8bd33c8f-c917-4967-97bb-aa15f186ca53.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-8bd33c8f-c917-4967-97bb-aa15f186ca53 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8bd33c8f-c917-4967-97bb-aa15f186ca53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bd33c8f-c917-4967-97bb-aa15f186ca53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bd33c8f-c917-4967-97bb-aa15f186ca53.shogun-image {
  box-sizing: border-box;
}



.s-8bd33c8f-c917-4967-97bb-aa15f186ca53 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8bd33c8f-c917-4967-97bb-aa15f186ca53 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8bd33c8f-c917-4967-97bb-aa15f186ca53.shogun-image-container {
      position: relative;
    }

    .s-8bd33c8f-c917-4967-97bb-aa15f186ca53.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8bd33c8f-c917-4967-97bb-aa15f186ca53.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8bd33c8f-c917-4967-97bb-aa15f186ca53 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}
#s-a4aca8db-eee8-4282-af02-2608881d370a {
  margin-left: auto;
margin-right: auto;
max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}

#s-a4aca8db-eee8-4282-af02-2608881d370a {
  margin: 0 !important;
  overflow: visible;
}

#s-a4aca8db-eee8-4282-af02-2608881d370a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a4aca8db-eee8-4282-af02-2608881d370a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a4aca8db-eee8-4282-af02-2608881d370a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a4aca8db-eee8-4282-af02-2608881d370a img.shogun-image {
  /* Add background color handling */
  
}

#s-a4aca8db-eee8-4282-af02-2608881d370a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a4aca8db-eee8-4282-af02-2608881d370a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a4aca8db-eee8-4282-af02-2608881d370a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a4aca8db-eee8-4282-af02-2608881d370a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a4aca8db-eee8-4282-af02-2608881d370a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a4aca8db-eee8-4282-af02-2608881d370a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-a4aca8db-eee8-4282-af02-2608881d370a.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-a4aca8db-eee8-4282-af02-2608881d370a .shogun-image-content {
  
    justify-content: center;
  
}

.s-a4aca8db-eee8-4282-af02-2608881d370a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4aca8db-eee8-4282-af02-2608881d370a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4aca8db-eee8-4282-af02-2608881d370a.shogun-image {
  box-sizing: border-box;
}



.s-a4aca8db-eee8-4282-af02-2608881d370a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a4aca8db-eee8-4282-af02-2608881d370a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a4aca8db-eee8-4282-af02-2608881d370a.shogun-image-container {
      position: relative;
    }

    .s-a4aca8db-eee8-4282-af02-2608881d370a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a4aca8db-eee8-4282-af02-2608881d370a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a4aca8db-eee8-4282-af02-2608881d370a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

@media (min-width: 1200px){#s-a4aca8db-eee8-4282-af02-2608881d370a {
  margin: 0 !important;
  overflow: visible;
}

#s-a4aca8db-eee8-4282-af02-2608881d370a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a4aca8db-eee8-4282-af02-2608881d370a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a4aca8db-eee8-4282-af02-2608881d370a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a4aca8db-eee8-4282-af02-2608881d370a img.shogun-image {
  /* Add background color handling */
  
}

#s-a4aca8db-eee8-4282-af02-2608881d370a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a4aca8db-eee8-4282-af02-2608881d370a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a4aca8db-eee8-4282-af02-2608881d370a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a4aca8db-eee8-4282-af02-2608881d370a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a4aca8db-eee8-4282-af02-2608881d370a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a4aca8db-eee8-4282-af02-2608881d370a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-a4aca8db-eee8-4282-af02-2608881d370a.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-a4aca8db-eee8-4282-af02-2608881d370a .shogun-image-content {
  
    justify-content: center;
  
}

.s-a4aca8db-eee8-4282-af02-2608881d370a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4aca8db-eee8-4282-af02-2608881d370a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4aca8db-eee8-4282-af02-2608881d370a.shogun-image {
  box-sizing: border-box;
}



.s-a4aca8db-eee8-4282-af02-2608881d370a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a4aca8db-eee8-4282-af02-2608881d370a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a4aca8db-eee8-4282-af02-2608881d370a.shogun-image-container {
      position: relative;
    }

    .s-a4aca8db-eee8-4282-af02-2608881d370a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a4aca8db-eee8-4282-af02-2608881d370a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a4aca8db-eee8-4282-af02-2608881d370a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a4aca8db-eee8-4282-af02-2608881d370a {
  margin: 0 !important;
  overflow: visible;
}

#s-a4aca8db-eee8-4282-af02-2608881d370a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a4aca8db-eee8-4282-af02-2608881d370a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a4aca8db-eee8-4282-af02-2608881d370a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a4aca8db-eee8-4282-af02-2608881d370a img.shogun-image {
  /* Add background color handling */
  
}

#s-a4aca8db-eee8-4282-af02-2608881d370a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a4aca8db-eee8-4282-af02-2608881d370a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a4aca8db-eee8-4282-af02-2608881d370a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a4aca8db-eee8-4282-af02-2608881d370a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a4aca8db-eee8-4282-af02-2608881d370a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a4aca8db-eee8-4282-af02-2608881d370a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-a4aca8db-eee8-4282-af02-2608881d370a.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-a4aca8db-eee8-4282-af02-2608881d370a .shogun-image-content {
  
    justify-content: center;
  
}

.s-a4aca8db-eee8-4282-af02-2608881d370a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4aca8db-eee8-4282-af02-2608881d370a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4aca8db-eee8-4282-af02-2608881d370a.shogun-image {
  box-sizing: border-box;
}



.s-a4aca8db-eee8-4282-af02-2608881d370a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a4aca8db-eee8-4282-af02-2608881d370a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a4aca8db-eee8-4282-af02-2608881d370a.shogun-image-container {
      position: relative;
    }

    .s-a4aca8db-eee8-4282-af02-2608881d370a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a4aca8db-eee8-4282-af02-2608881d370a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a4aca8db-eee8-4282-af02-2608881d370a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a4aca8db-eee8-4282-af02-2608881d370a {
  margin: 0 !important;
  overflow: visible;
}

#s-a4aca8db-eee8-4282-af02-2608881d370a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a4aca8db-eee8-4282-af02-2608881d370a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a4aca8db-eee8-4282-af02-2608881d370a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a4aca8db-eee8-4282-af02-2608881d370a img.shogun-image {
  /* Add background color handling */
  
}

#s-a4aca8db-eee8-4282-af02-2608881d370a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a4aca8db-eee8-4282-af02-2608881d370a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a4aca8db-eee8-4282-af02-2608881d370a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a4aca8db-eee8-4282-af02-2608881d370a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a4aca8db-eee8-4282-af02-2608881d370a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a4aca8db-eee8-4282-af02-2608881d370a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-a4aca8db-eee8-4282-af02-2608881d370a.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-a4aca8db-eee8-4282-af02-2608881d370a .shogun-image-content {
  
    justify-content: center;
  
}

.s-a4aca8db-eee8-4282-af02-2608881d370a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4aca8db-eee8-4282-af02-2608881d370a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4aca8db-eee8-4282-af02-2608881d370a.shogun-image {
  box-sizing: border-box;
}



.s-a4aca8db-eee8-4282-af02-2608881d370a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a4aca8db-eee8-4282-af02-2608881d370a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a4aca8db-eee8-4282-af02-2608881d370a.shogun-image-container {
      position: relative;
    }

    .s-a4aca8db-eee8-4282-af02-2608881d370a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a4aca8db-eee8-4282-af02-2608881d370a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a4aca8db-eee8-4282-af02-2608881d370a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (max-width: 767px){#s-a4aca8db-eee8-4282-af02-2608881d370a {
  margin: 0 !important;
  overflow: visible;
}

#s-a4aca8db-eee8-4282-af02-2608881d370a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a4aca8db-eee8-4282-af02-2608881d370a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a4aca8db-eee8-4282-af02-2608881d370a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a4aca8db-eee8-4282-af02-2608881d370a img.shogun-image {
  /* Add background color handling */
  
}

#s-a4aca8db-eee8-4282-af02-2608881d370a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a4aca8db-eee8-4282-af02-2608881d370a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a4aca8db-eee8-4282-af02-2608881d370a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a4aca8db-eee8-4282-af02-2608881d370a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a4aca8db-eee8-4282-af02-2608881d370a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a4aca8db-eee8-4282-af02-2608881d370a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-a4aca8db-eee8-4282-af02-2608881d370a.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-a4aca8db-eee8-4282-af02-2608881d370a .shogun-image-content {
  
    justify-content: center;
  
}

.s-a4aca8db-eee8-4282-af02-2608881d370a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4aca8db-eee8-4282-af02-2608881d370a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4aca8db-eee8-4282-af02-2608881d370a.shogun-image {
  box-sizing: border-box;
}



.s-a4aca8db-eee8-4282-af02-2608881d370a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a4aca8db-eee8-4282-af02-2608881d370a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a4aca8db-eee8-4282-af02-2608881d370a.shogun-image-container {
      position: relative;
    }

    .s-a4aca8db-eee8-4282-af02-2608881d370a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a4aca8db-eee8-4282-af02-2608881d370a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a4aca8db-eee8-4282-af02-2608881d370a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}
#s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 2560px;
aspect-ratio: 2560/1102;
text-align: center;
}

#s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 {
  margin: 0 !important;
  overflow: visible;
}

#s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 5px;
  margin-bottom: 5px;
}

.shg-image-content-margin-container-s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 img.shogun-image {
  /* Add background color handling */
  
}

#s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 .shg-image-content-wrapper {
      aspect-ratio: 2560/1102;
      min-width: 100%;
      height: auto;
    }

    #s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 .shogun-image-link {
      aspect-ratio: 2560/1102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2560px;
  }



  img.s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2.shogun-image {
    
    
    
    max-height: 2560px;
  }


.s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2.shogun-image {
  box-sizing: border-box;
}



.s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 {
      --shg-aspect-ratio: calc(2560/1102); 
    }

    .s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2.shogun-image-container {
      position: relative;
    }

    .s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2560px;
    }
  }

@media (min-width: 1200px){#s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 {
  margin: 0 !important;
  overflow: visible;
}

#s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 img.shogun-image {
  /* Add background color handling */
  
}

#s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 .shg-image-content-wrapper {
      aspect-ratio: 2560/1102;
      min-width: 100%;
      height: auto;
    }

    #s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 .shogun-image-link {
      aspect-ratio: 2560/1102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2560px;
  }



  img.s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2.shogun-image {
    
    
    
    max-height: 2560px;
  }


.s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2.shogun-image {
  box-sizing: border-box;
}



.s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 {
      --shg-aspect-ratio: calc(2560/1102); 
    }

    .s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2.shogun-image-container {
      position: relative;
    }

    .s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2560px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 {
  margin: 0 !important;
  overflow: visible;
}

#s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 img.shogun-image {
  /* Add background color handling */
  
}

#s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 .shg-image-content-wrapper {
      aspect-ratio: 2560/1102;
      min-width: 100%;
      height: auto;
    }

    #s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 .shogun-image-link {
      aspect-ratio: 2560/1102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2560px;
  }



  img.s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2.shogun-image {
    
    
    
    max-height: 2560px;
  }


.s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2.shogun-image {
  box-sizing: border-box;
}



.s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 {
      --shg-aspect-ratio: calc(2560/1102); 
    }

    .s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2.shogun-image-container {
      position: relative;
    }

    .s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2560px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 {
  margin: 0 !important;
  overflow: visible;
}

#s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 img.shogun-image {
  /* Add background color handling */
  
}

#s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 .shg-image-content-wrapper {
      aspect-ratio: 2560/1102;
      min-width: 100%;
      height: auto;
    }

    #s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 .shogun-image-link {
      aspect-ratio: 2560/1102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2560px;
  }



  img.s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2.shogun-image {
    
    
    
    max-height: 2560px;
  }


.s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2.shogun-image {
  box-sizing: border-box;
}



.s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 {
      --shg-aspect-ratio: calc(2560/1102); 
    }

    .s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2.shogun-image-container {
      position: relative;
    }

    .s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2560px;
    }
  }

}@media (max-width: 767px){#s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 {
  margin: 0 !important;
  overflow: visible;
}

#s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 img.shogun-image {
  /* Add background color handling */
  
}

#s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 .shg-image-content-wrapper {
      aspect-ratio: 2560/1102;
      min-width: 100%;
      height: auto;
    }

    #s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 .shogun-image-link {
      aspect-ratio: 2560/1102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2560px;
  }



  img.s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2.shogun-image {
    
    
    
    max-height: 2560px;
  }


.s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2.shogun-image {
  box-sizing: border-box;
}



.s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 {
      --shg-aspect-ratio: calc(2560/1102); 
    }

    .s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2.shogun-image-container {
      position: relative;
    }

    .s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2560px;
    }
  }

}
#s-a184d3d1-2305-4c5d-9ffa-4ec139a16d27 {
  border-style: solid;
margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-a184d3d1-2305-4c5d-9ffa-4ec139a16d27:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 5px !important;
background-color: rgba(40, 40, 40, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-a184d3d1-2305-4c5d-9ffa-4ec139a16d27:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 5px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-a184d3d1-2305-4c5d-9ffa-4ec139a16d27-root {
    text-align: center;
  }


#s-a184d3d1-2305-4c5d-9ffa-4ec139a16d27.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a184d3d1-2305-4c5d-9ffa-4ec139a16d27-root {
    text-align: center;
  }


#s-a184d3d1-2305-4c5d-9ffa-4ec139a16d27.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a184d3d1-2305-4c5d-9ffa-4ec139a16d27-root {
    text-align: center;
  }


#s-a184d3d1-2305-4c5d-9ffa-4ec139a16d27.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a184d3d1-2305-4c5d-9ffa-4ec139a16d27-root {
    text-align: center;
  }


#s-a184d3d1-2305-4c5d-9ffa-4ec139a16d27.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a184d3d1-2305-4c5d-9ffa-4ec139a16d27-root {
    text-align: center;
  }


#s-a184d3d1-2305-4c5d-9ffa-4ec139a16d27.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-b8cd1354-0b10-4005-9637-15c98c36ae22 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-b8cd1354-0b10-4005-9637-15c98c36ae22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b8cd1354-0b10-4005-9637-15c98c36ae22.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-15cb341a-521b-4d46-b52d-fd2d624a2590 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-15cb341a-521b-4d46-b52d-fd2d624a2590"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-15cb341a-521b-4d46-b52d-fd2d624a2590"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-15cb341a-521b-4d46-b52d-fd2d624a2590"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-15cb341a-521b-4d46-b52d-fd2d624a2590"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-b4639e4c-b7df-4549-b6f0-1345092bf25e {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
aspect-ratio: 1/1;
text-align: center;
}

#s-b4639e4c-b7df-4549-b6f0-1345092bf25e {
  margin: 0 !important;
  overflow: visible;
}

#s-b4639e4c-b7df-4549-b6f0-1345092bf25e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b4639e4c-b7df-4549-b6f0-1345092bf25e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b4639e4c-b7df-4549-b6f0-1345092bf25e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b4639e4c-b7df-4549-b6f0-1345092bf25e img.shogun-image {
  /* Add background color handling */
  
}

#s-b4639e4c-b7df-4549-b6f0-1345092bf25e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b4639e4c-b7df-4549-b6f0-1345092bf25e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b4639e4c-b7df-4549-b6f0-1345092bf25e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b4639e4c-b7df-4549-b6f0-1345092bf25e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b4639e4c-b7df-4549-b6f0-1345092bf25e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b4639e4c-b7df-4549-b6f0-1345092bf25e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-b4639e4c-b7df-4549-b6f0-1345092bf25e.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-b4639e4c-b7df-4549-b6f0-1345092bf25e .shogun-image-content {
  
    justify-content: center;
  
}

.s-b4639e4c-b7df-4549-b6f0-1345092bf25e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4639e4c-b7df-4549-b6f0-1345092bf25e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4639e4c-b7df-4549-b6f0-1345092bf25e.shogun-image {
  box-sizing: border-box;
}



.s-b4639e4c-b7df-4549-b6f0-1345092bf25e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b4639e4c-b7df-4549-b6f0-1345092bf25e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b4639e4c-b7df-4549-b6f0-1345092bf25e.shogun-image-container {
      position: relative;
    }

    .s-b4639e4c-b7df-4549-b6f0-1345092bf25e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b4639e4c-b7df-4549-b6f0-1345092bf25e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b4639e4c-b7df-4549-b6f0-1345092bf25e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-b4639e4c-b7df-4549-b6f0-1345092bf25e {
  margin: 0 !important;
  overflow: visible;
}

#s-b4639e4c-b7df-4549-b6f0-1345092bf25e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b4639e4c-b7df-4549-b6f0-1345092bf25e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b4639e4c-b7df-4549-b6f0-1345092bf25e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b4639e4c-b7df-4549-b6f0-1345092bf25e img.shogun-image {
  /* Add background color handling */
  
}

#s-b4639e4c-b7df-4549-b6f0-1345092bf25e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b4639e4c-b7df-4549-b6f0-1345092bf25e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b4639e4c-b7df-4549-b6f0-1345092bf25e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b4639e4c-b7df-4549-b6f0-1345092bf25e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b4639e4c-b7df-4549-b6f0-1345092bf25e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b4639e4c-b7df-4549-b6f0-1345092bf25e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-b4639e4c-b7df-4549-b6f0-1345092bf25e.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-b4639e4c-b7df-4549-b6f0-1345092bf25e .shogun-image-content {
  
    justify-content: center;
  
}

.s-b4639e4c-b7df-4549-b6f0-1345092bf25e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4639e4c-b7df-4549-b6f0-1345092bf25e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4639e4c-b7df-4549-b6f0-1345092bf25e.shogun-image {
  box-sizing: border-box;
}



.s-b4639e4c-b7df-4549-b6f0-1345092bf25e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b4639e4c-b7df-4549-b6f0-1345092bf25e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b4639e4c-b7df-4549-b6f0-1345092bf25e.shogun-image-container {
      position: relative;
    }

    .s-b4639e4c-b7df-4549-b6f0-1345092bf25e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b4639e4c-b7df-4549-b6f0-1345092bf25e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b4639e4c-b7df-4549-b6f0-1345092bf25e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b4639e4c-b7df-4549-b6f0-1345092bf25e {
  margin: 0 !important;
  overflow: visible;
}

#s-b4639e4c-b7df-4549-b6f0-1345092bf25e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b4639e4c-b7df-4549-b6f0-1345092bf25e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b4639e4c-b7df-4549-b6f0-1345092bf25e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b4639e4c-b7df-4549-b6f0-1345092bf25e img.shogun-image {
  /* Add background color handling */
  
}

#s-b4639e4c-b7df-4549-b6f0-1345092bf25e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b4639e4c-b7df-4549-b6f0-1345092bf25e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b4639e4c-b7df-4549-b6f0-1345092bf25e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b4639e4c-b7df-4549-b6f0-1345092bf25e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b4639e4c-b7df-4549-b6f0-1345092bf25e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b4639e4c-b7df-4549-b6f0-1345092bf25e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-b4639e4c-b7df-4549-b6f0-1345092bf25e.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-b4639e4c-b7df-4549-b6f0-1345092bf25e .shogun-image-content {
  
    justify-content: center;
  
}

.s-b4639e4c-b7df-4549-b6f0-1345092bf25e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4639e4c-b7df-4549-b6f0-1345092bf25e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4639e4c-b7df-4549-b6f0-1345092bf25e.shogun-image {
  box-sizing: border-box;
}



.s-b4639e4c-b7df-4549-b6f0-1345092bf25e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b4639e4c-b7df-4549-b6f0-1345092bf25e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b4639e4c-b7df-4549-b6f0-1345092bf25e.shogun-image-container {
      position: relative;
    }

    .s-b4639e4c-b7df-4549-b6f0-1345092bf25e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b4639e4c-b7df-4549-b6f0-1345092bf25e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b4639e4c-b7df-4549-b6f0-1345092bf25e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b4639e4c-b7df-4549-b6f0-1345092bf25e {
  margin: 0 !important;
  overflow: visible;
}

#s-b4639e4c-b7df-4549-b6f0-1345092bf25e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b4639e4c-b7df-4549-b6f0-1345092bf25e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b4639e4c-b7df-4549-b6f0-1345092bf25e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b4639e4c-b7df-4549-b6f0-1345092bf25e img.shogun-image {
  /* Add background color handling */
  
}

#s-b4639e4c-b7df-4549-b6f0-1345092bf25e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b4639e4c-b7df-4549-b6f0-1345092bf25e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b4639e4c-b7df-4549-b6f0-1345092bf25e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b4639e4c-b7df-4549-b6f0-1345092bf25e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b4639e4c-b7df-4549-b6f0-1345092bf25e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b4639e4c-b7df-4549-b6f0-1345092bf25e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-b4639e4c-b7df-4549-b6f0-1345092bf25e.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-b4639e4c-b7df-4549-b6f0-1345092bf25e .shogun-image-content {
  
    justify-content: center;
  
}

.s-b4639e4c-b7df-4549-b6f0-1345092bf25e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4639e4c-b7df-4549-b6f0-1345092bf25e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4639e4c-b7df-4549-b6f0-1345092bf25e.shogun-image {
  box-sizing: border-box;
}



.s-b4639e4c-b7df-4549-b6f0-1345092bf25e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b4639e4c-b7df-4549-b6f0-1345092bf25e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b4639e4c-b7df-4549-b6f0-1345092bf25e.shogun-image-container {
      position: relative;
    }

    .s-b4639e4c-b7df-4549-b6f0-1345092bf25e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b4639e4c-b7df-4549-b6f0-1345092bf25e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b4639e4c-b7df-4549-b6f0-1345092bf25e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-b4639e4c-b7df-4549-b6f0-1345092bf25e {
  margin: 0 !important;
  overflow: visible;
}

#s-b4639e4c-b7df-4549-b6f0-1345092bf25e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b4639e4c-b7df-4549-b6f0-1345092bf25e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b4639e4c-b7df-4549-b6f0-1345092bf25e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b4639e4c-b7df-4549-b6f0-1345092bf25e img.shogun-image {
  /* Add background color handling */
  
}

#s-b4639e4c-b7df-4549-b6f0-1345092bf25e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b4639e4c-b7df-4549-b6f0-1345092bf25e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b4639e4c-b7df-4549-b6f0-1345092bf25e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b4639e4c-b7df-4549-b6f0-1345092bf25e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b4639e4c-b7df-4549-b6f0-1345092bf25e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b4639e4c-b7df-4549-b6f0-1345092bf25e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-b4639e4c-b7df-4549-b6f0-1345092bf25e.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-b4639e4c-b7df-4549-b6f0-1345092bf25e .shogun-image-content {
  
    justify-content: center;
  
}

.s-b4639e4c-b7df-4549-b6f0-1345092bf25e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4639e4c-b7df-4549-b6f0-1345092bf25e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4639e4c-b7df-4549-b6f0-1345092bf25e.shogun-image {
  box-sizing: border-box;
}



.s-b4639e4c-b7df-4549-b6f0-1345092bf25e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b4639e4c-b7df-4549-b6f0-1345092bf25e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b4639e4c-b7df-4549-b6f0-1345092bf25e.shogun-image-container {
      position: relative;
    }

    .s-b4639e4c-b7df-4549-b6f0-1345092bf25e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b4639e4c-b7df-4549-b6f0-1345092bf25e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b4639e4c-b7df-4549-b6f0-1345092bf25e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
aspect-ratio: 1/1;
text-align: center;
}

#s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f {
  margin: 0 !important;
  overflow: visible;
}

#s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f img.shogun-image {
  /* Add background color handling */
  
}

#s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f .shogun-image-content {
  
    justify-content: center;
  
}

.s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f.shogun-image {
  box-sizing: border-box;
}



.s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f.shogun-image-container {
      position: relative;
    }

    .s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f {
  margin: 0 !important;
  overflow: visible;
}

#s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f img.shogun-image {
  /* Add background color handling */
  
}

#s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f .shogun-image-content {
  
    justify-content: center;
  
}

.s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f.shogun-image {
  box-sizing: border-box;
}



.s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f.shogun-image-container {
      position: relative;
    }

    .s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f {
  margin: 0 !important;
  overflow: visible;
}

#s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f img.shogun-image {
  /* Add background color handling */
  
}

#s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f .shogun-image-content {
  
    justify-content: center;
  
}

.s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f.shogun-image {
  box-sizing: border-box;
}



.s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f.shogun-image-container {
      position: relative;
    }

    .s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f {
  margin: 0 !important;
  overflow: visible;
}

#s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f img.shogun-image {
  /* Add background color handling */
  
}

#s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f .shogun-image-content {
  
    justify-content: center;
  
}

.s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f.shogun-image {
  box-sizing: border-box;
}



.s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f.shogun-image-container {
      position: relative;
    }

    .s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f {
  margin: 0 !important;
  overflow: visible;
}

#s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f img.shogun-image {
  /* Add background color handling */
  
}

#s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f .shogun-image-content {
  
    justify-content: center;
  
}

.s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f.shogun-image {
  box-sizing: border-box;
}



.s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f.shogun-image-container {
      position: relative;
    }

    .s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-9d5e8935-dac8-4767-9b6b-561366c5ed26 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 2899px;
aspect-ratio: 2899/876;
text-align: center;
}

#s-9d5e8935-dac8-4767-9b6b-561366c5ed26 {
  margin: 0 !important;
  overflow: visible;
}

#s-9d5e8935-dac8-4767-9b6b-561366c5ed26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9d5e8935-dac8-4767-9b6b-561366c5ed26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 5px;
  margin-bottom: 5px;
}

.shg-image-content-margin-container-s-9d5e8935-dac8-4767-9b6b-561366c5ed26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d5e8935-dac8-4767-9b6b-561366c5ed26 img.shogun-image {
  /* Add background color handling */
  
}

#s-9d5e8935-dac8-4767-9b6b-561366c5ed26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d5e8935-dac8-4767-9b6b-561366c5ed26 .shg-image-content-wrapper {
      aspect-ratio: 2899/876;
      min-width: 100%;
      height: auto;
    }

    #s-9d5e8935-dac8-4767-9b6b-561366c5ed26 .shogun-image-link {
      aspect-ratio: 2899/876;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d5e8935-dac8-4767-9b6b-561366c5ed26 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d5e8935-dac8-4767-9b6b-561366c5ed26.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d5e8935-dac8-4767-9b6b-561366c5ed26 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2899px;
  }



  img.s-9d5e8935-dac8-4767-9b6b-561366c5ed26.shogun-image {
    
    
    
    max-height: 2899px;
  }


.s-9d5e8935-dac8-4767-9b6b-561366c5ed26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d5e8935-dac8-4767-9b6b-561366c5ed26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d5e8935-dac8-4767-9b6b-561366c5ed26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d5e8935-dac8-4767-9b6b-561366c5ed26.shogun-image {
  box-sizing: border-box;
}



.s-9d5e8935-dac8-4767-9b6b-561366c5ed26 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9d5e8935-dac8-4767-9b6b-561366c5ed26 {
      --shg-aspect-ratio: calc(2899/876); 
    }

    .s-9d5e8935-dac8-4767-9b6b-561366c5ed26.shogun-image-container {
      position: relative;
    }

    .s-9d5e8935-dac8-4767-9b6b-561366c5ed26.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d5e8935-dac8-4767-9b6b-561366c5ed26.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d5e8935-dac8-4767-9b6b-561366c5ed26 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2899px;
    }
  }

@media (min-width: 1200px){#s-9d5e8935-dac8-4767-9b6b-561366c5ed26 {
  margin: 0 !important;
  overflow: visible;
}

#s-9d5e8935-dac8-4767-9b6b-561366c5ed26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9d5e8935-dac8-4767-9b6b-561366c5ed26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9d5e8935-dac8-4767-9b6b-561366c5ed26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d5e8935-dac8-4767-9b6b-561366c5ed26 img.shogun-image {
  /* Add background color handling */
  
}

#s-9d5e8935-dac8-4767-9b6b-561366c5ed26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d5e8935-dac8-4767-9b6b-561366c5ed26 .shg-image-content-wrapper {
      aspect-ratio: 2899/876;
      min-width: 100%;
      height: auto;
    }

    #s-9d5e8935-dac8-4767-9b6b-561366c5ed26 .shogun-image-link {
      aspect-ratio: 2899/876;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d5e8935-dac8-4767-9b6b-561366c5ed26 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d5e8935-dac8-4767-9b6b-561366c5ed26.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d5e8935-dac8-4767-9b6b-561366c5ed26 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2899px;
  }



  img.s-9d5e8935-dac8-4767-9b6b-561366c5ed26.shogun-image {
    
    
    
    max-height: 2899px;
  }


.s-9d5e8935-dac8-4767-9b6b-561366c5ed26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d5e8935-dac8-4767-9b6b-561366c5ed26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d5e8935-dac8-4767-9b6b-561366c5ed26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d5e8935-dac8-4767-9b6b-561366c5ed26.shogun-image {
  box-sizing: border-box;
}



.s-9d5e8935-dac8-4767-9b6b-561366c5ed26 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9d5e8935-dac8-4767-9b6b-561366c5ed26 {
      --shg-aspect-ratio: calc(2899/876); 
    }

    .s-9d5e8935-dac8-4767-9b6b-561366c5ed26.shogun-image-container {
      position: relative;
    }

    .s-9d5e8935-dac8-4767-9b6b-561366c5ed26.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d5e8935-dac8-4767-9b6b-561366c5ed26.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d5e8935-dac8-4767-9b6b-561366c5ed26 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2899px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9d5e8935-dac8-4767-9b6b-561366c5ed26 {
  margin: 0 !important;
  overflow: visible;
}

#s-9d5e8935-dac8-4767-9b6b-561366c5ed26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9d5e8935-dac8-4767-9b6b-561366c5ed26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9d5e8935-dac8-4767-9b6b-561366c5ed26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d5e8935-dac8-4767-9b6b-561366c5ed26 img.shogun-image {
  /* Add background color handling */
  
}

#s-9d5e8935-dac8-4767-9b6b-561366c5ed26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d5e8935-dac8-4767-9b6b-561366c5ed26 .shg-image-content-wrapper {
      aspect-ratio: 2899/876;
      min-width: 100%;
      height: auto;
    }

    #s-9d5e8935-dac8-4767-9b6b-561366c5ed26 .shogun-image-link {
      aspect-ratio: 2899/876;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d5e8935-dac8-4767-9b6b-561366c5ed26 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d5e8935-dac8-4767-9b6b-561366c5ed26.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d5e8935-dac8-4767-9b6b-561366c5ed26 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2899px;
  }



  img.s-9d5e8935-dac8-4767-9b6b-561366c5ed26.shogun-image {
    
    
    
    max-height: 2899px;
  }


.s-9d5e8935-dac8-4767-9b6b-561366c5ed26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d5e8935-dac8-4767-9b6b-561366c5ed26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d5e8935-dac8-4767-9b6b-561366c5ed26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d5e8935-dac8-4767-9b6b-561366c5ed26.shogun-image {
  box-sizing: border-box;
}



.s-9d5e8935-dac8-4767-9b6b-561366c5ed26 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9d5e8935-dac8-4767-9b6b-561366c5ed26 {
      --shg-aspect-ratio: calc(2899/876); 
    }

    .s-9d5e8935-dac8-4767-9b6b-561366c5ed26.shogun-image-container {
      position: relative;
    }

    .s-9d5e8935-dac8-4767-9b6b-561366c5ed26.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d5e8935-dac8-4767-9b6b-561366c5ed26.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d5e8935-dac8-4767-9b6b-561366c5ed26 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2899px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9d5e8935-dac8-4767-9b6b-561366c5ed26 {
  margin: 0 !important;
  overflow: visible;
}

#s-9d5e8935-dac8-4767-9b6b-561366c5ed26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9d5e8935-dac8-4767-9b6b-561366c5ed26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9d5e8935-dac8-4767-9b6b-561366c5ed26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d5e8935-dac8-4767-9b6b-561366c5ed26 img.shogun-image {
  /* Add background color handling */
  
}

#s-9d5e8935-dac8-4767-9b6b-561366c5ed26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d5e8935-dac8-4767-9b6b-561366c5ed26 .shg-image-content-wrapper {
      aspect-ratio: 2899/876;
      min-width: 100%;
      height: auto;
    }

    #s-9d5e8935-dac8-4767-9b6b-561366c5ed26 .shogun-image-link {
      aspect-ratio: 2899/876;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d5e8935-dac8-4767-9b6b-561366c5ed26 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d5e8935-dac8-4767-9b6b-561366c5ed26.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d5e8935-dac8-4767-9b6b-561366c5ed26 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2899px;
  }



  img.s-9d5e8935-dac8-4767-9b6b-561366c5ed26.shogun-image {
    
    
    
    max-height: 2899px;
  }


.s-9d5e8935-dac8-4767-9b6b-561366c5ed26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d5e8935-dac8-4767-9b6b-561366c5ed26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d5e8935-dac8-4767-9b6b-561366c5ed26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d5e8935-dac8-4767-9b6b-561366c5ed26.shogun-image {
  box-sizing: border-box;
}



.s-9d5e8935-dac8-4767-9b6b-561366c5ed26 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9d5e8935-dac8-4767-9b6b-561366c5ed26 {
      --shg-aspect-ratio: calc(2899/876); 
    }

    .s-9d5e8935-dac8-4767-9b6b-561366c5ed26.shogun-image-container {
      position: relative;
    }

    .s-9d5e8935-dac8-4767-9b6b-561366c5ed26.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d5e8935-dac8-4767-9b6b-561366c5ed26.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d5e8935-dac8-4767-9b6b-561366c5ed26 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2899px;
    }
  }

}@media (max-width: 767px){#s-9d5e8935-dac8-4767-9b6b-561366c5ed26 {
  margin: 0 !important;
  overflow: visible;
}

#s-9d5e8935-dac8-4767-9b6b-561366c5ed26-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9d5e8935-dac8-4767-9b6b-561366c5ed26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9d5e8935-dac8-4767-9b6b-561366c5ed26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d5e8935-dac8-4767-9b6b-561366c5ed26 img.shogun-image {
  /* Add background color handling */
  
}

#s-9d5e8935-dac8-4767-9b6b-561366c5ed26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d5e8935-dac8-4767-9b6b-561366c5ed26 .shg-image-content-wrapper {
      aspect-ratio: 2899/876;
      min-width: 100%;
      height: auto;
    }

    #s-9d5e8935-dac8-4767-9b6b-561366c5ed26 .shogun-image-link {
      aspect-ratio: 2899/876;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d5e8935-dac8-4767-9b6b-561366c5ed26 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d5e8935-dac8-4767-9b6b-561366c5ed26.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d5e8935-dac8-4767-9b6b-561366c5ed26 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2899px;
  }



  img.s-9d5e8935-dac8-4767-9b6b-561366c5ed26.shogun-image {
    
    
    
    max-height: 2899px;
  }


.s-9d5e8935-dac8-4767-9b6b-561366c5ed26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d5e8935-dac8-4767-9b6b-561366c5ed26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d5e8935-dac8-4767-9b6b-561366c5ed26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d5e8935-dac8-4767-9b6b-561366c5ed26.shogun-image {
  box-sizing: border-box;
}



.s-9d5e8935-dac8-4767-9b6b-561366c5ed26 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9d5e8935-dac8-4767-9b6b-561366c5ed26 {
      --shg-aspect-ratio: calc(2899/876); 
    }

    .s-9d5e8935-dac8-4767-9b6b-561366c5ed26.shogun-image-container {
      position: relative;
    }

    .s-9d5e8935-dac8-4767-9b6b-561366c5ed26.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d5e8935-dac8-4767-9b6b-561366c5ed26.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d5e8935-dac8-4767-9b6b-561366c5ed26 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2899px;
    }
  }

}
#s-0e07970d-5e91-47cb-9278-9f15258978b8 {
  border-style: solid;
margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-0e07970d-5e91-47cb-9278-9f15258978b8:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 5px !important;
background-color: rgba(40, 40, 40, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-0e07970d-5e91-47cb-9278-9f15258978b8:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 5px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-0e07970d-5e91-47cb-9278-9f15258978b8-root {
    text-align: center;
  }


#s-0e07970d-5e91-47cb-9278-9f15258978b8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0e07970d-5e91-47cb-9278-9f15258978b8-root {
    text-align: center;
  }


#s-0e07970d-5e91-47cb-9278-9f15258978b8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0e07970d-5e91-47cb-9278-9f15258978b8-root {
    text-align: center;
  }


#s-0e07970d-5e91-47cb-9278-9f15258978b8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0e07970d-5e91-47cb-9278-9f15258978b8-root {
    text-align: center;
  }


#s-0e07970d-5e91-47cb-9278-9f15258978b8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0e07970d-5e91-47cb-9278-9f15258978b8-root {
    text-align: center;
  }


#s-0e07970d-5e91-47cb-9278-9f15258978b8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-ebb3d4b6-8aa8-45c4-a3d2-e4673fb75c63 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-ebb3d4b6-8aa8-45c4-a3d2-e4673fb75c63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ebb3d4b6-8aa8-45c4-a3d2-e4673fb75c63.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-984f6edf-a88d-4a2b-84ce-1f1e143004f6 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-984f6edf-a88d-4a2b-84ce-1f1e143004f6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-984f6edf-a88d-4a2b-84ce-1f1e143004f6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-984f6edf-a88d-4a2b-84ce-1f1e143004f6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-984f6edf-a88d-4a2b-84ce-1f1e143004f6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-5463fbd0-749d-4591-94ff-9d6450d4f94e {
  margin-left: auto;
margin-right: auto;
max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}

#s-5463fbd0-749d-4591-94ff-9d6450d4f94e {
  margin: 0 !important;
  overflow: visible;
}

#s-5463fbd0-749d-4591-94ff-9d6450d4f94e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5463fbd0-749d-4591-94ff-9d6450d4f94e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5463fbd0-749d-4591-94ff-9d6450d4f94e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5463fbd0-749d-4591-94ff-9d6450d4f94e img.shogun-image {
  /* Add background color handling */
  
}

#s-5463fbd0-749d-4591-94ff-9d6450d4f94e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5463fbd0-749d-4591-94ff-9d6450d4f94e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5463fbd0-749d-4591-94ff-9d6450d4f94e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5463fbd0-749d-4591-94ff-9d6450d4f94e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5463fbd0-749d-4591-94ff-9d6450d4f94e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5463fbd0-749d-4591-94ff-9d6450d4f94e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-5463fbd0-749d-4591-94ff-9d6450d4f94e.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-5463fbd0-749d-4591-94ff-9d6450d4f94e .shogun-image-content {
  
    justify-content: center;
  
}

.s-5463fbd0-749d-4591-94ff-9d6450d4f94e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5463fbd0-749d-4591-94ff-9d6450d4f94e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5463fbd0-749d-4591-94ff-9d6450d4f94e.shogun-image {
  box-sizing: border-box;
}



.s-5463fbd0-749d-4591-94ff-9d6450d4f94e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5463fbd0-749d-4591-94ff-9d6450d4f94e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5463fbd0-749d-4591-94ff-9d6450d4f94e.shogun-image-container {
      position: relative;
    }

    .s-5463fbd0-749d-4591-94ff-9d6450d4f94e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5463fbd0-749d-4591-94ff-9d6450d4f94e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5463fbd0-749d-4591-94ff-9d6450d4f94e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

@media (min-width: 1200px){#s-5463fbd0-749d-4591-94ff-9d6450d4f94e {
  margin: 0 !important;
  overflow: visible;
}

#s-5463fbd0-749d-4591-94ff-9d6450d4f94e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5463fbd0-749d-4591-94ff-9d6450d4f94e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5463fbd0-749d-4591-94ff-9d6450d4f94e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5463fbd0-749d-4591-94ff-9d6450d4f94e img.shogun-image {
  /* Add background color handling */
  
}

#s-5463fbd0-749d-4591-94ff-9d6450d4f94e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5463fbd0-749d-4591-94ff-9d6450d4f94e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5463fbd0-749d-4591-94ff-9d6450d4f94e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5463fbd0-749d-4591-94ff-9d6450d4f94e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5463fbd0-749d-4591-94ff-9d6450d4f94e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5463fbd0-749d-4591-94ff-9d6450d4f94e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-5463fbd0-749d-4591-94ff-9d6450d4f94e.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-5463fbd0-749d-4591-94ff-9d6450d4f94e .shogun-image-content {
  
    justify-content: center;
  
}

.s-5463fbd0-749d-4591-94ff-9d6450d4f94e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5463fbd0-749d-4591-94ff-9d6450d4f94e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5463fbd0-749d-4591-94ff-9d6450d4f94e.shogun-image {
  box-sizing: border-box;
}



.s-5463fbd0-749d-4591-94ff-9d6450d4f94e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5463fbd0-749d-4591-94ff-9d6450d4f94e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5463fbd0-749d-4591-94ff-9d6450d4f94e.shogun-image-container {
      position: relative;
    }

    .s-5463fbd0-749d-4591-94ff-9d6450d4f94e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5463fbd0-749d-4591-94ff-9d6450d4f94e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5463fbd0-749d-4591-94ff-9d6450d4f94e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5463fbd0-749d-4591-94ff-9d6450d4f94e {
  margin: 0 !important;
  overflow: visible;
}

#s-5463fbd0-749d-4591-94ff-9d6450d4f94e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5463fbd0-749d-4591-94ff-9d6450d4f94e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5463fbd0-749d-4591-94ff-9d6450d4f94e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5463fbd0-749d-4591-94ff-9d6450d4f94e img.shogun-image {
  /* Add background color handling */
  
}

#s-5463fbd0-749d-4591-94ff-9d6450d4f94e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5463fbd0-749d-4591-94ff-9d6450d4f94e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5463fbd0-749d-4591-94ff-9d6450d4f94e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5463fbd0-749d-4591-94ff-9d6450d4f94e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5463fbd0-749d-4591-94ff-9d6450d4f94e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5463fbd0-749d-4591-94ff-9d6450d4f94e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-5463fbd0-749d-4591-94ff-9d6450d4f94e.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-5463fbd0-749d-4591-94ff-9d6450d4f94e .shogun-image-content {
  
    justify-content: center;
  
}

.s-5463fbd0-749d-4591-94ff-9d6450d4f94e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5463fbd0-749d-4591-94ff-9d6450d4f94e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5463fbd0-749d-4591-94ff-9d6450d4f94e.shogun-image {
  box-sizing: border-box;
}



.s-5463fbd0-749d-4591-94ff-9d6450d4f94e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5463fbd0-749d-4591-94ff-9d6450d4f94e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5463fbd0-749d-4591-94ff-9d6450d4f94e.shogun-image-container {
      position: relative;
    }

    .s-5463fbd0-749d-4591-94ff-9d6450d4f94e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5463fbd0-749d-4591-94ff-9d6450d4f94e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5463fbd0-749d-4591-94ff-9d6450d4f94e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5463fbd0-749d-4591-94ff-9d6450d4f94e {
  margin: 0 !important;
  overflow: visible;
}

#s-5463fbd0-749d-4591-94ff-9d6450d4f94e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5463fbd0-749d-4591-94ff-9d6450d4f94e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5463fbd0-749d-4591-94ff-9d6450d4f94e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5463fbd0-749d-4591-94ff-9d6450d4f94e img.shogun-image {
  /* Add background color handling */
  
}

#s-5463fbd0-749d-4591-94ff-9d6450d4f94e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5463fbd0-749d-4591-94ff-9d6450d4f94e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5463fbd0-749d-4591-94ff-9d6450d4f94e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5463fbd0-749d-4591-94ff-9d6450d4f94e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5463fbd0-749d-4591-94ff-9d6450d4f94e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5463fbd0-749d-4591-94ff-9d6450d4f94e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-5463fbd0-749d-4591-94ff-9d6450d4f94e.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-5463fbd0-749d-4591-94ff-9d6450d4f94e .shogun-image-content {
  
    justify-content: center;
  
}

.s-5463fbd0-749d-4591-94ff-9d6450d4f94e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5463fbd0-749d-4591-94ff-9d6450d4f94e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5463fbd0-749d-4591-94ff-9d6450d4f94e.shogun-image {
  box-sizing: border-box;
}



.s-5463fbd0-749d-4591-94ff-9d6450d4f94e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5463fbd0-749d-4591-94ff-9d6450d4f94e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5463fbd0-749d-4591-94ff-9d6450d4f94e.shogun-image-container {
      position: relative;
    }

    .s-5463fbd0-749d-4591-94ff-9d6450d4f94e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5463fbd0-749d-4591-94ff-9d6450d4f94e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5463fbd0-749d-4591-94ff-9d6450d4f94e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (max-width: 767px){#s-5463fbd0-749d-4591-94ff-9d6450d4f94e {
  margin: 0 !important;
  overflow: visible;
}

#s-5463fbd0-749d-4591-94ff-9d6450d4f94e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5463fbd0-749d-4591-94ff-9d6450d4f94e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5463fbd0-749d-4591-94ff-9d6450d4f94e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5463fbd0-749d-4591-94ff-9d6450d4f94e img.shogun-image {
  /* Add background color handling */
  
}

#s-5463fbd0-749d-4591-94ff-9d6450d4f94e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5463fbd0-749d-4591-94ff-9d6450d4f94e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5463fbd0-749d-4591-94ff-9d6450d4f94e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5463fbd0-749d-4591-94ff-9d6450d4f94e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5463fbd0-749d-4591-94ff-9d6450d4f94e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5463fbd0-749d-4591-94ff-9d6450d4f94e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-5463fbd0-749d-4591-94ff-9d6450d4f94e.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-5463fbd0-749d-4591-94ff-9d6450d4f94e .shogun-image-content {
  
    justify-content: center;
  
}

.s-5463fbd0-749d-4591-94ff-9d6450d4f94e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5463fbd0-749d-4591-94ff-9d6450d4f94e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5463fbd0-749d-4591-94ff-9d6450d4f94e.shogun-image {
  box-sizing: border-box;
}



.s-5463fbd0-749d-4591-94ff-9d6450d4f94e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5463fbd0-749d-4591-94ff-9d6450d4f94e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5463fbd0-749d-4591-94ff-9d6450d4f94e.shogun-image-container {
      position: relative;
    }

    .s-5463fbd0-749d-4591-94ff-9d6450d4f94e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5463fbd0-749d-4591-94ff-9d6450d4f94e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5463fbd0-749d-4591-94ff-9d6450d4f94e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}
#s-a9b60ae5-e730-476c-9409-78914d37e161 {
  margin-left: auto;
margin-right: auto;
max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}

#s-a9b60ae5-e730-476c-9409-78914d37e161 {
  margin: 0 !important;
  overflow: visible;
}

#s-a9b60ae5-e730-476c-9409-78914d37e161-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a9b60ae5-e730-476c-9409-78914d37e161 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a9b60ae5-e730-476c-9409-78914d37e161 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a9b60ae5-e730-476c-9409-78914d37e161 img.shogun-image {
  /* Add background color handling */
  
}

#s-a9b60ae5-e730-476c-9409-78914d37e161 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9b60ae5-e730-476c-9409-78914d37e161 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a9b60ae5-e730-476c-9409-78914d37e161 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9b60ae5-e730-476c-9409-78914d37e161 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9b60ae5-e730-476c-9409-78914d37e161.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9b60ae5-e730-476c-9409-78914d37e161 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-a9b60ae5-e730-476c-9409-78914d37e161.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-a9b60ae5-e730-476c-9409-78914d37e161 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a9b60ae5-e730-476c-9409-78914d37e161.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9b60ae5-e730-476c-9409-78914d37e161.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9b60ae5-e730-476c-9409-78914d37e161.shogun-image {
  box-sizing: border-box;
}



.s-a9b60ae5-e730-476c-9409-78914d37e161 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a9b60ae5-e730-476c-9409-78914d37e161 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a9b60ae5-e730-476c-9409-78914d37e161.shogun-image-container {
      position: relative;
    }

    .s-a9b60ae5-e730-476c-9409-78914d37e161.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9b60ae5-e730-476c-9409-78914d37e161.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9b60ae5-e730-476c-9409-78914d37e161 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

@media (min-width: 1200px){#s-a9b60ae5-e730-476c-9409-78914d37e161 {
  margin: 0 !important;
  overflow: visible;
}

#s-a9b60ae5-e730-476c-9409-78914d37e161-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a9b60ae5-e730-476c-9409-78914d37e161 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a9b60ae5-e730-476c-9409-78914d37e161 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a9b60ae5-e730-476c-9409-78914d37e161 img.shogun-image {
  /* Add background color handling */
  
}

#s-a9b60ae5-e730-476c-9409-78914d37e161 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9b60ae5-e730-476c-9409-78914d37e161 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a9b60ae5-e730-476c-9409-78914d37e161 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9b60ae5-e730-476c-9409-78914d37e161 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9b60ae5-e730-476c-9409-78914d37e161.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9b60ae5-e730-476c-9409-78914d37e161 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-a9b60ae5-e730-476c-9409-78914d37e161.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-a9b60ae5-e730-476c-9409-78914d37e161 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a9b60ae5-e730-476c-9409-78914d37e161.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9b60ae5-e730-476c-9409-78914d37e161.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9b60ae5-e730-476c-9409-78914d37e161.shogun-image {
  box-sizing: border-box;
}



.s-a9b60ae5-e730-476c-9409-78914d37e161 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a9b60ae5-e730-476c-9409-78914d37e161 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a9b60ae5-e730-476c-9409-78914d37e161.shogun-image-container {
      position: relative;
    }

    .s-a9b60ae5-e730-476c-9409-78914d37e161.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9b60ae5-e730-476c-9409-78914d37e161.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9b60ae5-e730-476c-9409-78914d37e161 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a9b60ae5-e730-476c-9409-78914d37e161 {
  margin: 0 !important;
  overflow: visible;
}

#s-a9b60ae5-e730-476c-9409-78914d37e161-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a9b60ae5-e730-476c-9409-78914d37e161 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a9b60ae5-e730-476c-9409-78914d37e161 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a9b60ae5-e730-476c-9409-78914d37e161 img.shogun-image {
  /* Add background color handling */
  
}

#s-a9b60ae5-e730-476c-9409-78914d37e161 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9b60ae5-e730-476c-9409-78914d37e161 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a9b60ae5-e730-476c-9409-78914d37e161 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9b60ae5-e730-476c-9409-78914d37e161 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9b60ae5-e730-476c-9409-78914d37e161.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9b60ae5-e730-476c-9409-78914d37e161 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-a9b60ae5-e730-476c-9409-78914d37e161.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-a9b60ae5-e730-476c-9409-78914d37e161 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a9b60ae5-e730-476c-9409-78914d37e161.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9b60ae5-e730-476c-9409-78914d37e161.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9b60ae5-e730-476c-9409-78914d37e161.shogun-image {
  box-sizing: border-box;
}



.s-a9b60ae5-e730-476c-9409-78914d37e161 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a9b60ae5-e730-476c-9409-78914d37e161 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a9b60ae5-e730-476c-9409-78914d37e161.shogun-image-container {
      position: relative;
    }

    .s-a9b60ae5-e730-476c-9409-78914d37e161.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9b60ae5-e730-476c-9409-78914d37e161.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9b60ae5-e730-476c-9409-78914d37e161 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a9b60ae5-e730-476c-9409-78914d37e161 {
  margin: 0 !important;
  overflow: visible;
}

#s-a9b60ae5-e730-476c-9409-78914d37e161-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a9b60ae5-e730-476c-9409-78914d37e161 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a9b60ae5-e730-476c-9409-78914d37e161 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a9b60ae5-e730-476c-9409-78914d37e161 img.shogun-image {
  /* Add background color handling */
  
}

#s-a9b60ae5-e730-476c-9409-78914d37e161 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9b60ae5-e730-476c-9409-78914d37e161 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a9b60ae5-e730-476c-9409-78914d37e161 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9b60ae5-e730-476c-9409-78914d37e161 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9b60ae5-e730-476c-9409-78914d37e161.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9b60ae5-e730-476c-9409-78914d37e161 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-a9b60ae5-e730-476c-9409-78914d37e161.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-a9b60ae5-e730-476c-9409-78914d37e161 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a9b60ae5-e730-476c-9409-78914d37e161.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9b60ae5-e730-476c-9409-78914d37e161.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9b60ae5-e730-476c-9409-78914d37e161.shogun-image {
  box-sizing: border-box;
}



.s-a9b60ae5-e730-476c-9409-78914d37e161 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a9b60ae5-e730-476c-9409-78914d37e161 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a9b60ae5-e730-476c-9409-78914d37e161.shogun-image-container {
      position: relative;
    }

    .s-a9b60ae5-e730-476c-9409-78914d37e161.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9b60ae5-e730-476c-9409-78914d37e161.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9b60ae5-e730-476c-9409-78914d37e161 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (max-width: 767px){#s-a9b60ae5-e730-476c-9409-78914d37e161 {
  margin: 0 !important;
  overflow: visible;
}

#s-a9b60ae5-e730-476c-9409-78914d37e161-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a9b60ae5-e730-476c-9409-78914d37e161 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a9b60ae5-e730-476c-9409-78914d37e161 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a9b60ae5-e730-476c-9409-78914d37e161 img.shogun-image {
  /* Add background color handling */
  
}

#s-a9b60ae5-e730-476c-9409-78914d37e161 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9b60ae5-e730-476c-9409-78914d37e161 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a9b60ae5-e730-476c-9409-78914d37e161 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9b60ae5-e730-476c-9409-78914d37e161 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9b60ae5-e730-476c-9409-78914d37e161.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9b60ae5-e730-476c-9409-78914d37e161 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-a9b60ae5-e730-476c-9409-78914d37e161.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-a9b60ae5-e730-476c-9409-78914d37e161 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a9b60ae5-e730-476c-9409-78914d37e161.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9b60ae5-e730-476c-9409-78914d37e161.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9b60ae5-e730-476c-9409-78914d37e161.shogun-image {
  box-sizing: border-box;
}



.s-a9b60ae5-e730-476c-9409-78914d37e161 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a9b60ae5-e730-476c-9409-78914d37e161 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a9b60ae5-e730-476c-9409-78914d37e161.shogun-image-container {
      position: relative;
    }

    .s-a9b60ae5-e730-476c-9409-78914d37e161.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9b60ae5-e730-476c-9409-78914d37e161.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9b60ae5-e730-476c-9409-78914d37e161 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}
#s-7d2f472b-526c-49da-9d30-5e6547785821 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 3000px;
aspect-ratio: 3000/1201;
text-align: center;
}

#s-7d2f472b-526c-49da-9d30-5e6547785821 {
  margin: 0 !important;
  overflow: visible;
}

#s-7d2f472b-526c-49da-9d30-5e6547785821-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7d2f472b-526c-49da-9d30-5e6547785821 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 5px;
  margin-bottom: 5px;
}

.shg-image-content-margin-container-s-7d2f472b-526c-49da-9d30-5e6547785821 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7d2f472b-526c-49da-9d30-5e6547785821 img.shogun-image {
  /* Add background color handling */
  
}

#s-7d2f472b-526c-49da-9d30-5e6547785821 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7d2f472b-526c-49da-9d30-5e6547785821 .shg-image-content-wrapper {
      aspect-ratio: 3000/1201;
      min-width: 100%;
      height: auto;
    }

    #s-7d2f472b-526c-49da-9d30-5e6547785821 .shogun-image-link {
      aspect-ratio: 3000/1201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7d2f472b-526c-49da-9d30-5e6547785821 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7d2f472b-526c-49da-9d30-5e6547785821.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7d2f472b-526c-49da-9d30-5e6547785821 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-7d2f472b-526c-49da-9d30-5e6547785821.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-7d2f472b-526c-49da-9d30-5e6547785821 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7d2f472b-526c-49da-9d30-5e6547785821.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d2f472b-526c-49da-9d30-5e6547785821.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d2f472b-526c-49da-9d30-5e6547785821.shogun-image {
  box-sizing: border-box;
}



.s-7d2f472b-526c-49da-9d30-5e6547785821 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7d2f472b-526c-49da-9d30-5e6547785821 {
      --shg-aspect-ratio: calc(3000/1201); 
    }

    .s-7d2f472b-526c-49da-9d30-5e6547785821.shogun-image-container {
      position: relative;
    }

    .s-7d2f472b-526c-49da-9d30-5e6547785821.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d2f472b-526c-49da-9d30-5e6547785821.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d2f472b-526c-49da-9d30-5e6547785821 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-7d2f472b-526c-49da-9d30-5e6547785821 {
  margin: 0 !important;
  overflow: visible;
}

#s-7d2f472b-526c-49da-9d30-5e6547785821-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7d2f472b-526c-49da-9d30-5e6547785821 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7d2f472b-526c-49da-9d30-5e6547785821 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7d2f472b-526c-49da-9d30-5e6547785821 img.shogun-image {
  /* Add background color handling */
  
}

#s-7d2f472b-526c-49da-9d30-5e6547785821 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7d2f472b-526c-49da-9d30-5e6547785821 .shg-image-content-wrapper {
      aspect-ratio: 3000/1201;
      min-width: 100%;
      height: auto;
    }

    #s-7d2f472b-526c-49da-9d30-5e6547785821 .shogun-image-link {
      aspect-ratio: 3000/1201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7d2f472b-526c-49da-9d30-5e6547785821 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7d2f472b-526c-49da-9d30-5e6547785821.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7d2f472b-526c-49da-9d30-5e6547785821 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-7d2f472b-526c-49da-9d30-5e6547785821.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-7d2f472b-526c-49da-9d30-5e6547785821 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7d2f472b-526c-49da-9d30-5e6547785821.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d2f472b-526c-49da-9d30-5e6547785821.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d2f472b-526c-49da-9d30-5e6547785821.shogun-image {
  box-sizing: border-box;
}



.s-7d2f472b-526c-49da-9d30-5e6547785821 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7d2f472b-526c-49da-9d30-5e6547785821 {
      --shg-aspect-ratio: calc(3000/1201); 
    }

    .s-7d2f472b-526c-49da-9d30-5e6547785821.shogun-image-container {
      position: relative;
    }

    .s-7d2f472b-526c-49da-9d30-5e6547785821.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d2f472b-526c-49da-9d30-5e6547785821.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d2f472b-526c-49da-9d30-5e6547785821 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-7d2f472b-526c-49da-9d30-5e6547785821 {
  margin: 0 !important;
  overflow: visible;
}

#s-7d2f472b-526c-49da-9d30-5e6547785821-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7d2f472b-526c-49da-9d30-5e6547785821 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7d2f472b-526c-49da-9d30-5e6547785821 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7d2f472b-526c-49da-9d30-5e6547785821 img.shogun-image {
  /* Add background color handling */
  
}

#s-7d2f472b-526c-49da-9d30-5e6547785821 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7d2f472b-526c-49da-9d30-5e6547785821 .shg-image-content-wrapper {
      aspect-ratio: 3000/1201;
      min-width: 100%;
      height: auto;
    }

    #s-7d2f472b-526c-49da-9d30-5e6547785821 .shogun-image-link {
      aspect-ratio: 3000/1201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7d2f472b-526c-49da-9d30-5e6547785821 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7d2f472b-526c-49da-9d30-5e6547785821.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7d2f472b-526c-49da-9d30-5e6547785821 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-7d2f472b-526c-49da-9d30-5e6547785821.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-7d2f472b-526c-49da-9d30-5e6547785821 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7d2f472b-526c-49da-9d30-5e6547785821.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d2f472b-526c-49da-9d30-5e6547785821.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d2f472b-526c-49da-9d30-5e6547785821.shogun-image {
  box-sizing: border-box;
}



.s-7d2f472b-526c-49da-9d30-5e6547785821 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7d2f472b-526c-49da-9d30-5e6547785821 {
      --shg-aspect-ratio: calc(3000/1201); 
    }

    .s-7d2f472b-526c-49da-9d30-5e6547785821.shogun-image-container {
      position: relative;
    }

    .s-7d2f472b-526c-49da-9d30-5e6547785821.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d2f472b-526c-49da-9d30-5e6547785821.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d2f472b-526c-49da-9d30-5e6547785821 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-7d2f472b-526c-49da-9d30-5e6547785821 {
  margin: 0 !important;
  overflow: visible;
}

#s-7d2f472b-526c-49da-9d30-5e6547785821-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7d2f472b-526c-49da-9d30-5e6547785821 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7d2f472b-526c-49da-9d30-5e6547785821 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7d2f472b-526c-49da-9d30-5e6547785821 img.shogun-image {
  /* Add background color handling */
  
}

#s-7d2f472b-526c-49da-9d30-5e6547785821 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7d2f472b-526c-49da-9d30-5e6547785821 .shg-image-content-wrapper {
      aspect-ratio: 3000/1201;
      min-width: 100%;
      height: auto;
    }

    #s-7d2f472b-526c-49da-9d30-5e6547785821 .shogun-image-link {
      aspect-ratio: 3000/1201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7d2f472b-526c-49da-9d30-5e6547785821 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7d2f472b-526c-49da-9d30-5e6547785821.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7d2f472b-526c-49da-9d30-5e6547785821 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-7d2f472b-526c-49da-9d30-5e6547785821.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-7d2f472b-526c-49da-9d30-5e6547785821 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7d2f472b-526c-49da-9d30-5e6547785821.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d2f472b-526c-49da-9d30-5e6547785821.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d2f472b-526c-49da-9d30-5e6547785821.shogun-image {
  box-sizing: border-box;
}



.s-7d2f472b-526c-49da-9d30-5e6547785821 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7d2f472b-526c-49da-9d30-5e6547785821 {
      --shg-aspect-ratio: calc(3000/1201); 
    }

    .s-7d2f472b-526c-49da-9d30-5e6547785821.shogun-image-container {
      position: relative;
    }

    .s-7d2f472b-526c-49da-9d30-5e6547785821.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d2f472b-526c-49da-9d30-5e6547785821.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d2f472b-526c-49da-9d30-5e6547785821 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-7d2f472b-526c-49da-9d30-5e6547785821 {
  margin: 0 !important;
  overflow: visible;
}

#s-7d2f472b-526c-49da-9d30-5e6547785821-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7d2f472b-526c-49da-9d30-5e6547785821 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7d2f472b-526c-49da-9d30-5e6547785821 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7d2f472b-526c-49da-9d30-5e6547785821 img.shogun-image {
  /* Add background color handling */
  
}

#s-7d2f472b-526c-49da-9d30-5e6547785821 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7d2f472b-526c-49da-9d30-5e6547785821 .shg-image-content-wrapper {
      aspect-ratio: 3000/1201;
      min-width: 100%;
      height: auto;
    }

    #s-7d2f472b-526c-49da-9d30-5e6547785821 .shogun-image-link {
      aspect-ratio: 3000/1201;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7d2f472b-526c-49da-9d30-5e6547785821 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7d2f472b-526c-49da-9d30-5e6547785821.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7d2f472b-526c-49da-9d30-5e6547785821 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-7d2f472b-526c-49da-9d30-5e6547785821.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-7d2f472b-526c-49da-9d30-5e6547785821 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7d2f472b-526c-49da-9d30-5e6547785821.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d2f472b-526c-49da-9d30-5e6547785821.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d2f472b-526c-49da-9d30-5e6547785821.shogun-image {
  box-sizing: border-box;
}



.s-7d2f472b-526c-49da-9d30-5e6547785821 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7d2f472b-526c-49da-9d30-5e6547785821 {
      --shg-aspect-ratio: calc(3000/1201); 
    }

    .s-7d2f472b-526c-49da-9d30-5e6547785821.shogun-image-container {
      position: relative;
    }

    .s-7d2f472b-526c-49da-9d30-5e6547785821.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d2f472b-526c-49da-9d30-5e6547785821.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d2f472b-526c-49da-9d30-5e6547785821 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-b072d500-411c-4323-9a64-fe61bb03c4ab {
  border-style: solid;
margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-b072d500-411c-4323-9a64-fe61bb03c4ab:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 5px !important;
background-color: rgba(40, 40, 40, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-b072d500-411c-4323-9a64-fe61bb03c4ab:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 5px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-b072d500-411c-4323-9a64-fe61bb03c4ab-root {
    text-align: center;
  }


#s-b072d500-411c-4323-9a64-fe61bb03c4ab.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b072d500-411c-4323-9a64-fe61bb03c4ab-root {
    text-align: center;
  }


#s-b072d500-411c-4323-9a64-fe61bb03c4ab.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b072d500-411c-4323-9a64-fe61bb03c4ab-root {
    text-align: center;
  }


#s-b072d500-411c-4323-9a64-fe61bb03c4ab.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b072d500-411c-4323-9a64-fe61bb03c4ab-root {
    text-align: center;
  }


#s-b072d500-411c-4323-9a64-fe61bb03c4ab.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b072d500-411c-4323-9a64-fe61bb03c4ab-root {
    text-align: center;
  }


#s-b072d500-411c-4323-9a64-fe61bb03c4ab.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-a5508ee1-5b9b-4dc2-9e50-c1f9d330a529 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-a5508ee1-5b9b-4dc2-9e50-c1f9d330a529 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a5508ee1-5b9b-4dc2-9e50-c1f9d330a529.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2f754609-96d9-4cbe-a04d-d1f5c3420725 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 2767px;
aspect-ratio: 2767/1175;
text-align: center;
}

#s-2f754609-96d9-4cbe-a04d-d1f5c3420725 {
  margin: 0 !important;
  overflow: visible;
}

#s-2f754609-96d9-4cbe-a04d-d1f5c3420725-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2f754609-96d9-4cbe-a04d-d1f5c3420725 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 5px;
  margin-bottom: 5px;
}

.shg-image-content-margin-container-s-2f754609-96d9-4cbe-a04d-d1f5c3420725 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f754609-96d9-4cbe-a04d-d1f5c3420725 img.shogun-image {
  /* Add background color handling */
  
}

#s-2f754609-96d9-4cbe-a04d-d1f5c3420725 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f754609-96d9-4cbe-a04d-d1f5c3420725 .shg-image-content-wrapper {
      aspect-ratio: 2767/1175;
      min-width: 100%;
      height: auto;
    }

    #s-2f754609-96d9-4cbe-a04d-d1f5c3420725 .shogun-image-link {
      aspect-ratio: 2767/1175;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f754609-96d9-4cbe-a04d-d1f5c3420725 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f754609-96d9-4cbe-a04d-d1f5c3420725.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f754609-96d9-4cbe-a04d-d1f5c3420725 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2767px;
  }



  img.s-2f754609-96d9-4cbe-a04d-d1f5c3420725.shogun-image {
    
    
    
    max-height: 2767px;
  }


.s-2f754609-96d9-4cbe-a04d-d1f5c3420725 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f754609-96d9-4cbe-a04d-d1f5c3420725.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f754609-96d9-4cbe-a04d-d1f5c3420725.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f754609-96d9-4cbe-a04d-d1f5c3420725.shogun-image {
  box-sizing: border-box;
}



.s-2f754609-96d9-4cbe-a04d-d1f5c3420725 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2f754609-96d9-4cbe-a04d-d1f5c3420725 {
      --shg-aspect-ratio: calc(2767/1175); 
    }

    .s-2f754609-96d9-4cbe-a04d-d1f5c3420725.shogun-image-container {
      position: relative;
    }

    .s-2f754609-96d9-4cbe-a04d-d1f5c3420725.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f754609-96d9-4cbe-a04d-d1f5c3420725.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f754609-96d9-4cbe-a04d-d1f5c3420725 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2767px;
    }
  }

@media (min-width: 1200px){#s-2f754609-96d9-4cbe-a04d-d1f5c3420725 {
  margin: 0 !important;
  overflow: visible;
}

#s-2f754609-96d9-4cbe-a04d-d1f5c3420725-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2f754609-96d9-4cbe-a04d-d1f5c3420725 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2f754609-96d9-4cbe-a04d-d1f5c3420725 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f754609-96d9-4cbe-a04d-d1f5c3420725 img.shogun-image {
  /* Add background color handling */
  
}

#s-2f754609-96d9-4cbe-a04d-d1f5c3420725 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f754609-96d9-4cbe-a04d-d1f5c3420725 .shg-image-content-wrapper {
      aspect-ratio: 2767/1175;
      min-width: 100%;
      height: auto;
    }

    #s-2f754609-96d9-4cbe-a04d-d1f5c3420725 .shogun-image-link {
      aspect-ratio: 2767/1175;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f754609-96d9-4cbe-a04d-d1f5c3420725 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f754609-96d9-4cbe-a04d-d1f5c3420725.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f754609-96d9-4cbe-a04d-d1f5c3420725 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2767px;
  }



  img.s-2f754609-96d9-4cbe-a04d-d1f5c3420725.shogun-image {
    
    
    
    max-height: 2767px;
  }


.s-2f754609-96d9-4cbe-a04d-d1f5c3420725 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f754609-96d9-4cbe-a04d-d1f5c3420725.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f754609-96d9-4cbe-a04d-d1f5c3420725.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f754609-96d9-4cbe-a04d-d1f5c3420725.shogun-image {
  box-sizing: border-box;
}



.s-2f754609-96d9-4cbe-a04d-d1f5c3420725 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2f754609-96d9-4cbe-a04d-d1f5c3420725 {
      --shg-aspect-ratio: calc(2767/1175); 
    }

    .s-2f754609-96d9-4cbe-a04d-d1f5c3420725.shogun-image-container {
      position: relative;
    }

    .s-2f754609-96d9-4cbe-a04d-d1f5c3420725.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f754609-96d9-4cbe-a04d-d1f5c3420725.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f754609-96d9-4cbe-a04d-d1f5c3420725 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2767px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2f754609-96d9-4cbe-a04d-d1f5c3420725 {
  margin: 0 !important;
  overflow: visible;
}

#s-2f754609-96d9-4cbe-a04d-d1f5c3420725-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2f754609-96d9-4cbe-a04d-d1f5c3420725 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2f754609-96d9-4cbe-a04d-d1f5c3420725 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f754609-96d9-4cbe-a04d-d1f5c3420725 img.shogun-image {
  /* Add background color handling */
  
}

#s-2f754609-96d9-4cbe-a04d-d1f5c3420725 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f754609-96d9-4cbe-a04d-d1f5c3420725 .shg-image-content-wrapper {
      aspect-ratio: 2767/1175;
      min-width: 100%;
      height: auto;
    }

    #s-2f754609-96d9-4cbe-a04d-d1f5c3420725 .shogun-image-link {
      aspect-ratio: 2767/1175;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f754609-96d9-4cbe-a04d-d1f5c3420725 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f754609-96d9-4cbe-a04d-d1f5c3420725.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f754609-96d9-4cbe-a04d-d1f5c3420725 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2767px;
  }



  img.s-2f754609-96d9-4cbe-a04d-d1f5c3420725.shogun-image {
    
    
    
    max-height: 2767px;
  }


.s-2f754609-96d9-4cbe-a04d-d1f5c3420725 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f754609-96d9-4cbe-a04d-d1f5c3420725.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f754609-96d9-4cbe-a04d-d1f5c3420725.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f754609-96d9-4cbe-a04d-d1f5c3420725.shogun-image {
  box-sizing: border-box;
}



.s-2f754609-96d9-4cbe-a04d-d1f5c3420725 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2f754609-96d9-4cbe-a04d-d1f5c3420725 {
      --shg-aspect-ratio: calc(2767/1175); 
    }

    .s-2f754609-96d9-4cbe-a04d-d1f5c3420725.shogun-image-container {
      position: relative;
    }

    .s-2f754609-96d9-4cbe-a04d-d1f5c3420725.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f754609-96d9-4cbe-a04d-d1f5c3420725.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f754609-96d9-4cbe-a04d-d1f5c3420725 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2767px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2f754609-96d9-4cbe-a04d-d1f5c3420725 {
  margin: 0 !important;
  overflow: visible;
}

#s-2f754609-96d9-4cbe-a04d-d1f5c3420725-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2f754609-96d9-4cbe-a04d-d1f5c3420725 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2f754609-96d9-4cbe-a04d-d1f5c3420725 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f754609-96d9-4cbe-a04d-d1f5c3420725 img.shogun-image {
  /* Add background color handling */
  
}

#s-2f754609-96d9-4cbe-a04d-d1f5c3420725 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f754609-96d9-4cbe-a04d-d1f5c3420725 .shg-image-content-wrapper {
      aspect-ratio: 2767/1175;
      min-width: 100%;
      height: auto;
    }

    #s-2f754609-96d9-4cbe-a04d-d1f5c3420725 .shogun-image-link {
      aspect-ratio: 2767/1175;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f754609-96d9-4cbe-a04d-d1f5c3420725 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f754609-96d9-4cbe-a04d-d1f5c3420725.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f754609-96d9-4cbe-a04d-d1f5c3420725 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2767px;
  }



  img.s-2f754609-96d9-4cbe-a04d-d1f5c3420725.shogun-image {
    
    
    
    max-height: 2767px;
  }


.s-2f754609-96d9-4cbe-a04d-d1f5c3420725 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f754609-96d9-4cbe-a04d-d1f5c3420725.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f754609-96d9-4cbe-a04d-d1f5c3420725.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f754609-96d9-4cbe-a04d-d1f5c3420725.shogun-image {
  box-sizing: border-box;
}



.s-2f754609-96d9-4cbe-a04d-d1f5c3420725 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2f754609-96d9-4cbe-a04d-d1f5c3420725 {
      --shg-aspect-ratio: calc(2767/1175); 
    }

    .s-2f754609-96d9-4cbe-a04d-d1f5c3420725.shogun-image-container {
      position: relative;
    }

    .s-2f754609-96d9-4cbe-a04d-d1f5c3420725.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f754609-96d9-4cbe-a04d-d1f5c3420725.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f754609-96d9-4cbe-a04d-d1f5c3420725 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2767px;
    }
  }

}@media (max-width: 767px){#s-2f754609-96d9-4cbe-a04d-d1f5c3420725 {
  margin: 0 !important;
  overflow: visible;
}

#s-2f754609-96d9-4cbe-a04d-d1f5c3420725-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2f754609-96d9-4cbe-a04d-d1f5c3420725 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2f754609-96d9-4cbe-a04d-d1f5c3420725 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f754609-96d9-4cbe-a04d-d1f5c3420725 img.shogun-image {
  /* Add background color handling */
  
}

#s-2f754609-96d9-4cbe-a04d-d1f5c3420725 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f754609-96d9-4cbe-a04d-d1f5c3420725 .shg-image-content-wrapper {
      aspect-ratio: 2767/1175;
      min-width: 100%;
      height: auto;
    }

    #s-2f754609-96d9-4cbe-a04d-d1f5c3420725 .shogun-image-link {
      aspect-ratio: 2767/1175;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f754609-96d9-4cbe-a04d-d1f5c3420725 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f754609-96d9-4cbe-a04d-d1f5c3420725.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f754609-96d9-4cbe-a04d-d1f5c3420725 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2767px;
  }



  img.s-2f754609-96d9-4cbe-a04d-d1f5c3420725.shogun-image {
    
    
    
    max-height: 2767px;
  }


.s-2f754609-96d9-4cbe-a04d-d1f5c3420725 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f754609-96d9-4cbe-a04d-d1f5c3420725.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f754609-96d9-4cbe-a04d-d1f5c3420725.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f754609-96d9-4cbe-a04d-d1f5c3420725.shogun-image {
  box-sizing: border-box;
}



.s-2f754609-96d9-4cbe-a04d-d1f5c3420725 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2f754609-96d9-4cbe-a04d-d1f5c3420725 {
      --shg-aspect-ratio: calc(2767/1175); 
    }

    .s-2f754609-96d9-4cbe-a04d-d1f5c3420725.shogun-image-container {
      position: relative;
    }

    .s-2f754609-96d9-4cbe-a04d-d1f5c3420725.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f754609-96d9-4cbe-a04d-d1f5c3420725.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f754609-96d9-4cbe-a04d-d1f5c3420725 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2767px;
    }
  }

}
#s-9558a9fe-8071-4dd9-9966-02239847f2ed {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 2400px;
aspect-ratio: 16/9;
text-align: center;
}

#s-9558a9fe-8071-4dd9-9966-02239847f2ed {
  margin: 0 !important;
  overflow: visible;
}

#s-9558a9fe-8071-4dd9-9966-02239847f2ed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9558a9fe-8071-4dd9-9966-02239847f2ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 5px;
  margin-bottom: 5px;
}

.shg-image-content-margin-container-s-9558a9fe-8071-4dd9-9966-02239847f2ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9558a9fe-8071-4dd9-9966-02239847f2ed img.shogun-image {
  /* Add background color handling */
  
}

#s-9558a9fe-8071-4dd9-9966-02239847f2ed img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9558a9fe-8071-4dd9-9966-02239847f2ed .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-9558a9fe-8071-4dd9-9966-02239847f2ed .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9558a9fe-8071-4dd9-9966-02239847f2ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9558a9fe-8071-4dd9-9966-02239847f2ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9558a9fe-8071-4dd9-9966-02239847f2ed img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2400px;
  }



  img.s-9558a9fe-8071-4dd9-9966-02239847f2ed.shogun-image {
    
    
    
    max-height: 2400px;
  }


.s-9558a9fe-8071-4dd9-9966-02239847f2ed .shogun-image-content {
  
    justify-content: center;
  
}

.s-9558a9fe-8071-4dd9-9966-02239847f2ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9558a9fe-8071-4dd9-9966-02239847f2ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9558a9fe-8071-4dd9-9966-02239847f2ed.shogun-image {
  box-sizing: border-box;
}



.s-9558a9fe-8071-4dd9-9966-02239847f2ed img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9558a9fe-8071-4dd9-9966-02239847f2ed {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-9558a9fe-8071-4dd9-9966-02239847f2ed.shogun-image-container {
      position: relative;
    }

    .s-9558a9fe-8071-4dd9-9966-02239847f2ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9558a9fe-8071-4dd9-9966-02239847f2ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9558a9fe-8071-4dd9-9966-02239847f2ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2400px;
    }
  }

@media (min-width: 1200px){#s-9558a9fe-8071-4dd9-9966-02239847f2ed {
  margin: 0 !important;
  overflow: visible;
}

#s-9558a9fe-8071-4dd9-9966-02239847f2ed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9558a9fe-8071-4dd9-9966-02239847f2ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9558a9fe-8071-4dd9-9966-02239847f2ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9558a9fe-8071-4dd9-9966-02239847f2ed img.shogun-image {
  /* Add background color handling */
  
}

#s-9558a9fe-8071-4dd9-9966-02239847f2ed img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9558a9fe-8071-4dd9-9966-02239847f2ed .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-9558a9fe-8071-4dd9-9966-02239847f2ed .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9558a9fe-8071-4dd9-9966-02239847f2ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9558a9fe-8071-4dd9-9966-02239847f2ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9558a9fe-8071-4dd9-9966-02239847f2ed img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2400px;
  }



  img.s-9558a9fe-8071-4dd9-9966-02239847f2ed.shogun-image {
    
    
    
    max-height: 2400px;
  }


.s-9558a9fe-8071-4dd9-9966-02239847f2ed .shogun-image-content {
  
    justify-content: center;
  
}

.s-9558a9fe-8071-4dd9-9966-02239847f2ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9558a9fe-8071-4dd9-9966-02239847f2ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9558a9fe-8071-4dd9-9966-02239847f2ed.shogun-image {
  box-sizing: border-box;
}



.s-9558a9fe-8071-4dd9-9966-02239847f2ed img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9558a9fe-8071-4dd9-9966-02239847f2ed {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-9558a9fe-8071-4dd9-9966-02239847f2ed.shogun-image-container {
      position: relative;
    }

    .s-9558a9fe-8071-4dd9-9966-02239847f2ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9558a9fe-8071-4dd9-9966-02239847f2ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9558a9fe-8071-4dd9-9966-02239847f2ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2400px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9558a9fe-8071-4dd9-9966-02239847f2ed {
  margin: 0 !important;
  overflow: visible;
}

#s-9558a9fe-8071-4dd9-9966-02239847f2ed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9558a9fe-8071-4dd9-9966-02239847f2ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9558a9fe-8071-4dd9-9966-02239847f2ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9558a9fe-8071-4dd9-9966-02239847f2ed img.shogun-image {
  /* Add background color handling */
  
}

#s-9558a9fe-8071-4dd9-9966-02239847f2ed img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9558a9fe-8071-4dd9-9966-02239847f2ed .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-9558a9fe-8071-4dd9-9966-02239847f2ed .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9558a9fe-8071-4dd9-9966-02239847f2ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9558a9fe-8071-4dd9-9966-02239847f2ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9558a9fe-8071-4dd9-9966-02239847f2ed img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2400px;
  }



  img.s-9558a9fe-8071-4dd9-9966-02239847f2ed.shogun-image {
    
    
    
    max-height: 2400px;
  }


.s-9558a9fe-8071-4dd9-9966-02239847f2ed .shogun-image-content {
  
    justify-content: center;
  
}

.s-9558a9fe-8071-4dd9-9966-02239847f2ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9558a9fe-8071-4dd9-9966-02239847f2ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9558a9fe-8071-4dd9-9966-02239847f2ed.shogun-image {
  box-sizing: border-box;
}



.s-9558a9fe-8071-4dd9-9966-02239847f2ed img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9558a9fe-8071-4dd9-9966-02239847f2ed {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-9558a9fe-8071-4dd9-9966-02239847f2ed.shogun-image-container {
      position: relative;
    }

    .s-9558a9fe-8071-4dd9-9966-02239847f2ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9558a9fe-8071-4dd9-9966-02239847f2ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9558a9fe-8071-4dd9-9966-02239847f2ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2400px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9558a9fe-8071-4dd9-9966-02239847f2ed {
  margin: 0 !important;
  overflow: visible;
}

#s-9558a9fe-8071-4dd9-9966-02239847f2ed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9558a9fe-8071-4dd9-9966-02239847f2ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9558a9fe-8071-4dd9-9966-02239847f2ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9558a9fe-8071-4dd9-9966-02239847f2ed img.shogun-image {
  /* Add background color handling */
  
}

#s-9558a9fe-8071-4dd9-9966-02239847f2ed img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9558a9fe-8071-4dd9-9966-02239847f2ed .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-9558a9fe-8071-4dd9-9966-02239847f2ed .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9558a9fe-8071-4dd9-9966-02239847f2ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9558a9fe-8071-4dd9-9966-02239847f2ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9558a9fe-8071-4dd9-9966-02239847f2ed img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2400px;
  }



  img.s-9558a9fe-8071-4dd9-9966-02239847f2ed.shogun-image {
    
    
    
    max-height: 2400px;
  }


.s-9558a9fe-8071-4dd9-9966-02239847f2ed .shogun-image-content {
  
    justify-content: center;
  
}

.s-9558a9fe-8071-4dd9-9966-02239847f2ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9558a9fe-8071-4dd9-9966-02239847f2ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9558a9fe-8071-4dd9-9966-02239847f2ed.shogun-image {
  box-sizing: border-box;
}



.s-9558a9fe-8071-4dd9-9966-02239847f2ed img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9558a9fe-8071-4dd9-9966-02239847f2ed {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-9558a9fe-8071-4dd9-9966-02239847f2ed.shogun-image-container {
      position: relative;
    }

    .s-9558a9fe-8071-4dd9-9966-02239847f2ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9558a9fe-8071-4dd9-9966-02239847f2ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9558a9fe-8071-4dd9-9966-02239847f2ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2400px;
    }
  }

}@media (max-width: 767px){#s-9558a9fe-8071-4dd9-9966-02239847f2ed {
  margin: 0 !important;
  overflow: visible;
}

#s-9558a9fe-8071-4dd9-9966-02239847f2ed-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9558a9fe-8071-4dd9-9966-02239847f2ed {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9558a9fe-8071-4dd9-9966-02239847f2ed {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9558a9fe-8071-4dd9-9966-02239847f2ed img.shogun-image {
  /* Add background color handling */
  
}

#s-9558a9fe-8071-4dd9-9966-02239847f2ed img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9558a9fe-8071-4dd9-9966-02239847f2ed .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-9558a9fe-8071-4dd9-9966-02239847f2ed .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9558a9fe-8071-4dd9-9966-02239847f2ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9558a9fe-8071-4dd9-9966-02239847f2ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9558a9fe-8071-4dd9-9966-02239847f2ed img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2400px;
  }



  img.s-9558a9fe-8071-4dd9-9966-02239847f2ed.shogun-image {
    
    
    
    max-height: 2400px;
  }


.s-9558a9fe-8071-4dd9-9966-02239847f2ed .shogun-image-content {
  
    justify-content: center;
  
}

.s-9558a9fe-8071-4dd9-9966-02239847f2ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9558a9fe-8071-4dd9-9966-02239847f2ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9558a9fe-8071-4dd9-9966-02239847f2ed.shogun-image {
  box-sizing: border-box;
}



.s-9558a9fe-8071-4dd9-9966-02239847f2ed img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9558a9fe-8071-4dd9-9966-02239847f2ed {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-9558a9fe-8071-4dd9-9966-02239847f2ed.shogun-image-container {
      position: relative;
    }

    .s-9558a9fe-8071-4dd9-9966-02239847f2ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9558a9fe-8071-4dd9-9966-02239847f2ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9558a9fe-8071-4dd9-9966-02239847f2ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2400px;
    }
  }

}
#s-60fbe9f1-e825-4aaf-b569-d73eedeafa9a {
  border-style: solid;
margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-60fbe9f1-e825-4aaf-b569-d73eedeafa9a:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 5px !important;
background-color: rgba(40, 40, 40, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-60fbe9f1-e825-4aaf-b569-d73eedeafa9a:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 5px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-60fbe9f1-e825-4aaf-b569-d73eedeafa9a-root {
    text-align: center;
  }


#s-60fbe9f1-e825-4aaf-b569-d73eedeafa9a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-60fbe9f1-e825-4aaf-b569-d73eedeafa9a-root {
    text-align: center;
  }


#s-60fbe9f1-e825-4aaf-b569-d73eedeafa9a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-60fbe9f1-e825-4aaf-b569-d73eedeafa9a-root {
    text-align: center;
  }


#s-60fbe9f1-e825-4aaf-b569-d73eedeafa9a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-60fbe9f1-e825-4aaf-b569-d73eedeafa9a-root {
    text-align: center;
  }


#s-60fbe9f1-e825-4aaf-b569-d73eedeafa9a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-60fbe9f1-e825-4aaf-b569-d73eedeafa9a-root {
    text-align: center;
  }


#s-60fbe9f1-e825-4aaf-b569-d73eedeafa9a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-67bacd3b-1452-419b-a5d2-e706183a5bb5 {
  margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-67bacd3b-1452-419b-a5d2-e706183a5bb5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-67bacd3b-1452-419b-a5d2-e706183a5bb5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-67bacd3b-1452-419b-a5d2-e706183a5bb5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-67bacd3b-1452-419b-a5d2-e706183a5bb5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-4bd7821c-e124-4db6-8a8a-6da10aac60d2 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-4bd7821c-e124-4db6-8a8a-6da10aac60d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4bd7821c-e124-4db6-8a8a-6da10aac60d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8d61e99c-c0e7-4ac5-85e9-a9ac544abde6 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-8d61e99c-c0e7-4ac5-85e9-a9ac544abde6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-8d61e99c-c0e7-4ac5-85e9-a9ac544abde6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-8d61e99c-c0e7-4ac5-85e9-a9ac544abde6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-8d61e99c-c0e7-4ac5-85e9-a9ac544abde6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-83722d0b-4889-4ee1-a9ed-d678832da8ab {
  margin-left: auto;
margin-right: auto;
max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}

#s-83722d0b-4889-4ee1-a9ed-d678832da8ab {
  margin: 0 !important;
  overflow: visible;
}

#s-83722d0b-4889-4ee1-a9ed-d678832da8ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-83722d0b-4889-4ee1-a9ed-d678832da8ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-83722d0b-4889-4ee1-a9ed-d678832da8ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-83722d0b-4889-4ee1-a9ed-d678832da8ab img.shogun-image {
  /* Add background color handling */
  
}

#s-83722d0b-4889-4ee1-a9ed-d678832da8ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-83722d0b-4889-4ee1-a9ed-d678832da8ab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-83722d0b-4889-4ee1-a9ed-d678832da8ab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-83722d0b-4889-4ee1-a9ed-d678832da8ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-83722d0b-4889-4ee1-a9ed-d678832da8ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-83722d0b-4889-4ee1-a9ed-d678832da8ab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-83722d0b-4889-4ee1-a9ed-d678832da8ab.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-83722d0b-4889-4ee1-a9ed-d678832da8ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-83722d0b-4889-4ee1-a9ed-d678832da8ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83722d0b-4889-4ee1-a9ed-d678832da8ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83722d0b-4889-4ee1-a9ed-d678832da8ab.shogun-image {
  box-sizing: border-box;
}



.s-83722d0b-4889-4ee1-a9ed-d678832da8ab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-83722d0b-4889-4ee1-a9ed-d678832da8ab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-83722d0b-4889-4ee1-a9ed-d678832da8ab.shogun-image-container {
      position: relative;
    }

    .s-83722d0b-4889-4ee1-a9ed-d678832da8ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-83722d0b-4889-4ee1-a9ed-d678832da8ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-83722d0b-4889-4ee1-a9ed-d678832da8ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

@media (min-width: 1200px){#s-83722d0b-4889-4ee1-a9ed-d678832da8ab {
  margin: 0 !important;
  overflow: visible;
}

#s-83722d0b-4889-4ee1-a9ed-d678832da8ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-83722d0b-4889-4ee1-a9ed-d678832da8ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-83722d0b-4889-4ee1-a9ed-d678832da8ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-83722d0b-4889-4ee1-a9ed-d678832da8ab img.shogun-image {
  /* Add background color handling */
  
}

#s-83722d0b-4889-4ee1-a9ed-d678832da8ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-83722d0b-4889-4ee1-a9ed-d678832da8ab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-83722d0b-4889-4ee1-a9ed-d678832da8ab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-83722d0b-4889-4ee1-a9ed-d678832da8ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-83722d0b-4889-4ee1-a9ed-d678832da8ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-83722d0b-4889-4ee1-a9ed-d678832da8ab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-83722d0b-4889-4ee1-a9ed-d678832da8ab.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-83722d0b-4889-4ee1-a9ed-d678832da8ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-83722d0b-4889-4ee1-a9ed-d678832da8ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83722d0b-4889-4ee1-a9ed-d678832da8ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83722d0b-4889-4ee1-a9ed-d678832da8ab.shogun-image {
  box-sizing: border-box;
}



.s-83722d0b-4889-4ee1-a9ed-d678832da8ab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-83722d0b-4889-4ee1-a9ed-d678832da8ab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-83722d0b-4889-4ee1-a9ed-d678832da8ab.shogun-image-container {
      position: relative;
    }

    .s-83722d0b-4889-4ee1-a9ed-d678832da8ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-83722d0b-4889-4ee1-a9ed-d678832da8ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-83722d0b-4889-4ee1-a9ed-d678832da8ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-83722d0b-4889-4ee1-a9ed-d678832da8ab {
  margin: 0 !important;
  overflow: visible;
}

#s-83722d0b-4889-4ee1-a9ed-d678832da8ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-83722d0b-4889-4ee1-a9ed-d678832da8ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-83722d0b-4889-4ee1-a9ed-d678832da8ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-83722d0b-4889-4ee1-a9ed-d678832da8ab img.shogun-image {
  /* Add background color handling */
  
}

#s-83722d0b-4889-4ee1-a9ed-d678832da8ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-83722d0b-4889-4ee1-a9ed-d678832da8ab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-83722d0b-4889-4ee1-a9ed-d678832da8ab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-83722d0b-4889-4ee1-a9ed-d678832da8ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-83722d0b-4889-4ee1-a9ed-d678832da8ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-83722d0b-4889-4ee1-a9ed-d678832da8ab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-83722d0b-4889-4ee1-a9ed-d678832da8ab.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-83722d0b-4889-4ee1-a9ed-d678832da8ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-83722d0b-4889-4ee1-a9ed-d678832da8ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83722d0b-4889-4ee1-a9ed-d678832da8ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83722d0b-4889-4ee1-a9ed-d678832da8ab.shogun-image {
  box-sizing: border-box;
}



.s-83722d0b-4889-4ee1-a9ed-d678832da8ab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-83722d0b-4889-4ee1-a9ed-d678832da8ab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-83722d0b-4889-4ee1-a9ed-d678832da8ab.shogun-image-container {
      position: relative;
    }

    .s-83722d0b-4889-4ee1-a9ed-d678832da8ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-83722d0b-4889-4ee1-a9ed-d678832da8ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-83722d0b-4889-4ee1-a9ed-d678832da8ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-83722d0b-4889-4ee1-a9ed-d678832da8ab {
  margin: 0 !important;
  overflow: visible;
}

#s-83722d0b-4889-4ee1-a9ed-d678832da8ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-83722d0b-4889-4ee1-a9ed-d678832da8ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-83722d0b-4889-4ee1-a9ed-d678832da8ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-83722d0b-4889-4ee1-a9ed-d678832da8ab img.shogun-image {
  /* Add background color handling */
  
}

#s-83722d0b-4889-4ee1-a9ed-d678832da8ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-83722d0b-4889-4ee1-a9ed-d678832da8ab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-83722d0b-4889-4ee1-a9ed-d678832da8ab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-83722d0b-4889-4ee1-a9ed-d678832da8ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-83722d0b-4889-4ee1-a9ed-d678832da8ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-83722d0b-4889-4ee1-a9ed-d678832da8ab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-83722d0b-4889-4ee1-a9ed-d678832da8ab.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-83722d0b-4889-4ee1-a9ed-d678832da8ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-83722d0b-4889-4ee1-a9ed-d678832da8ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83722d0b-4889-4ee1-a9ed-d678832da8ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83722d0b-4889-4ee1-a9ed-d678832da8ab.shogun-image {
  box-sizing: border-box;
}



.s-83722d0b-4889-4ee1-a9ed-d678832da8ab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-83722d0b-4889-4ee1-a9ed-d678832da8ab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-83722d0b-4889-4ee1-a9ed-d678832da8ab.shogun-image-container {
      position: relative;
    }

    .s-83722d0b-4889-4ee1-a9ed-d678832da8ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-83722d0b-4889-4ee1-a9ed-d678832da8ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-83722d0b-4889-4ee1-a9ed-d678832da8ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (max-width: 767px){#s-83722d0b-4889-4ee1-a9ed-d678832da8ab {
  margin: 0 !important;
  overflow: visible;
}

#s-83722d0b-4889-4ee1-a9ed-d678832da8ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-83722d0b-4889-4ee1-a9ed-d678832da8ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-83722d0b-4889-4ee1-a9ed-d678832da8ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-83722d0b-4889-4ee1-a9ed-d678832da8ab img.shogun-image {
  /* Add background color handling */
  
}

#s-83722d0b-4889-4ee1-a9ed-d678832da8ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-83722d0b-4889-4ee1-a9ed-d678832da8ab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-83722d0b-4889-4ee1-a9ed-d678832da8ab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-83722d0b-4889-4ee1-a9ed-d678832da8ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-83722d0b-4889-4ee1-a9ed-d678832da8ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-83722d0b-4889-4ee1-a9ed-d678832da8ab img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-83722d0b-4889-4ee1-a9ed-d678832da8ab.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-83722d0b-4889-4ee1-a9ed-d678832da8ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-83722d0b-4889-4ee1-a9ed-d678832da8ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83722d0b-4889-4ee1-a9ed-d678832da8ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83722d0b-4889-4ee1-a9ed-d678832da8ab.shogun-image {
  box-sizing: border-box;
}



.s-83722d0b-4889-4ee1-a9ed-d678832da8ab img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-83722d0b-4889-4ee1-a9ed-d678832da8ab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-83722d0b-4889-4ee1-a9ed-d678832da8ab.shogun-image-container {
      position: relative;
    }

    .s-83722d0b-4889-4ee1-a9ed-d678832da8ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-83722d0b-4889-4ee1-a9ed-d678832da8ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-83722d0b-4889-4ee1-a9ed-d678832da8ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}
#s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}

#s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 {
  margin: 0 !important;
  overflow: visible;
}

#s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 img.shogun-image {
  /* Add background color handling */
  
}

#s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03.shogun-image {
  box-sizing: border-box;
}



.s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03.shogun-image-container {
      position: relative;
    }

    .s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){#s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 {
  margin: 0 !important;
  overflow: visible;
}

#s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 img.shogun-image {
  /* Add background color handling */
  
}

#s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03.shogun-image {
  box-sizing: border-box;
}



.s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03.shogun-image-container {
      position: relative;
    }

    .s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 {
  margin: 0 !important;
  overflow: visible;
}

#s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 img.shogun-image {
  /* Add background color handling */
  
}

#s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03.shogun-image {
  box-sizing: border-box;
}



.s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03.shogun-image-container {
      position: relative;
    }

    .s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 {
  margin: 0 !important;
  overflow: visible;
}

#s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 img.shogun-image {
  /* Add background color handling */
  
}

#s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03.shogun-image {
  box-sizing: border-box;
}



.s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03.shogun-image-container {
      position: relative;
    }

    .s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (max-width: 767px){#s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 {
  margin: 0 !important;
  overflow: visible;
}

#s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 img.shogun-image {
  /* Add background color handling */
  
}

#s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03.shogun-image {
  box-sizing: border-box;
}



.s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03.shogun-image-container {
      position: relative;
    }

    .s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-07f5341f-7055-4f18-b502-d2cedf1a4e5a {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 2048/1066;
text-align: center;
}

#s-07f5341f-7055-4f18-b502-d2cedf1a4e5a {
  margin: 0 !important;
  overflow: visible;
}

#s-07f5341f-7055-4f18-b502-d2cedf1a4e5a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-07f5341f-7055-4f18-b502-d2cedf1a4e5a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 5px;
  margin-bottom: 5px;
}

.shg-image-content-margin-container-s-07f5341f-7055-4f18-b502-d2cedf1a4e5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-07f5341f-7055-4f18-b502-d2cedf1a4e5a img.shogun-image {
  /* Add background color handling */
  
}

#s-07f5341f-7055-4f18-b502-d2cedf1a4e5a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-07f5341f-7055-4f18-b502-d2cedf1a4e5a .shg-image-content-wrapper {
      aspect-ratio: 2048/1066;
      min-width: 100%;
      height: auto;
    }

    #s-07f5341f-7055-4f18-b502-d2cedf1a4e5a .shogun-image-link {
      aspect-ratio: 2048/1066;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07f5341f-7055-4f18-b502-d2cedf1a4e5a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07f5341f-7055-4f18-b502-d2cedf1a4e5a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07f5341f-7055-4f18-b502-d2cedf1a4e5a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-07f5341f-7055-4f18-b502-d2cedf1a4e5a.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-07f5341f-7055-4f18-b502-d2cedf1a4e5a .shogun-image-content {
  
    justify-content: center;
  
}

.s-07f5341f-7055-4f18-b502-d2cedf1a4e5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07f5341f-7055-4f18-b502-d2cedf1a4e5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07f5341f-7055-4f18-b502-d2cedf1a4e5a.shogun-image {
  box-sizing: border-box;
}



.s-07f5341f-7055-4f18-b502-d2cedf1a4e5a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-07f5341f-7055-4f18-b502-d2cedf1a4e5a {
      --shg-aspect-ratio: calc(2048/1066); 
    }

    .s-07f5341f-7055-4f18-b502-d2cedf1a4e5a.shogun-image-container {
      position: relative;
    }

    .s-07f5341f-7055-4f18-b502-d2cedf1a4e5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07f5341f-7055-4f18-b502-d2cedf1a4e5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07f5341f-7055-4f18-b502-d2cedf1a4e5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-07f5341f-7055-4f18-b502-d2cedf1a4e5a {
  margin: 0 !important;
  overflow: visible;
}

#s-07f5341f-7055-4f18-b502-d2cedf1a4e5a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-07f5341f-7055-4f18-b502-d2cedf1a4e5a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-07f5341f-7055-4f18-b502-d2cedf1a4e5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-07f5341f-7055-4f18-b502-d2cedf1a4e5a img.shogun-image {
  /* Add background color handling */
  
}

#s-07f5341f-7055-4f18-b502-d2cedf1a4e5a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-07f5341f-7055-4f18-b502-d2cedf1a4e5a .shg-image-content-wrapper {
      aspect-ratio: 2048/1066;
      min-width: 100%;
      height: auto;
    }

    #s-07f5341f-7055-4f18-b502-d2cedf1a4e5a .shogun-image-link {
      aspect-ratio: 2048/1066;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07f5341f-7055-4f18-b502-d2cedf1a4e5a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07f5341f-7055-4f18-b502-d2cedf1a4e5a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07f5341f-7055-4f18-b502-d2cedf1a4e5a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-07f5341f-7055-4f18-b502-d2cedf1a4e5a.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-07f5341f-7055-4f18-b502-d2cedf1a4e5a .shogun-image-content {
  
    justify-content: center;
  
}

.s-07f5341f-7055-4f18-b502-d2cedf1a4e5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07f5341f-7055-4f18-b502-d2cedf1a4e5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07f5341f-7055-4f18-b502-d2cedf1a4e5a.shogun-image {
  box-sizing: border-box;
}



.s-07f5341f-7055-4f18-b502-d2cedf1a4e5a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-07f5341f-7055-4f18-b502-d2cedf1a4e5a {
      --shg-aspect-ratio: calc(2048/1066); 
    }

    .s-07f5341f-7055-4f18-b502-d2cedf1a4e5a.shogun-image-container {
      position: relative;
    }

    .s-07f5341f-7055-4f18-b502-d2cedf1a4e5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07f5341f-7055-4f18-b502-d2cedf1a4e5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07f5341f-7055-4f18-b502-d2cedf1a4e5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-07f5341f-7055-4f18-b502-d2cedf1a4e5a {
  margin: 0 !important;
  overflow: visible;
}

#s-07f5341f-7055-4f18-b502-d2cedf1a4e5a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-07f5341f-7055-4f18-b502-d2cedf1a4e5a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-07f5341f-7055-4f18-b502-d2cedf1a4e5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-07f5341f-7055-4f18-b502-d2cedf1a4e5a img.shogun-image {
  /* Add background color handling */
  
}

#s-07f5341f-7055-4f18-b502-d2cedf1a4e5a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-07f5341f-7055-4f18-b502-d2cedf1a4e5a .shg-image-content-wrapper {
      aspect-ratio: 2048/1066;
      min-width: 100%;
      height: auto;
    }

    #s-07f5341f-7055-4f18-b502-d2cedf1a4e5a .shogun-image-link {
      aspect-ratio: 2048/1066;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07f5341f-7055-4f18-b502-d2cedf1a4e5a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07f5341f-7055-4f18-b502-d2cedf1a4e5a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07f5341f-7055-4f18-b502-d2cedf1a4e5a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-07f5341f-7055-4f18-b502-d2cedf1a4e5a.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-07f5341f-7055-4f18-b502-d2cedf1a4e5a .shogun-image-content {
  
    justify-content: center;
  
}

.s-07f5341f-7055-4f18-b502-d2cedf1a4e5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07f5341f-7055-4f18-b502-d2cedf1a4e5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07f5341f-7055-4f18-b502-d2cedf1a4e5a.shogun-image {
  box-sizing: border-box;
}



.s-07f5341f-7055-4f18-b502-d2cedf1a4e5a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-07f5341f-7055-4f18-b502-d2cedf1a4e5a {
      --shg-aspect-ratio: calc(2048/1066); 
    }

    .s-07f5341f-7055-4f18-b502-d2cedf1a4e5a.shogun-image-container {
      position: relative;
    }

    .s-07f5341f-7055-4f18-b502-d2cedf1a4e5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07f5341f-7055-4f18-b502-d2cedf1a4e5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07f5341f-7055-4f18-b502-d2cedf1a4e5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-07f5341f-7055-4f18-b502-d2cedf1a4e5a {
  margin: 0 !important;
  overflow: visible;
}

#s-07f5341f-7055-4f18-b502-d2cedf1a4e5a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-07f5341f-7055-4f18-b502-d2cedf1a4e5a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-07f5341f-7055-4f18-b502-d2cedf1a4e5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-07f5341f-7055-4f18-b502-d2cedf1a4e5a img.shogun-image {
  /* Add background color handling */
  
}

#s-07f5341f-7055-4f18-b502-d2cedf1a4e5a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-07f5341f-7055-4f18-b502-d2cedf1a4e5a .shg-image-content-wrapper {
      aspect-ratio: 2048/1066;
      min-width: 100%;
      height: auto;
    }

    #s-07f5341f-7055-4f18-b502-d2cedf1a4e5a .shogun-image-link {
      aspect-ratio: 2048/1066;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07f5341f-7055-4f18-b502-d2cedf1a4e5a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07f5341f-7055-4f18-b502-d2cedf1a4e5a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07f5341f-7055-4f18-b502-d2cedf1a4e5a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-07f5341f-7055-4f18-b502-d2cedf1a4e5a.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-07f5341f-7055-4f18-b502-d2cedf1a4e5a .shogun-image-content {
  
    justify-content: center;
  
}

.s-07f5341f-7055-4f18-b502-d2cedf1a4e5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07f5341f-7055-4f18-b502-d2cedf1a4e5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07f5341f-7055-4f18-b502-d2cedf1a4e5a.shogun-image {
  box-sizing: border-box;
}



.s-07f5341f-7055-4f18-b502-d2cedf1a4e5a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-07f5341f-7055-4f18-b502-d2cedf1a4e5a {
      --shg-aspect-ratio: calc(2048/1066); 
    }

    .s-07f5341f-7055-4f18-b502-d2cedf1a4e5a.shogun-image-container {
      position: relative;
    }

    .s-07f5341f-7055-4f18-b502-d2cedf1a4e5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07f5341f-7055-4f18-b502-d2cedf1a4e5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07f5341f-7055-4f18-b502-d2cedf1a4e5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-07f5341f-7055-4f18-b502-d2cedf1a4e5a {
  margin: 0 !important;
  overflow: visible;
}

#s-07f5341f-7055-4f18-b502-d2cedf1a4e5a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-07f5341f-7055-4f18-b502-d2cedf1a4e5a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-07f5341f-7055-4f18-b502-d2cedf1a4e5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-07f5341f-7055-4f18-b502-d2cedf1a4e5a img.shogun-image {
  /* Add background color handling */
  
}

#s-07f5341f-7055-4f18-b502-d2cedf1a4e5a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-07f5341f-7055-4f18-b502-d2cedf1a4e5a .shg-image-content-wrapper {
      aspect-ratio: 2048/1066;
      min-width: 100%;
      height: auto;
    }

    #s-07f5341f-7055-4f18-b502-d2cedf1a4e5a .shogun-image-link {
      aspect-ratio: 2048/1066;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07f5341f-7055-4f18-b502-d2cedf1a4e5a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07f5341f-7055-4f18-b502-d2cedf1a4e5a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07f5341f-7055-4f18-b502-d2cedf1a4e5a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-07f5341f-7055-4f18-b502-d2cedf1a4e5a.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-07f5341f-7055-4f18-b502-d2cedf1a4e5a .shogun-image-content {
  
    justify-content: center;
  
}

.s-07f5341f-7055-4f18-b502-d2cedf1a4e5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07f5341f-7055-4f18-b502-d2cedf1a4e5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07f5341f-7055-4f18-b502-d2cedf1a4e5a.shogun-image {
  box-sizing: border-box;
}



.s-07f5341f-7055-4f18-b502-d2cedf1a4e5a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-07f5341f-7055-4f18-b502-d2cedf1a4e5a {
      --shg-aspect-ratio: calc(2048/1066); 
    }

    .s-07f5341f-7055-4f18-b502-d2cedf1a4e5a.shogun-image-container {
      position: relative;
    }

    .s-07f5341f-7055-4f18-b502-d2cedf1a4e5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07f5341f-7055-4f18-b502-d2cedf1a4e5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07f5341f-7055-4f18-b502-d2cedf1a4e5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-0bbc012d-cb81-4340-a106-ae1541c33c16 {
  border-style: solid;
margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-0bbc012d-cb81-4340-a106-ae1541c33c16:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 5px !important;
background-color: rgba(40, 40, 40, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-0bbc012d-cb81-4340-a106-ae1541c33c16:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 5px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-0bbc012d-cb81-4340-a106-ae1541c33c16-root {
    text-align: center;
  }


#s-0bbc012d-cb81-4340-a106-ae1541c33c16.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0bbc012d-cb81-4340-a106-ae1541c33c16-root {
    text-align: center;
  }


#s-0bbc012d-cb81-4340-a106-ae1541c33c16.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0bbc012d-cb81-4340-a106-ae1541c33c16-root {
    text-align: center;
  }


#s-0bbc012d-cb81-4340-a106-ae1541c33c16.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0bbc012d-cb81-4340-a106-ae1541c33c16-root {
    text-align: center;
  }


#s-0bbc012d-cb81-4340-a106-ae1541c33c16.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0bbc012d-cb81-4340-a106-ae1541c33c16-root {
    text-align: center;
  }


#s-0bbc012d-cb81-4340-a106-ae1541c33c16.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-8e6e29fc-75c0-479d-817c-a93515dbce20 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-8e6e29fc-75c0-479d-817c-a93515dbce20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8e6e29fc-75c0-479d-817c-a93515dbce20.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5bd138a7-c1d2-4e2e-8fc6-f93cbc1f1b52 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-5bd138a7-c1d2-4e2e-8fc6-f93cbc1f1b52"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-5bd138a7-c1d2-4e2e-8fc6-f93cbc1f1b52"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-5bd138a7-c1d2-4e2e-8fc6-f93cbc1f1b52"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-5bd138a7-c1d2-4e2e-8fc6-f93cbc1f1b52"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f {
  margin-left: auto;
margin-right: auto;
max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}

#s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f {
  margin: 0 !important;
  overflow: visible;
}

#s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f img.shogun-image {
  /* Add background color handling */
  
}

#s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f .shogun-image-content {
  
    justify-content: center;
  
}

.s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shogun-image {
  box-sizing: border-box;
}



.s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shogun-image-container {
      position: relative;
    }

    .s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

@media (min-width: 1200px){#s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f {
  margin: 0 !important;
  overflow: visible;
}

#s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f img.shogun-image {
  /* Add background color handling */
  
}

#s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f .shogun-image-content {
  
    justify-content: center;
  
}

.s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shogun-image {
  box-sizing: border-box;
}



.s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shogun-image-container {
      position: relative;
    }

    .s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f {
  margin: 0 !important;
  overflow: visible;
}

#s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f img.shogun-image {
  /* Add background color handling */
  
}

#s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f .shogun-image-content {
  
    justify-content: center;
  
}

.s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shogun-image {
  box-sizing: border-box;
}



.s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shogun-image-container {
      position: relative;
    }

    .s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f {
  margin: 0 !important;
  overflow: visible;
}

#s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f img.shogun-image {
  /* Add background color handling */
  
}

#s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f .shogun-image-content {
  
    justify-content: center;
  
}

.s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shogun-image {
  box-sizing: border-box;
}



.s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shogun-image-container {
      position: relative;
    }

    .s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (max-width: 767px){#s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f {
  margin: 0 !important;
  overflow: visible;
}

#s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f img.shogun-image {
  /* Add background color handling */
  
}

#s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f .shogun-image-content {
  
    justify-content: center;
  
}

.s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shogun-image {
  box-sizing: border-box;
}



.s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shogun-image-container {
      position: relative;
    }

    .s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}
#s-88b3a67a-72b4-4178-92fc-2ab5f95e694c {
  margin-left: auto;
margin-right: auto;
max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}

#s-88b3a67a-72b4-4178-92fc-2ab5f95e694c {
  margin: 0 !important;
  overflow: visible;
}

#s-88b3a67a-72b4-4178-92fc-2ab5f95e694c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-88b3a67a-72b4-4178-92fc-2ab5f95e694c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-88b3a67a-72b4-4178-92fc-2ab5f95e694c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-88b3a67a-72b4-4178-92fc-2ab5f95e694c img.shogun-image {
  /* Add background color handling */
  
}

#s-88b3a67a-72b4-4178-92fc-2ab5f95e694c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88b3a67a-72b4-4178-92fc-2ab5f95e694c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-88b3a67a-72b4-4178-92fc-2ab5f95e694c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88b3a67a-72b4-4178-92fc-2ab5f95e694c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88b3a67a-72b4-4178-92fc-2ab5f95e694c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-88b3a67a-72b4-4178-92fc-2ab5f95e694c .shogun-image-content {
  
    justify-content: center;
  
}

.s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shogun-image {
  box-sizing: border-box;
}



.s-88b3a67a-72b4-4178-92fc-2ab5f95e694c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-88b3a67a-72b4-4178-92fc-2ab5f95e694c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shogun-image-container {
      position: relative;
    }

    .s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88b3a67a-72b4-4178-92fc-2ab5f95e694c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

@media (min-width: 1200px){#s-88b3a67a-72b4-4178-92fc-2ab5f95e694c {
  margin: 0 !important;
  overflow: visible;
}

#s-88b3a67a-72b4-4178-92fc-2ab5f95e694c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-88b3a67a-72b4-4178-92fc-2ab5f95e694c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-88b3a67a-72b4-4178-92fc-2ab5f95e694c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-88b3a67a-72b4-4178-92fc-2ab5f95e694c img.shogun-image {
  /* Add background color handling */
  
}

#s-88b3a67a-72b4-4178-92fc-2ab5f95e694c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88b3a67a-72b4-4178-92fc-2ab5f95e694c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-88b3a67a-72b4-4178-92fc-2ab5f95e694c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88b3a67a-72b4-4178-92fc-2ab5f95e694c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88b3a67a-72b4-4178-92fc-2ab5f95e694c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-88b3a67a-72b4-4178-92fc-2ab5f95e694c .shogun-image-content {
  
    justify-content: center;
  
}

.s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shogun-image {
  box-sizing: border-box;
}



.s-88b3a67a-72b4-4178-92fc-2ab5f95e694c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-88b3a67a-72b4-4178-92fc-2ab5f95e694c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shogun-image-container {
      position: relative;
    }

    .s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88b3a67a-72b4-4178-92fc-2ab5f95e694c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-88b3a67a-72b4-4178-92fc-2ab5f95e694c {
  margin: 0 !important;
  overflow: visible;
}

#s-88b3a67a-72b4-4178-92fc-2ab5f95e694c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-88b3a67a-72b4-4178-92fc-2ab5f95e694c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-88b3a67a-72b4-4178-92fc-2ab5f95e694c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-88b3a67a-72b4-4178-92fc-2ab5f95e694c img.shogun-image {
  /* Add background color handling */
  
}

#s-88b3a67a-72b4-4178-92fc-2ab5f95e694c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88b3a67a-72b4-4178-92fc-2ab5f95e694c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-88b3a67a-72b4-4178-92fc-2ab5f95e694c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88b3a67a-72b4-4178-92fc-2ab5f95e694c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88b3a67a-72b4-4178-92fc-2ab5f95e694c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-88b3a67a-72b4-4178-92fc-2ab5f95e694c .shogun-image-content {
  
    justify-content: center;
  
}

.s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shogun-image {
  box-sizing: border-box;
}



.s-88b3a67a-72b4-4178-92fc-2ab5f95e694c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-88b3a67a-72b4-4178-92fc-2ab5f95e694c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shogun-image-container {
      position: relative;
    }

    .s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88b3a67a-72b4-4178-92fc-2ab5f95e694c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-88b3a67a-72b4-4178-92fc-2ab5f95e694c {
  margin: 0 !important;
  overflow: visible;
}

#s-88b3a67a-72b4-4178-92fc-2ab5f95e694c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-88b3a67a-72b4-4178-92fc-2ab5f95e694c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-88b3a67a-72b4-4178-92fc-2ab5f95e694c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-88b3a67a-72b4-4178-92fc-2ab5f95e694c img.shogun-image {
  /* Add background color handling */
  
}

#s-88b3a67a-72b4-4178-92fc-2ab5f95e694c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88b3a67a-72b4-4178-92fc-2ab5f95e694c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-88b3a67a-72b4-4178-92fc-2ab5f95e694c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88b3a67a-72b4-4178-92fc-2ab5f95e694c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88b3a67a-72b4-4178-92fc-2ab5f95e694c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-88b3a67a-72b4-4178-92fc-2ab5f95e694c .shogun-image-content {
  
    justify-content: center;
  
}

.s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shogun-image {
  box-sizing: border-box;
}



.s-88b3a67a-72b4-4178-92fc-2ab5f95e694c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-88b3a67a-72b4-4178-92fc-2ab5f95e694c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shogun-image-container {
      position: relative;
    }

    .s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88b3a67a-72b4-4178-92fc-2ab5f95e694c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (max-width: 767px){#s-88b3a67a-72b4-4178-92fc-2ab5f95e694c {
  margin: 0 !important;
  overflow: visible;
}

#s-88b3a67a-72b4-4178-92fc-2ab5f95e694c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-88b3a67a-72b4-4178-92fc-2ab5f95e694c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-88b3a67a-72b4-4178-92fc-2ab5f95e694c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-88b3a67a-72b4-4178-92fc-2ab5f95e694c img.shogun-image {
  /* Add background color handling */
  
}

#s-88b3a67a-72b4-4178-92fc-2ab5f95e694c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88b3a67a-72b4-4178-92fc-2ab5f95e694c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-88b3a67a-72b4-4178-92fc-2ab5f95e694c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88b3a67a-72b4-4178-92fc-2ab5f95e694c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88b3a67a-72b4-4178-92fc-2ab5f95e694c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-88b3a67a-72b4-4178-92fc-2ab5f95e694c .shogun-image-content {
  
    justify-content: center;
  
}

.s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shogun-image {
  box-sizing: border-box;
}



.s-88b3a67a-72b4-4178-92fc-2ab5f95e694c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-88b3a67a-72b4-4178-92fc-2ab5f95e694c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shogun-image-container {
      position: relative;
    }

    .s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88b3a67a-72b4-4178-92fc-2ab5f95e694c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}
#s-976779d2-a6dc-43e1-987a-6b97f2beaaa2 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-976779d2-a6dc-43e1-987a-6b97f2beaaa2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-976779d2-a6dc-43e1-987a-6b97f2beaaa2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-976779d2-a6dc-43e1-987a-6b97f2beaaa2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-976779d2-a6dc-43e1-987a-6b97f2beaaa2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-aa740bda-5439-4967-9c19-722532968eae {
  margin-left: auto;
margin-right: auto;
max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}

#s-aa740bda-5439-4967-9c19-722532968eae {
  margin: 0 !important;
  overflow: visible;
}

#s-aa740bda-5439-4967-9c19-722532968eae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aa740bda-5439-4967-9c19-722532968eae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aa740bda-5439-4967-9c19-722532968eae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aa740bda-5439-4967-9c19-722532968eae img.shogun-image {
  /* Add background color handling */
  
}

#s-aa740bda-5439-4967-9c19-722532968eae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa740bda-5439-4967-9c19-722532968eae .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-aa740bda-5439-4967-9c19-722532968eae .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa740bda-5439-4967-9c19-722532968eae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa740bda-5439-4967-9c19-722532968eae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa740bda-5439-4967-9c19-722532968eae img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-aa740bda-5439-4967-9c19-722532968eae.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-aa740bda-5439-4967-9c19-722532968eae .shogun-image-content {
  
    justify-content: center;
  
}

.s-aa740bda-5439-4967-9c19-722532968eae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa740bda-5439-4967-9c19-722532968eae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa740bda-5439-4967-9c19-722532968eae.shogun-image {
  box-sizing: border-box;
}



.s-aa740bda-5439-4967-9c19-722532968eae img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-aa740bda-5439-4967-9c19-722532968eae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aa740bda-5439-4967-9c19-722532968eae.shogun-image-container {
      position: relative;
    }

    .s-aa740bda-5439-4967-9c19-722532968eae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa740bda-5439-4967-9c19-722532968eae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa740bda-5439-4967-9c19-722532968eae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

@media (min-width: 1200px){#s-aa740bda-5439-4967-9c19-722532968eae {
  margin: 0 !important;
  overflow: visible;
}

#s-aa740bda-5439-4967-9c19-722532968eae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aa740bda-5439-4967-9c19-722532968eae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aa740bda-5439-4967-9c19-722532968eae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aa740bda-5439-4967-9c19-722532968eae img.shogun-image {
  /* Add background color handling */
  
}

#s-aa740bda-5439-4967-9c19-722532968eae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa740bda-5439-4967-9c19-722532968eae .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-aa740bda-5439-4967-9c19-722532968eae .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa740bda-5439-4967-9c19-722532968eae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa740bda-5439-4967-9c19-722532968eae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa740bda-5439-4967-9c19-722532968eae img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-aa740bda-5439-4967-9c19-722532968eae.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-aa740bda-5439-4967-9c19-722532968eae .shogun-image-content {
  
    justify-content: center;
  
}

.s-aa740bda-5439-4967-9c19-722532968eae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa740bda-5439-4967-9c19-722532968eae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa740bda-5439-4967-9c19-722532968eae.shogun-image {
  box-sizing: border-box;
}



.s-aa740bda-5439-4967-9c19-722532968eae img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-aa740bda-5439-4967-9c19-722532968eae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aa740bda-5439-4967-9c19-722532968eae.shogun-image-container {
      position: relative;
    }

    .s-aa740bda-5439-4967-9c19-722532968eae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa740bda-5439-4967-9c19-722532968eae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa740bda-5439-4967-9c19-722532968eae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-aa740bda-5439-4967-9c19-722532968eae {
  margin: 0 !important;
  overflow: visible;
}

#s-aa740bda-5439-4967-9c19-722532968eae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aa740bda-5439-4967-9c19-722532968eae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aa740bda-5439-4967-9c19-722532968eae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aa740bda-5439-4967-9c19-722532968eae img.shogun-image {
  /* Add background color handling */
  
}

#s-aa740bda-5439-4967-9c19-722532968eae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa740bda-5439-4967-9c19-722532968eae .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-aa740bda-5439-4967-9c19-722532968eae .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa740bda-5439-4967-9c19-722532968eae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa740bda-5439-4967-9c19-722532968eae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa740bda-5439-4967-9c19-722532968eae img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-aa740bda-5439-4967-9c19-722532968eae.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-aa740bda-5439-4967-9c19-722532968eae .shogun-image-content {
  
    justify-content: center;
  
}

.s-aa740bda-5439-4967-9c19-722532968eae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa740bda-5439-4967-9c19-722532968eae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa740bda-5439-4967-9c19-722532968eae.shogun-image {
  box-sizing: border-box;
}



.s-aa740bda-5439-4967-9c19-722532968eae img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-aa740bda-5439-4967-9c19-722532968eae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aa740bda-5439-4967-9c19-722532968eae.shogun-image-container {
      position: relative;
    }

    .s-aa740bda-5439-4967-9c19-722532968eae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa740bda-5439-4967-9c19-722532968eae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa740bda-5439-4967-9c19-722532968eae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-aa740bda-5439-4967-9c19-722532968eae {
  margin: 0 !important;
  overflow: visible;
}

#s-aa740bda-5439-4967-9c19-722532968eae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aa740bda-5439-4967-9c19-722532968eae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aa740bda-5439-4967-9c19-722532968eae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aa740bda-5439-4967-9c19-722532968eae img.shogun-image {
  /* Add background color handling */
  
}

#s-aa740bda-5439-4967-9c19-722532968eae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa740bda-5439-4967-9c19-722532968eae .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-aa740bda-5439-4967-9c19-722532968eae .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa740bda-5439-4967-9c19-722532968eae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa740bda-5439-4967-9c19-722532968eae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa740bda-5439-4967-9c19-722532968eae img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-aa740bda-5439-4967-9c19-722532968eae.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-aa740bda-5439-4967-9c19-722532968eae .shogun-image-content {
  
    justify-content: center;
  
}

.s-aa740bda-5439-4967-9c19-722532968eae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa740bda-5439-4967-9c19-722532968eae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa740bda-5439-4967-9c19-722532968eae.shogun-image {
  box-sizing: border-box;
}



.s-aa740bda-5439-4967-9c19-722532968eae img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-aa740bda-5439-4967-9c19-722532968eae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aa740bda-5439-4967-9c19-722532968eae.shogun-image-container {
      position: relative;
    }

    .s-aa740bda-5439-4967-9c19-722532968eae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa740bda-5439-4967-9c19-722532968eae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa740bda-5439-4967-9c19-722532968eae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (max-width: 767px){#s-aa740bda-5439-4967-9c19-722532968eae {
  margin: 0 !important;
  overflow: visible;
}

#s-aa740bda-5439-4967-9c19-722532968eae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aa740bda-5439-4967-9c19-722532968eae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aa740bda-5439-4967-9c19-722532968eae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aa740bda-5439-4967-9c19-722532968eae img.shogun-image {
  /* Add background color handling */
  
}

#s-aa740bda-5439-4967-9c19-722532968eae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa740bda-5439-4967-9c19-722532968eae .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-aa740bda-5439-4967-9c19-722532968eae .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa740bda-5439-4967-9c19-722532968eae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa740bda-5439-4967-9c19-722532968eae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa740bda-5439-4967-9c19-722532968eae img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-aa740bda-5439-4967-9c19-722532968eae.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-aa740bda-5439-4967-9c19-722532968eae .shogun-image-content {
  
    justify-content: center;
  
}

.s-aa740bda-5439-4967-9c19-722532968eae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa740bda-5439-4967-9c19-722532968eae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa740bda-5439-4967-9c19-722532968eae.shogun-image {
  box-sizing: border-box;
}



.s-aa740bda-5439-4967-9c19-722532968eae img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-aa740bda-5439-4967-9c19-722532968eae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aa740bda-5439-4967-9c19-722532968eae.shogun-image-container {
      position: relative;
    }

    .s-aa740bda-5439-4967-9c19-722532968eae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa740bda-5439-4967-9c19-722532968eae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa740bda-5439-4967-9c19-722532968eae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}
#s-839c1217-99a3-41a3-a735-a9838d817202 {
  margin-left: auto;
margin-right: auto;
max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}

#s-839c1217-99a3-41a3-a735-a9838d817202 {
  margin: 0 !important;
  overflow: visible;
}

#s-839c1217-99a3-41a3-a735-a9838d817202-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-839c1217-99a3-41a3-a735-a9838d817202 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-839c1217-99a3-41a3-a735-a9838d817202 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-839c1217-99a3-41a3-a735-a9838d817202 img.shogun-image {
  /* Add background color handling */
  
}

#s-839c1217-99a3-41a3-a735-a9838d817202 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-839c1217-99a3-41a3-a735-a9838d817202 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-839c1217-99a3-41a3-a735-a9838d817202 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-839c1217-99a3-41a3-a735-a9838d817202 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-839c1217-99a3-41a3-a735-a9838d817202.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-839c1217-99a3-41a3-a735-a9838d817202 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-839c1217-99a3-41a3-a735-a9838d817202.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-839c1217-99a3-41a3-a735-a9838d817202 .shogun-image-content {
  
    justify-content: center;
  
}

.s-839c1217-99a3-41a3-a735-a9838d817202.shg-align-container {
  display: flex;
  justify-content: center
}

.s-839c1217-99a3-41a3-a735-a9838d817202.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-839c1217-99a3-41a3-a735-a9838d817202.shogun-image {
  box-sizing: border-box;
}



.s-839c1217-99a3-41a3-a735-a9838d817202 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-839c1217-99a3-41a3-a735-a9838d817202 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-839c1217-99a3-41a3-a735-a9838d817202.shogun-image-container {
      position: relative;
    }

    .s-839c1217-99a3-41a3-a735-a9838d817202.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-839c1217-99a3-41a3-a735-a9838d817202.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-839c1217-99a3-41a3-a735-a9838d817202 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

@media (min-width: 1200px){#s-839c1217-99a3-41a3-a735-a9838d817202 {
  margin: 0 !important;
  overflow: visible;
}

#s-839c1217-99a3-41a3-a735-a9838d817202-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-839c1217-99a3-41a3-a735-a9838d817202 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-839c1217-99a3-41a3-a735-a9838d817202 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-839c1217-99a3-41a3-a735-a9838d817202 img.shogun-image {
  /* Add background color handling */
  
}

#s-839c1217-99a3-41a3-a735-a9838d817202 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-839c1217-99a3-41a3-a735-a9838d817202 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-839c1217-99a3-41a3-a735-a9838d817202 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-839c1217-99a3-41a3-a735-a9838d817202 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-839c1217-99a3-41a3-a735-a9838d817202.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-839c1217-99a3-41a3-a735-a9838d817202 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-839c1217-99a3-41a3-a735-a9838d817202.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-839c1217-99a3-41a3-a735-a9838d817202 .shogun-image-content {
  
    justify-content: center;
  
}

.s-839c1217-99a3-41a3-a735-a9838d817202.shg-align-container {
  display: flex;
  justify-content: center
}

.s-839c1217-99a3-41a3-a735-a9838d817202.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-839c1217-99a3-41a3-a735-a9838d817202.shogun-image {
  box-sizing: border-box;
}



.s-839c1217-99a3-41a3-a735-a9838d817202 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-839c1217-99a3-41a3-a735-a9838d817202 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-839c1217-99a3-41a3-a735-a9838d817202.shogun-image-container {
      position: relative;
    }

    .s-839c1217-99a3-41a3-a735-a9838d817202.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-839c1217-99a3-41a3-a735-a9838d817202.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-839c1217-99a3-41a3-a735-a9838d817202 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-839c1217-99a3-41a3-a735-a9838d817202 {
  margin: 0 !important;
  overflow: visible;
}

#s-839c1217-99a3-41a3-a735-a9838d817202-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-839c1217-99a3-41a3-a735-a9838d817202 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-839c1217-99a3-41a3-a735-a9838d817202 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-839c1217-99a3-41a3-a735-a9838d817202 img.shogun-image {
  /* Add background color handling */
  
}

#s-839c1217-99a3-41a3-a735-a9838d817202 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-839c1217-99a3-41a3-a735-a9838d817202 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-839c1217-99a3-41a3-a735-a9838d817202 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-839c1217-99a3-41a3-a735-a9838d817202 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-839c1217-99a3-41a3-a735-a9838d817202.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-839c1217-99a3-41a3-a735-a9838d817202 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-839c1217-99a3-41a3-a735-a9838d817202.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-839c1217-99a3-41a3-a735-a9838d817202 .shogun-image-content {
  
    justify-content: center;
  
}

.s-839c1217-99a3-41a3-a735-a9838d817202.shg-align-container {
  display: flex;
  justify-content: center
}

.s-839c1217-99a3-41a3-a735-a9838d817202.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-839c1217-99a3-41a3-a735-a9838d817202.shogun-image {
  box-sizing: border-box;
}



.s-839c1217-99a3-41a3-a735-a9838d817202 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-839c1217-99a3-41a3-a735-a9838d817202 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-839c1217-99a3-41a3-a735-a9838d817202.shogun-image-container {
      position: relative;
    }

    .s-839c1217-99a3-41a3-a735-a9838d817202.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-839c1217-99a3-41a3-a735-a9838d817202.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-839c1217-99a3-41a3-a735-a9838d817202 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-839c1217-99a3-41a3-a735-a9838d817202 {
  margin: 0 !important;
  overflow: visible;
}

#s-839c1217-99a3-41a3-a735-a9838d817202-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-839c1217-99a3-41a3-a735-a9838d817202 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-839c1217-99a3-41a3-a735-a9838d817202 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-839c1217-99a3-41a3-a735-a9838d817202 img.shogun-image {
  /* Add background color handling */
  
}

#s-839c1217-99a3-41a3-a735-a9838d817202 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-839c1217-99a3-41a3-a735-a9838d817202 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-839c1217-99a3-41a3-a735-a9838d817202 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-839c1217-99a3-41a3-a735-a9838d817202 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-839c1217-99a3-41a3-a735-a9838d817202.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-839c1217-99a3-41a3-a735-a9838d817202 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-839c1217-99a3-41a3-a735-a9838d817202.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-839c1217-99a3-41a3-a735-a9838d817202 .shogun-image-content {
  
    justify-content: center;
  
}

.s-839c1217-99a3-41a3-a735-a9838d817202.shg-align-container {
  display: flex;
  justify-content: center
}

.s-839c1217-99a3-41a3-a735-a9838d817202.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-839c1217-99a3-41a3-a735-a9838d817202.shogun-image {
  box-sizing: border-box;
}



.s-839c1217-99a3-41a3-a735-a9838d817202 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-839c1217-99a3-41a3-a735-a9838d817202 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-839c1217-99a3-41a3-a735-a9838d817202.shogun-image-container {
      position: relative;
    }

    .s-839c1217-99a3-41a3-a735-a9838d817202.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-839c1217-99a3-41a3-a735-a9838d817202.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-839c1217-99a3-41a3-a735-a9838d817202 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (max-width: 767px){#s-839c1217-99a3-41a3-a735-a9838d817202 {
  margin: 0 !important;
  overflow: visible;
}

#s-839c1217-99a3-41a3-a735-a9838d817202-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-839c1217-99a3-41a3-a735-a9838d817202 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-839c1217-99a3-41a3-a735-a9838d817202 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-839c1217-99a3-41a3-a735-a9838d817202 img.shogun-image {
  /* Add background color handling */
  
}

#s-839c1217-99a3-41a3-a735-a9838d817202 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-839c1217-99a3-41a3-a735-a9838d817202 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-839c1217-99a3-41a3-a735-a9838d817202 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-839c1217-99a3-41a3-a735-a9838d817202 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-839c1217-99a3-41a3-a735-a9838d817202.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-839c1217-99a3-41a3-a735-a9838d817202 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-839c1217-99a3-41a3-a735-a9838d817202.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-839c1217-99a3-41a3-a735-a9838d817202 .shogun-image-content {
  
    justify-content: center;
  
}

.s-839c1217-99a3-41a3-a735-a9838d817202.shg-align-container {
  display: flex;
  justify-content: center
}

.s-839c1217-99a3-41a3-a735-a9838d817202.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-839c1217-99a3-41a3-a735-a9838d817202.shogun-image {
  box-sizing: border-box;
}



.s-839c1217-99a3-41a3-a735-a9838d817202 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-839c1217-99a3-41a3-a735-a9838d817202 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-839c1217-99a3-41a3-a735-a9838d817202.shogun-image-container {
      position: relative;
    }

    .s-839c1217-99a3-41a3-a735-a9838d817202.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-839c1217-99a3-41a3-a735-a9838d817202.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-839c1217-99a3-41a3-a735-a9838d817202 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}
#s-c9214d39-bfb0-42a0-9abe-331e028d3a4f {
  border-style: solid;
margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-c9214d39-bfb0-42a0-9abe-331e028d3a4f:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 5px !important;
background-color: rgba(40, 40, 40, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c9214d39-bfb0-42a0-9abe-331e028d3a4f:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 5px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-c9214d39-bfb0-42a0-9abe-331e028d3a4f-root {
    text-align: center;
  }


#s-c9214d39-bfb0-42a0-9abe-331e028d3a4f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c9214d39-bfb0-42a0-9abe-331e028d3a4f-root {
    text-align: center;
  }


#s-c9214d39-bfb0-42a0-9abe-331e028d3a4f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c9214d39-bfb0-42a0-9abe-331e028d3a4f-root {
    text-align: center;
  }


#s-c9214d39-bfb0-42a0-9abe-331e028d3a4f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c9214d39-bfb0-42a0-9abe-331e028d3a4f-root {
    text-align: center;
  }


#s-c9214d39-bfb0-42a0-9abe-331e028d3a4f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c9214d39-bfb0-42a0-9abe-331e028d3a4f-root {
    text-align: center;
  }


#s-c9214d39-bfb0-42a0-9abe-331e028d3a4f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-a9ac5a8e-3614-4575-9a23-4b118427ecd2 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-a9ac5a8e-3614-4575-9a23-4b118427ecd2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a9ac5a8e-3614-4575-9a23-4b118427ecd2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd8e52d5-7e75-4d79-8687-207def52d6bc {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-cd8e52d5-7e75-4d79-8687-207def52d6bc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-cd8e52d5-7e75-4d79-8687-207def52d6bc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-cd8e52d5-7e75-4d79-8687-207def52d6bc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-cd8e52d5-7e75-4d79-8687-207def52d6bc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-f0793024-30b0-4743-908e-af1d6214dbde {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 1/1;
text-align: center;
}

#s-f0793024-30b0-4743-908e-af1d6214dbde {
  margin: 0 !important;
  overflow: visible;
}

#s-f0793024-30b0-4743-908e-af1d6214dbde-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f0793024-30b0-4743-908e-af1d6214dbde {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f0793024-30b0-4743-908e-af1d6214dbde {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f0793024-30b0-4743-908e-af1d6214dbde img.shogun-image {
  /* Add background color handling */
  
}

#s-f0793024-30b0-4743-908e-af1d6214dbde img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f0793024-30b0-4743-908e-af1d6214dbde .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f0793024-30b0-4743-908e-af1d6214dbde .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f0793024-30b0-4743-908e-af1d6214dbde .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f0793024-30b0-4743-908e-af1d6214dbde.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f0793024-30b0-4743-908e-af1d6214dbde img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-f0793024-30b0-4743-908e-af1d6214dbde.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-f0793024-30b0-4743-908e-af1d6214dbde .shogun-image-content {
  
    justify-content: center;
  
}

.s-f0793024-30b0-4743-908e-af1d6214dbde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0793024-30b0-4743-908e-af1d6214dbde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0793024-30b0-4743-908e-af1d6214dbde.shogun-image {
  box-sizing: border-box;
}



.s-f0793024-30b0-4743-908e-af1d6214dbde img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f0793024-30b0-4743-908e-af1d6214dbde {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f0793024-30b0-4743-908e-af1d6214dbde.shogun-image-container {
      position: relative;
    }

    .s-f0793024-30b0-4743-908e-af1d6214dbde.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f0793024-30b0-4743-908e-af1d6214dbde.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f0793024-30b0-4743-908e-af1d6214dbde img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-f0793024-30b0-4743-908e-af1d6214dbde {
  margin: 0 !important;
  overflow: visible;
}

#s-f0793024-30b0-4743-908e-af1d6214dbde-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f0793024-30b0-4743-908e-af1d6214dbde {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f0793024-30b0-4743-908e-af1d6214dbde {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f0793024-30b0-4743-908e-af1d6214dbde img.shogun-image {
  /* Add background color handling */
  
}

#s-f0793024-30b0-4743-908e-af1d6214dbde img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f0793024-30b0-4743-908e-af1d6214dbde .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f0793024-30b0-4743-908e-af1d6214dbde .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f0793024-30b0-4743-908e-af1d6214dbde .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f0793024-30b0-4743-908e-af1d6214dbde.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f0793024-30b0-4743-908e-af1d6214dbde img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-f0793024-30b0-4743-908e-af1d6214dbde.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-f0793024-30b0-4743-908e-af1d6214dbde .shogun-image-content {
  
    justify-content: center;
  
}

.s-f0793024-30b0-4743-908e-af1d6214dbde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0793024-30b0-4743-908e-af1d6214dbde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0793024-30b0-4743-908e-af1d6214dbde.shogun-image {
  box-sizing: border-box;
}



.s-f0793024-30b0-4743-908e-af1d6214dbde img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f0793024-30b0-4743-908e-af1d6214dbde {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f0793024-30b0-4743-908e-af1d6214dbde.shogun-image-container {
      position: relative;
    }

    .s-f0793024-30b0-4743-908e-af1d6214dbde.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f0793024-30b0-4743-908e-af1d6214dbde.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f0793024-30b0-4743-908e-af1d6214dbde img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f0793024-30b0-4743-908e-af1d6214dbde {
  margin: 0 !important;
  overflow: visible;
}

#s-f0793024-30b0-4743-908e-af1d6214dbde-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f0793024-30b0-4743-908e-af1d6214dbde {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f0793024-30b0-4743-908e-af1d6214dbde {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f0793024-30b0-4743-908e-af1d6214dbde img.shogun-image {
  /* Add background color handling */
  
}

#s-f0793024-30b0-4743-908e-af1d6214dbde img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f0793024-30b0-4743-908e-af1d6214dbde .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f0793024-30b0-4743-908e-af1d6214dbde .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f0793024-30b0-4743-908e-af1d6214dbde .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f0793024-30b0-4743-908e-af1d6214dbde.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f0793024-30b0-4743-908e-af1d6214dbde img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-f0793024-30b0-4743-908e-af1d6214dbde.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-f0793024-30b0-4743-908e-af1d6214dbde .shogun-image-content {
  
    justify-content: center;
  
}

.s-f0793024-30b0-4743-908e-af1d6214dbde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0793024-30b0-4743-908e-af1d6214dbde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0793024-30b0-4743-908e-af1d6214dbde.shogun-image {
  box-sizing: border-box;
}



.s-f0793024-30b0-4743-908e-af1d6214dbde img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f0793024-30b0-4743-908e-af1d6214dbde {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f0793024-30b0-4743-908e-af1d6214dbde.shogun-image-container {
      position: relative;
    }

    .s-f0793024-30b0-4743-908e-af1d6214dbde.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f0793024-30b0-4743-908e-af1d6214dbde.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f0793024-30b0-4743-908e-af1d6214dbde img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f0793024-30b0-4743-908e-af1d6214dbde {
  margin: 0 !important;
  overflow: visible;
}

#s-f0793024-30b0-4743-908e-af1d6214dbde-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f0793024-30b0-4743-908e-af1d6214dbde {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f0793024-30b0-4743-908e-af1d6214dbde {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f0793024-30b0-4743-908e-af1d6214dbde img.shogun-image {
  /* Add background color handling */
  
}

#s-f0793024-30b0-4743-908e-af1d6214dbde img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f0793024-30b0-4743-908e-af1d6214dbde .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f0793024-30b0-4743-908e-af1d6214dbde .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f0793024-30b0-4743-908e-af1d6214dbde .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f0793024-30b0-4743-908e-af1d6214dbde.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f0793024-30b0-4743-908e-af1d6214dbde img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-f0793024-30b0-4743-908e-af1d6214dbde.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-f0793024-30b0-4743-908e-af1d6214dbde .shogun-image-content {
  
    justify-content: center;
  
}

.s-f0793024-30b0-4743-908e-af1d6214dbde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0793024-30b0-4743-908e-af1d6214dbde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0793024-30b0-4743-908e-af1d6214dbde.shogun-image {
  box-sizing: border-box;
}



.s-f0793024-30b0-4743-908e-af1d6214dbde img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f0793024-30b0-4743-908e-af1d6214dbde {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f0793024-30b0-4743-908e-af1d6214dbde.shogun-image-container {
      position: relative;
    }

    .s-f0793024-30b0-4743-908e-af1d6214dbde.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f0793024-30b0-4743-908e-af1d6214dbde.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f0793024-30b0-4743-908e-af1d6214dbde img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-f0793024-30b0-4743-908e-af1d6214dbde {
  margin: 0 !important;
  overflow: visible;
}

#s-f0793024-30b0-4743-908e-af1d6214dbde-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f0793024-30b0-4743-908e-af1d6214dbde {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f0793024-30b0-4743-908e-af1d6214dbde {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f0793024-30b0-4743-908e-af1d6214dbde img.shogun-image {
  /* Add background color handling */
  
}

#s-f0793024-30b0-4743-908e-af1d6214dbde img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f0793024-30b0-4743-908e-af1d6214dbde .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f0793024-30b0-4743-908e-af1d6214dbde .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f0793024-30b0-4743-908e-af1d6214dbde .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f0793024-30b0-4743-908e-af1d6214dbde.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f0793024-30b0-4743-908e-af1d6214dbde img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-f0793024-30b0-4743-908e-af1d6214dbde.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-f0793024-30b0-4743-908e-af1d6214dbde .shogun-image-content {
  
    justify-content: center;
  
}

.s-f0793024-30b0-4743-908e-af1d6214dbde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0793024-30b0-4743-908e-af1d6214dbde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0793024-30b0-4743-908e-af1d6214dbde.shogun-image {
  box-sizing: border-box;
}



.s-f0793024-30b0-4743-908e-af1d6214dbde img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f0793024-30b0-4743-908e-af1d6214dbde {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f0793024-30b0-4743-908e-af1d6214dbde.shogun-image-container {
      position: relative;
    }

    .s-f0793024-30b0-4743-908e-af1d6214dbde.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f0793024-30b0-4743-908e-af1d6214dbde.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f0793024-30b0-4743-908e-af1d6214dbde img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-908c4bba-7a62-4f67-aba5-29fd068d578f {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 1/1;
text-align: center;
}

#s-908c4bba-7a62-4f67-aba5-29fd068d578f {
  margin: 0 !important;
  overflow: visible;
}

#s-908c4bba-7a62-4f67-aba5-29fd068d578f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-908c4bba-7a62-4f67-aba5-29fd068d578f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-908c4bba-7a62-4f67-aba5-29fd068d578f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-908c4bba-7a62-4f67-aba5-29fd068d578f img.shogun-image {
  /* Add background color handling */
  
}

#s-908c4bba-7a62-4f67-aba5-29fd068d578f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-908c4bba-7a62-4f67-aba5-29fd068d578f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-908c4bba-7a62-4f67-aba5-29fd068d578f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-908c4bba-7a62-4f67-aba5-29fd068d578f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-908c4bba-7a62-4f67-aba5-29fd068d578f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-908c4bba-7a62-4f67-aba5-29fd068d578f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-908c4bba-7a62-4f67-aba5-29fd068d578f.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-908c4bba-7a62-4f67-aba5-29fd068d578f .shogun-image-content {
  
    justify-content: center;
  
}

.s-908c4bba-7a62-4f67-aba5-29fd068d578f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-908c4bba-7a62-4f67-aba5-29fd068d578f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-908c4bba-7a62-4f67-aba5-29fd068d578f.shogun-image {
  box-sizing: border-box;
}



.s-908c4bba-7a62-4f67-aba5-29fd068d578f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-908c4bba-7a62-4f67-aba5-29fd068d578f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-908c4bba-7a62-4f67-aba5-29fd068d578f.shogun-image-container {
      position: relative;
    }

    .s-908c4bba-7a62-4f67-aba5-29fd068d578f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-908c4bba-7a62-4f67-aba5-29fd068d578f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-908c4bba-7a62-4f67-aba5-29fd068d578f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-908c4bba-7a62-4f67-aba5-29fd068d578f {
  margin: 0 !important;
  overflow: visible;
}

#s-908c4bba-7a62-4f67-aba5-29fd068d578f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-908c4bba-7a62-4f67-aba5-29fd068d578f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-908c4bba-7a62-4f67-aba5-29fd068d578f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-908c4bba-7a62-4f67-aba5-29fd068d578f img.shogun-image {
  /* Add background color handling */
  
}

#s-908c4bba-7a62-4f67-aba5-29fd068d578f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-908c4bba-7a62-4f67-aba5-29fd068d578f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-908c4bba-7a62-4f67-aba5-29fd068d578f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-908c4bba-7a62-4f67-aba5-29fd068d578f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-908c4bba-7a62-4f67-aba5-29fd068d578f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-908c4bba-7a62-4f67-aba5-29fd068d578f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-908c4bba-7a62-4f67-aba5-29fd068d578f.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-908c4bba-7a62-4f67-aba5-29fd068d578f .shogun-image-content {
  
    justify-content: center;
  
}

.s-908c4bba-7a62-4f67-aba5-29fd068d578f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-908c4bba-7a62-4f67-aba5-29fd068d578f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-908c4bba-7a62-4f67-aba5-29fd068d578f.shogun-image {
  box-sizing: border-box;
}



.s-908c4bba-7a62-4f67-aba5-29fd068d578f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-908c4bba-7a62-4f67-aba5-29fd068d578f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-908c4bba-7a62-4f67-aba5-29fd068d578f.shogun-image-container {
      position: relative;
    }

    .s-908c4bba-7a62-4f67-aba5-29fd068d578f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-908c4bba-7a62-4f67-aba5-29fd068d578f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-908c4bba-7a62-4f67-aba5-29fd068d578f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-908c4bba-7a62-4f67-aba5-29fd068d578f {
  margin: 0 !important;
  overflow: visible;
}

#s-908c4bba-7a62-4f67-aba5-29fd068d578f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-908c4bba-7a62-4f67-aba5-29fd068d578f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-908c4bba-7a62-4f67-aba5-29fd068d578f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-908c4bba-7a62-4f67-aba5-29fd068d578f img.shogun-image {
  /* Add background color handling */
  
}

#s-908c4bba-7a62-4f67-aba5-29fd068d578f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-908c4bba-7a62-4f67-aba5-29fd068d578f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-908c4bba-7a62-4f67-aba5-29fd068d578f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-908c4bba-7a62-4f67-aba5-29fd068d578f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-908c4bba-7a62-4f67-aba5-29fd068d578f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-908c4bba-7a62-4f67-aba5-29fd068d578f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-908c4bba-7a62-4f67-aba5-29fd068d578f.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-908c4bba-7a62-4f67-aba5-29fd068d578f .shogun-image-content {
  
    justify-content: center;
  
}

.s-908c4bba-7a62-4f67-aba5-29fd068d578f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-908c4bba-7a62-4f67-aba5-29fd068d578f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-908c4bba-7a62-4f67-aba5-29fd068d578f.shogun-image {
  box-sizing: border-box;
}



.s-908c4bba-7a62-4f67-aba5-29fd068d578f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-908c4bba-7a62-4f67-aba5-29fd068d578f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-908c4bba-7a62-4f67-aba5-29fd068d578f.shogun-image-container {
      position: relative;
    }

    .s-908c4bba-7a62-4f67-aba5-29fd068d578f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-908c4bba-7a62-4f67-aba5-29fd068d578f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-908c4bba-7a62-4f67-aba5-29fd068d578f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-908c4bba-7a62-4f67-aba5-29fd068d578f {
  margin: 0 !important;
  overflow: visible;
}

#s-908c4bba-7a62-4f67-aba5-29fd068d578f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-908c4bba-7a62-4f67-aba5-29fd068d578f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-908c4bba-7a62-4f67-aba5-29fd068d578f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-908c4bba-7a62-4f67-aba5-29fd068d578f img.shogun-image {
  /* Add background color handling */
  
}

#s-908c4bba-7a62-4f67-aba5-29fd068d578f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-908c4bba-7a62-4f67-aba5-29fd068d578f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-908c4bba-7a62-4f67-aba5-29fd068d578f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-908c4bba-7a62-4f67-aba5-29fd068d578f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-908c4bba-7a62-4f67-aba5-29fd068d578f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-908c4bba-7a62-4f67-aba5-29fd068d578f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-908c4bba-7a62-4f67-aba5-29fd068d578f.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-908c4bba-7a62-4f67-aba5-29fd068d578f .shogun-image-content {
  
    justify-content: center;
  
}

.s-908c4bba-7a62-4f67-aba5-29fd068d578f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-908c4bba-7a62-4f67-aba5-29fd068d578f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-908c4bba-7a62-4f67-aba5-29fd068d578f.shogun-image {
  box-sizing: border-box;
}



.s-908c4bba-7a62-4f67-aba5-29fd068d578f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-908c4bba-7a62-4f67-aba5-29fd068d578f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-908c4bba-7a62-4f67-aba5-29fd068d578f.shogun-image-container {
      position: relative;
    }

    .s-908c4bba-7a62-4f67-aba5-29fd068d578f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-908c4bba-7a62-4f67-aba5-29fd068d578f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-908c4bba-7a62-4f67-aba5-29fd068d578f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-908c4bba-7a62-4f67-aba5-29fd068d578f {
  margin: 0 !important;
  overflow: visible;
}

#s-908c4bba-7a62-4f67-aba5-29fd068d578f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-908c4bba-7a62-4f67-aba5-29fd068d578f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-908c4bba-7a62-4f67-aba5-29fd068d578f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-908c4bba-7a62-4f67-aba5-29fd068d578f img.shogun-image {
  /* Add background color handling */
  
}

#s-908c4bba-7a62-4f67-aba5-29fd068d578f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-908c4bba-7a62-4f67-aba5-29fd068d578f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-908c4bba-7a62-4f67-aba5-29fd068d578f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-908c4bba-7a62-4f67-aba5-29fd068d578f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-908c4bba-7a62-4f67-aba5-29fd068d578f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-908c4bba-7a62-4f67-aba5-29fd068d578f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-908c4bba-7a62-4f67-aba5-29fd068d578f.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-908c4bba-7a62-4f67-aba5-29fd068d578f .shogun-image-content {
  
    justify-content: center;
  
}

.s-908c4bba-7a62-4f67-aba5-29fd068d578f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-908c4bba-7a62-4f67-aba5-29fd068d578f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-908c4bba-7a62-4f67-aba5-29fd068d578f.shogun-image {
  box-sizing: border-box;
}



.s-908c4bba-7a62-4f67-aba5-29fd068d578f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-908c4bba-7a62-4f67-aba5-29fd068d578f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-908c4bba-7a62-4f67-aba5-29fd068d578f.shogun-image-container {
      position: relative;
    }

    .s-908c4bba-7a62-4f67-aba5-29fd068d578f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-908c4bba-7a62-4f67-aba5-29fd068d578f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-908c4bba-7a62-4f67-aba5-29fd068d578f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-584c03e8-a309-4374-b324-12367469e9ce {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 2048/1038;
text-align: center;
}

#s-584c03e8-a309-4374-b324-12367469e9ce {
  margin: 0 !important;
  overflow: visible;
}

#s-584c03e8-a309-4374-b324-12367469e9ce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-584c03e8-a309-4374-b324-12367469e9ce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 5px;
  margin-bottom: 5px;
}

.shg-image-content-margin-container-s-584c03e8-a309-4374-b324-12367469e9ce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-584c03e8-a309-4374-b324-12367469e9ce img.shogun-image {
  /* Add background color handling */
  
}

#s-584c03e8-a309-4374-b324-12367469e9ce img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-584c03e8-a309-4374-b324-12367469e9ce .shg-image-content-wrapper {
      aspect-ratio: 2048/1038;
      min-width: 100%;
      height: auto;
    }

    #s-584c03e8-a309-4374-b324-12367469e9ce .shogun-image-link {
      aspect-ratio: 2048/1038;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-584c03e8-a309-4374-b324-12367469e9ce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-584c03e8-a309-4374-b324-12367469e9ce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-584c03e8-a309-4374-b324-12367469e9ce img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-584c03e8-a309-4374-b324-12367469e9ce.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-584c03e8-a309-4374-b324-12367469e9ce .shogun-image-content {
  
    justify-content: center;
  
}

.s-584c03e8-a309-4374-b324-12367469e9ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-584c03e8-a309-4374-b324-12367469e9ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-584c03e8-a309-4374-b324-12367469e9ce.shogun-image {
  box-sizing: border-box;
}



.s-584c03e8-a309-4374-b324-12367469e9ce img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-584c03e8-a309-4374-b324-12367469e9ce {
      --shg-aspect-ratio: calc(2048/1038); 
    }

    .s-584c03e8-a309-4374-b324-12367469e9ce.shogun-image-container {
      position: relative;
    }

    .s-584c03e8-a309-4374-b324-12367469e9ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-584c03e8-a309-4374-b324-12367469e9ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-584c03e8-a309-4374-b324-12367469e9ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-584c03e8-a309-4374-b324-12367469e9ce {
  margin: 0 !important;
  overflow: visible;
}

#s-584c03e8-a309-4374-b324-12367469e9ce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-584c03e8-a309-4374-b324-12367469e9ce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-584c03e8-a309-4374-b324-12367469e9ce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-584c03e8-a309-4374-b324-12367469e9ce img.shogun-image {
  /* Add background color handling */
  
}

#s-584c03e8-a309-4374-b324-12367469e9ce img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-584c03e8-a309-4374-b324-12367469e9ce .shg-image-content-wrapper {
      aspect-ratio: 2048/1038;
      min-width: 100%;
      height: auto;
    }

    #s-584c03e8-a309-4374-b324-12367469e9ce .shogun-image-link {
      aspect-ratio: 2048/1038;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-584c03e8-a309-4374-b324-12367469e9ce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-584c03e8-a309-4374-b324-12367469e9ce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-584c03e8-a309-4374-b324-12367469e9ce img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-584c03e8-a309-4374-b324-12367469e9ce.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-584c03e8-a309-4374-b324-12367469e9ce .shogun-image-content {
  
    justify-content: center;
  
}

.s-584c03e8-a309-4374-b324-12367469e9ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-584c03e8-a309-4374-b324-12367469e9ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-584c03e8-a309-4374-b324-12367469e9ce.shogun-image {
  box-sizing: border-box;
}



.s-584c03e8-a309-4374-b324-12367469e9ce img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-584c03e8-a309-4374-b324-12367469e9ce {
      --shg-aspect-ratio: calc(2048/1038); 
    }

    .s-584c03e8-a309-4374-b324-12367469e9ce.shogun-image-container {
      position: relative;
    }

    .s-584c03e8-a309-4374-b324-12367469e9ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-584c03e8-a309-4374-b324-12367469e9ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-584c03e8-a309-4374-b324-12367469e9ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-584c03e8-a309-4374-b324-12367469e9ce {
  margin: 0 !important;
  overflow: visible;
}

#s-584c03e8-a309-4374-b324-12367469e9ce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-584c03e8-a309-4374-b324-12367469e9ce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-584c03e8-a309-4374-b324-12367469e9ce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-584c03e8-a309-4374-b324-12367469e9ce img.shogun-image {
  /* Add background color handling */
  
}

#s-584c03e8-a309-4374-b324-12367469e9ce img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-584c03e8-a309-4374-b324-12367469e9ce .shg-image-content-wrapper {
      aspect-ratio: 2048/1038;
      min-width: 100%;
      height: auto;
    }

    #s-584c03e8-a309-4374-b324-12367469e9ce .shogun-image-link {
      aspect-ratio: 2048/1038;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-584c03e8-a309-4374-b324-12367469e9ce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-584c03e8-a309-4374-b324-12367469e9ce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-584c03e8-a309-4374-b324-12367469e9ce img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-584c03e8-a309-4374-b324-12367469e9ce.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-584c03e8-a309-4374-b324-12367469e9ce .shogun-image-content {
  
    justify-content: center;
  
}

.s-584c03e8-a309-4374-b324-12367469e9ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-584c03e8-a309-4374-b324-12367469e9ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-584c03e8-a309-4374-b324-12367469e9ce.shogun-image {
  box-sizing: border-box;
}



.s-584c03e8-a309-4374-b324-12367469e9ce img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-584c03e8-a309-4374-b324-12367469e9ce {
      --shg-aspect-ratio: calc(2048/1038); 
    }

    .s-584c03e8-a309-4374-b324-12367469e9ce.shogun-image-container {
      position: relative;
    }

    .s-584c03e8-a309-4374-b324-12367469e9ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-584c03e8-a309-4374-b324-12367469e9ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-584c03e8-a309-4374-b324-12367469e9ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-584c03e8-a309-4374-b324-12367469e9ce {
  margin: 0 !important;
  overflow: visible;
}

#s-584c03e8-a309-4374-b324-12367469e9ce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-584c03e8-a309-4374-b324-12367469e9ce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-584c03e8-a309-4374-b324-12367469e9ce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-584c03e8-a309-4374-b324-12367469e9ce img.shogun-image {
  /* Add background color handling */
  
}

#s-584c03e8-a309-4374-b324-12367469e9ce img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-584c03e8-a309-4374-b324-12367469e9ce .shg-image-content-wrapper {
      aspect-ratio: 2048/1038;
      min-width: 100%;
      height: auto;
    }

    #s-584c03e8-a309-4374-b324-12367469e9ce .shogun-image-link {
      aspect-ratio: 2048/1038;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-584c03e8-a309-4374-b324-12367469e9ce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-584c03e8-a309-4374-b324-12367469e9ce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-584c03e8-a309-4374-b324-12367469e9ce img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-584c03e8-a309-4374-b324-12367469e9ce.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-584c03e8-a309-4374-b324-12367469e9ce .shogun-image-content {
  
    justify-content: center;
  
}

.s-584c03e8-a309-4374-b324-12367469e9ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-584c03e8-a309-4374-b324-12367469e9ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-584c03e8-a309-4374-b324-12367469e9ce.shogun-image {
  box-sizing: border-box;
}



.s-584c03e8-a309-4374-b324-12367469e9ce img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-584c03e8-a309-4374-b324-12367469e9ce {
      --shg-aspect-ratio: calc(2048/1038); 
    }

    .s-584c03e8-a309-4374-b324-12367469e9ce.shogun-image-container {
      position: relative;
    }

    .s-584c03e8-a309-4374-b324-12367469e9ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-584c03e8-a309-4374-b324-12367469e9ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-584c03e8-a309-4374-b324-12367469e9ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-584c03e8-a309-4374-b324-12367469e9ce {
  margin: 0 !important;
  overflow: visible;
}

#s-584c03e8-a309-4374-b324-12367469e9ce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-584c03e8-a309-4374-b324-12367469e9ce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-584c03e8-a309-4374-b324-12367469e9ce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-584c03e8-a309-4374-b324-12367469e9ce img.shogun-image {
  /* Add background color handling */
  
}

#s-584c03e8-a309-4374-b324-12367469e9ce img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-584c03e8-a309-4374-b324-12367469e9ce .shg-image-content-wrapper {
      aspect-ratio: 2048/1038;
      min-width: 100%;
      height: auto;
    }

    #s-584c03e8-a309-4374-b324-12367469e9ce .shogun-image-link {
      aspect-ratio: 2048/1038;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-584c03e8-a309-4374-b324-12367469e9ce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-584c03e8-a309-4374-b324-12367469e9ce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-584c03e8-a309-4374-b324-12367469e9ce img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-584c03e8-a309-4374-b324-12367469e9ce.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-584c03e8-a309-4374-b324-12367469e9ce .shogun-image-content {
  
    justify-content: center;
  
}

.s-584c03e8-a309-4374-b324-12367469e9ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-584c03e8-a309-4374-b324-12367469e9ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-584c03e8-a309-4374-b324-12367469e9ce.shogun-image {
  box-sizing: border-box;
}



.s-584c03e8-a309-4374-b324-12367469e9ce img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-584c03e8-a309-4374-b324-12367469e9ce {
      --shg-aspect-ratio: calc(2048/1038); 
    }

    .s-584c03e8-a309-4374-b324-12367469e9ce.shogun-image-container {
      position: relative;
    }

    .s-584c03e8-a309-4374-b324-12367469e9ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-584c03e8-a309-4374-b324-12367469e9ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-584c03e8-a309-4374-b324-12367469e9ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-c04fcadf-c56e-4b6f-ad24-95b4feb7c563 {
  border-style: solid;
margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-c04fcadf-c56e-4b6f-ad24-95b4feb7c563:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 5px !important;
background-color: rgba(40, 40, 40, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c04fcadf-c56e-4b6f-ad24-95b4feb7c563:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 5px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-c04fcadf-c56e-4b6f-ad24-95b4feb7c563-root {
    text-align: center;
  }


#s-c04fcadf-c56e-4b6f-ad24-95b4feb7c563.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c04fcadf-c56e-4b6f-ad24-95b4feb7c563-root {
    text-align: center;
  }


#s-c04fcadf-c56e-4b6f-ad24-95b4feb7c563.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c04fcadf-c56e-4b6f-ad24-95b4feb7c563-root {
    text-align: center;
  }


#s-c04fcadf-c56e-4b6f-ad24-95b4feb7c563.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c04fcadf-c56e-4b6f-ad24-95b4feb7c563-root {
    text-align: center;
  }


#s-c04fcadf-c56e-4b6f-ad24-95b4feb7c563.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c04fcadf-c56e-4b6f-ad24-95b4feb7c563-root {
    text-align: center;
  }


#s-c04fcadf-c56e-4b6f-ad24-95b4feb7c563.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-136cd1c5-e441-4ff7-8891-be63008b57c7 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-136cd1c5-e441-4ff7-8891-be63008b57c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-136cd1c5-e441-4ff7-8891-be63008b57c7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6781b526-c870-4677-8a9d-24e64b120ef5 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-6781b526-c870-4677-8a9d-24e64b120ef5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-6781b526-c870-4677-8a9d-24e64b120ef5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-6781b526-c870-4677-8a9d-24e64b120ef5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-6781b526-c870-4677-8a9d-24e64b120ef5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-ebb5469c-00a2-4611-92ed-b779af195315 {
  margin-left: auto;
margin-right: auto;
max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}

#s-ebb5469c-00a2-4611-92ed-b779af195315 {
  margin: 0 !important;
  overflow: visible;
}

#s-ebb5469c-00a2-4611-92ed-b779af195315-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ebb5469c-00a2-4611-92ed-b779af195315 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ebb5469c-00a2-4611-92ed-b779af195315 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ebb5469c-00a2-4611-92ed-b779af195315 img.shogun-image {
  /* Add background color handling */
  
}

#s-ebb5469c-00a2-4611-92ed-b779af195315 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebb5469c-00a2-4611-92ed-b779af195315 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ebb5469c-00a2-4611-92ed-b779af195315 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebb5469c-00a2-4611-92ed-b779af195315 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ebb5469c-00a2-4611-92ed-b779af195315.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ebb5469c-00a2-4611-92ed-b779af195315 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-ebb5469c-00a2-4611-92ed-b779af195315.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-ebb5469c-00a2-4611-92ed-b779af195315 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ebb5469c-00a2-4611-92ed-b779af195315.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebb5469c-00a2-4611-92ed-b779af195315.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebb5469c-00a2-4611-92ed-b779af195315.shogun-image {
  box-sizing: border-box;
}



.s-ebb5469c-00a2-4611-92ed-b779af195315 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ebb5469c-00a2-4611-92ed-b779af195315 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ebb5469c-00a2-4611-92ed-b779af195315.shogun-image-container {
      position: relative;
    }

    .s-ebb5469c-00a2-4611-92ed-b779af195315.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebb5469c-00a2-4611-92ed-b779af195315.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebb5469c-00a2-4611-92ed-b779af195315 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

@media (min-width: 1200px){#s-ebb5469c-00a2-4611-92ed-b779af195315 {
  margin: 0 !important;
  overflow: visible;
}

#s-ebb5469c-00a2-4611-92ed-b779af195315-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ebb5469c-00a2-4611-92ed-b779af195315 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ebb5469c-00a2-4611-92ed-b779af195315 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ebb5469c-00a2-4611-92ed-b779af195315 img.shogun-image {
  /* Add background color handling */
  
}

#s-ebb5469c-00a2-4611-92ed-b779af195315 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebb5469c-00a2-4611-92ed-b779af195315 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ebb5469c-00a2-4611-92ed-b779af195315 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebb5469c-00a2-4611-92ed-b779af195315 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ebb5469c-00a2-4611-92ed-b779af195315.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ebb5469c-00a2-4611-92ed-b779af195315 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-ebb5469c-00a2-4611-92ed-b779af195315.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-ebb5469c-00a2-4611-92ed-b779af195315 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ebb5469c-00a2-4611-92ed-b779af195315.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebb5469c-00a2-4611-92ed-b779af195315.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebb5469c-00a2-4611-92ed-b779af195315.shogun-image {
  box-sizing: border-box;
}



.s-ebb5469c-00a2-4611-92ed-b779af195315 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ebb5469c-00a2-4611-92ed-b779af195315 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ebb5469c-00a2-4611-92ed-b779af195315.shogun-image-container {
      position: relative;
    }

    .s-ebb5469c-00a2-4611-92ed-b779af195315.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebb5469c-00a2-4611-92ed-b779af195315.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebb5469c-00a2-4611-92ed-b779af195315 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ebb5469c-00a2-4611-92ed-b779af195315 {
  margin: 0 !important;
  overflow: visible;
}

#s-ebb5469c-00a2-4611-92ed-b779af195315-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ebb5469c-00a2-4611-92ed-b779af195315 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ebb5469c-00a2-4611-92ed-b779af195315 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ebb5469c-00a2-4611-92ed-b779af195315 img.shogun-image {
  /* Add background color handling */
  
}

#s-ebb5469c-00a2-4611-92ed-b779af195315 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebb5469c-00a2-4611-92ed-b779af195315 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ebb5469c-00a2-4611-92ed-b779af195315 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebb5469c-00a2-4611-92ed-b779af195315 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ebb5469c-00a2-4611-92ed-b779af195315.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ebb5469c-00a2-4611-92ed-b779af195315 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-ebb5469c-00a2-4611-92ed-b779af195315.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-ebb5469c-00a2-4611-92ed-b779af195315 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ebb5469c-00a2-4611-92ed-b779af195315.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebb5469c-00a2-4611-92ed-b779af195315.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebb5469c-00a2-4611-92ed-b779af195315.shogun-image {
  box-sizing: border-box;
}



.s-ebb5469c-00a2-4611-92ed-b779af195315 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ebb5469c-00a2-4611-92ed-b779af195315 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ebb5469c-00a2-4611-92ed-b779af195315.shogun-image-container {
      position: relative;
    }

    .s-ebb5469c-00a2-4611-92ed-b779af195315.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebb5469c-00a2-4611-92ed-b779af195315.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebb5469c-00a2-4611-92ed-b779af195315 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ebb5469c-00a2-4611-92ed-b779af195315 {
  margin: 0 !important;
  overflow: visible;
}

#s-ebb5469c-00a2-4611-92ed-b779af195315-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ebb5469c-00a2-4611-92ed-b779af195315 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ebb5469c-00a2-4611-92ed-b779af195315 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ebb5469c-00a2-4611-92ed-b779af195315 img.shogun-image {
  /* Add background color handling */
  
}

#s-ebb5469c-00a2-4611-92ed-b779af195315 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebb5469c-00a2-4611-92ed-b779af195315 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ebb5469c-00a2-4611-92ed-b779af195315 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebb5469c-00a2-4611-92ed-b779af195315 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ebb5469c-00a2-4611-92ed-b779af195315.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ebb5469c-00a2-4611-92ed-b779af195315 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-ebb5469c-00a2-4611-92ed-b779af195315.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-ebb5469c-00a2-4611-92ed-b779af195315 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ebb5469c-00a2-4611-92ed-b779af195315.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebb5469c-00a2-4611-92ed-b779af195315.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebb5469c-00a2-4611-92ed-b779af195315.shogun-image {
  box-sizing: border-box;
}



.s-ebb5469c-00a2-4611-92ed-b779af195315 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ebb5469c-00a2-4611-92ed-b779af195315 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ebb5469c-00a2-4611-92ed-b779af195315.shogun-image-container {
      position: relative;
    }

    .s-ebb5469c-00a2-4611-92ed-b779af195315.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebb5469c-00a2-4611-92ed-b779af195315.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebb5469c-00a2-4611-92ed-b779af195315 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (max-width: 767px){#s-ebb5469c-00a2-4611-92ed-b779af195315 {
  margin: 0 !important;
  overflow: visible;
}

#s-ebb5469c-00a2-4611-92ed-b779af195315-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ebb5469c-00a2-4611-92ed-b779af195315 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ebb5469c-00a2-4611-92ed-b779af195315 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ebb5469c-00a2-4611-92ed-b779af195315 img.shogun-image {
  /* Add background color handling */
  
}

#s-ebb5469c-00a2-4611-92ed-b779af195315 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebb5469c-00a2-4611-92ed-b779af195315 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ebb5469c-00a2-4611-92ed-b779af195315 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebb5469c-00a2-4611-92ed-b779af195315 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ebb5469c-00a2-4611-92ed-b779af195315.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ebb5469c-00a2-4611-92ed-b779af195315 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-ebb5469c-00a2-4611-92ed-b779af195315.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-ebb5469c-00a2-4611-92ed-b779af195315 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ebb5469c-00a2-4611-92ed-b779af195315.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebb5469c-00a2-4611-92ed-b779af195315.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebb5469c-00a2-4611-92ed-b779af195315.shogun-image {
  box-sizing: border-box;
}



.s-ebb5469c-00a2-4611-92ed-b779af195315 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ebb5469c-00a2-4611-92ed-b779af195315 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ebb5469c-00a2-4611-92ed-b779af195315.shogun-image-container {
      position: relative;
    }

    .s-ebb5469c-00a2-4611-92ed-b779af195315.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebb5469c-00a2-4611-92ed-b779af195315.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebb5469c-00a2-4611-92ed-b779af195315 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}
#s-77682f21-9188-4327-a52f-5da9b5ea4147 {
  margin-left: auto;
margin-right: auto;
max-width: 750px;
aspect-ratio: 1/1;
text-align: center;
}

#s-77682f21-9188-4327-a52f-5da9b5ea4147 {
  margin: 0 !important;
  overflow: visible;
}

#s-77682f21-9188-4327-a52f-5da9b5ea4147-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-77682f21-9188-4327-a52f-5da9b5ea4147 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-77682f21-9188-4327-a52f-5da9b5ea4147 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-77682f21-9188-4327-a52f-5da9b5ea4147 img.shogun-image {
  /* Add background color handling */
  
}

#s-77682f21-9188-4327-a52f-5da9b5ea4147 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-77682f21-9188-4327-a52f-5da9b5ea4147 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-77682f21-9188-4327-a52f-5da9b5ea4147 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-77682f21-9188-4327-a52f-5da9b5ea4147 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-77682f21-9188-4327-a52f-5da9b5ea4147.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-77682f21-9188-4327-a52f-5da9b5ea4147 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 750px;
  }



  img.s-77682f21-9188-4327-a52f-5da9b5ea4147.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-77682f21-9188-4327-a52f-5da9b5ea4147 .shogun-image-content {
  
    justify-content: center;
  
}

.s-77682f21-9188-4327-a52f-5da9b5ea4147.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77682f21-9188-4327-a52f-5da9b5ea4147.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77682f21-9188-4327-a52f-5da9b5ea4147.shogun-image {
  box-sizing: border-box;
}



.s-77682f21-9188-4327-a52f-5da9b5ea4147 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-77682f21-9188-4327-a52f-5da9b5ea4147 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-77682f21-9188-4327-a52f-5da9b5ea4147.shogun-image-container {
      position: relative;
    }

    .s-77682f21-9188-4327-a52f-5da9b5ea4147.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77682f21-9188-4327-a52f-5da9b5ea4147.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77682f21-9188-4327-a52f-5da9b5ea4147 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

@media (min-width: 1200px){#s-77682f21-9188-4327-a52f-5da9b5ea4147 {
  margin: 0 !important;
  overflow: visible;
}

#s-77682f21-9188-4327-a52f-5da9b5ea4147-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-77682f21-9188-4327-a52f-5da9b5ea4147 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-77682f21-9188-4327-a52f-5da9b5ea4147 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-77682f21-9188-4327-a52f-5da9b5ea4147 img.shogun-image {
  /* Add background color handling */
  
}

#s-77682f21-9188-4327-a52f-5da9b5ea4147 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-77682f21-9188-4327-a52f-5da9b5ea4147 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-77682f21-9188-4327-a52f-5da9b5ea4147 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-77682f21-9188-4327-a52f-5da9b5ea4147 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-77682f21-9188-4327-a52f-5da9b5ea4147.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-77682f21-9188-4327-a52f-5da9b5ea4147 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 750px;
  }



  img.s-77682f21-9188-4327-a52f-5da9b5ea4147.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-77682f21-9188-4327-a52f-5da9b5ea4147 .shogun-image-content {
  
    justify-content: center;
  
}

.s-77682f21-9188-4327-a52f-5da9b5ea4147.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77682f21-9188-4327-a52f-5da9b5ea4147.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77682f21-9188-4327-a52f-5da9b5ea4147.shogun-image {
  box-sizing: border-box;
}



.s-77682f21-9188-4327-a52f-5da9b5ea4147 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-77682f21-9188-4327-a52f-5da9b5ea4147 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-77682f21-9188-4327-a52f-5da9b5ea4147.shogun-image-container {
      position: relative;
    }

    .s-77682f21-9188-4327-a52f-5da9b5ea4147.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77682f21-9188-4327-a52f-5da9b5ea4147.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77682f21-9188-4327-a52f-5da9b5ea4147 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-77682f21-9188-4327-a52f-5da9b5ea4147 {
  margin: 0 !important;
  overflow: visible;
}

#s-77682f21-9188-4327-a52f-5da9b5ea4147-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-77682f21-9188-4327-a52f-5da9b5ea4147 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-77682f21-9188-4327-a52f-5da9b5ea4147 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-77682f21-9188-4327-a52f-5da9b5ea4147 img.shogun-image {
  /* Add background color handling */
  
}

#s-77682f21-9188-4327-a52f-5da9b5ea4147 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-77682f21-9188-4327-a52f-5da9b5ea4147 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-77682f21-9188-4327-a52f-5da9b5ea4147 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-77682f21-9188-4327-a52f-5da9b5ea4147 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-77682f21-9188-4327-a52f-5da9b5ea4147.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-77682f21-9188-4327-a52f-5da9b5ea4147 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 750px;
  }



  img.s-77682f21-9188-4327-a52f-5da9b5ea4147.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-77682f21-9188-4327-a52f-5da9b5ea4147 .shogun-image-content {
  
    justify-content: center;
  
}

.s-77682f21-9188-4327-a52f-5da9b5ea4147.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77682f21-9188-4327-a52f-5da9b5ea4147.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77682f21-9188-4327-a52f-5da9b5ea4147.shogun-image {
  box-sizing: border-box;
}



.s-77682f21-9188-4327-a52f-5da9b5ea4147 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-77682f21-9188-4327-a52f-5da9b5ea4147 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-77682f21-9188-4327-a52f-5da9b5ea4147.shogun-image-container {
      position: relative;
    }

    .s-77682f21-9188-4327-a52f-5da9b5ea4147.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77682f21-9188-4327-a52f-5da9b5ea4147.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77682f21-9188-4327-a52f-5da9b5ea4147 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-77682f21-9188-4327-a52f-5da9b5ea4147 {
  margin: 0 !important;
  overflow: visible;
}

#s-77682f21-9188-4327-a52f-5da9b5ea4147-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-77682f21-9188-4327-a52f-5da9b5ea4147 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-77682f21-9188-4327-a52f-5da9b5ea4147 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-77682f21-9188-4327-a52f-5da9b5ea4147 img.shogun-image {
  /* Add background color handling */
  
}

#s-77682f21-9188-4327-a52f-5da9b5ea4147 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-77682f21-9188-4327-a52f-5da9b5ea4147 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-77682f21-9188-4327-a52f-5da9b5ea4147 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-77682f21-9188-4327-a52f-5da9b5ea4147 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-77682f21-9188-4327-a52f-5da9b5ea4147.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-77682f21-9188-4327-a52f-5da9b5ea4147 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 750px;
  }



  img.s-77682f21-9188-4327-a52f-5da9b5ea4147.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-77682f21-9188-4327-a52f-5da9b5ea4147 .shogun-image-content {
  
    justify-content: center;
  
}

.s-77682f21-9188-4327-a52f-5da9b5ea4147.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77682f21-9188-4327-a52f-5da9b5ea4147.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77682f21-9188-4327-a52f-5da9b5ea4147.shogun-image {
  box-sizing: border-box;
}



.s-77682f21-9188-4327-a52f-5da9b5ea4147 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-77682f21-9188-4327-a52f-5da9b5ea4147 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-77682f21-9188-4327-a52f-5da9b5ea4147.shogun-image-container {
      position: relative;
    }

    .s-77682f21-9188-4327-a52f-5da9b5ea4147.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77682f21-9188-4327-a52f-5da9b5ea4147.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77682f21-9188-4327-a52f-5da9b5ea4147 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

}@media (max-width: 767px){#s-77682f21-9188-4327-a52f-5da9b5ea4147 {
  margin: 0 !important;
  overflow: visible;
}

#s-77682f21-9188-4327-a52f-5da9b5ea4147-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-77682f21-9188-4327-a52f-5da9b5ea4147 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-77682f21-9188-4327-a52f-5da9b5ea4147 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-77682f21-9188-4327-a52f-5da9b5ea4147 img.shogun-image {
  /* Add background color handling */
  
}

#s-77682f21-9188-4327-a52f-5da9b5ea4147 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-77682f21-9188-4327-a52f-5da9b5ea4147 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-77682f21-9188-4327-a52f-5da9b5ea4147 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-77682f21-9188-4327-a52f-5da9b5ea4147 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-77682f21-9188-4327-a52f-5da9b5ea4147.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-77682f21-9188-4327-a52f-5da9b5ea4147 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 750px;
  }



  img.s-77682f21-9188-4327-a52f-5da9b5ea4147.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-77682f21-9188-4327-a52f-5da9b5ea4147 .shogun-image-content {
  
    justify-content: center;
  
}

.s-77682f21-9188-4327-a52f-5da9b5ea4147.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77682f21-9188-4327-a52f-5da9b5ea4147.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77682f21-9188-4327-a52f-5da9b5ea4147.shogun-image {
  box-sizing: border-box;
}



.s-77682f21-9188-4327-a52f-5da9b5ea4147 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-77682f21-9188-4327-a52f-5da9b5ea4147 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-77682f21-9188-4327-a52f-5da9b5ea4147.shogun-image-container {
      position: relative;
    }

    .s-77682f21-9188-4327-a52f-5da9b5ea4147.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77682f21-9188-4327-a52f-5da9b5ea4147.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77682f21-9188-4327-a52f-5da9b5ea4147 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

}
#s-8135d4c9-1fd6-4f50-8b86-c135a8e0d629 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-8135d4c9-1fd6-4f50-8b86-c135a8e0d629"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-8135d4c9-1fd6-4f50-8b86-c135a8e0d629"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-8135d4c9-1fd6-4f50-8b86-c135a8e0d629"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-8135d4c9-1fd6-4f50-8b86-c135a8e0d629"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-0d13873e-efd5-45d7-adfd-568e1cdd7581 {
  margin-left: auto;
margin-right: auto;
max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}

#s-0d13873e-efd5-45d7-adfd-568e1cdd7581 {
  margin: 0 !important;
  overflow: visible;
}

#s-0d13873e-efd5-45d7-adfd-568e1cdd7581-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0d13873e-efd5-45d7-adfd-568e1cdd7581 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0d13873e-efd5-45d7-adfd-568e1cdd7581 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0d13873e-efd5-45d7-adfd-568e1cdd7581 img.shogun-image {
  /* Add background color handling */
  
}

#s-0d13873e-efd5-45d7-adfd-568e1cdd7581 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0d13873e-efd5-45d7-adfd-568e1cdd7581 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0d13873e-efd5-45d7-adfd-568e1cdd7581 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0d13873e-efd5-45d7-adfd-568e1cdd7581 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0d13873e-efd5-45d7-adfd-568e1cdd7581.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0d13873e-efd5-45d7-adfd-568e1cdd7581 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-0d13873e-efd5-45d7-adfd-568e1cdd7581.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-0d13873e-efd5-45d7-adfd-568e1cdd7581 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0d13873e-efd5-45d7-adfd-568e1cdd7581.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d13873e-efd5-45d7-adfd-568e1cdd7581.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d13873e-efd5-45d7-adfd-568e1cdd7581.shogun-image {
  box-sizing: border-box;
}



.s-0d13873e-efd5-45d7-adfd-568e1cdd7581 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0d13873e-efd5-45d7-adfd-568e1cdd7581 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0d13873e-efd5-45d7-adfd-568e1cdd7581.shogun-image-container {
      position: relative;
    }

    .s-0d13873e-efd5-45d7-adfd-568e1cdd7581.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d13873e-efd5-45d7-adfd-568e1cdd7581.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d13873e-efd5-45d7-adfd-568e1cdd7581 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

@media (min-width: 1200px){#s-0d13873e-efd5-45d7-adfd-568e1cdd7581 {
  margin: 0 !important;
  overflow: visible;
}

#s-0d13873e-efd5-45d7-adfd-568e1cdd7581-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0d13873e-efd5-45d7-adfd-568e1cdd7581 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0d13873e-efd5-45d7-adfd-568e1cdd7581 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0d13873e-efd5-45d7-adfd-568e1cdd7581 img.shogun-image {
  /* Add background color handling */
  
}

#s-0d13873e-efd5-45d7-adfd-568e1cdd7581 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0d13873e-efd5-45d7-adfd-568e1cdd7581 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0d13873e-efd5-45d7-adfd-568e1cdd7581 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0d13873e-efd5-45d7-adfd-568e1cdd7581 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0d13873e-efd5-45d7-adfd-568e1cdd7581.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0d13873e-efd5-45d7-adfd-568e1cdd7581 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-0d13873e-efd5-45d7-adfd-568e1cdd7581.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-0d13873e-efd5-45d7-adfd-568e1cdd7581 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0d13873e-efd5-45d7-adfd-568e1cdd7581.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d13873e-efd5-45d7-adfd-568e1cdd7581.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d13873e-efd5-45d7-adfd-568e1cdd7581.shogun-image {
  box-sizing: border-box;
}



.s-0d13873e-efd5-45d7-adfd-568e1cdd7581 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0d13873e-efd5-45d7-adfd-568e1cdd7581 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0d13873e-efd5-45d7-adfd-568e1cdd7581.shogun-image-container {
      position: relative;
    }

    .s-0d13873e-efd5-45d7-adfd-568e1cdd7581.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d13873e-efd5-45d7-adfd-568e1cdd7581.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d13873e-efd5-45d7-adfd-568e1cdd7581 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0d13873e-efd5-45d7-adfd-568e1cdd7581 {
  margin: 0 !important;
  overflow: visible;
}

#s-0d13873e-efd5-45d7-adfd-568e1cdd7581-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0d13873e-efd5-45d7-adfd-568e1cdd7581 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0d13873e-efd5-45d7-adfd-568e1cdd7581 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0d13873e-efd5-45d7-adfd-568e1cdd7581 img.shogun-image {
  /* Add background color handling */
  
}

#s-0d13873e-efd5-45d7-adfd-568e1cdd7581 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0d13873e-efd5-45d7-adfd-568e1cdd7581 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0d13873e-efd5-45d7-adfd-568e1cdd7581 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0d13873e-efd5-45d7-adfd-568e1cdd7581 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0d13873e-efd5-45d7-adfd-568e1cdd7581.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0d13873e-efd5-45d7-adfd-568e1cdd7581 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-0d13873e-efd5-45d7-adfd-568e1cdd7581.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-0d13873e-efd5-45d7-adfd-568e1cdd7581 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0d13873e-efd5-45d7-adfd-568e1cdd7581.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d13873e-efd5-45d7-adfd-568e1cdd7581.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d13873e-efd5-45d7-adfd-568e1cdd7581.shogun-image {
  box-sizing: border-box;
}



.s-0d13873e-efd5-45d7-adfd-568e1cdd7581 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0d13873e-efd5-45d7-adfd-568e1cdd7581 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0d13873e-efd5-45d7-adfd-568e1cdd7581.shogun-image-container {
      position: relative;
    }

    .s-0d13873e-efd5-45d7-adfd-568e1cdd7581.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d13873e-efd5-45d7-adfd-568e1cdd7581.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d13873e-efd5-45d7-adfd-568e1cdd7581 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0d13873e-efd5-45d7-adfd-568e1cdd7581 {
  margin: 0 !important;
  overflow: visible;
}

#s-0d13873e-efd5-45d7-adfd-568e1cdd7581-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0d13873e-efd5-45d7-adfd-568e1cdd7581 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0d13873e-efd5-45d7-adfd-568e1cdd7581 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0d13873e-efd5-45d7-adfd-568e1cdd7581 img.shogun-image {
  /* Add background color handling */
  
}

#s-0d13873e-efd5-45d7-adfd-568e1cdd7581 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0d13873e-efd5-45d7-adfd-568e1cdd7581 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0d13873e-efd5-45d7-adfd-568e1cdd7581 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0d13873e-efd5-45d7-adfd-568e1cdd7581 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0d13873e-efd5-45d7-adfd-568e1cdd7581.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0d13873e-efd5-45d7-adfd-568e1cdd7581 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-0d13873e-efd5-45d7-adfd-568e1cdd7581.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-0d13873e-efd5-45d7-adfd-568e1cdd7581 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0d13873e-efd5-45d7-adfd-568e1cdd7581.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d13873e-efd5-45d7-adfd-568e1cdd7581.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d13873e-efd5-45d7-adfd-568e1cdd7581.shogun-image {
  box-sizing: border-box;
}



.s-0d13873e-efd5-45d7-adfd-568e1cdd7581 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0d13873e-efd5-45d7-adfd-568e1cdd7581 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0d13873e-efd5-45d7-adfd-568e1cdd7581.shogun-image-container {
      position: relative;
    }

    .s-0d13873e-efd5-45d7-adfd-568e1cdd7581.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d13873e-efd5-45d7-adfd-568e1cdd7581.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d13873e-efd5-45d7-adfd-568e1cdd7581 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}@media (max-width: 767px){#s-0d13873e-efd5-45d7-adfd-568e1cdd7581 {
  margin: 0 !important;
  overflow: visible;
}

#s-0d13873e-efd5-45d7-adfd-568e1cdd7581-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0d13873e-efd5-45d7-adfd-568e1cdd7581 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0d13873e-efd5-45d7-adfd-568e1cdd7581 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0d13873e-efd5-45d7-adfd-568e1cdd7581 img.shogun-image {
  /* Add background color handling */
  
}

#s-0d13873e-efd5-45d7-adfd-568e1cdd7581 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0d13873e-efd5-45d7-adfd-568e1cdd7581 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0d13873e-efd5-45d7-adfd-568e1cdd7581 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0d13873e-efd5-45d7-adfd-568e1cdd7581 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0d13873e-efd5-45d7-adfd-568e1cdd7581.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0d13873e-efd5-45d7-adfd-568e1cdd7581 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 900px;
  }



  img.s-0d13873e-efd5-45d7-adfd-568e1cdd7581.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-0d13873e-efd5-45d7-adfd-568e1cdd7581 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0d13873e-efd5-45d7-adfd-568e1cdd7581.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d13873e-efd5-45d7-adfd-568e1cdd7581.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d13873e-efd5-45d7-adfd-568e1cdd7581.shogun-image {
  box-sizing: border-box;
}



.s-0d13873e-efd5-45d7-adfd-568e1cdd7581 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0d13873e-efd5-45d7-adfd-568e1cdd7581 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0d13873e-efd5-45d7-adfd-568e1cdd7581.shogun-image-container {
      position: relative;
    }

    .s-0d13873e-efd5-45d7-adfd-568e1cdd7581.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d13873e-efd5-45d7-adfd-568e1cdd7581.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d13873e-efd5-45d7-adfd-568e1cdd7581 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}
#s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 {
  margin-left: auto;
margin-right: auto;
max-width: 750px;
aspect-ratio: 1/1;
text-align: center;
}

#s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 {
  margin: 0 !important;
  overflow: visible;
}

#s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 img.shogun-image {
  /* Add background color handling */
  
}

#s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 750px;
  }



  img.s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4.shogun-image {
  box-sizing: border-box;
}



.s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4.shogun-image-container {
      position: relative;
    }

    .s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

@media (min-width: 1200px){#s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 {
  margin: 0 !important;
  overflow: visible;
}

#s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 img.shogun-image {
  /* Add background color handling */
  
}

#s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 750px;
  }



  img.s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4.shogun-image {
  box-sizing: border-box;
}



.s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4.shogun-image-container {
      position: relative;
    }

    .s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 {
  margin: 0 !important;
  overflow: visible;
}

#s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 img.shogun-image {
  /* Add background color handling */
  
}

#s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 750px;
  }



  img.s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4.shogun-image {
  box-sizing: border-box;
}



.s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4.shogun-image-container {
      position: relative;
    }

    .s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 {
  margin: 0 !important;
  overflow: visible;
}

#s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 img.shogun-image {
  /* Add background color handling */
  
}

#s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 750px;
  }



  img.s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4.shogun-image {
  box-sizing: border-box;
}



.s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4.shogun-image-container {
      position: relative;
    }

    .s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

}@media (max-width: 767px){#s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 {
  margin: 0 !important;
  overflow: visible;
}

#s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 img.shogun-image {
  /* Add background color handling */
  
}

#s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 750px;
  }



  img.s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4.shogun-image {
  box-sizing: border-box;
}



.s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4.shogun-image-container {
      position: relative;
    }

    .s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

}
#s-43275fec-c9af-473b-8a89-f822bd85753a {
  border-style: solid;
margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-43275fec-c9af-473b-8a89-f822bd85753a:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 5px !important;
background-color: rgba(40, 40, 40, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-43275fec-c9af-473b-8a89-f822bd85753a:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 5px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-43275fec-c9af-473b-8a89-f822bd85753a-root {
    text-align: center;
  }


#s-43275fec-c9af-473b-8a89-f822bd85753a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-43275fec-c9af-473b-8a89-f822bd85753a-root {
    text-align: center;
  }


#s-43275fec-c9af-473b-8a89-f822bd85753a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-43275fec-c9af-473b-8a89-f822bd85753a-root {
    text-align: center;
  }


#s-43275fec-c9af-473b-8a89-f822bd85753a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-43275fec-c9af-473b-8a89-f822bd85753a-root {
    text-align: center;
  }


#s-43275fec-c9af-473b-8a89-f822bd85753a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-43275fec-c9af-473b-8a89-f822bd85753a-root {
    text-align: center;
  }


#s-43275fec-c9af-473b-8a89-f822bd85753a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-15a2a843-19c9-4cb9-90b6-a3ea2242a5ce {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-15a2a843-19c9-4cb9-90b6-a3ea2242a5ce {
  display: none;
}
#s-15a2a843-19c9-4cb9-90b6-a3ea2242a5ce, #wrap-s-15a2a843-19c9-4cb9-90b6-a3ea2242a5ce, #wrap-content-s-15a2a843-19c9-4cb9-90b6-a3ea2242a5ce { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-15a2a843-19c9-4cb9-90b6-a3ea2242a5ce {
  display: none;
}
#s-15a2a843-19c9-4cb9-90b6-a3ea2242a5ce, #wrap-s-15a2a843-19c9-4cb9-90b6-a3ea2242a5ce, #wrap-content-s-15a2a843-19c9-4cb9-90b6-a3ea2242a5ce { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-15a2a843-19c9-4cb9-90b6-a3ea2242a5ce {
  display: none;
}
#s-15a2a843-19c9-4cb9-90b6-a3ea2242a5ce, #wrap-s-15a2a843-19c9-4cb9-90b6-a3ea2242a5ce, #wrap-content-s-15a2a843-19c9-4cb9-90b6-a3ea2242a5ce { display: none !important; }}@media (max-width: 767px){#s-15a2a843-19c9-4cb9-90b6-a3ea2242a5ce {
  display: none;
}
#s-15a2a843-19c9-4cb9-90b6-a3ea2242a5ce, #wrap-s-15a2a843-19c9-4cb9-90b6-a3ea2242a5ce, #wrap-content-s-15a2a843-19c9-4cb9-90b6-a3ea2242a5ce { display: none !important; }}







#s-15a2a843-19c9-4cb9-90b6-a3ea2242a5ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-15a2a843-19c9-4cb9-90b6-a3ea2242a5ce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2d083197-38f4-41d5-98c7-73a0b32721ff {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
}

#s-1576c4ce-b111-450b-8583-9721c7e498af {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (min-width: 1200px){#s-1576c4ce-b111-450b-8583-9721c7e498af {
  display: none;
}
#s-1576c4ce-b111-450b-8583-9721c7e498af, #wrap-s-1576c4ce-b111-450b-8583-9721c7e498af, #wrap-content-s-1576c4ce-b111-450b-8583-9721c7e498af { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1576c4ce-b111-450b-8583-9721c7e498af {
  display: none;
}
#s-1576c4ce-b111-450b-8583-9721c7e498af, #wrap-s-1576c4ce-b111-450b-8583-9721c7e498af, #wrap-content-s-1576c4ce-b111-450b-8583-9721c7e498af { display: none !important; }}
/*
  $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;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}