.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;
min-height: 50px;
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: 1%;
margin-bottom: 0px;
margin-right: 1%;
}
@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 {
  
}
}@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-9 {
  width: calc(75.0% - 2.5px);
}

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

}

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

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

}

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

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

}

.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-1c676132-2799-474a-bd46-561e65c2f04d {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 3000px;
text-align: center;
}
#s-1c676132-2799-474a-bd46-561e65c2f04d:hover {border-style: solid !important;
border-color: rgba(40, 40, 40, 0) !important;
opacity: 1 !important;}
#s-1c676132-2799-474a-bd46-561e65c2f04d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1c676132-2799-474a-bd46-561e65c2f04d-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-1c676132-2799-474a-bd46-561e65c2f04d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-1c676132-2799-474a-bd46-561e65c2f04d .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-1c676132-2799-474a-bd46-561e65c2f04d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1c676132-2799-474a-bd46-561e65c2f04d img.shogun-image {
  width: 100%;
  
  
  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-1c676132-2799-474a-bd46-561e65c2f04d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1c676132-2799-474a-bd46-561e65c2f04d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c676132-2799-474a-bd46-561e65c2f04d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c676132-2799-474a-bd46-561e65c2f04d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-1c676132-2799-474a-bd46-561e65c2f04d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1c676132-2799-474a-bd46-561e65c2f04d-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-1c676132-2799-474a-bd46-561e65c2f04d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1c676132-2799-474a-bd46-561e65c2f04d .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-1c676132-2799-474a-bd46-561e65c2f04d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1c676132-2799-474a-bd46-561e65c2f04d 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-1c676132-2799-474a-bd46-561e65c2f04d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1c676132-2799-474a-bd46-561e65c2f04d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c676132-2799-474a-bd46-561e65c2f04d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c676132-2799-474a-bd46-561e65c2f04d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-1c676132-2799-474a-bd46-561e65c2f04d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1c676132-2799-474a-bd46-561e65c2f04d-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-1c676132-2799-474a-bd46-561e65c2f04d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1c676132-2799-474a-bd46-561e65c2f04d .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-1c676132-2799-474a-bd46-561e65c2f04d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1c676132-2799-474a-bd46-561e65c2f04d 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-1c676132-2799-474a-bd46-561e65c2f04d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1c676132-2799-474a-bd46-561e65c2f04d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c676132-2799-474a-bd46-561e65c2f04d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c676132-2799-474a-bd46-561e65c2f04d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-1c676132-2799-474a-bd46-561e65c2f04d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1c676132-2799-474a-bd46-561e65c2f04d-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-1c676132-2799-474a-bd46-561e65c2f04d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1c676132-2799-474a-bd46-561e65c2f04d .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-1c676132-2799-474a-bd46-561e65c2f04d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1c676132-2799-474a-bd46-561e65c2f04d 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-1c676132-2799-474a-bd46-561e65c2f04d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1c676132-2799-474a-bd46-561e65c2f04d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c676132-2799-474a-bd46-561e65c2f04d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c676132-2799-474a-bd46-561e65c2f04d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-1c676132-2799-474a-bd46-561e65c2f04d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1c676132-2799-474a-bd46-561e65c2f04d-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-1c676132-2799-474a-bd46-561e65c2f04d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1c676132-2799-474a-bd46-561e65c2f04d .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-1c676132-2799-474a-bd46-561e65c2f04d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1c676132-2799-474a-bd46-561e65c2f04d 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-1c676132-2799-474a-bd46-561e65c2f04d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1c676132-2799-474a-bd46-561e65c2f04d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c676132-2799-474a-bd46-561e65c2f04d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c676132-2799-474a-bd46-561e65c2f04d.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-67a07362-e104-4ad2-8398-509979fde757 {
  margin-top: 2px;
margin-bottom: 2px;
max-width: 3000px;
text-align: center;
}
@media (min-width: 1200px){#s-67a07362-e104-4ad2-8398-509979fde757 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-67a07362-e104-4ad2-8398-509979fde757 {
  
}
}
#s-67a07362-e104-4ad2-8398-509979fde757 {
  margin: 0 !important;
  overflow: visible;
}

#s-67a07362-e104-4ad2-8398-509979fde757-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-67a07362-e104-4ad2-8398-509979fde757 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-67a07362-e104-4ad2-8398-509979fde757 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-67a07362-e104-4ad2-8398-509979fde757 img.shogun-image {
  /* Add background color handling */
  
}

#s-67a07362-e104-4ad2-8398-509979fde757 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;

}






.s-67a07362-e104-4ad2-8398-509979fde757 .shogun-image-content {
  
    justify-content: center;
  
}

.s-67a07362-e104-4ad2-8398-509979fde757.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67a07362-e104-4ad2-8398-509979fde757.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67a07362-e104-4ad2-8398-509979fde757.shogun-image {
  box-sizing: border-box;
}


.s-67a07362-e104-4ad2-8398-509979fde757 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-67a07362-e104-4ad2-8398-509979fde757 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-67a07362-e104-4ad2-8398-509979fde757 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-67a07362-e104-4ad2-8398-509979fde757 img.shogun-image {
  
}


@media (min-width: 1200px){#s-67a07362-e104-4ad2-8398-509979fde757 {
  margin: 0 !important;
  overflow: visible;
}

#s-67a07362-e104-4ad2-8398-509979fde757-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-67a07362-e104-4ad2-8398-509979fde757 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-67a07362-e104-4ad2-8398-509979fde757 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-67a07362-e104-4ad2-8398-509979fde757 img.shogun-image {
  /* Add background color handling */
  
}

#s-67a07362-e104-4ad2-8398-509979fde757 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-67a07362-e104-4ad2-8398-509979fde757 .shogun-image-content {
  
    justify-content: center;
  
}

.s-67a07362-e104-4ad2-8398-509979fde757.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67a07362-e104-4ad2-8398-509979fde757.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67a07362-e104-4ad2-8398-509979fde757.shogun-image {
  box-sizing: border-box;
}


.s-67a07362-e104-4ad2-8398-509979fde757 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-67a07362-e104-4ad2-8398-509979fde757 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-67a07362-e104-4ad2-8398-509979fde757 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-67a07362-e104-4ad2-8398-509979fde757 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-67a07362-e104-4ad2-8398-509979fde757 {
  margin: 0 !important;
  overflow: visible;
}

#s-67a07362-e104-4ad2-8398-509979fde757-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-67a07362-e104-4ad2-8398-509979fde757 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-67a07362-e104-4ad2-8398-509979fde757 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-67a07362-e104-4ad2-8398-509979fde757 img.shogun-image {
  /* Add background color handling */
  
}

#s-67a07362-e104-4ad2-8398-509979fde757 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-67a07362-e104-4ad2-8398-509979fde757 .shogun-image-content {
  
    justify-content: center;
  
}

.s-67a07362-e104-4ad2-8398-509979fde757.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67a07362-e104-4ad2-8398-509979fde757.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67a07362-e104-4ad2-8398-509979fde757.shogun-image {
  box-sizing: border-box;
}


.s-67a07362-e104-4ad2-8398-509979fde757 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-67a07362-e104-4ad2-8398-509979fde757 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-67a07362-e104-4ad2-8398-509979fde757 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-67a07362-e104-4ad2-8398-509979fde757 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-67a07362-e104-4ad2-8398-509979fde757 {
  margin: 0 !important;
  overflow: visible;
}

#s-67a07362-e104-4ad2-8398-509979fde757-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-67a07362-e104-4ad2-8398-509979fde757 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-67a07362-e104-4ad2-8398-509979fde757 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-67a07362-e104-4ad2-8398-509979fde757 img.shogun-image {
  /* Add background color handling */
  
}

#s-67a07362-e104-4ad2-8398-509979fde757 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-67a07362-e104-4ad2-8398-509979fde757 .shogun-image-content {
  
    justify-content: center;
  
}

.s-67a07362-e104-4ad2-8398-509979fde757.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67a07362-e104-4ad2-8398-509979fde757.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67a07362-e104-4ad2-8398-509979fde757.shogun-image {
  box-sizing: border-box;
}


.s-67a07362-e104-4ad2-8398-509979fde757 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-67a07362-e104-4ad2-8398-509979fde757 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-67a07362-e104-4ad2-8398-509979fde757 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-67a07362-e104-4ad2-8398-509979fde757 img.shogun-image {
  
}


}@media (max-width: 767px){#s-67a07362-e104-4ad2-8398-509979fde757 {
  margin: 0 !important;
  overflow: visible;
}

#s-67a07362-e104-4ad2-8398-509979fde757-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-67a07362-e104-4ad2-8398-509979fde757 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-67a07362-e104-4ad2-8398-509979fde757 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-67a07362-e104-4ad2-8398-509979fde757 img.shogun-image {
  /* Add background color handling */
  
}

#s-67a07362-e104-4ad2-8398-509979fde757 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-67a07362-e104-4ad2-8398-509979fde757 .shogun-image-content {
  
    justify-content: center;
  
}

.s-67a07362-e104-4ad2-8398-509979fde757.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67a07362-e104-4ad2-8398-509979fde757.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67a07362-e104-4ad2-8398-509979fde757.shogun-image {
  box-sizing: border-box;
}


.s-67a07362-e104-4ad2-8398-509979fde757 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-67a07362-e104-4ad2-8398-509979fde757 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-67a07362-e104-4ad2-8398-509979fde757 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-67a07362-e104-4ad2-8398-509979fde757 img.shogun-image {
  
}


}
#s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 3000px;
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: 0px;
  margin-bottom: 0px;
}

.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;

}






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


@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 */
  
  
  
  
  
  
  

}






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


}@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 */
  
  
  
  
  
  
  

}






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


}@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 */
  
  
  
  
  
  
  

}






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


}@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 */
  
  
  
  
  
  
  

}






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


}
#s-e9d89d22-813f-4dd7-b9c4-127ced45cf0c {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}
@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-1b86c4af-7007-46e3-b83b-3b9d16e85be4 {
  margin-top: 10px;
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 {
  
}
}@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: 10px;
  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-0223c50b-ba0d-42b8-b89c-df9fec92f97a {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}
@media (min-width: 1200px){#s-0223c50b-ba0d-42b8-b89c-df9fec92f97a {
  display: none;
}
#s-0223c50b-ba0d-42b8-b89c-df9fec92f97a, #wrap-s-0223c50b-ba0d-42b8-b89c-df9fec92f97a, #wrap-content-s-0223c50b-ba0d-42b8-b89c-df9fec92f97a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0223c50b-ba0d-42b8-b89c-df9fec92f97a {
  display: none;
}
#s-0223c50b-ba0d-42b8-b89c-df9fec92f97a, #wrap-s-0223c50b-ba0d-42b8-b89c-df9fec92f97a, #wrap-content-s-0223c50b-ba0d-42b8-b89c-df9fec92f97a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0223c50b-ba0d-42b8-b89c-df9fec92f97a {
  display: none;
}
#s-0223c50b-ba0d-42b8-b89c-df9fec92f97a, #wrap-s-0223c50b-ba0d-42b8-b89c-df9fec92f97a, #wrap-content-s-0223c50b-ba0d-42b8-b89c-df9fec92f97a { display: none !important; }}
#s-0223c50b-ba0d-42b8-b89c-df9fec92f97a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0223c50b-ba0d-42b8-b89c-df9fec92f97a-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-0223c50b-ba0d-42b8-b89c-df9fec92f97a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0223c50b-ba0d-42b8-b89c-df9fec92f97a .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-0223c50b-ba0d-42b8-b89c-df9fec92f97a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0223c50b-ba0d-42b8-b89c-df9fec92f97a img.shogun-image {
  width: 100%;
  
  
  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-0223c50b-ba0d-42b8-b89c-df9fec92f97a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0223c50b-ba0d-42b8-b89c-df9fec92f97a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0223c50b-ba0d-42b8-b89c-df9fec92f97a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0223c50b-ba0d-42b8-b89c-df9fec92f97a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-0223c50b-ba0d-42b8-b89c-df9fec92f97a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0223c50b-ba0d-42b8-b89c-df9fec92f97a-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-0223c50b-ba0d-42b8-b89c-df9fec92f97a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0223c50b-ba0d-42b8-b89c-df9fec92f97a .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-0223c50b-ba0d-42b8-b89c-df9fec92f97a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0223c50b-ba0d-42b8-b89c-df9fec92f97a 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-0223c50b-ba0d-42b8-b89c-df9fec92f97a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0223c50b-ba0d-42b8-b89c-df9fec92f97a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0223c50b-ba0d-42b8-b89c-df9fec92f97a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0223c50b-ba0d-42b8-b89c-df9fec92f97a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-0223c50b-ba0d-42b8-b89c-df9fec92f97a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0223c50b-ba0d-42b8-b89c-df9fec92f97a-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-0223c50b-ba0d-42b8-b89c-df9fec92f97a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0223c50b-ba0d-42b8-b89c-df9fec92f97a .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-0223c50b-ba0d-42b8-b89c-df9fec92f97a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0223c50b-ba0d-42b8-b89c-df9fec92f97a 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-0223c50b-ba0d-42b8-b89c-df9fec92f97a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0223c50b-ba0d-42b8-b89c-df9fec92f97a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0223c50b-ba0d-42b8-b89c-df9fec92f97a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0223c50b-ba0d-42b8-b89c-df9fec92f97a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-0223c50b-ba0d-42b8-b89c-df9fec92f97a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0223c50b-ba0d-42b8-b89c-df9fec92f97a-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-0223c50b-ba0d-42b8-b89c-df9fec92f97a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0223c50b-ba0d-42b8-b89c-df9fec92f97a .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-0223c50b-ba0d-42b8-b89c-df9fec92f97a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0223c50b-ba0d-42b8-b89c-df9fec92f97a 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-0223c50b-ba0d-42b8-b89c-df9fec92f97a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0223c50b-ba0d-42b8-b89c-df9fec92f97a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0223c50b-ba0d-42b8-b89c-df9fec92f97a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0223c50b-ba0d-42b8-b89c-df9fec92f97a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-0223c50b-ba0d-42b8-b89c-df9fec92f97a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0223c50b-ba0d-42b8-b89c-df9fec92f97a-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-0223c50b-ba0d-42b8-b89c-df9fec92f97a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0223c50b-ba0d-42b8-b89c-df9fec92f97a .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-0223c50b-ba0d-42b8-b89c-df9fec92f97a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-0223c50b-ba0d-42b8-b89c-df9fec92f97a 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-0223c50b-ba0d-42b8-b89c-df9fec92f97a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0223c50b-ba0d-42b8-b89c-df9fec92f97a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0223c50b-ba0d-42b8-b89c-df9fec92f97a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0223c50b-ba0d-42b8-b89c-df9fec92f97a.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-c052df3b-9ae5-4e15-9936-fdf3c8b444fb {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-c052df3b-9ae5-4e15-9936-fdf3c8b444fb {
  display: none;
}
#s-c052df3b-9ae5-4e15-9936-fdf3c8b444fb, #wrap-s-c052df3b-9ae5-4e15-9936-fdf3c8b444fb, #wrap-content-s-c052df3b-9ae5-4e15-9936-fdf3c8b444fb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c052df3b-9ae5-4e15-9936-fdf3c8b444fb {
  display: none;
}
#s-c052df3b-9ae5-4e15-9936-fdf3c8b444fb, #wrap-s-c052df3b-9ae5-4e15-9936-fdf3c8b444fb, #wrap-content-s-c052df3b-9ae5-4e15-9936-fdf3c8b444fb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c052df3b-9ae5-4e15-9936-fdf3c8b444fb {
  display: none;
}
#s-c052df3b-9ae5-4e15-9936-fdf3c8b444fb, #wrap-s-c052df3b-9ae5-4e15-9936-fdf3c8b444fb, #wrap-content-s-c052df3b-9ae5-4e15-9936-fdf3c8b444fb { display: none !important; }}@media (max-width: 767px){#s-c052df3b-9ae5-4e15-9936-fdf3c8b444fb {
  display: none;
}
#s-c052df3b-9ae5-4e15-9936-fdf3c8b444fb, #wrap-s-c052df3b-9ae5-4e15-9936-fdf3c8b444fb, #wrap-content-s-c052df3b-9ae5-4e15-9936-fdf3c8b444fb { display: none !important; }}
#s-c052df3b-9ae5-4e15-9936-fdf3c8b444fb {
  background-image: url(https://i.shgcdn.com/04174a94-09ba-42e2-aa35-dce1e4972953/);
}








#s-c052df3b-9ae5-4e15-9936-fdf3c8b444fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c052df3b-9ae5-4e15-9936-fdf3c8b444fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 1200px){






#s-c052df3b-9ae5-4e15-9936-fdf3c8b444fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.5;
  display: block;
}#s-c052df3b-9ae5-4e15-9936-fdf3c8b444fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-51f7dd9f-d946-417c-952f-61d9322f39a5 {
  margin-left: 1%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-51f7dd9f-d946-417c-952f-61d9322f39a5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-51f7dd9f-d946-417c-952f-61d9322f39a5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-51f7dd9f-d946-417c-952f-61d9322f39a5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-51f7dd9f-d946-417c-952f-61d9322f39a5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

#s-17f2cd1a-50e3-45ca-9618-bd4e37dbf3f4 {
  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, 0.9);
}








#s-17f2cd1a-50e3-45ca-9618-bd4e37dbf3f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-17f2cd1a-50e3-45ca-9618-bd4e37dbf3f4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-13739fe4-34b5-4647-a421-74e61a5b6a02 {
  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-f65caf47-c92d-44a0-88bc-cafd5952ced2 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-f65caf47-c92d-44a0-88bc-cafd5952ced2 {
  max-width:  100%;
}

.shg-c#s-f65caf47-c92d-44a0-88bc-cafd5952ced2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f65caf47-c92d-44a0-88bc-cafd5952ced2 .shg-image-zoom,
.shg-c#s-f65caf47-c92d-44a0-88bc-cafd5952ced2 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-f65caf47-c92d-44a0-88bc-cafd5952ced2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f65caf47-c92d-44a0-88bc-cafd5952ced2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f65caf47-c92d-44a0-88bc-cafd5952ced2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f65caf47-c92d-44a0-88bc-cafd5952ced2 img.shogun-image,
.shg-c#s-f65caf47-c92d-44a0-88bc-cafd5952ced2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f65caf47-c92d-44a0-88bc-cafd5952ced2 .shg-image-zoom,
.shg-c#s-f65caf47-c92d-44a0-88bc-cafd5952ced2 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-f65caf47-c92d-44a0-88bc-cafd5952ced2 {
  max-width:  100%;
}

.shg-c#s-f65caf47-c92d-44a0-88bc-cafd5952ced2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f65caf47-c92d-44a0-88bc-cafd5952ced2 .shg-image-zoom,
.shg-c#s-f65caf47-c92d-44a0-88bc-cafd5952ced2 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-f65caf47-c92d-44a0-88bc-cafd5952ced2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f65caf47-c92d-44a0-88bc-cafd5952ced2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f65caf47-c92d-44a0-88bc-cafd5952ced2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f65caf47-c92d-44a0-88bc-cafd5952ced2 img.shogun-image,
.shg-c#s-f65caf47-c92d-44a0-88bc-cafd5952ced2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f65caf47-c92d-44a0-88bc-cafd5952ced2 .shg-image-zoom,
.shg-c#s-f65caf47-c92d-44a0-88bc-cafd5952ced2 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f65caf47-c92d-44a0-88bc-cafd5952ced2 {
  max-width:  100%;
}

.shg-c#s-f65caf47-c92d-44a0-88bc-cafd5952ced2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f65caf47-c92d-44a0-88bc-cafd5952ced2 .shg-image-zoom,
.shg-c#s-f65caf47-c92d-44a0-88bc-cafd5952ced2 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-f65caf47-c92d-44a0-88bc-cafd5952ced2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f65caf47-c92d-44a0-88bc-cafd5952ced2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f65caf47-c92d-44a0-88bc-cafd5952ced2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f65caf47-c92d-44a0-88bc-cafd5952ced2 img.shogun-image,
.shg-c#s-f65caf47-c92d-44a0-88bc-cafd5952ced2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f65caf47-c92d-44a0-88bc-cafd5952ced2 .shg-image-zoom,
.shg-c#s-f65caf47-c92d-44a0-88bc-cafd5952ced2 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f65caf47-c92d-44a0-88bc-cafd5952ced2 {
  max-width:  100%;
}

.shg-c#s-f65caf47-c92d-44a0-88bc-cafd5952ced2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f65caf47-c92d-44a0-88bc-cafd5952ced2 .shg-image-zoom,
.shg-c#s-f65caf47-c92d-44a0-88bc-cafd5952ced2 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-f65caf47-c92d-44a0-88bc-cafd5952ced2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f65caf47-c92d-44a0-88bc-cafd5952ced2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f65caf47-c92d-44a0-88bc-cafd5952ced2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f65caf47-c92d-44a0-88bc-cafd5952ced2 img.shogun-image,
.shg-c#s-f65caf47-c92d-44a0-88bc-cafd5952ced2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f65caf47-c92d-44a0-88bc-cafd5952ced2 .shg-image-zoom,
.shg-c#s-f65caf47-c92d-44a0-88bc-cafd5952ced2 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-f65caf47-c92d-44a0-88bc-cafd5952ced2 {
  max-width:  100%;
}

.shg-c#s-f65caf47-c92d-44a0-88bc-cafd5952ced2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f65caf47-c92d-44a0-88bc-cafd5952ced2 .shg-image-zoom,
.shg-c#s-f65caf47-c92d-44a0-88bc-cafd5952ced2 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-f65caf47-c92d-44a0-88bc-cafd5952ced2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f65caf47-c92d-44a0-88bc-cafd5952ced2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f65caf47-c92d-44a0-88bc-cafd5952ced2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f65caf47-c92d-44a0-88bc-cafd5952ced2 img.shogun-image,
.shg-c#s-f65caf47-c92d-44a0-88bc-cafd5952ced2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f65caf47-c92d-44a0-88bc-cafd5952ced2 .shg-image-zoom,
.shg-c#s-f65caf47-c92d-44a0-88bc-cafd5952ced2 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-69644667-1832-426c-bed7-3a5585977ba4 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-69644667-1832-426c-bed7-3a5585977ba4 .shg-product-title-component h1 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-1e855fc6-2a8d-4a9e-b3a6-2e75effb65a2 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-1e855fc6-2a8d-4a9e-b3a6-2e75effb65a2 .shg-product-sold-out {
  display: none;
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1e855fc6-2a8d-4a9e-b3a6-2e75effb65a2 .shg-product-price {
  color: rgba(40, 40, 40, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-1e855fc6-2a8d-4a9e-b3a6-2e75effb65a2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(165, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-aa46cd8b-f0a3-4773-8206-1fa59653ca52 {
  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, 0.9);
}








#s-aa46cd8b-f0a3-4773-8206-1fa59653ca52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aa46cd8b-f0a3-4773-8206-1fa59653ca52.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ba23890d-ba10-4990-9b03-9ed138daba86 {
  margin-left: auto;
margin-right: auto;
}

#s-54fb08f6-85a0-40e4-899b-7fdd12d96715 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-54fb08f6-85a0-40e4-899b-7fdd12d96715 {
  max-width:  100%;
}

.shg-c#s-54fb08f6-85a0-40e4-899b-7fdd12d96715 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-54fb08f6-85a0-40e4-899b-7fdd12d96715 .shg-image-zoom,
.shg-c#s-54fb08f6-85a0-40e4-899b-7fdd12d96715 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-54fb08f6-85a0-40e4-899b-7fdd12d96715 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-54fb08f6-85a0-40e4-899b-7fdd12d96715 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54fb08f6-85a0-40e4-899b-7fdd12d96715 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-54fb08f6-85a0-40e4-899b-7fdd12d96715 img.shogun-image,
.shg-c#s-54fb08f6-85a0-40e4-899b-7fdd12d96715 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-54fb08f6-85a0-40e4-899b-7fdd12d96715 .shg-image-zoom,
.shg-c#s-54fb08f6-85a0-40e4-899b-7fdd12d96715 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-54fb08f6-85a0-40e4-899b-7fdd12d96715 {
  max-width:  100%;
}

.shg-c#s-54fb08f6-85a0-40e4-899b-7fdd12d96715 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-54fb08f6-85a0-40e4-899b-7fdd12d96715 .shg-image-zoom,
.shg-c#s-54fb08f6-85a0-40e4-899b-7fdd12d96715 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-54fb08f6-85a0-40e4-899b-7fdd12d96715 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-54fb08f6-85a0-40e4-899b-7fdd12d96715 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54fb08f6-85a0-40e4-899b-7fdd12d96715 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-54fb08f6-85a0-40e4-899b-7fdd12d96715 img.shogun-image,
.shg-c#s-54fb08f6-85a0-40e4-899b-7fdd12d96715 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-54fb08f6-85a0-40e4-899b-7fdd12d96715 .shg-image-zoom,
.shg-c#s-54fb08f6-85a0-40e4-899b-7fdd12d96715 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-54fb08f6-85a0-40e4-899b-7fdd12d96715 {
  max-width:  100%;
}

.shg-c#s-54fb08f6-85a0-40e4-899b-7fdd12d96715 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-54fb08f6-85a0-40e4-899b-7fdd12d96715 .shg-image-zoom,
.shg-c#s-54fb08f6-85a0-40e4-899b-7fdd12d96715 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-54fb08f6-85a0-40e4-899b-7fdd12d96715 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-54fb08f6-85a0-40e4-899b-7fdd12d96715 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54fb08f6-85a0-40e4-899b-7fdd12d96715 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-54fb08f6-85a0-40e4-899b-7fdd12d96715 img.shogun-image,
.shg-c#s-54fb08f6-85a0-40e4-899b-7fdd12d96715 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-54fb08f6-85a0-40e4-899b-7fdd12d96715 .shg-image-zoom,
.shg-c#s-54fb08f6-85a0-40e4-899b-7fdd12d96715 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-54fb08f6-85a0-40e4-899b-7fdd12d96715 {
  max-width:  100%;
}

.shg-c#s-54fb08f6-85a0-40e4-899b-7fdd12d96715 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-54fb08f6-85a0-40e4-899b-7fdd12d96715 .shg-image-zoom,
.shg-c#s-54fb08f6-85a0-40e4-899b-7fdd12d96715 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-54fb08f6-85a0-40e4-899b-7fdd12d96715 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-54fb08f6-85a0-40e4-899b-7fdd12d96715 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54fb08f6-85a0-40e4-899b-7fdd12d96715 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-54fb08f6-85a0-40e4-899b-7fdd12d96715 img.shogun-image,
.shg-c#s-54fb08f6-85a0-40e4-899b-7fdd12d96715 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-54fb08f6-85a0-40e4-899b-7fdd12d96715 .shg-image-zoom,
.shg-c#s-54fb08f6-85a0-40e4-899b-7fdd12d96715 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-54fb08f6-85a0-40e4-899b-7fdd12d96715 {
  max-width:  100%;
}

.shg-c#s-54fb08f6-85a0-40e4-899b-7fdd12d96715 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-54fb08f6-85a0-40e4-899b-7fdd12d96715 .shg-image-zoom,
.shg-c#s-54fb08f6-85a0-40e4-899b-7fdd12d96715 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-54fb08f6-85a0-40e4-899b-7fdd12d96715 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-54fb08f6-85a0-40e4-899b-7fdd12d96715 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54fb08f6-85a0-40e4-899b-7fdd12d96715 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-54fb08f6-85a0-40e4-899b-7fdd12d96715 img.shogun-image,
.shg-c#s-54fb08f6-85a0-40e4-899b-7fdd12d96715 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-54fb08f6-85a0-40e4-899b-7fdd12d96715 .shg-image-zoom,
.shg-c#s-54fb08f6-85a0-40e4-899b-7fdd12d96715 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-16941f80-d84d-4b90-b7f0-ab49be77ea52 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-16941f80-d84d-4b90-b7f0-ab49be77ea52 .shg-product-title-component h1 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-6e6220ed-78f4-48ea-be4a-d3e903c34d42 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-6e6220ed-78f4-48ea-be4a-d3e903c34d42 .shg-product-sold-out {
  display: none;
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6e6220ed-78f4-48ea-be4a-d3e903c34d42 .shg-product-price {
  color: rgba(40, 40, 40, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-6e6220ed-78f4-48ea-be4a-d3e903c34d42 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(165, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-b2f618c2-333d-4da6-a17e-964ba16b784c {
  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, 0.9);
}








#s-b2f618c2-333d-4da6-a17e-964ba16b784c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b2f618c2-333d-4da6-a17e-964ba16b784c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8edec7f4-b34f-4700-96d8-05ac20a1a3a4 {
  margin-left: auto;
margin-right: auto;
}

#s-c64997ff-a0fb-4127-9898-2e8122a415e8 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-c64997ff-a0fb-4127-9898-2e8122a415e8 {
  max-width:  100%;
}

.shg-c#s-c64997ff-a0fb-4127-9898-2e8122a415e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c64997ff-a0fb-4127-9898-2e8122a415e8 .shg-image-zoom,
.shg-c#s-c64997ff-a0fb-4127-9898-2e8122a415e8 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-c64997ff-a0fb-4127-9898-2e8122a415e8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c64997ff-a0fb-4127-9898-2e8122a415e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c64997ff-a0fb-4127-9898-2e8122a415e8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c64997ff-a0fb-4127-9898-2e8122a415e8 img.shogun-image,
.shg-c#s-c64997ff-a0fb-4127-9898-2e8122a415e8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c64997ff-a0fb-4127-9898-2e8122a415e8 .shg-image-zoom,
.shg-c#s-c64997ff-a0fb-4127-9898-2e8122a415e8 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-c64997ff-a0fb-4127-9898-2e8122a415e8 {
  max-width:  100%;
}

.shg-c#s-c64997ff-a0fb-4127-9898-2e8122a415e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c64997ff-a0fb-4127-9898-2e8122a415e8 .shg-image-zoom,
.shg-c#s-c64997ff-a0fb-4127-9898-2e8122a415e8 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-c64997ff-a0fb-4127-9898-2e8122a415e8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c64997ff-a0fb-4127-9898-2e8122a415e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c64997ff-a0fb-4127-9898-2e8122a415e8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c64997ff-a0fb-4127-9898-2e8122a415e8 img.shogun-image,
.shg-c#s-c64997ff-a0fb-4127-9898-2e8122a415e8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c64997ff-a0fb-4127-9898-2e8122a415e8 .shg-image-zoom,
.shg-c#s-c64997ff-a0fb-4127-9898-2e8122a415e8 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c64997ff-a0fb-4127-9898-2e8122a415e8 {
  max-width:  100%;
}

.shg-c#s-c64997ff-a0fb-4127-9898-2e8122a415e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c64997ff-a0fb-4127-9898-2e8122a415e8 .shg-image-zoom,
.shg-c#s-c64997ff-a0fb-4127-9898-2e8122a415e8 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-c64997ff-a0fb-4127-9898-2e8122a415e8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c64997ff-a0fb-4127-9898-2e8122a415e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c64997ff-a0fb-4127-9898-2e8122a415e8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c64997ff-a0fb-4127-9898-2e8122a415e8 img.shogun-image,
.shg-c#s-c64997ff-a0fb-4127-9898-2e8122a415e8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c64997ff-a0fb-4127-9898-2e8122a415e8 .shg-image-zoom,
.shg-c#s-c64997ff-a0fb-4127-9898-2e8122a415e8 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c64997ff-a0fb-4127-9898-2e8122a415e8 {
  max-width:  100%;
}

.shg-c#s-c64997ff-a0fb-4127-9898-2e8122a415e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c64997ff-a0fb-4127-9898-2e8122a415e8 .shg-image-zoom,
.shg-c#s-c64997ff-a0fb-4127-9898-2e8122a415e8 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-c64997ff-a0fb-4127-9898-2e8122a415e8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c64997ff-a0fb-4127-9898-2e8122a415e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c64997ff-a0fb-4127-9898-2e8122a415e8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c64997ff-a0fb-4127-9898-2e8122a415e8 img.shogun-image,
.shg-c#s-c64997ff-a0fb-4127-9898-2e8122a415e8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c64997ff-a0fb-4127-9898-2e8122a415e8 .shg-image-zoom,
.shg-c#s-c64997ff-a0fb-4127-9898-2e8122a415e8 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-c64997ff-a0fb-4127-9898-2e8122a415e8 {
  max-width:  100%;
}

.shg-c#s-c64997ff-a0fb-4127-9898-2e8122a415e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c64997ff-a0fb-4127-9898-2e8122a415e8 .shg-image-zoom,
.shg-c#s-c64997ff-a0fb-4127-9898-2e8122a415e8 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-c64997ff-a0fb-4127-9898-2e8122a415e8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c64997ff-a0fb-4127-9898-2e8122a415e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c64997ff-a0fb-4127-9898-2e8122a415e8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c64997ff-a0fb-4127-9898-2e8122a415e8 img.shogun-image,
.shg-c#s-c64997ff-a0fb-4127-9898-2e8122a415e8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c64997ff-a0fb-4127-9898-2e8122a415e8 .shg-image-zoom,
.shg-c#s-c64997ff-a0fb-4127-9898-2e8122a415e8 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-530fc104-720d-4c6e-a2ba-96c8c0e7e38f {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-530fc104-720d-4c6e-a2ba-96c8c0e7e38f .shg-product-title-component h1 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-4c9d6ce0-2195-434a-8447-7db5e094a0b5 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-4c9d6ce0-2195-434a-8447-7db5e094a0b5 .shg-product-sold-out {
  display: none;
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4c9d6ce0-2195-434a-8447-7db5e094a0b5 .shg-product-price {
  color: rgba(40, 40, 40, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-4c9d6ce0-2195-434a-8447-7db5e094a0b5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(165, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-3930b46d-057a-43a2-916b-6c4ce3a1761b {
  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, 0.9);
}








#s-3930b46d-057a-43a2-916b-6c4ce3a1761b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3930b46d-057a-43a2-916b-6c4ce3a1761b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-98407e8c-6623-44ee-9eba-99288e236560 {
  margin-left: auto;
margin-right: auto;
}

#s-ddfb48c4-1503-41b8-9dc7-f80005abfb70 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-ddfb48c4-1503-41b8-9dc7-f80005abfb70 {
  max-width:  100%;
}

.shg-c#s-ddfb48c4-1503-41b8-9dc7-f80005abfb70 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ddfb48c4-1503-41b8-9dc7-f80005abfb70 .shg-image-zoom,
.shg-c#s-ddfb48c4-1503-41b8-9dc7-f80005abfb70 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-ddfb48c4-1503-41b8-9dc7-f80005abfb70 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ddfb48c4-1503-41b8-9dc7-f80005abfb70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ddfb48c4-1503-41b8-9dc7-f80005abfb70 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ddfb48c4-1503-41b8-9dc7-f80005abfb70 img.shogun-image,
.shg-c#s-ddfb48c4-1503-41b8-9dc7-f80005abfb70 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ddfb48c4-1503-41b8-9dc7-f80005abfb70 .shg-image-zoom,
.shg-c#s-ddfb48c4-1503-41b8-9dc7-f80005abfb70 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-ddfb48c4-1503-41b8-9dc7-f80005abfb70 {
  max-width:  100%;
}

.shg-c#s-ddfb48c4-1503-41b8-9dc7-f80005abfb70 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ddfb48c4-1503-41b8-9dc7-f80005abfb70 .shg-image-zoom,
.shg-c#s-ddfb48c4-1503-41b8-9dc7-f80005abfb70 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-ddfb48c4-1503-41b8-9dc7-f80005abfb70 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ddfb48c4-1503-41b8-9dc7-f80005abfb70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ddfb48c4-1503-41b8-9dc7-f80005abfb70 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ddfb48c4-1503-41b8-9dc7-f80005abfb70 img.shogun-image,
.shg-c#s-ddfb48c4-1503-41b8-9dc7-f80005abfb70 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ddfb48c4-1503-41b8-9dc7-f80005abfb70 .shg-image-zoom,
.shg-c#s-ddfb48c4-1503-41b8-9dc7-f80005abfb70 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ddfb48c4-1503-41b8-9dc7-f80005abfb70 {
  max-width:  100%;
}

.shg-c#s-ddfb48c4-1503-41b8-9dc7-f80005abfb70 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ddfb48c4-1503-41b8-9dc7-f80005abfb70 .shg-image-zoom,
.shg-c#s-ddfb48c4-1503-41b8-9dc7-f80005abfb70 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-ddfb48c4-1503-41b8-9dc7-f80005abfb70 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ddfb48c4-1503-41b8-9dc7-f80005abfb70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ddfb48c4-1503-41b8-9dc7-f80005abfb70 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ddfb48c4-1503-41b8-9dc7-f80005abfb70 img.shogun-image,
.shg-c#s-ddfb48c4-1503-41b8-9dc7-f80005abfb70 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ddfb48c4-1503-41b8-9dc7-f80005abfb70 .shg-image-zoom,
.shg-c#s-ddfb48c4-1503-41b8-9dc7-f80005abfb70 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ddfb48c4-1503-41b8-9dc7-f80005abfb70 {
  max-width:  100%;
}

.shg-c#s-ddfb48c4-1503-41b8-9dc7-f80005abfb70 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ddfb48c4-1503-41b8-9dc7-f80005abfb70 .shg-image-zoom,
.shg-c#s-ddfb48c4-1503-41b8-9dc7-f80005abfb70 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-ddfb48c4-1503-41b8-9dc7-f80005abfb70 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ddfb48c4-1503-41b8-9dc7-f80005abfb70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ddfb48c4-1503-41b8-9dc7-f80005abfb70 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ddfb48c4-1503-41b8-9dc7-f80005abfb70 img.shogun-image,
.shg-c#s-ddfb48c4-1503-41b8-9dc7-f80005abfb70 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ddfb48c4-1503-41b8-9dc7-f80005abfb70 .shg-image-zoom,
.shg-c#s-ddfb48c4-1503-41b8-9dc7-f80005abfb70 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-ddfb48c4-1503-41b8-9dc7-f80005abfb70 {
  max-width:  100%;
}

.shg-c#s-ddfb48c4-1503-41b8-9dc7-f80005abfb70 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ddfb48c4-1503-41b8-9dc7-f80005abfb70 .shg-image-zoom,
.shg-c#s-ddfb48c4-1503-41b8-9dc7-f80005abfb70 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-ddfb48c4-1503-41b8-9dc7-f80005abfb70 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ddfb48c4-1503-41b8-9dc7-f80005abfb70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ddfb48c4-1503-41b8-9dc7-f80005abfb70 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ddfb48c4-1503-41b8-9dc7-f80005abfb70 img.shogun-image,
.shg-c#s-ddfb48c4-1503-41b8-9dc7-f80005abfb70 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ddfb48c4-1503-41b8-9dc7-f80005abfb70 .shg-image-zoom,
.shg-c#s-ddfb48c4-1503-41b8-9dc7-f80005abfb70 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1bbe723b-7312-4a51-a800-1b44b0cf2623 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-1bbe723b-7312-4a51-a800-1b44b0cf2623 .shg-product-title-component h1 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-2a1089b6-9ee2-42db-950e-1b6fb5f30f27 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-2a1089b6-9ee2-42db-950e-1b6fb5f30f27 .shg-product-sold-out {
  display: none;
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2a1089b6-9ee2-42db-950e-1b6fb5f30f27 .shg-product-price {
  color: rgba(40, 40, 40, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-2a1089b6-9ee2-42db-950e-1b6fb5f30f27 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(165, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-5c258562-a92a-449d-8f35-5bcddcc2aaeb {
  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, 0.9);
}








#s-5c258562-a92a-449d-8f35-5bcddcc2aaeb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5c258562-a92a-449d-8f35-5bcddcc2aaeb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-56f87dbc-fa7d-455a-ad25-79443f59fd7e {
  margin-left: auto;
margin-right: auto;
}

#s-17ef7dac-07d5-4316-81a5-cafebc33aefe {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-17ef7dac-07d5-4316-81a5-cafebc33aefe {
  max-width:  100%;
}

.shg-c#s-17ef7dac-07d5-4316-81a5-cafebc33aefe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17ef7dac-07d5-4316-81a5-cafebc33aefe .shg-image-zoom,
.shg-c#s-17ef7dac-07d5-4316-81a5-cafebc33aefe img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-17ef7dac-07d5-4316-81a5-cafebc33aefe .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-17ef7dac-07d5-4316-81a5-cafebc33aefe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17ef7dac-07d5-4316-81a5-cafebc33aefe img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-17ef7dac-07d5-4316-81a5-cafebc33aefe img.shogun-image,
.shg-c#s-17ef7dac-07d5-4316-81a5-cafebc33aefe .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-17ef7dac-07d5-4316-81a5-cafebc33aefe .shg-image-zoom,
.shg-c#s-17ef7dac-07d5-4316-81a5-cafebc33aefe img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-17ef7dac-07d5-4316-81a5-cafebc33aefe {
  max-width:  100%;
}

.shg-c#s-17ef7dac-07d5-4316-81a5-cafebc33aefe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17ef7dac-07d5-4316-81a5-cafebc33aefe .shg-image-zoom,
.shg-c#s-17ef7dac-07d5-4316-81a5-cafebc33aefe img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-17ef7dac-07d5-4316-81a5-cafebc33aefe .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-17ef7dac-07d5-4316-81a5-cafebc33aefe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17ef7dac-07d5-4316-81a5-cafebc33aefe img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-17ef7dac-07d5-4316-81a5-cafebc33aefe img.shogun-image,
.shg-c#s-17ef7dac-07d5-4316-81a5-cafebc33aefe .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-17ef7dac-07d5-4316-81a5-cafebc33aefe .shg-image-zoom,
.shg-c#s-17ef7dac-07d5-4316-81a5-cafebc33aefe img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-17ef7dac-07d5-4316-81a5-cafebc33aefe {
  max-width:  100%;
}

.shg-c#s-17ef7dac-07d5-4316-81a5-cafebc33aefe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17ef7dac-07d5-4316-81a5-cafebc33aefe .shg-image-zoom,
.shg-c#s-17ef7dac-07d5-4316-81a5-cafebc33aefe img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-17ef7dac-07d5-4316-81a5-cafebc33aefe .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-17ef7dac-07d5-4316-81a5-cafebc33aefe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17ef7dac-07d5-4316-81a5-cafebc33aefe img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-17ef7dac-07d5-4316-81a5-cafebc33aefe img.shogun-image,
.shg-c#s-17ef7dac-07d5-4316-81a5-cafebc33aefe .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-17ef7dac-07d5-4316-81a5-cafebc33aefe .shg-image-zoom,
.shg-c#s-17ef7dac-07d5-4316-81a5-cafebc33aefe img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-17ef7dac-07d5-4316-81a5-cafebc33aefe {
  max-width:  100%;
}

.shg-c#s-17ef7dac-07d5-4316-81a5-cafebc33aefe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17ef7dac-07d5-4316-81a5-cafebc33aefe .shg-image-zoom,
.shg-c#s-17ef7dac-07d5-4316-81a5-cafebc33aefe img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-17ef7dac-07d5-4316-81a5-cafebc33aefe .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-17ef7dac-07d5-4316-81a5-cafebc33aefe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17ef7dac-07d5-4316-81a5-cafebc33aefe img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-17ef7dac-07d5-4316-81a5-cafebc33aefe img.shogun-image,
.shg-c#s-17ef7dac-07d5-4316-81a5-cafebc33aefe .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-17ef7dac-07d5-4316-81a5-cafebc33aefe .shg-image-zoom,
.shg-c#s-17ef7dac-07d5-4316-81a5-cafebc33aefe img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-17ef7dac-07d5-4316-81a5-cafebc33aefe {
  max-width:  100%;
}

.shg-c#s-17ef7dac-07d5-4316-81a5-cafebc33aefe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17ef7dac-07d5-4316-81a5-cafebc33aefe .shg-image-zoom,
.shg-c#s-17ef7dac-07d5-4316-81a5-cafebc33aefe img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-17ef7dac-07d5-4316-81a5-cafebc33aefe .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-17ef7dac-07d5-4316-81a5-cafebc33aefe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17ef7dac-07d5-4316-81a5-cafebc33aefe img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-17ef7dac-07d5-4316-81a5-cafebc33aefe img.shogun-image,
.shg-c#s-17ef7dac-07d5-4316-81a5-cafebc33aefe .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-17ef7dac-07d5-4316-81a5-cafebc33aefe .shg-image-zoom,
.shg-c#s-17ef7dac-07d5-4316-81a5-cafebc33aefe img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d714bb99-100d-4d5a-a9e8-476f0974cfaa {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-d714bb99-100d-4d5a-a9e8-476f0974cfaa .shg-product-title-component h1 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-1cba8a84-e305-4f55-834a-19cfb0f4cae5 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-1cba8a84-e305-4f55-834a-19cfb0f4cae5 .shg-product-sold-out {
  display: none;
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1cba8a84-e305-4f55-834a-19cfb0f4cae5 .shg-product-price {
  color: rgba(40, 40, 40, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-1cba8a84-e305-4f55-834a-19cfb0f4cae5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(165, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-924c1e56-3bed-4150-96f6-a3c874977b60 {
  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, 0.9);
}








#s-924c1e56-3bed-4150-96f6-a3c874977b60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-924c1e56-3bed-4150-96f6-a3c874977b60.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fa7ce89e-615e-4abd-b940-1041ab76f990 {
  margin-left: auto;
margin-right: auto;
}

#s-02368360-2450-42ac-857b-bf627ee1cc89 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-02368360-2450-42ac-857b-bf627ee1cc89 {
  max-width:  100%;
}

.shg-c#s-02368360-2450-42ac-857b-bf627ee1cc89 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02368360-2450-42ac-857b-bf627ee1cc89 .shg-image-zoom,
.shg-c#s-02368360-2450-42ac-857b-bf627ee1cc89 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-02368360-2450-42ac-857b-bf627ee1cc89 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-02368360-2450-42ac-857b-bf627ee1cc89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02368360-2450-42ac-857b-bf627ee1cc89 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-02368360-2450-42ac-857b-bf627ee1cc89 img.shogun-image,
.shg-c#s-02368360-2450-42ac-857b-bf627ee1cc89 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-02368360-2450-42ac-857b-bf627ee1cc89 .shg-image-zoom,
.shg-c#s-02368360-2450-42ac-857b-bf627ee1cc89 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-02368360-2450-42ac-857b-bf627ee1cc89 {
  max-width:  100%;
}

.shg-c#s-02368360-2450-42ac-857b-bf627ee1cc89 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02368360-2450-42ac-857b-bf627ee1cc89 .shg-image-zoom,
.shg-c#s-02368360-2450-42ac-857b-bf627ee1cc89 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-02368360-2450-42ac-857b-bf627ee1cc89 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-02368360-2450-42ac-857b-bf627ee1cc89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02368360-2450-42ac-857b-bf627ee1cc89 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-02368360-2450-42ac-857b-bf627ee1cc89 img.shogun-image,
.shg-c#s-02368360-2450-42ac-857b-bf627ee1cc89 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-02368360-2450-42ac-857b-bf627ee1cc89 .shg-image-zoom,
.shg-c#s-02368360-2450-42ac-857b-bf627ee1cc89 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-02368360-2450-42ac-857b-bf627ee1cc89 {
  max-width:  100%;
}

.shg-c#s-02368360-2450-42ac-857b-bf627ee1cc89 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02368360-2450-42ac-857b-bf627ee1cc89 .shg-image-zoom,
.shg-c#s-02368360-2450-42ac-857b-bf627ee1cc89 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-02368360-2450-42ac-857b-bf627ee1cc89 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-02368360-2450-42ac-857b-bf627ee1cc89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02368360-2450-42ac-857b-bf627ee1cc89 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-02368360-2450-42ac-857b-bf627ee1cc89 img.shogun-image,
.shg-c#s-02368360-2450-42ac-857b-bf627ee1cc89 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-02368360-2450-42ac-857b-bf627ee1cc89 .shg-image-zoom,
.shg-c#s-02368360-2450-42ac-857b-bf627ee1cc89 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-02368360-2450-42ac-857b-bf627ee1cc89 {
  max-width:  100%;
}

.shg-c#s-02368360-2450-42ac-857b-bf627ee1cc89 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02368360-2450-42ac-857b-bf627ee1cc89 .shg-image-zoom,
.shg-c#s-02368360-2450-42ac-857b-bf627ee1cc89 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-02368360-2450-42ac-857b-bf627ee1cc89 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-02368360-2450-42ac-857b-bf627ee1cc89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02368360-2450-42ac-857b-bf627ee1cc89 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-02368360-2450-42ac-857b-bf627ee1cc89 img.shogun-image,
.shg-c#s-02368360-2450-42ac-857b-bf627ee1cc89 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-02368360-2450-42ac-857b-bf627ee1cc89 .shg-image-zoom,
.shg-c#s-02368360-2450-42ac-857b-bf627ee1cc89 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-02368360-2450-42ac-857b-bf627ee1cc89 {
  max-width:  100%;
}

.shg-c#s-02368360-2450-42ac-857b-bf627ee1cc89 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02368360-2450-42ac-857b-bf627ee1cc89 .shg-image-zoom,
.shg-c#s-02368360-2450-42ac-857b-bf627ee1cc89 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-02368360-2450-42ac-857b-bf627ee1cc89 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-02368360-2450-42ac-857b-bf627ee1cc89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02368360-2450-42ac-857b-bf627ee1cc89 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-02368360-2450-42ac-857b-bf627ee1cc89 img.shogun-image,
.shg-c#s-02368360-2450-42ac-857b-bf627ee1cc89 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-02368360-2450-42ac-857b-bf627ee1cc89 .shg-image-zoom,
.shg-c#s-02368360-2450-42ac-857b-bf627ee1cc89 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6389f5e8-1f04-49b0-96c3-3694a313b952 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-6389f5e8-1f04-49b0-96c3-3694a313b952 .shg-product-title-component h1 span {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}

#s-37f8ed3e-be90-4fd3-843b-5b17485d0f98 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-37f8ed3e-be90-4fd3-843b-5b17485d0f98 .shg-product-sold-out {
  display: none;
  color: rgba(40, 40, 40, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-37f8ed3e-be90-4fd3-843b-5b17485d0f98 .shg-product-price {
  color: rgba(40, 40, 40, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-37f8ed3e-be90-4fd3-843b-5b17485d0f98 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(165, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-907a2ab3-0019-4969-9a05-aee2a30b071d {
  box-shadow:0px 3px 5px 1px rgba(40, 40, 40, 0.5);
margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-907a2ab3-0019-4969-9a05-aee2a30b071d:hover {background-color: rgba(40, 40, 40, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-907a2ab3-0019-4969-9a05-aee2a30b071d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-907a2ab3-0019-4969-9a05-aee2a30b071d-root {
    text-align: center;
  }


#s-907a2ab3-0019-4969-9a05-aee2a30b071d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-907a2ab3-0019-4969-9a05-aee2a30b071d-root {
    text-align: center;
  }


#s-907a2ab3-0019-4969-9a05-aee2a30b071d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-907a2ab3-0019-4969-9a05-aee2a30b071d-root {
    text-align: center;
  }


#s-907a2ab3-0019-4969-9a05-aee2a30b071d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-907a2ab3-0019-4969-9a05-aee2a30b071d-root {
    text-align: center;
  }


#s-907a2ab3-0019-4969-9a05-aee2a30b071d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-907a2ab3-0019-4969-9a05-aee2a30b071d-root {
    text-align: center;
  }


#s-907a2ab3-0019-4969-9a05-aee2a30b071d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#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-6ab8cbe3-d577-4872-99da-a389fe865c56 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6ab8cbe3-d577-4872-99da-a389fe865c56:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6ab8cbe3-d577-4872-99da-a389fe865c56:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6ab8cbe3-d577-4872-99da-a389fe865c56-root {
    text-align: center;
  }


#s-6ab8cbe3-d577-4872-99da-a389fe865c56.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6ab8cbe3-d577-4872-99da-a389fe865c56-root {
    text-align: center;
  }


#s-6ab8cbe3-d577-4872-99da-a389fe865c56.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6ab8cbe3-d577-4872-99da-a389fe865c56-root {
    text-align: center;
  }


#s-6ab8cbe3-d577-4872-99da-a389fe865c56.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6ab8cbe3-d577-4872-99da-a389fe865c56-root {
    text-align: center;
  }


#s-6ab8cbe3-d577-4872-99da-a389fe865c56.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6ab8cbe3-d577-4872-99da-a389fe865c56-root {
    text-align: center;
  }


#s-6ab8cbe3-d577-4872-99da-a389fe865c56.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  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-9e595df7-1223-4d99-900c-0b862f41b6ef {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-9e595df7-1223-4d99-900c-0b862f41b6ef {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-9e595df7-1223-4d99-900c-0b862f41b6ef {
  margin-left: 1%;
margin-right: 1%;
}
}
@media (min-width: 0px) {
[id="s-9e595df7-1223-4d99-900c-0b862f41b6ef"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-9e595df7-1223-4d99-900c-0b862f41b6ef"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-9e595df7-1223-4d99-900c-0b862f41b6ef"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-9e595df7-1223-4d99-900c-0b862f41b6ef"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-a3497bcc-57aa-48c3-aefd-320c66f8405c {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-a3497bcc-57aa-48c3-aefd-320c66f8405c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a3497bcc-57aa-48c3-aefd-320c66f8405c-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-a3497bcc-57aa-48c3-aefd-320c66f8405c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a3497bcc-57aa-48c3-aefd-320c66f8405c .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-a3497bcc-57aa-48c3-aefd-320c66f8405c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a3497bcc-57aa-48c3-aefd-320c66f8405c img.shogun-image {
  width: 100%;
  
  
  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-a3497bcc-57aa-48c3-aefd-320c66f8405c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a3497bcc-57aa-48c3-aefd-320c66f8405c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3497bcc-57aa-48c3-aefd-320c66f8405c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3497bcc-57aa-48c3-aefd-320c66f8405c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a3497bcc-57aa-48c3-aefd-320c66f8405c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a3497bcc-57aa-48c3-aefd-320c66f8405c-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-a3497bcc-57aa-48c3-aefd-320c66f8405c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a3497bcc-57aa-48c3-aefd-320c66f8405c .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-a3497bcc-57aa-48c3-aefd-320c66f8405c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a3497bcc-57aa-48c3-aefd-320c66f8405c 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-a3497bcc-57aa-48c3-aefd-320c66f8405c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a3497bcc-57aa-48c3-aefd-320c66f8405c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3497bcc-57aa-48c3-aefd-320c66f8405c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3497bcc-57aa-48c3-aefd-320c66f8405c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a3497bcc-57aa-48c3-aefd-320c66f8405c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a3497bcc-57aa-48c3-aefd-320c66f8405c-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-a3497bcc-57aa-48c3-aefd-320c66f8405c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a3497bcc-57aa-48c3-aefd-320c66f8405c .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-a3497bcc-57aa-48c3-aefd-320c66f8405c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a3497bcc-57aa-48c3-aefd-320c66f8405c 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-a3497bcc-57aa-48c3-aefd-320c66f8405c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a3497bcc-57aa-48c3-aefd-320c66f8405c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3497bcc-57aa-48c3-aefd-320c66f8405c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3497bcc-57aa-48c3-aefd-320c66f8405c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a3497bcc-57aa-48c3-aefd-320c66f8405c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a3497bcc-57aa-48c3-aefd-320c66f8405c-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-a3497bcc-57aa-48c3-aefd-320c66f8405c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a3497bcc-57aa-48c3-aefd-320c66f8405c .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-a3497bcc-57aa-48c3-aefd-320c66f8405c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a3497bcc-57aa-48c3-aefd-320c66f8405c 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-a3497bcc-57aa-48c3-aefd-320c66f8405c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a3497bcc-57aa-48c3-aefd-320c66f8405c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3497bcc-57aa-48c3-aefd-320c66f8405c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3497bcc-57aa-48c3-aefd-320c66f8405c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a3497bcc-57aa-48c3-aefd-320c66f8405c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a3497bcc-57aa-48c3-aefd-320c66f8405c-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-a3497bcc-57aa-48c3-aefd-320c66f8405c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a3497bcc-57aa-48c3-aefd-320c66f8405c .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-a3497bcc-57aa-48c3-aefd-320c66f8405c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a3497bcc-57aa-48c3-aefd-320c66f8405c 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-a3497bcc-57aa-48c3-aefd-320c66f8405c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a3497bcc-57aa-48c3-aefd-320c66f8405c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3497bcc-57aa-48c3-aefd-320c66f8405c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3497bcc-57aa-48c3-aefd-320c66f8405c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-9efdd36f-efbd-487f-9ef9-b5e71dc3b869 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-9efdd36f-efbd-487f-9ef9-b5e71dc3b869 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9efdd36f-efbd-487f-9ef9-b5e71dc3b869-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-9efdd36f-efbd-487f-9ef9-b5e71dc3b869 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9efdd36f-efbd-487f-9ef9-b5e71dc3b869 .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-9efdd36f-efbd-487f-9ef9-b5e71dc3b869 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9efdd36f-efbd-487f-9ef9-b5e71dc3b869 img.shogun-image {
  width: 100%;
  
  
  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-9efdd36f-efbd-487f-9ef9-b5e71dc3b869 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9efdd36f-efbd-487f-9ef9-b5e71dc3b869.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9efdd36f-efbd-487f-9ef9-b5e71dc3b869.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9efdd36f-efbd-487f-9ef9-b5e71dc3b869.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-9efdd36f-efbd-487f-9ef9-b5e71dc3b869 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9efdd36f-efbd-487f-9ef9-b5e71dc3b869-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-9efdd36f-efbd-487f-9ef9-b5e71dc3b869 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9efdd36f-efbd-487f-9ef9-b5e71dc3b869 .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-9efdd36f-efbd-487f-9ef9-b5e71dc3b869 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9efdd36f-efbd-487f-9ef9-b5e71dc3b869 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-9efdd36f-efbd-487f-9ef9-b5e71dc3b869 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9efdd36f-efbd-487f-9ef9-b5e71dc3b869.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9efdd36f-efbd-487f-9ef9-b5e71dc3b869.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9efdd36f-efbd-487f-9ef9-b5e71dc3b869.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-9efdd36f-efbd-487f-9ef9-b5e71dc3b869 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9efdd36f-efbd-487f-9ef9-b5e71dc3b869-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-9efdd36f-efbd-487f-9ef9-b5e71dc3b869 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9efdd36f-efbd-487f-9ef9-b5e71dc3b869 .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-9efdd36f-efbd-487f-9ef9-b5e71dc3b869 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9efdd36f-efbd-487f-9ef9-b5e71dc3b869 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-9efdd36f-efbd-487f-9ef9-b5e71dc3b869 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9efdd36f-efbd-487f-9ef9-b5e71dc3b869.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9efdd36f-efbd-487f-9ef9-b5e71dc3b869.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9efdd36f-efbd-487f-9ef9-b5e71dc3b869.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-9efdd36f-efbd-487f-9ef9-b5e71dc3b869 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9efdd36f-efbd-487f-9ef9-b5e71dc3b869-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-9efdd36f-efbd-487f-9ef9-b5e71dc3b869 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9efdd36f-efbd-487f-9ef9-b5e71dc3b869 .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-9efdd36f-efbd-487f-9ef9-b5e71dc3b869 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9efdd36f-efbd-487f-9ef9-b5e71dc3b869 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-9efdd36f-efbd-487f-9ef9-b5e71dc3b869 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9efdd36f-efbd-487f-9ef9-b5e71dc3b869.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9efdd36f-efbd-487f-9ef9-b5e71dc3b869.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9efdd36f-efbd-487f-9ef9-b5e71dc3b869.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-9efdd36f-efbd-487f-9ef9-b5e71dc3b869 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9efdd36f-efbd-487f-9ef9-b5e71dc3b869-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-9efdd36f-efbd-487f-9ef9-b5e71dc3b869 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9efdd36f-efbd-487f-9ef9-b5e71dc3b869 .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-9efdd36f-efbd-487f-9ef9-b5e71dc3b869 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9efdd36f-efbd-487f-9ef9-b5e71dc3b869 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-9efdd36f-efbd-487f-9ef9-b5e71dc3b869 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9efdd36f-efbd-487f-9ef9-b5e71dc3b869.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9efdd36f-efbd-487f-9ef9-b5e71dc3b869.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9efdd36f-efbd-487f-9ef9-b5e71dc3b869.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-9cafb2d9-3a53-46e3-afeb-69065f43578f {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-9cafb2d9-3a53-46e3-afeb-69065f43578f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9cafb2d9-3a53-46e3-afeb-69065f43578f-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-9cafb2d9-3a53-46e3-afeb-69065f43578f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9cafb2d9-3a53-46e3-afeb-69065f43578f .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-9cafb2d9-3a53-46e3-afeb-69065f43578f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9cafb2d9-3a53-46e3-afeb-69065f43578f img.shogun-image {
  width: 100%;
  
  
  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-9cafb2d9-3a53-46e3-afeb-69065f43578f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9cafb2d9-3a53-46e3-afeb-69065f43578f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cafb2d9-3a53-46e3-afeb-69065f43578f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cafb2d9-3a53-46e3-afeb-69065f43578f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-9cafb2d9-3a53-46e3-afeb-69065f43578f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9cafb2d9-3a53-46e3-afeb-69065f43578f-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-9cafb2d9-3a53-46e3-afeb-69065f43578f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9cafb2d9-3a53-46e3-afeb-69065f43578f .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-9cafb2d9-3a53-46e3-afeb-69065f43578f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9cafb2d9-3a53-46e3-afeb-69065f43578f 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-9cafb2d9-3a53-46e3-afeb-69065f43578f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9cafb2d9-3a53-46e3-afeb-69065f43578f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cafb2d9-3a53-46e3-afeb-69065f43578f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cafb2d9-3a53-46e3-afeb-69065f43578f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-9cafb2d9-3a53-46e3-afeb-69065f43578f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9cafb2d9-3a53-46e3-afeb-69065f43578f-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-9cafb2d9-3a53-46e3-afeb-69065f43578f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9cafb2d9-3a53-46e3-afeb-69065f43578f .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-9cafb2d9-3a53-46e3-afeb-69065f43578f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9cafb2d9-3a53-46e3-afeb-69065f43578f 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-9cafb2d9-3a53-46e3-afeb-69065f43578f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9cafb2d9-3a53-46e3-afeb-69065f43578f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cafb2d9-3a53-46e3-afeb-69065f43578f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cafb2d9-3a53-46e3-afeb-69065f43578f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-9cafb2d9-3a53-46e3-afeb-69065f43578f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9cafb2d9-3a53-46e3-afeb-69065f43578f-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-9cafb2d9-3a53-46e3-afeb-69065f43578f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9cafb2d9-3a53-46e3-afeb-69065f43578f .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-9cafb2d9-3a53-46e3-afeb-69065f43578f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9cafb2d9-3a53-46e3-afeb-69065f43578f 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-9cafb2d9-3a53-46e3-afeb-69065f43578f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9cafb2d9-3a53-46e3-afeb-69065f43578f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cafb2d9-3a53-46e3-afeb-69065f43578f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cafb2d9-3a53-46e3-afeb-69065f43578f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-9cafb2d9-3a53-46e3-afeb-69065f43578f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9cafb2d9-3a53-46e3-afeb-69065f43578f-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-9cafb2d9-3a53-46e3-afeb-69065f43578f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9cafb2d9-3a53-46e3-afeb-69065f43578f .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-9cafb2d9-3a53-46e3-afeb-69065f43578f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-9cafb2d9-3a53-46e3-afeb-69065f43578f 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-9cafb2d9-3a53-46e3-afeb-69065f43578f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9cafb2d9-3a53-46e3-afeb-69065f43578f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cafb2d9-3a53-46e3-afeb-69065f43578f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cafb2d9-3a53-46e3-afeb-69065f43578f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-dda5a5f4-b58e-4dd2-b926-53037d15829b {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-dda5a5f4-b58e-4dd2-b926-53037d15829b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dda5a5f4-b58e-4dd2-b926-53037d15829b-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-dda5a5f4-b58e-4dd2-b926-53037d15829b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dda5a5f4-b58e-4dd2-b926-53037d15829b .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-dda5a5f4-b58e-4dd2-b926-53037d15829b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dda5a5f4-b58e-4dd2-b926-53037d15829b img.shogun-image {
  width: 100%;
  
  
  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-dda5a5f4-b58e-4dd2-b926-53037d15829b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dda5a5f4-b58e-4dd2-b926-53037d15829b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dda5a5f4-b58e-4dd2-b926-53037d15829b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dda5a5f4-b58e-4dd2-b926-53037d15829b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-dda5a5f4-b58e-4dd2-b926-53037d15829b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dda5a5f4-b58e-4dd2-b926-53037d15829b-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-dda5a5f4-b58e-4dd2-b926-53037d15829b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dda5a5f4-b58e-4dd2-b926-53037d15829b .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-dda5a5f4-b58e-4dd2-b926-53037d15829b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dda5a5f4-b58e-4dd2-b926-53037d15829b 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-dda5a5f4-b58e-4dd2-b926-53037d15829b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dda5a5f4-b58e-4dd2-b926-53037d15829b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dda5a5f4-b58e-4dd2-b926-53037d15829b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dda5a5f4-b58e-4dd2-b926-53037d15829b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-dda5a5f4-b58e-4dd2-b926-53037d15829b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dda5a5f4-b58e-4dd2-b926-53037d15829b-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-dda5a5f4-b58e-4dd2-b926-53037d15829b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dda5a5f4-b58e-4dd2-b926-53037d15829b .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-dda5a5f4-b58e-4dd2-b926-53037d15829b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dda5a5f4-b58e-4dd2-b926-53037d15829b 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-dda5a5f4-b58e-4dd2-b926-53037d15829b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dda5a5f4-b58e-4dd2-b926-53037d15829b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dda5a5f4-b58e-4dd2-b926-53037d15829b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dda5a5f4-b58e-4dd2-b926-53037d15829b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-dda5a5f4-b58e-4dd2-b926-53037d15829b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dda5a5f4-b58e-4dd2-b926-53037d15829b-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-dda5a5f4-b58e-4dd2-b926-53037d15829b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dda5a5f4-b58e-4dd2-b926-53037d15829b .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-dda5a5f4-b58e-4dd2-b926-53037d15829b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dda5a5f4-b58e-4dd2-b926-53037d15829b 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-dda5a5f4-b58e-4dd2-b926-53037d15829b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dda5a5f4-b58e-4dd2-b926-53037d15829b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dda5a5f4-b58e-4dd2-b926-53037d15829b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dda5a5f4-b58e-4dd2-b926-53037d15829b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-dda5a5f4-b58e-4dd2-b926-53037d15829b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dda5a5f4-b58e-4dd2-b926-53037d15829b-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-dda5a5f4-b58e-4dd2-b926-53037d15829b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dda5a5f4-b58e-4dd2-b926-53037d15829b .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-dda5a5f4-b58e-4dd2-b926-53037d15829b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-dda5a5f4-b58e-4dd2-b926-53037d15829b 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-dda5a5f4-b58e-4dd2-b926-53037d15829b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dda5a5f4-b58e-4dd2-b926-53037d15829b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dda5a5f4-b58e-4dd2-b926-53037d15829b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dda5a5f4-b58e-4dd2-b926-53037d15829b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-3e00d31f-c28c-4291-bd7a-de4589da4a10 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-3e00d31f-c28c-4291-bd7a-de4589da4a10 {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-3e00d31f-c28c-4291-bd7a-de4589da4a10 {
  margin-left: 1%;
margin-right: 1%;
}
}
@media (min-width: 0px) {
[id="s-3e00d31f-c28c-4291-bd7a-de4589da4a10"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-3e00d31f-c28c-4291-bd7a-de4589da4a10"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-3e00d31f-c28c-4291-bd7a-de4589da4a10"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-3e00d31f-c28c-4291-bd7a-de4589da4a10"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-c2c1c166-c661-4229-b9a6-95e7ea24cc73 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-c2c1c166-c661-4229-b9a6-95e7ea24cc73 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c2c1c166-c661-4229-b9a6-95e7ea24cc73-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-c2c1c166-c661-4229-b9a6-95e7ea24cc73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c2c1c166-c661-4229-b9a6-95e7ea24cc73 .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-c2c1c166-c661-4229-b9a6-95e7ea24cc73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c2c1c166-c661-4229-b9a6-95e7ea24cc73 img.shogun-image {
  width: 100%;
  
  
  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-c2c1c166-c661-4229-b9a6-95e7ea24cc73 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c2c1c166-c661-4229-b9a6-95e7ea24cc73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2c1c166-c661-4229-b9a6-95e7ea24cc73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2c1c166-c661-4229-b9a6-95e7ea24cc73.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c2c1c166-c661-4229-b9a6-95e7ea24cc73 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c2c1c166-c661-4229-b9a6-95e7ea24cc73-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-c2c1c166-c661-4229-b9a6-95e7ea24cc73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c2c1c166-c661-4229-b9a6-95e7ea24cc73 .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-c2c1c166-c661-4229-b9a6-95e7ea24cc73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c2c1c166-c661-4229-b9a6-95e7ea24cc73 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-c2c1c166-c661-4229-b9a6-95e7ea24cc73 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c2c1c166-c661-4229-b9a6-95e7ea24cc73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2c1c166-c661-4229-b9a6-95e7ea24cc73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2c1c166-c661-4229-b9a6-95e7ea24cc73.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c2c1c166-c661-4229-b9a6-95e7ea24cc73 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c2c1c166-c661-4229-b9a6-95e7ea24cc73-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-c2c1c166-c661-4229-b9a6-95e7ea24cc73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c2c1c166-c661-4229-b9a6-95e7ea24cc73 .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-c2c1c166-c661-4229-b9a6-95e7ea24cc73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c2c1c166-c661-4229-b9a6-95e7ea24cc73 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-c2c1c166-c661-4229-b9a6-95e7ea24cc73 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c2c1c166-c661-4229-b9a6-95e7ea24cc73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2c1c166-c661-4229-b9a6-95e7ea24cc73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2c1c166-c661-4229-b9a6-95e7ea24cc73.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c2c1c166-c661-4229-b9a6-95e7ea24cc73 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c2c1c166-c661-4229-b9a6-95e7ea24cc73-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-c2c1c166-c661-4229-b9a6-95e7ea24cc73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c2c1c166-c661-4229-b9a6-95e7ea24cc73 .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-c2c1c166-c661-4229-b9a6-95e7ea24cc73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c2c1c166-c661-4229-b9a6-95e7ea24cc73 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-c2c1c166-c661-4229-b9a6-95e7ea24cc73 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c2c1c166-c661-4229-b9a6-95e7ea24cc73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2c1c166-c661-4229-b9a6-95e7ea24cc73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2c1c166-c661-4229-b9a6-95e7ea24cc73.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c2c1c166-c661-4229-b9a6-95e7ea24cc73 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c2c1c166-c661-4229-b9a6-95e7ea24cc73-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-c2c1c166-c661-4229-b9a6-95e7ea24cc73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c2c1c166-c661-4229-b9a6-95e7ea24cc73 .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-c2c1c166-c661-4229-b9a6-95e7ea24cc73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c2c1c166-c661-4229-b9a6-95e7ea24cc73 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-c2c1c166-c661-4229-b9a6-95e7ea24cc73 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c2c1c166-c661-4229-b9a6-95e7ea24cc73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2c1c166-c661-4229-b9a6-95e7ea24cc73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2c1c166-c661-4229-b9a6-95e7ea24cc73.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-82cbe0bf-24d2-4580-9b42-a23ca67f67ef {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-82cbe0bf-24d2-4580-9b42-a23ca67f67ef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-82cbe0bf-24d2-4580-9b42-a23ca67f67ef-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-82cbe0bf-24d2-4580-9b42-a23ca67f67ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-82cbe0bf-24d2-4580-9b42-a23ca67f67ef .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-82cbe0bf-24d2-4580-9b42-a23ca67f67ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-82cbe0bf-24d2-4580-9b42-a23ca67f67ef img.shogun-image {
  width: 100%;
  
  
  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-82cbe0bf-24d2-4580-9b42-a23ca67f67ef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-82cbe0bf-24d2-4580-9b42-a23ca67f67ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82cbe0bf-24d2-4580-9b42-a23ca67f67ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82cbe0bf-24d2-4580-9b42-a23ca67f67ef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-82cbe0bf-24d2-4580-9b42-a23ca67f67ef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-82cbe0bf-24d2-4580-9b42-a23ca67f67ef-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-82cbe0bf-24d2-4580-9b42-a23ca67f67ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-82cbe0bf-24d2-4580-9b42-a23ca67f67ef .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-82cbe0bf-24d2-4580-9b42-a23ca67f67ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-82cbe0bf-24d2-4580-9b42-a23ca67f67ef 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-82cbe0bf-24d2-4580-9b42-a23ca67f67ef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-82cbe0bf-24d2-4580-9b42-a23ca67f67ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82cbe0bf-24d2-4580-9b42-a23ca67f67ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82cbe0bf-24d2-4580-9b42-a23ca67f67ef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-82cbe0bf-24d2-4580-9b42-a23ca67f67ef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-82cbe0bf-24d2-4580-9b42-a23ca67f67ef-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-82cbe0bf-24d2-4580-9b42-a23ca67f67ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-82cbe0bf-24d2-4580-9b42-a23ca67f67ef .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-82cbe0bf-24d2-4580-9b42-a23ca67f67ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-82cbe0bf-24d2-4580-9b42-a23ca67f67ef 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-82cbe0bf-24d2-4580-9b42-a23ca67f67ef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-82cbe0bf-24d2-4580-9b42-a23ca67f67ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82cbe0bf-24d2-4580-9b42-a23ca67f67ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82cbe0bf-24d2-4580-9b42-a23ca67f67ef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-82cbe0bf-24d2-4580-9b42-a23ca67f67ef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-82cbe0bf-24d2-4580-9b42-a23ca67f67ef-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-82cbe0bf-24d2-4580-9b42-a23ca67f67ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-82cbe0bf-24d2-4580-9b42-a23ca67f67ef .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-82cbe0bf-24d2-4580-9b42-a23ca67f67ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-82cbe0bf-24d2-4580-9b42-a23ca67f67ef 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-82cbe0bf-24d2-4580-9b42-a23ca67f67ef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-82cbe0bf-24d2-4580-9b42-a23ca67f67ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82cbe0bf-24d2-4580-9b42-a23ca67f67ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82cbe0bf-24d2-4580-9b42-a23ca67f67ef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-82cbe0bf-24d2-4580-9b42-a23ca67f67ef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-82cbe0bf-24d2-4580-9b42-a23ca67f67ef-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-82cbe0bf-24d2-4580-9b42-a23ca67f67ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-82cbe0bf-24d2-4580-9b42-a23ca67f67ef .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-82cbe0bf-24d2-4580-9b42-a23ca67f67ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-82cbe0bf-24d2-4580-9b42-a23ca67f67ef 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-82cbe0bf-24d2-4580-9b42-a23ca67f67ef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-82cbe0bf-24d2-4580-9b42-a23ca67f67ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82cbe0bf-24d2-4580-9b42-a23ca67f67ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82cbe0bf-24d2-4580-9b42-a23ca67f67ef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-3bf1b6a5-0c70-449a-8efd-7a109eb51cbe {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-3bf1b6a5-0c70-449a-8efd-7a109eb51cbe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3bf1b6a5-0c70-449a-8efd-7a109eb51cbe-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-3bf1b6a5-0c70-449a-8efd-7a109eb51cbe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3bf1b6a5-0c70-449a-8efd-7a109eb51cbe .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-3bf1b6a5-0c70-449a-8efd-7a109eb51cbe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3bf1b6a5-0c70-449a-8efd-7a109eb51cbe img.shogun-image {
  width: 100%;
  
  
  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-3bf1b6a5-0c70-449a-8efd-7a109eb51cbe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3bf1b6a5-0c70-449a-8efd-7a109eb51cbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bf1b6a5-0c70-449a-8efd-7a109eb51cbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bf1b6a5-0c70-449a-8efd-7a109eb51cbe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3bf1b6a5-0c70-449a-8efd-7a109eb51cbe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3bf1b6a5-0c70-449a-8efd-7a109eb51cbe-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-3bf1b6a5-0c70-449a-8efd-7a109eb51cbe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3bf1b6a5-0c70-449a-8efd-7a109eb51cbe .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-3bf1b6a5-0c70-449a-8efd-7a109eb51cbe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3bf1b6a5-0c70-449a-8efd-7a109eb51cbe 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-3bf1b6a5-0c70-449a-8efd-7a109eb51cbe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3bf1b6a5-0c70-449a-8efd-7a109eb51cbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bf1b6a5-0c70-449a-8efd-7a109eb51cbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bf1b6a5-0c70-449a-8efd-7a109eb51cbe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3bf1b6a5-0c70-449a-8efd-7a109eb51cbe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3bf1b6a5-0c70-449a-8efd-7a109eb51cbe-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-3bf1b6a5-0c70-449a-8efd-7a109eb51cbe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3bf1b6a5-0c70-449a-8efd-7a109eb51cbe .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-3bf1b6a5-0c70-449a-8efd-7a109eb51cbe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3bf1b6a5-0c70-449a-8efd-7a109eb51cbe 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-3bf1b6a5-0c70-449a-8efd-7a109eb51cbe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3bf1b6a5-0c70-449a-8efd-7a109eb51cbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bf1b6a5-0c70-449a-8efd-7a109eb51cbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bf1b6a5-0c70-449a-8efd-7a109eb51cbe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3bf1b6a5-0c70-449a-8efd-7a109eb51cbe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3bf1b6a5-0c70-449a-8efd-7a109eb51cbe-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-3bf1b6a5-0c70-449a-8efd-7a109eb51cbe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3bf1b6a5-0c70-449a-8efd-7a109eb51cbe .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-3bf1b6a5-0c70-449a-8efd-7a109eb51cbe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3bf1b6a5-0c70-449a-8efd-7a109eb51cbe 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-3bf1b6a5-0c70-449a-8efd-7a109eb51cbe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3bf1b6a5-0c70-449a-8efd-7a109eb51cbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bf1b6a5-0c70-449a-8efd-7a109eb51cbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bf1b6a5-0c70-449a-8efd-7a109eb51cbe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3bf1b6a5-0c70-449a-8efd-7a109eb51cbe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3bf1b6a5-0c70-449a-8efd-7a109eb51cbe-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-3bf1b6a5-0c70-449a-8efd-7a109eb51cbe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3bf1b6a5-0c70-449a-8efd-7a109eb51cbe .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-3bf1b6a5-0c70-449a-8efd-7a109eb51cbe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3bf1b6a5-0c70-449a-8efd-7a109eb51cbe 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-3bf1b6a5-0c70-449a-8efd-7a109eb51cbe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3bf1b6a5-0c70-449a-8efd-7a109eb51cbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bf1b6a5-0c70-449a-8efd-7a109eb51cbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bf1b6a5-0c70-449a-8efd-7a109eb51cbe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c831e815-3c78-4387-a623-82abd59e9deb {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-c831e815-3c78-4387-a623-82abd59e9deb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c831e815-3c78-4387-a623-82abd59e9deb-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-c831e815-3c78-4387-a623-82abd59e9deb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c831e815-3c78-4387-a623-82abd59e9deb .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-c831e815-3c78-4387-a623-82abd59e9deb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c831e815-3c78-4387-a623-82abd59e9deb img.shogun-image {
  width: 100%;
  
  
  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-c831e815-3c78-4387-a623-82abd59e9deb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c831e815-3c78-4387-a623-82abd59e9deb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c831e815-3c78-4387-a623-82abd59e9deb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c831e815-3c78-4387-a623-82abd59e9deb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c831e815-3c78-4387-a623-82abd59e9deb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c831e815-3c78-4387-a623-82abd59e9deb-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-c831e815-3c78-4387-a623-82abd59e9deb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c831e815-3c78-4387-a623-82abd59e9deb .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-c831e815-3c78-4387-a623-82abd59e9deb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c831e815-3c78-4387-a623-82abd59e9deb 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-c831e815-3c78-4387-a623-82abd59e9deb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c831e815-3c78-4387-a623-82abd59e9deb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c831e815-3c78-4387-a623-82abd59e9deb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c831e815-3c78-4387-a623-82abd59e9deb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c831e815-3c78-4387-a623-82abd59e9deb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c831e815-3c78-4387-a623-82abd59e9deb-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-c831e815-3c78-4387-a623-82abd59e9deb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c831e815-3c78-4387-a623-82abd59e9deb .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-c831e815-3c78-4387-a623-82abd59e9deb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c831e815-3c78-4387-a623-82abd59e9deb 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-c831e815-3c78-4387-a623-82abd59e9deb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c831e815-3c78-4387-a623-82abd59e9deb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c831e815-3c78-4387-a623-82abd59e9deb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c831e815-3c78-4387-a623-82abd59e9deb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c831e815-3c78-4387-a623-82abd59e9deb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c831e815-3c78-4387-a623-82abd59e9deb-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-c831e815-3c78-4387-a623-82abd59e9deb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c831e815-3c78-4387-a623-82abd59e9deb .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-c831e815-3c78-4387-a623-82abd59e9deb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c831e815-3c78-4387-a623-82abd59e9deb 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-c831e815-3c78-4387-a623-82abd59e9deb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c831e815-3c78-4387-a623-82abd59e9deb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c831e815-3c78-4387-a623-82abd59e9deb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c831e815-3c78-4387-a623-82abd59e9deb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c831e815-3c78-4387-a623-82abd59e9deb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c831e815-3c78-4387-a623-82abd59e9deb-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-c831e815-3c78-4387-a623-82abd59e9deb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c831e815-3c78-4387-a623-82abd59e9deb .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-c831e815-3c78-4387-a623-82abd59e9deb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c831e815-3c78-4387-a623-82abd59e9deb 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-c831e815-3c78-4387-a623-82abd59e9deb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c831e815-3c78-4387-a623-82abd59e9deb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c831e815-3c78-4387-a623-82abd59e9deb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c831e815-3c78-4387-a623-82abd59e9deb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-f19c354b-8ac1-4947-ad49-2c272c2bae12 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-f19c354b-8ac1-4947-ad49-2c272c2bae12 {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-f19c354b-8ac1-4947-ad49-2c272c2bae12 {
  margin-left: 1%;
margin-right: 1%;
}
}
@media (min-width: 0px) {
[id="s-f19c354b-8ac1-4947-ad49-2c272c2bae12"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-f19c354b-8ac1-4947-ad49-2c272c2bae12"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-f19c354b-8ac1-4947-ad49-2c272c2bae12"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-f19c354b-8ac1-4947-ad49-2c272c2bae12"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-df5f1afb-a66e-4343-80ac-ab70e3d6fd43 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-df5f1afb-a66e-4343-80ac-ab70e3d6fd43 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-df5f1afb-a66e-4343-80ac-ab70e3d6fd43-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-df5f1afb-a66e-4343-80ac-ab70e3d6fd43 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-df5f1afb-a66e-4343-80ac-ab70e3d6fd43 .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-df5f1afb-a66e-4343-80ac-ab70e3d6fd43 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-df5f1afb-a66e-4343-80ac-ab70e3d6fd43 img.shogun-image {
  width: 100%;
  
  
  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-df5f1afb-a66e-4343-80ac-ab70e3d6fd43 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-df5f1afb-a66e-4343-80ac-ab70e3d6fd43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df5f1afb-a66e-4343-80ac-ab70e3d6fd43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df5f1afb-a66e-4343-80ac-ab70e3d6fd43.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-df5f1afb-a66e-4343-80ac-ab70e3d6fd43 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-df5f1afb-a66e-4343-80ac-ab70e3d6fd43-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-df5f1afb-a66e-4343-80ac-ab70e3d6fd43 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-df5f1afb-a66e-4343-80ac-ab70e3d6fd43 .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-df5f1afb-a66e-4343-80ac-ab70e3d6fd43 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-df5f1afb-a66e-4343-80ac-ab70e3d6fd43 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-df5f1afb-a66e-4343-80ac-ab70e3d6fd43 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-df5f1afb-a66e-4343-80ac-ab70e3d6fd43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df5f1afb-a66e-4343-80ac-ab70e3d6fd43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df5f1afb-a66e-4343-80ac-ab70e3d6fd43.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-df5f1afb-a66e-4343-80ac-ab70e3d6fd43 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-df5f1afb-a66e-4343-80ac-ab70e3d6fd43-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-df5f1afb-a66e-4343-80ac-ab70e3d6fd43 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-df5f1afb-a66e-4343-80ac-ab70e3d6fd43 .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-df5f1afb-a66e-4343-80ac-ab70e3d6fd43 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-df5f1afb-a66e-4343-80ac-ab70e3d6fd43 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-df5f1afb-a66e-4343-80ac-ab70e3d6fd43 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-df5f1afb-a66e-4343-80ac-ab70e3d6fd43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df5f1afb-a66e-4343-80ac-ab70e3d6fd43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df5f1afb-a66e-4343-80ac-ab70e3d6fd43.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-df5f1afb-a66e-4343-80ac-ab70e3d6fd43 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-df5f1afb-a66e-4343-80ac-ab70e3d6fd43-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-df5f1afb-a66e-4343-80ac-ab70e3d6fd43 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-df5f1afb-a66e-4343-80ac-ab70e3d6fd43 .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-df5f1afb-a66e-4343-80ac-ab70e3d6fd43 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-df5f1afb-a66e-4343-80ac-ab70e3d6fd43 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-df5f1afb-a66e-4343-80ac-ab70e3d6fd43 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-df5f1afb-a66e-4343-80ac-ab70e3d6fd43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df5f1afb-a66e-4343-80ac-ab70e3d6fd43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df5f1afb-a66e-4343-80ac-ab70e3d6fd43.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-df5f1afb-a66e-4343-80ac-ab70e3d6fd43 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-df5f1afb-a66e-4343-80ac-ab70e3d6fd43-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-df5f1afb-a66e-4343-80ac-ab70e3d6fd43 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-df5f1afb-a66e-4343-80ac-ab70e3d6fd43 .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-df5f1afb-a66e-4343-80ac-ab70e3d6fd43 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-df5f1afb-a66e-4343-80ac-ab70e3d6fd43 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-df5f1afb-a66e-4343-80ac-ab70e3d6fd43 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-df5f1afb-a66e-4343-80ac-ab70e3d6fd43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df5f1afb-a66e-4343-80ac-ab70e3d6fd43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df5f1afb-a66e-4343-80ac-ab70e3d6fd43.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-7c7c91f1-f375-4ba9-9fb7-63615a7867a5 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
text-align: center;
}

#s-7c7c91f1-f375-4ba9-9fb7-63615a7867a5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7c7c91f1-f375-4ba9-9fb7-63615a7867a5-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-7c7c91f1-f375-4ba9-9fb7-63615a7867a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7c7c91f1-f375-4ba9-9fb7-63615a7867a5 .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-7c7c91f1-f375-4ba9-9fb7-63615a7867a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7c7c91f1-f375-4ba9-9fb7-63615a7867a5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

  /* 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-7c7c91f1-f375-4ba9-9fb7-63615a7867a5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7c7c91f1-f375-4ba9-9fb7-63615a7867a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c7c91f1-f375-4ba9-9fb7-63615a7867a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c7c91f1-f375-4ba9-9fb7-63615a7867a5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-7c7c91f1-f375-4ba9-9fb7-63615a7867a5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7c7c91f1-f375-4ba9-9fb7-63615a7867a5-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-7c7c91f1-f375-4ba9-9fb7-63615a7867a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7c7c91f1-f375-4ba9-9fb7-63615a7867a5 .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-7c7c91f1-f375-4ba9-9fb7-63615a7867a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7c7c91f1-f375-4ba9-9fb7-63615a7867a5 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-7c7c91f1-f375-4ba9-9fb7-63615a7867a5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7c7c91f1-f375-4ba9-9fb7-63615a7867a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c7c91f1-f375-4ba9-9fb7-63615a7867a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c7c91f1-f375-4ba9-9fb7-63615a7867a5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-7c7c91f1-f375-4ba9-9fb7-63615a7867a5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7c7c91f1-f375-4ba9-9fb7-63615a7867a5-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-7c7c91f1-f375-4ba9-9fb7-63615a7867a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7c7c91f1-f375-4ba9-9fb7-63615a7867a5 .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-7c7c91f1-f375-4ba9-9fb7-63615a7867a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7c7c91f1-f375-4ba9-9fb7-63615a7867a5 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-7c7c91f1-f375-4ba9-9fb7-63615a7867a5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7c7c91f1-f375-4ba9-9fb7-63615a7867a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c7c91f1-f375-4ba9-9fb7-63615a7867a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c7c91f1-f375-4ba9-9fb7-63615a7867a5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-7c7c91f1-f375-4ba9-9fb7-63615a7867a5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7c7c91f1-f375-4ba9-9fb7-63615a7867a5-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-7c7c91f1-f375-4ba9-9fb7-63615a7867a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7c7c91f1-f375-4ba9-9fb7-63615a7867a5 .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-7c7c91f1-f375-4ba9-9fb7-63615a7867a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7c7c91f1-f375-4ba9-9fb7-63615a7867a5 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-7c7c91f1-f375-4ba9-9fb7-63615a7867a5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7c7c91f1-f375-4ba9-9fb7-63615a7867a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c7c91f1-f375-4ba9-9fb7-63615a7867a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c7c91f1-f375-4ba9-9fb7-63615a7867a5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-7c7c91f1-f375-4ba9-9fb7-63615a7867a5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7c7c91f1-f375-4ba9-9fb7-63615a7867a5-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-7c7c91f1-f375-4ba9-9fb7-63615a7867a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7c7c91f1-f375-4ba9-9fb7-63615a7867a5 .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-7c7c91f1-f375-4ba9-9fb7-63615a7867a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-7c7c91f1-f375-4ba9-9fb7-63615a7867a5 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-7c7c91f1-f375-4ba9-9fb7-63615a7867a5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7c7c91f1-f375-4ba9-9fb7-63615a7867a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c7c91f1-f375-4ba9-9fb7-63615a7867a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c7c91f1-f375-4ba9-9fb7-63615a7867a5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-79d7b256-ed00-415c-97b1-8fd3f4ed92e5 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-79d7b256-ed00-415c-97b1-8fd3f4ed92e5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-79d7b256-ed00-415c-97b1-8fd3f4ed92e5-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-79d7b256-ed00-415c-97b1-8fd3f4ed92e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-79d7b256-ed00-415c-97b1-8fd3f4ed92e5 .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-79d7b256-ed00-415c-97b1-8fd3f4ed92e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-79d7b256-ed00-415c-97b1-8fd3f4ed92e5 img.shogun-image {
  width: 100%;
  
  
  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-79d7b256-ed00-415c-97b1-8fd3f4ed92e5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-79d7b256-ed00-415c-97b1-8fd3f4ed92e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79d7b256-ed00-415c-97b1-8fd3f4ed92e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79d7b256-ed00-415c-97b1-8fd3f4ed92e5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-79d7b256-ed00-415c-97b1-8fd3f4ed92e5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-79d7b256-ed00-415c-97b1-8fd3f4ed92e5-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-79d7b256-ed00-415c-97b1-8fd3f4ed92e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-79d7b256-ed00-415c-97b1-8fd3f4ed92e5 .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-79d7b256-ed00-415c-97b1-8fd3f4ed92e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-79d7b256-ed00-415c-97b1-8fd3f4ed92e5 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-79d7b256-ed00-415c-97b1-8fd3f4ed92e5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-79d7b256-ed00-415c-97b1-8fd3f4ed92e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79d7b256-ed00-415c-97b1-8fd3f4ed92e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79d7b256-ed00-415c-97b1-8fd3f4ed92e5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-79d7b256-ed00-415c-97b1-8fd3f4ed92e5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-79d7b256-ed00-415c-97b1-8fd3f4ed92e5-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-79d7b256-ed00-415c-97b1-8fd3f4ed92e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-79d7b256-ed00-415c-97b1-8fd3f4ed92e5 .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-79d7b256-ed00-415c-97b1-8fd3f4ed92e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-79d7b256-ed00-415c-97b1-8fd3f4ed92e5 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-79d7b256-ed00-415c-97b1-8fd3f4ed92e5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-79d7b256-ed00-415c-97b1-8fd3f4ed92e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79d7b256-ed00-415c-97b1-8fd3f4ed92e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79d7b256-ed00-415c-97b1-8fd3f4ed92e5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-79d7b256-ed00-415c-97b1-8fd3f4ed92e5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-79d7b256-ed00-415c-97b1-8fd3f4ed92e5-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-79d7b256-ed00-415c-97b1-8fd3f4ed92e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-79d7b256-ed00-415c-97b1-8fd3f4ed92e5 .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-79d7b256-ed00-415c-97b1-8fd3f4ed92e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-79d7b256-ed00-415c-97b1-8fd3f4ed92e5 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-79d7b256-ed00-415c-97b1-8fd3f4ed92e5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-79d7b256-ed00-415c-97b1-8fd3f4ed92e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79d7b256-ed00-415c-97b1-8fd3f4ed92e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79d7b256-ed00-415c-97b1-8fd3f4ed92e5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-79d7b256-ed00-415c-97b1-8fd3f4ed92e5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-79d7b256-ed00-415c-97b1-8fd3f4ed92e5-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-79d7b256-ed00-415c-97b1-8fd3f4ed92e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-79d7b256-ed00-415c-97b1-8fd3f4ed92e5 .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-79d7b256-ed00-415c-97b1-8fd3f4ed92e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-79d7b256-ed00-415c-97b1-8fd3f4ed92e5 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-79d7b256-ed00-415c-97b1-8fd3f4ed92e5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-79d7b256-ed00-415c-97b1-8fd3f4ed92e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79d7b256-ed00-415c-97b1-8fd3f4ed92e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79d7b256-ed00-415c-97b1-8fd3f4ed92e5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-e0c4538a-bf86-40ef-a6dd-02ebd46fae3e {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-e0c4538a-bf86-40ef-a6dd-02ebd46fae3e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e0c4538a-bf86-40ef-a6dd-02ebd46fae3e-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-e0c4538a-bf86-40ef-a6dd-02ebd46fae3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e0c4538a-bf86-40ef-a6dd-02ebd46fae3e .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-e0c4538a-bf86-40ef-a6dd-02ebd46fae3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e0c4538a-bf86-40ef-a6dd-02ebd46fae3e img.shogun-image {
  width: 100%;
  
  
  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-e0c4538a-bf86-40ef-a6dd-02ebd46fae3e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e0c4538a-bf86-40ef-a6dd-02ebd46fae3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0c4538a-bf86-40ef-a6dd-02ebd46fae3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0c4538a-bf86-40ef-a6dd-02ebd46fae3e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e0c4538a-bf86-40ef-a6dd-02ebd46fae3e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e0c4538a-bf86-40ef-a6dd-02ebd46fae3e-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-e0c4538a-bf86-40ef-a6dd-02ebd46fae3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e0c4538a-bf86-40ef-a6dd-02ebd46fae3e .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-e0c4538a-bf86-40ef-a6dd-02ebd46fae3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e0c4538a-bf86-40ef-a6dd-02ebd46fae3e 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-e0c4538a-bf86-40ef-a6dd-02ebd46fae3e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e0c4538a-bf86-40ef-a6dd-02ebd46fae3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0c4538a-bf86-40ef-a6dd-02ebd46fae3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0c4538a-bf86-40ef-a6dd-02ebd46fae3e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e0c4538a-bf86-40ef-a6dd-02ebd46fae3e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e0c4538a-bf86-40ef-a6dd-02ebd46fae3e-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-e0c4538a-bf86-40ef-a6dd-02ebd46fae3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e0c4538a-bf86-40ef-a6dd-02ebd46fae3e .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-e0c4538a-bf86-40ef-a6dd-02ebd46fae3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e0c4538a-bf86-40ef-a6dd-02ebd46fae3e 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-e0c4538a-bf86-40ef-a6dd-02ebd46fae3e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e0c4538a-bf86-40ef-a6dd-02ebd46fae3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0c4538a-bf86-40ef-a6dd-02ebd46fae3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0c4538a-bf86-40ef-a6dd-02ebd46fae3e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e0c4538a-bf86-40ef-a6dd-02ebd46fae3e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e0c4538a-bf86-40ef-a6dd-02ebd46fae3e-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-e0c4538a-bf86-40ef-a6dd-02ebd46fae3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e0c4538a-bf86-40ef-a6dd-02ebd46fae3e .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-e0c4538a-bf86-40ef-a6dd-02ebd46fae3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e0c4538a-bf86-40ef-a6dd-02ebd46fae3e 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-e0c4538a-bf86-40ef-a6dd-02ebd46fae3e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e0c4538a-bf86-40ef-a6dd-02ebd46fae3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0c4538a-bf86-40ef-a6dd-02ebd46fae3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0c4538a-bf86-40ef-a6dd-02ebd46fae3e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e0c4538a-bf86-40ef-a6dd-02ebd46fae3e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e0c4538a-bf86-40ef-a6dd-02ebd46fae3e-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-e0c4538a-bf86-40ef-a6dd-02ebd46fae3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e0c4538a-bf86-40ef-a6dd-02ebd46fae3e .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-e0c4538a-bf86-40ef-a6dd-02ebd46fae3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e0c4538a-bf86-40ef-a6dd-02ebd46fae3e 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-e0c4538a-bf86-40ef-a6dd-02ebd46fae3e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e0c4538a-bf86-40ef-a6dd-02ebd46fae3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0c4538a-bf86-40ef-a6dd-02ebd46fae3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0c4538a-bf86-40ef-a6dd-02ebd46fae3e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-cce444a5-d219-4519-acfd-d2e5e36b25bc {
  margin-left: 2%;
margin-right: 2%;
min-height: 50px;
}
@media (min-width: 1200px){#s-cce444a5-d219-4519-acfd-d2e5e36b25bc {
  margin-left: 5%;
margin-right: 5%;
display: none;
}
#s-cce444a5-d219-4519-acfd-d2e5e36b25bc, #wrap-s-cce444a5-d219-4519-acfd-d2e5e36b25bc, #wrap-content-s-cce444a5-d219-4519-acfd-d2e5e36b25bc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cce444a5-d219-4519-acfd-d2e5e36b25bc {
  margin-left: 5%;
margin-right: 5%;
display: none;
}
#s-cce444a5-d219-4519-acfd-d2e5e36b25bc, #wrap-s-cce444a5-d219-4519-acfd-d2e5e36b25bc, #wrap-content-s-cce444a5-d219-4519-acfd-d2e5e36b25bc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cce444a5-d219-4519-acfd-d2e5e36b25bc {
  display: none;
}
#s-cce444a5-d219-4519-acfd-d2e5e36b25bc, #wrap-s-cce444a5-d219-4519-acfd-d2e5e36b25bc, #wrap-content-s-cce444a5-d219-4519-acfd-d2e5e36b25bc { display: none !important; }}@media (max-width: 767px){#s-cce444a5-d219-4519-acfd-d2e5e36b25bc {
  display: none;
}
#s-cce444a5-d219-4519-acfd-d2e5e36b25bc, #wrap-s-cce444a5-d219-4519-acfd-d2e5e36b25bc, #wrap-content-s-cce444a5-d219-4519-acfd-d2e5e36b25bc { display: none !important; }}
@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;

  /* 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%;
  
  
  

  /* 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%;
  
  
  

  /* 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%;
  
  
  

  /* 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%;
  
  
  

  /* 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-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 {
  box-shadow:0px 3px 5px 3px rgba(40, 40, 40, 0.25);
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%;
}
@media (max-width: 767px){#s-063576bf-cd30-4570-8995-5490f5746e3f {
  display: none;
}
#s-063576bf-cd30-4570-8995-5490f5746e3f, #wrap-s-063576bf-cd30-4570-8995-5490f5746e3f, #wrap-content-s-063576bf-cd30-4570-8995-5490f5746e3f { display: none !important; }}
#s-fb910d68-479d-4a48-ac82-bc9ebc14dfad {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
}
@media (min-width: 1200px){#s-fb910d68-479d-4a48-ac82-bc9ebc14dfad {
  display: none;
}
#s-fb910d68-479d-4a48-ac82-bc9ebc14dfad, #wrap-s-fb910d68-479d-4a48-ac82-bc9ebc14dfad, #wrap-content-s-fb910d68-479d-4a48-ac82-bc9ebc14dfad { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fb910d68-479d-4a48-ac82-bc9ebc14dfad {
  display: none;
}
#s-fb910d68-479d-4a48-ac82-bc9ebc14dfad, #wrap-s-fb910d68-479d-4a48-ac82-bc9ebc14dfad, #wrap-content-s-fb910d68-479d-4a48-ac82-bc9ebc14dfad { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fb910d68-479d-4a48-ac82-bc9ebc14dfad {
  display: none;
}
#s-fb910d68-479d-4a48-ac82-bc9ebc14dfad, #wrap-s-fb910d68-479d-4a48-ac82-bc9ebc14dfad, #wrap-content-s-fb910d68-479d-4a48-ac82-bc9ebc14dfad { display: none !important; }}
#s-af9f5d4c-bc86-469d-9d59-365c529b252e {
  margin-left: 1%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-af9f5d4c-bc86-469d-9d59-365c529b252e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-af9f5d4c-bc86-469d-9d59-365c529b252e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-af9f5d4c-bc86-469d-9d59-365c529b252e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-af9f5d4c-bc86-469d-9d59-365c529b252e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-0655c488-3e3b-40d8-9668-8f641ea12f56 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-0655c488-3e3b-40d8-9668-8f641ea12f56"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-0655c488-3e3b-40d8-9668-8f641ea12f56"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-0655c488-3e3b-40d8-9668-8f641ea12f56"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-0655c488-3e3b-40d8-9668-8f641ea12f56"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-f4cbc58f-03c4-43a7-8fcc-c84341372047 {
  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-f4cbc58f-03c4-43a7-8fcc-c84341372047 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f4cbc58f-03c4-43a7-8fcc-c84341372047.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aff81e4c-6c38-456a-99e5-d7a711552ea1 {
  margin-left: auto;
margin-right: auto;
}

#s-2da743ca-1861-4f3e-8893-084a0179f460 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-2da743ca-1861-4f3e-8893-084a0179f460 {
  max-width:  100%;
}

.shg-c#s-2da743ca-1861-4f3e-8893-084a0179f460 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2da743ca-1861-4f3e-8893-084a0179f460 .shg-image-zoom,
.shg-c#s-2da743ca-1861-4f3e-8893-084a0179f460 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-2da743ca-1861-4f3e-8893-084a0179f460 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2da743ca-1861-4f3e-8893-084a0179f460 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2da743ca-1861-4f3e-8893-084a0179f460 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2da743ca-1861-4f3e-8893-084a0179f460 img.shogun-image,
.shg-c#s-2da743ca-1861-4f3e-8893-084a0179f460 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2da743ca-1861-4f3e-8893-084a0179f460 .shg-image-zoom,
.shg-c#s-2da743ca-1861-4f3e-8893-084a0179f460 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-2da743ca-1861-4f3e-8893-084a0179f460 {
  max-width:  100%;
}

.shg-c#s-2da743ca-1861-4f3e-8893-084a0179f460 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2da743ca-1861-4f3e-8893-084a0179f460 .shg-image-zoom,
.shg-c#s-2da743ca-1861-4f3e-8893-084a0179f460 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-2da743ca-1861-4f3e-8893-084a0179f460 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2da743ca-1861-4f3e-8893-084a0179f460 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2da743ca-1861-4f3e-8893-084a0179f460 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2da743ca-1861-4f3e-8893-084a0179f460 img.shogun-image,
.shg-c#s-2da743ca-1861-4f3e-8893-084a0179f460 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2da743ca-1861-4f3e-8893-084a0179f460 .shg-image-zoom,
.shg-c#s-2da743ca-1861-4f3e-8893-084a0179f460 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2da743ca-1861-4f3e-8893-084a0179f460 {
  max-width:  100%;
}

.shg-c#s-2da743ca-1861-4f3e-8893-084a0179f460 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2da743ca-1861-4f3e-8893-084a0179f460 .shg-image-zoom,
.shg-c#s-2da743ca-1861-4f3e-8893-084a0179f460 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-2da743ca-1861-4f3e-8893-084a0179f460 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2da743ca-1861-4f3e-8893-084a0179f460 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2da743ca-1861-4f3e-8893-084a0179f460 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2da743ca-1861-4f3e-8893-084a0179f460 img.shogun-image,
.shg-c#s-2da743ca-1861-4f3e-8893-084a0179f460 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2da743ca-1861-4f3e-8893-084a0179f460 .shg-image-zoom,
.shg-c#s-2da743ca-1861-4f3e-8893-084a0179f460 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2da743ca-1861-4f3e-8893-084a0179f460 {
  max-width:  100%;
}

.shg-c#s-2da743ca-1861-4f3e-8893-084a0179f460 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2da743ca-1861-4f3e-8893-084a0179f460 .shg-image-zoom,
.shg-c#s-2da743ca-1861-4f3e-8893-084a0179f460 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-2da743ca-1861-4f3e-8893-084a0179f460 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2da743ca-1861-4f3e-8893-084a0179f460 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2da743ca-1861-4f3e-8893-084a0179f460 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2da743ca-1861-4f3e-8893-084a0179f460 img.shogun-image,
.shg-c#s-2da743ca-1861-4f3e-8893-084a0179f460 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2da743ca-1861-4f3e-8893-084a0179f460 .shg-image-zoom,
.shg-c#s-2da743ca-1861-4f3e-8893-084a0179f460 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-2da743ca-1861-4f3e-8893-084a0179f460 {
  max-width:  100%;
}

.shg-c#s-2da743ca-1861-4f3e-8893-084a0179f460 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2da743ca-1861-4f3e-8893-084a0179f460 .shg-image-zoom,
.shg-c#s-2da743ca-1861-4f3e-8893-084a0179f460 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-2da743ca-1861-4f3e-8893-084a0179f460 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2da743ca-1861-4f3e-8893-084a0179f460 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2da743ca-1861-4f3e-8893-084a0179f460 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2da743ca-1861-4f3e-8893-084a0179f460 img.shogun-image,
.shg-c#s-2da743ca-1861-4f3e-8893-084a0179f460 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2da743ca-1861-4f3e-8893-084a0179f460 .shg-image-zoom,
.shg-c#s-2da743ca-1861-4f3e-8893-084a0179f460 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-51795894-cab7-450b-9d1a-5890cedf521b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-51795894-cab7-450b-9d1a-5890cedf521b .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-9cfb3e40-2cef-4946-b432-3c7dbd201403 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-9cfb3e40-2cef-4946-b432-3c7dbd201403 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-9cfb3e40-2cef-4946-b432-3c7dbd201403 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-9cfb3e40-2cef-4946-b432-3c7dbd201403 .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-00b2f27e-071b-45e2-bec5-ac0f9d176bcd {
  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-00b2f27e-071b-45e2-bec5-ac0f9d176bcd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-00b2f27e-071b-45e2-bec5-ac0f9d176bcd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6cf09df3-c913-4457-846b-208bf6f4275e {
  margin-left: auto;
margin-right: auto;
}

#s-0a75d9b1-9fe7-420b-bb69-4235fe656ac3 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-0a75d9b1-9fe7-420b-bb69-4235fe656ac3 {
  max-width:  100%;
}

.shg-c#s-0a75d9b1-9fe7-420b-bb69-4235fe656ac3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0a75d9b1-9fe7-420b-bb69-4235fe656ac3 .shg-image-zoom,
.shg-c#s-0a75d9b1-9fe7-420b-bb69-4235fe656ac3 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-0a75d9b1-9fe7-420b-bb69-4235fe656ac3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0a75d9b1-9fe7-420b-bb69-4235fe656ac3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a75d9b1-9fe7-420b-bb69-4235fe656ac3 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0a75d9b1-9fe7-420b-bb69-4235fe656ac3 img.shogun-image,
.shg-c#s-0a75d9b1-9fe7-420b-bb69-4235fe656ac3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0a75d9b1-9fe7-420b-bb69-4235fe656ac3 .shg-image-zoom,
.shg-c#s-0a75d9b1-9fe7-420b-bb69-4235fe656ac3 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-0a75d9b1-9fe7-420b-bb69-4235fe656ac3 {
  max-width:  100%;
}

.shg-c#s-0a75d9b1-9fe7-420b-bb69-4235fe656ac3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0a75d9b1-9fe7-420b-bb69-4235fe656ac3 .shg-image-zoom,
.shg-c#s-0a75d9b1-9fe7-420b-bb69-4235fe656ac3 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-0a75d9b1-9fe7-420b-bb69-4235fe656ac3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0a75d9b1-9fe7-420b-bb69-4235fe656ac3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a75d9b1-9fe7-420b-bb69-4235fe656ac3 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0a75d9b1-9fe7-420b-bb69-4235fe656ac3 img.shogun-image,
.shg-c#s-0a75d9b1-9fe7-420b-bb69-4235fe656ac3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0a75d9b1-9fe7-420b-bb69-4235fe656ac3 .shg-image-zoom,
.shg-c#s-0a75d9b1-9fe7-420b-bb69-4235fe656ac3 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0a75d9b1-9fe7-420b-bb69-4235fe656ac3 {
  max-width:  100%;
}

.shg-c#s-0a75d9b1-9fe7-420b-bb69-4235fe656ac3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0a75d9b1-9fe7-420b-bb69-4235fe656ac3 .shg-image-zoom,
.shg-c#s-0a75d9b1-9fe7-420b-bb69-4235fe656ac3 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-0a75d9b1-9fe7-420b-bb69-4235fe656ac3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0a75d9b1-9fe7-420b-bb69-4235fe656ac3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a75d9b1-9fe7-420b-bb69-4235fe656ac3 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0a75d9b1-9fe7-420b-bb69-4235fe656ac3 img.shogun-image,
.shg-c#s-0a75d9b1-9fe7-420b-bb69-4235fe656ac3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0a75d9b1-9fe7-420b-bb69-4235fe656ac3 .shg-image-zoom,
.shg-c#s-0a75d9b1-9fe7-420b-bb69-4235fe656ac3 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0a75d9b1-9fe7-420b-bb69-4235fe656ac3 {
  max-width:  100%;
}

.shg-c#s-0a75d9b1-9fe7-420b-bb69-4235fe656ac3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0a75d9b1-9fe7-420b-bb69-4235fe656ac3 .shg-image-zoom,
.shg-c#s-0a75d9b1-9fe7-420b-bb69-4235fe656ac3 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-0a75d9b1-9fe7-420b-bb69-4235fe656ac3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0a75d9b1-9fe7-420b-bb69-4235fe656ac3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a75d9b1-9fe7-420b-bb69-4235fe656ac3 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0a75d9b1-9fe7-420b-bb69-4235fe656ac3 img.shogun-image,
.shg-c#s-0a75d9b1-9fe7-420b-bb69-4235fe656ac3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0a75d9b1-9fe7-420b-bb69-4235fe656ac3 .shg-image-zoom,
.shg-c#s-0a75d9b1-9fe7-420b-bb69-4235fe656ac3 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-0a75d9b1-9fe7-420b-bb69-4235fe656ac3 {
  max-width:  100%;
}

.shg-c#s-0a75d9b1-9fe7-420b-bb69-4235fe656ac3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0a75d9b1-9fe7-420b-bb69-4235fe656ac3 .shg-image-zoom,
.shg-c#s-0a75d9b1-9fe7-420b-bb69-4235fe656ac3 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-0a75d9b1-9fe7-420b-bb69-4235fe656ac3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0a75d9b1-9fe7-420b-bb69-4235fe656ac3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a75d9b1-9fe7-420b-bb69-4235fe656ac3 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0a75d9b1-9fe7-420b-bb69-4235fe656ac3 img.shogun-image,
.shg-c#s-0a75d9b1-9fe7-420b-bb69-4235fe656ac3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0a75d9b1-9fe7-420b-bb69-4235fe656ac3 .shg-image-zoom,
.shg-c#s-0a75d9b1-9fe7-420b-bb69-4235fe656ac3 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3d3fd663-564e-4188-adf7-c8fac2b306a8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3d3fd663-564e-4188-adf7-c8fac2b306a8 .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-aac86044-9971-4bcb-90a0-2bcbdd25a71f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-aac86044-9971-4bcb-90a0-2bcbdd25a71f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-aac86044-9971-4bcb-90a0-2bcbdd25a71f .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-aac86044-9971-4bcb-90a0-2bcbdd25a71f .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-26e72e8b-a698-4e83-bc50-602b7094dce7 {
  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-26e72e8b-a698-4e83-bc50-602b7094dce7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-26e72e8b-a698-4e83-bc50-602b7094dce7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c76f7898-9a1d-4e69-a105-73da1c88b0d6 {
  margin-left: auto;
margin-right: auto;
}

#s-bc5d89a7-df27-46d4-957e-98478597314e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-bc5d89a7-df27-46d4-957e-98478597314e {
  max-width:  100%;
}

.shg-c#s-bc5d89a7-df27-46d4-957e-98478597314e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc5d89a7-df27-46d4-957e-98478597314e .shg-image-zoom,
.shg-c#s-bc5d89a7-df27-46d4-957e-98478597314e img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-bc5d89a7-df27-46d4-957e-98478597314e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bc5d89a7-df27-46d4-957e-98478597314e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc5d89a7-df27-46d4-957e-98478597314e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-bc5d89a7-df27-46d4-957e-98478597314e img.shogun-image,
.shg-c#s-bc5d89a7-df27-46d4-957e-98478597314e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bc5d89a7-df27-46d4-957e-98478597314e .shg-image-zoom,
.shg-c#s-bc5d89a7-df27-46d4-957e-98478597314e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-bc5d89a7-df27-46d4-957e-98478597314e {
  max-width:  100%;
}

.shg-c#s-bc5d89a7-df27-46d4-957e-98478597314e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc5d89a7-df27-46d4-957e-98478597314e .shg-image-zoom,
.shg-c#s-bc5d89a7-df27-46d4-957e-98478597314e img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-bc5d89a7-df27-46d4-957e-98478597314e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bc5d89a7-df27-46d4-957e-98478597314e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc5d89a7-df27-46d4-957e-98478597314e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-bc5d89a7-df27-46d4-957e-98478597314e img.shogun-image,
.shg-c#s-bc5d89a7-df27-46d4-957e-98478597314e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bc5d89a7-df27-46d4-957e-98478597314e .shg-image-zoom,
.shg-c#s-bc5d89a7-df27-46d4-957e-98478597314e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bc5d89a7-df27-46d4-957e-98478597314e {
  max-width:  100%;
}

.shg-c#s-bc5d89a7-df27-46d4-957e-98478597314e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc5d89a7-df27-46d4-957e-98478597314e .shg-image-zoom,
.shg-c#s-bc5d89a7-df27-46d4-957e-98478597314e img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-bc5d89a7-df27-46d4-957e-98478597314e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bc5d89a7-df27-46d4-957e-98478597314e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc5d89a7-df27-46d4-957e-98478597314e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-bc5d89a7-df27-46d4-957e-98478597314e img.shogun-image,
.shg-c#s-bc5d89a7-df27-46d4-957e-98478597314e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bc5d89a7-df27-46d4-957e-98478597314e .shg-image-zoom,
.shg-c#s-bc5d89a7-df27-46d4-957e-98478597314e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bc5d89a7-df27-46d4-957e-98478597314e {
  max-width:  100%;
}

.shg-c#s-bc5d89a7-df27-46d4-957e-98478597314e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc5d89a7-df27-46d4-957e-98478597314e .shg-image-zoom,
.shg-c#s-bc5d89a7-df27-46d4-957e-98478597314e img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-bc5d89a7-df27-46d4-957e-98478597314e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bc5d89a7-df27-46d4-957e-98478597314e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc5d89a7-df27-46d4-957e-98478597314e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-bc5d89a7-df27-46d4-957e-98478597314e img.shogun-image,
.shg-c#s-bc5d89a7-df27-46d4-957e-98478597314e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bc5d89a7-df27-46d4-957e-98478597314e .shg-image-zoom,
.shg-c#s-bc5d89a7-df27-46d4-957e-98478597314e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-bc5d89a7-df27-46d4-957e-98478597314e {
  max-width:  100%;
}

.shg-c#s-bc5d89a7-df27-46d4-957e-98478597314e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc5d89a7-df27-46d4-957e-98478597314e .shg-image-zoom,
.shg-c#s-bc5d89a7-df27-46d4-957e-98478597314e img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-bc5d89a7-df27-46d4-957e-98478597314e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bc5d89a7-df27-46d4-957e-98478597314e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc5d89a7-df27-46d4-957e-98478597314e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-bc5d89a7-df27-46d4-957e-98478597314e img.shogun-image,
.shg-c#s-bc5d89a7-df27-46d4-957e-98478597314e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bc5d89a7-df27-46d4-957e-98478597314e .shg-image-zoom,
.shg-c#s-bc5d89a7-df27-46d4-957e-98478597314e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-96cf7d99-2e2d-4201-ad50-bbdae0184908 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-96cf7d99-2e2d-4201-ad50-bbdae0184908 .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-1445facf-fefb-484c-9914-80b27e6b1712 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-1445facf-fefb-484c-9914-80b27e6b1712 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-1445facf-fefb-484c-9914-80b27e6b1712 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-1445facf-fefb-484c-9914-80b27e6b1712 .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-a2177361-0f67-4aff-984d-23584546d0e4 {
  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-a2177361-0f67-4aff-984d-23584546d0e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a2177361-0f67-4aff-984d-23584546d0e4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b24260a9-5a7a-4756-bc32-b584f45ececa {
  margin-left: auto;
margin-right: auto;
}

#s-9c10e15d-2104-4884-994a-114aba578ac8 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-9c10e15d-2104-4884-994a-114aba578ac8 {
  max-width:  100%;
}

.shg-c#s-9c10e15d-2104-4884-994a-114aba578ac8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9c10e15d-2104-4884-994a-114aba578ac8 .shg-image-zoom,
.shg-c#s-9c10e15d-2104-4884-994a-114aba578ac8 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-9c10e15d-2104-4884-994a-114aba578ac8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9c10e15d-2104-4884-994a-114aba578ac8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c10e15d-2104-4884-994a-114aba578ac8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9c10e15d-2104-4884-994a-114aba578ac8 img.shogun-image,
.shg-c#s-9c10e15d-2104-4884-994a-114aba578ac8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9c10e15d-2104-4884-994a-114aba578ac8 .shg-image-zoom,
.shg-c#s-9c10e15d-2104-4884-994a-114aba578ac8 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-9c10e15d-2104-4884-994a-114aba578ac8 {
  max-width:  100%;
}

.shg-c#s-9c10e15d-2104-4884-994a-114aba578ac8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9c10e15d-2104-4884-994a-114aba578ac8 .shg-image-zoom,
.shg-c#s-9c10e15d-2104-4884-994a-114aba578ac8 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-9c10e15d-2104-4884-994a-114aba578ac8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9c10e15d-2104-4884-994a-114aba578ac8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c10e15d-2104-4884-994a-114aba578ac8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9c10e15d-2104-4884-994a-114aba578ac8 img.shogun-image,
.shg-c#s-9c10e15d-2104-4884-994a-114aba578ac8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9c10e15d-2104-4884-994a-114aba578ac8 .shg-image-zoom,
.shg-c#s-9c10e15d-2104-4884-994a-114aba578ac8 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9c10e15d-2104-4884-994a-114aba578ac8 {
  max-width:  100%;
}

.shg-c#s-9c10e15d-2104-4884-994a-114aba578ac8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9c10e15d-2104-4884-994a-114aba578ac8 .shg-image-zoom,
.shg-c#s-9c10e15d-2104-4884-994a-114aba578ac8 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-9c10e15d-2104-4884-994a-114aba578ac8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9c10e15d-2104-4884-994a-114aba578ac8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c10e15d-2104-4884-994a-114aba578ac8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9c10e15d-2104-4884-994a-114aba578ac8 img.shogun-image,
.shg-c#s-9c10e15d-2104-4884-994a-114aba578ac8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9c10e15d-2104-4884-994a-114aba578ac8 .shg-image-zoom,
.shg-c#s-9c10e15d-2104-4884-994a-114aba578ac8 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9c10e15d-2104-4884-994a-114aba578ac8 {
  max-width:  100%;
}

.shg-c#s-9c10e15d-2104-4884-994a-114aba578ac8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9c10e15d-2104-4884-994a-114aba578ac8 .shg-image-zoom,
.shg-c#s-9c10e15d-2104-4884-994a-114aba578ac8 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-9c10e15d-2104-4884-994a-114aba578ac8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9c10e15d-2104-4884-994a-114aba578ac8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c10e15d-2104-4884-994a-114aba578ac8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9c10e15d-2104-4884-994a-114aba578ac8 img.shogun-image,
.shg-c#s-9c10e15d-2104-4884-994a-114aba578ac8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9c10e15d-2104-4884-994a-114aba578ac8 .shg-image-zoom,
.shg-c#s-9c10e15d-2104-4884-994a-114aba578ac8 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-9c10e15d-2104-4884-994a-114aba578ac8 {
  max-width:  100%;
}

.shg-c#s-9c10e15d-2104-4884-994a-114aba578ac8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9c10e15d-2104-4884-994a-114aba578ac8 .shg-image-zoom,
.shg-c#s-9c10e15d-2104-4884-994a-114aba578ac8 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-9c10e15d-2104-4884-994a-114aba578ac8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9c10e15d-2104-4884-994a-114aba578ac8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9c10e15d-2104-4884-994a-114aba578ac8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-9c10e15d-2104-4884-994a-114aba578ac8 img.shogun-image,
.shg-c#s-9c10e15d-2104-4884-994a-114aba578ac8 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-9c10e15d-2104-4884-994a-114aba578ac8 .shg-image-zoom,
.shg-c#s-9c10e15d-2104-4884-994a-114aba578ac8 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a4850a43-58ee-4851-aae9-4b4b59075688 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a4850a43-58ee-4851-aae9-4b4b59075688 .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-1ed6ea98-baf8-451b-880c-66f2ed1af19c {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-1ed6ea98-baf8-451b-880c-66f2ed1af19c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-1ed6ea98-baf8-451b-880c-66f2ed1af19c .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-1ed6ea98-baf8-451b-880c-66f2ed1af19c .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-bef1b436-72bf-4b34-ac32-2fb5cfdda698 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-bef1b436-72bf-4b34-ac32-2fb5cfdda698"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-bef1b436-72bf-4b34-ac32-2fb5cfdda698"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-bef1b436-72bf-4b34-ac32-2fb5cfdda698"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-bef1b436-72bf-4b34-ac32-2fb5cfdda698"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-17799960-f290-4a5a-9f57-a92ab555a919 {
  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-17799960-f290-4a5a-9f57-a92ab555a919 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-17799960-f290-4a5a-9f57-a92ab555a919.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-07970789-500a-445b-815f-0310fc36c5a1 {
  margin-left: auto;
margin-right: auto;
}

#s-728a84af-5412-48a2-af00-be5695292646 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-728a84af-5412-48a2-af00-be5695292646 {
  max-width:  100%;
}

.shg-c#s-728a84af-5412-48a2-af00-be5695292646 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-728a84af-5412-48a2-af00-be5695292646 .shg-image-zoom,
.shg-c#s-728a84af-5412-48a2-af00-be5695292646 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-728a84af-5412-48a2-af00-be5695292646 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-728a84af-5412-48a2-af00-be5695292646 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-728a84af-5412-48a2-af00-be5695292646 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-728a84af-5412-48a2-af00-be5695292646 img.shogun-image,
.shg-c#s-728a84af-5412-48a2-af00-be5695292646 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-728a84af-5412-48a2-af00-be5695292646 .shg-image-zoom,
.shg-c#s-728a84af-5412-48a2-af00-be5695292646 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-728a84af-5412-48a2-af00-be5695292646 {
  max-width:  100%;
}

.shg-c#s-728a84af-5412-48a2-af00-be5695292646 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-728a84af-5412-48a2-af00-be5695292646 .shg-image-zoom,
.shg-c#s-728a84af-5412-48a2-af00-be5695292646 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-728a84af-5412-48a2-af00-be5695292646 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-728a84af-5412-48a2-af00-be5695292646 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-728a84af-5412-48a2-af00-be5695292646 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-728a84af-5412-48a2-af00-be5695292646 img.shogun-image,
.shg-c#s-728a84af-5412-48a2-af00-be5695292646 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-728a84af-5412-48a2-af00-be5695292646 .shg-image-zoom,
.shg-c#s-728a84af-5412-48a2-af00-be5695292646 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-728a84af-5412-48a2-af00-be5695292646 {
  max-width:  100%;
}

.shg-c#s-728a84af-5412-48a2-af00-be5695292646 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-728a84af-5412-48a2-af00-be5695292646 .shg-image-zoom,
.shg-c#s-728a84af-5412-48a2-af00-be5695292646 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-728a84af-5412-48a2-af00-be5695292646 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-728a84af-5412-48a2-af00-be5695292646 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-728a84af-5412-48a2-af00-be5695292646 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-728a84af-5412-48a2-af00-be5695292646 img.shogun-image,
.shg-c#s-728a84af-5412-48a2-af00-be5695292646 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-728a84af-5412-48a2-af00-be5695292646 .shg-image-zoom,
.shg-c#s-728a84af-5412-48a2-af00-be5695292646 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-728a84af-5412-48a2-af00-be5695292646 {
  max-width:  100%;
}

.shg-c#s-728a84af-5412-48a2-af00-be5695292646 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-728a84af-5412-48a2-af00-be5695292646 .shg-image-zoom,
.shg-c#s-728a84af-5412-48a2-af00-be5695292646 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-728a84af-5412-48a2-af00-be5695292646 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-728a84af-5412-48a2-af00-be5695292646 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-728a84af-5412-48a2-af00-be5695292646 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-728a84af-5412-48a2-af00-be5695292646 img.shogun-image,
.shg-c#s-728a84af-5412-48a2-af00-be5695292646 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-728a84af-5412-48a2-af00-be5695292646 .shg-image-zoom,
.shg-c#s-728a84af-5412-48a2-af00-be5695292646 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-728a84af-5412-48a2-af00-be5695292646 {
  max-width:  100%;
}

.shg-c#s-728a84af-5412-48a2-af00-be5695292646 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-728a84af-5412-48a2-af00-be5695292646 .shg-image-zoom,
.shg-c#s-728a84af-5412-48a2-af00-be5695292646 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-728a84af-5412-48a2-af00-be5695292646 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-728a84af-5412-48a2-af00-be5695292646 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-728a84af-5412-48a2-af00-be5695292646 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-728a84af-5412-48a2-af00-be5695292646 img.shogun-image,
.shg-c#s-728a84af-5412-48a2-af00-be5695292646 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-728a84af-5412-48a2-af00-be5695292646 .shg-image-zoom,
.shg-c#s-728a84af-5412-48a2-af00-be5695292646 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-563fd9a8-3318-40fd-b8b5-97d856749f58 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-563fd9a8-3318-40fd-b8b5-97d856749f58 .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-cb93c757-48ad-48f4-b270-ffb37d60a932 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-cb93c757-48ad-48f4-b270-ffb37d60a932 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-cb93c757-48ad-48f4-b270-ffb37d60a932 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-cb93c757-48ad-48f4-b270-ffb37d60a932 .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-5dd155df-3afd-41f4-96e0-763d5f608aef {
  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-5dd155df-3afd-41f4-96e0-763d5f608aef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5dd155df-3afd-41f4-96e0-763d5f608aef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-07859f9d-758b-4986-a1b1-9fc0d3a1a41a {
  margin-left: auto;
margin-right: auto;
}

#s-b5e63903-753b-4635-a6b6-b46b07d0bd59 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-b5e63903-753b-4635-a6b6-b46b07d0bd59 {
  max-width:  100%;
}

.shg-c#s-b5e63903-753b-4635-a6b6-b46b07d0bd59 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b5e63903-753b-4635-a6b6-b46b07d0bd59 .shg-image-zoom,
.shg-c#s-b5e63903-753b-4635-a6b6-b46b07d0bd59 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-b5e63903-753b-4635-a6b6-b46b07d0bd59 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b5e63903-753b-4635-a6b6-b46b07d0bd59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5e63903-753b-4635-a6b6-b46b07d0bd59 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b5e63903-753b-4635-a6b6-b46b07d0bd59 img.shogun-image,
.shg-c#s-b5e63903-753b-4635-a6b6-b46b07d0bd59 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b5e63903-753b-4635-a6b6-b46b07d0bd59 .shg-image-zoom,
.shg-c#s-b5e63903-753b-4635-a6b6-b46b07d0bd59 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-b5e63903-753b-4635-a6b6-b46b07d0bd59 {
  max-width:  100%;
}

.shg-c#s-b5e63903-753b-4635-a6b6-b46b07d0bd59 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b5e63903-753b-4635-a6b6-b46b07d0bd59 .shg-image-zoom,
.shg-c#s-b5e63903-753b-4635-a6b6-b46b07d0bd59 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-b5e63903-753b-4635-a6b6-b46b07d0bd59 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b5e63903-753b-4635-a6b6-b46b07d0bd59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5e63903-753b-4635-a6b6-b46b07d0bd59 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b5e63903-753b-4635-a6b6-b46b07d0bd59 img.shogun-image,
.shg-c#s-b5e63903-753b-4635-a6b6-b46b07d0bd59 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b5e63903-753b-4635-a6b6-b46b07d0bd59 .shg-image-zoom,
.shg-c#s-b5e63903-753b-4635-a6b6-b46b07d0bd59 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b5e63903-753b-4635-a6b6-b46b07d0bd59 {
  max-width:  100%;
}

.shg-c#s-b5e63903-753b-4635-a6b6-b46b07d0bd59 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b5e63903-753b-4635-a6b6-b46b07d0bd59 .shg-image-zoom,
.shg-c#s-b5e63903-753b-4635-a6b6-b46b07d0bd59 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-b5e63903-753b-4635-a6b6-b46b07d0bd59 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b5e63903-753b-4635-a6b6-b46b07d0bd59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5e63903-753b-4635-a6b6-b46b07d0bd59 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b5e63903-753b-4635-a6b6-b46b07d0bd59 img.shogun-image,
.shg-c#s-b5e63903-753b-4635-a6b6-b46b07d0bd59 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b5e63903-753b-4635-a6b6-b46b07d0bd59 .shg-image-zoom,
.shg-c#s-b5e63903-753b-4635-a6b6-b46b07d0bd59 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b5e63903-753b-4635-a6b6-b46b07d0bd59 {
  max-width:  100%;
}

.shg-c#s-b5e63903-753b-4635-a6b6-b46b07d0bd59 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b5e63903-753b-4635-a6b6-b46b07d0bd59 .shg-image-zoom,
.shg-c#s-b5e63903-753b-4635-a6b6-b46b07d0bd59 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-b5e63903-753b-4635-a6b6-b46b07d0bd59 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b5e63903-753b-4635-a6b6-b46b07d0bd59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5e63903-753b-4635-a6b6-b46b07d0bd59 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b5e63903-753b-4635-a6b6-b46b07d0bd59 img.shogun-image,
.shg-c#s-b5e63903-753b-4635-a6b6-b46b07d0bd59 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b5e63903-753b-4635-a6b6-b46b07d0bd59 .shg-image-zoom,
.shg-c#s-b5e63903-753b-4635-a6b6-b46b07d0bd59 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-b5e63903-753b-4635-a6b6-b46b07d0bd59 {
  max-width:  100%;
}

.shg-c#s-b5e63903-753b-4635-a6b6-b46b07d0bd59 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b5e63903-753b-4635-a6b6-b46b07d0bd59 .shg-image-zoom,
.shg-c#s-b5e63903-753b-4635-a6b6-b46b07d0bd59 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-b5e63903-753b-4635-a6b6-b46b07d0bd59 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b5e63903-753b-4635-a6b6-b46b07d0bd59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b5e63903-753b-4635-a6b6-b46b07d0bd59 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b5e63903-753b-4635-a6b6-b46b07d0bd59 img.shogun-image,
.shg-c#s-b5e63903-753b-4635-a6b6-b46b07d0bd59 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b5e63903-753b-4635-a6b6-b46b07d0bd59 .shg-image-zoom,
.shg-c#s-b5e63903-753b-4635-a6b6-b46b07d0bd59 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1d2ad959-8560-4b4a-9561-ce34f57fe3ab {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1d2ad959-8560-4b4a-9561-ce34f57fe3ab .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-e1d5a3e5-dd25-4514-a6b7-f3ef7879a6c6 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-e1d5a3e5-dd25-4514-a6b7-f3ef7879a6c6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-e1d5a3e5-dd25-4514-a6b7-f3ef7879a6c6 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-e1d5a3e5-dd25-4514-a6b7-f3ef7879a6c6 .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-e5073093-c80b-4363-b497-5a79ca4b680e {
  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-e5073093-c80b-4363-b497-5a79ca4b680e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e5073093-c80b-4363-b497-5a79ca4b680e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-684a09cf-7a51-48e8-a5f1-8163d34993db {
  margin-left: auto;
margin-right: auto;
}

#s-1c63cabd-e2a1-4180-bc79-49a69b5cb63d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-1c63cabd-e2a1-4180-bc79-49a69b5cb63d {
  max-width:  100%;
}

.shg-c#s-1c63cabd-e2a1-4180-bc79-49a69b5cb63d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c63cabd-e2a1-4180-bc79-49a69b5cb63d .shg-image-zoom,
.shg-c#s-1c63cabd-e2a1-4180-bc79-49a69b5cb63d img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-1c63cabd-e2a1-4180-bc79-49a69b5cb63d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1c63cabd-e2a1-4180-bc79-49a69b5cb63d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c63cabd-e2a1-4180-bc79-49a69b5cb63d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1c63cabd-e2a1-4180-bc79-49a69b5cb63d img.shogun-image,
.shg-c#s-1c63cabd-e2a1-4180-bc79-49a69b5cb63d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1c63cabd-e2a1-4180-bc79-49a69b5cb63d .shg-image-zoom,
.shg-c#s-1c63cabd-e2a1-4180-bc79-49a69b5cb63d img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-1c63cabd-e2a1-4180-bc79-49a69b5cb63d {
  max-width:  100%;
}

.shg-c#s-1c63cabd-e2a1-4180-bc79-49a69b5cb63d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c63cabd-e2a1-4180-bc79-49a69b5cb63d .shg-image-zoom,
.shg-c#s-1c63cabd-e2a1-4180-bc79-49a69b5cb63d img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-1c63cabd-e2a1-4180-bc79-49a69b5cb63d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1c63cabd-e2a1-4180-bc79-49a69b5cb63d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c63cabd-e2a1-4180-bc79-49a69b5cb63d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1c63cabd-e2a1-4180-bc79-49a69b5cb63d img.shogun-image,
.shg-c#s-1c63cabd-e2a1-4180-bc79-49a69b5cb63d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1c63cabd-e2a1-4180-bc79-49a69b5cb63d .shg-image-zoom,
.shg-c#s-1c63cabd-e2a1-4180-bc79-49a69b5cb63d img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1c63cabd-e2a1-4180-bc79-49a69b5cb63d {
  max-width:  100%;
}

.shg-c#s-1c63cabd-e2a1-4180-bc79-49a69b5cb63d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c63cabd-e2a1-4180-bc79-49a69b5cb63d .shg-image-zoom,
.shg-c#s-1c63cabd-e2a1-4180-bc79-49a69b5cb63d img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-1c63cabd-e2a1-4180-bc79-49a69b5cb63d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1c63cabd-e2a1-4180-bc79-49a69b5cb63d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c63cabd-e2a1-4180-bc79-49a69b5cb63d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1c63cabd-e2a1-4180-bc79-49a69b5cb63d img.shogun-image,
.shg-c#s-1c63cabd-e2a1-4180-bc79-49a69b5cb63d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1c63cabd-e2a1-4180-bc79-49a69b5cb63d .shg-image-zoom,
.shg-c#s-1c63cabd-e2a1-4180-bc79-49a69b5cb63d img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1c63cabd-e2a1-4180-bc79-49a69b5cb63d {
  max-width:  100%;
}

.shg-c#s-1c63cabd-e2a1-4180-bc79-49a69b5cb63d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c63cabd-e2a1-4180-bc79-49a69b5cb63d .shg-image-zoom,
.shg-c#s-1c63cabd-e2a1-4180-bc79-49a69b5cb63d img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-1c63cabd-e2a1-4180-bc79-49a69b5cb63d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1c63cabd-e2a1-4180-bc79-49a69b5cb63d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c63cabd-e2a1-4180-bc79-49a69b5cb63d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1c63cabd-e2a1-4180-bc79-49a69b5cb63d img.shogun-image,
.shg-c#s-1c63cabd-e2a1-4180-bc79-49a69b5cb63d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1c63cabd-e2a1-4180-bc79-49a69b5cb63d .shg-image-zoom,
.shg-c#s-1c63cabd-e2a1-4180-bc79-49a69b5cb63d img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-1c63cabd-e2a1-4180-bc79-49a69b5cb63d {
  max-width:  100%;
}

.shg-c#s-1c63cabd-e2a1-4180-bc79-49a69b5cb63d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c63cabd-e2a1-4180-bc79-49a69b5cb63d .shg-image-zoom,
.shg-c#s-1c63cabd-e2a1-4180-bc79-49a69b5cb63d img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-1c63cabd-e2a1-4180-bc79-49a69b5cb63d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1c63cabd-e2a1-4180-bc79-49a69b5cb63d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c63cabd-e2a1-4180-bc79-49a69b5cb63d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1c63cabd-e2a1-4180-bc79-49a69b5cb63d img.shogun-image,
.shg-c#s-1c63cabd-e2a1-4180-bc79-49a69b5cb63d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1c63cabd-e2a1-4180-bc79-49a69b5cb63d .shg-image-zoom,
.shg-c#s-1c63cabd-e2a1-4180-bc79-49a69b5cb63d img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-89ea9fb4-9e3e-42cd-b9b8-a242cc7e3569 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-89ea9fb4-9e3e-42cd-b9b8-a242cc7e3569 .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-accfcc71-31c9-44e3-9e6e-210e52da150b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-accfcc71-31c9-44e3-9e6e-210e52da150b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-accfcc71-31c9-44e3-9e6e-210e52da150b .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-accfcc71-31c9-44e3-9e6e-210e52da150b .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-1420d1d3-03d0-4d17-aa83-29f9f2a44660 {
  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-1420d1d3-03d0-4d17-aa83-29f9f2a44660 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1420d1d3-03d0-4d17-aa83-29f9f2a44660.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-88fba15b-80be-49bd-b89f-1b67c90a07c9 {
  margin-left: auto;
margin-right: auto;
}

#s-bd1b9ac7-6833-415a-80c0-ccbffb58c1f4 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-bd1b9ac7-6833-415a-80c0-ccbffb58c1f4 {
  max-width:  100%;
}

.shg-c#s-bd1b9ac7-6833-415a-80c0-ccbffb58c1f4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd1b9ac7-6833-415a-80c0-ccbffb58c1f4 .shg-image-zoom,
.shg-c#s-bd1b9ac7-6833-415a-80c0-ccbffb58c1f4 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-bd1b9ac7-6833-415a-80c0-ccbffb58c1f4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bd1b9ac7-6833-415a-80c0-ccbffb58c1f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd1b9ac7-6833-415a-80c0-ccbffb58c1f4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-bd1b9ac7-6833-415a-80c0-ccbffb58c1f4 img.shogun-image,
.shg-c#s-bd1b9ac7-6833-415a-80c0-ccbffb58c1f4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bd1b9ac7-6833-415a-80c0-ccbffb58c1f4 .shg-image-zoom,
.shg-c#s-bd1b9ac7-6833-415a-80c0-ccbffb58c1f4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-bd1b9ac7-6833-415a-80c0-ccbffb58c1f4 {
  max-width:  100%;
}

.shg-c#s-bd1b9ac7-6833-415a-80c0-ccbffb58c1f4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd1b9ac7-6833-415a-80c0-ccbffb58c1f4 .shg-image-zoom,
.shg-c#s-bd1b9ac7-6833-415a-80c0-ccbffb58c1f4 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-bd1b9ac7-6833-415a-80c0-ccbffb58c1f4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bd1b9ac7-6833-415a-80c0-ccbffb58c1f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd1b9ac7-6833-415a-80c0-ccbffb58c1f4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-bd1b9ac7-6833-415a-80c0-ccbffb58c1f4 img.shogun-image,
.shg-c#s-bd1b9ac7-6833-415a-80c0-ccbffb58c1f4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bd1b9ac7-6833-415a-80c0-ccbffb58c1f4 .shg-image-zoom,
.shg-c#s-bd1b9ac7-6833-415a-80c0-ccbffb58c1f4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bd1b9ac7-6833-415a-80c0-ccbffb58c1f4 {
  max-width:  100%;
}

.shg-c#s-bd1b9ac7-6833-415a-80c0-ccbffb58c1f4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd1b9ac7-6833-415a-80c0-ccbffb58c1f4 .shg-image-zoom,
.shg-c#s-bd1b9ac7-6833-415a-80c0-ccbffb58c1f4 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-bd1b9ac7-6833-415a-80c0-ccbffb58c1f4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bd1b9ac7-6833-415a-80c0-ccbffb58c1f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd1b9ac7-6833-415a-80c0-ccbffb58c1f4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-bd1b9ac7-6833-415a-80c0-ccbffb58c1f4 img.shogun-image,
.shg-c#s-bd1b9ac7-6833-415a-80c0-ccbffb58c1f4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bd1b9ac7-6833-415a-80c0-ccbffb58c1f4 .shg-image-zoom,
.shg-c#s-bd1b9ac7-6833-415a-80c0-ccbffb58c1f4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bd1b9ac7-6833-415a-80c0-ccbffb58c1f4 {
  max-width:  100%;
}

.shg-c#s-bd1b9ac7-6833-415a-80c0-ccbffb58c1f4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd1b9ac7-6833-415a-80c0-ccbffb58c1f4 .shg-image-zoom,
.shg-c#s-bd1b9ac7-6833-415a-80c0-ccbffb58c1f4 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-bd1b9ac7-6833-415a-80c0-ccbffb58c1f4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bd1b9ac7-6833-415a-80c0-ccbffb58c1f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd1b9ac7-6833-415a-80c0-ccbffb58c1f4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-bd1b9ac7-6833-415a-80c0-ccbffb58c1f4 img.shogun-image,
.shg-c#s-bd1b9ac7-6833-415a-80c0-ccbffb58c1f4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bd1b9ac7-6833-415a-80c0-ccbffb58c1f4 .shg-image-zoom,
.shg-c#s-bd1b9ac7-6833-415a-80c0-ccbffb58c1f4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-bd1b9ac7-6833-415a-80c0-ccbffb58c1f4 {
  max-width:  100%;
}

.shg-c#s-bd1b9ac7-6833-415a-80c0-ccbffb58c1f4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd1b9ac7-6833-415a-80c0-ccbffb58c1f4 .shg-image-zoom,
.shg-c#s-bd1b9ac7-6833-415a-80c0-ccbffb58c1f4 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-bd1b9ac7-6833-415a-80c0-ccbffb58c1f4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-bd1b9ac7-6833-415a-80c0-ccbffb58c1f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd1b9ac7-6833-415a-80c0-ccbffb58c1f4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-bd1b9ac7-6833-415a-80c0-ccbffb58c1f4 img.shogun-image,
.shg-c#s-bd1b9ac7-6833-415a-80c0-ccbffb58c1f4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-bd1b9ac7-6833-415a-80c0-ccbffb58c1f4 .shg-image-zoom,
.shg-c#s-bd1b9ac7-6833-415a-80c0-ccbffb58c1f4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2bae18b8-8155-47b7-b907-1e3033e42c61 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2bae18b8-8155-47b7-b907-1e3033e42c61 .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-548e1b3e-8a52-4089-838c-e8f30e7799f6 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-548e1b3e-8a52-4089-838c-e8f30e7799f6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-548e1b3e-8a52-4089-838c-e8f30e7799f6 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-548e1b3e-8a52-4089-838c-e8f30e7799f6 .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-b7ce0ba4-2fed-4b09-a09b-ab02f0f188ff {
  border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
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-b7ce0ba4-2fed-4b09-a09b-ab02f0f188ff: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: #D5D6D7 !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(40, 40, 40, 1) !important;}#s-b7ce0ba4-2fed-4b09-a09b-ab02f0f188ff: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-b7ce0ba4-2fed-4b09-a09b-ab02f0f188ff-root {
    text-align: center;
  }


#s-b7ce0ba4-2fed-4b09-a09b-ab02f0f188ff.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b7ce0ba4-2fed-4b09-a09b-ab02f0f188ff-root {
    text-align: center;
  }


#s-b7ce0ba4-2fed-4b09-a09b-ab02f0f188ff.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b7ce0ba4-2fed-4b09-a09b-ab02f0f188ff-root {
    text-align: center;
  }


#s-b7ce0ba4-2fed-4b09-a09b-ab02f0f188ff.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b7ce0ba4-2fed-4b09-a09b-ab02f0f188ff-root {
    text-align: center;
  }


#s-b7ce0ba4-2fed-4b09-a09b-ab02f0f188ff.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b7ce0ba4-2fed-4b09-a09b-ab02f0f188ff-root {
    text-align: center;
  }


#s-b7ce0ba4-2fed-4b09-a09b-ab02f0f188ff.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-1ede74f0-ced6-4276-a36a-d1815f7979a5 {
  box-shadow:0px 3px 5px 3px rgba(40, 40, 40, 0.25);
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-1ede74f0-ced6-4276-a36a-d1815f7979a5 {
  
}
}@media (max-width: 767px){#s-1ede74f0-ced6-4276-a36a-d1815f7979a5 {
  
}
}







#s-1ede74f0-ced6-4276-a36a-d1815f7979a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1ede74f0-ced6-4276-a36a-d1815f7979a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-06c8a371-6318-499d-9502-5285d454a065 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
}
@media (min-width: 1200px){#s-06c8a371-6318-499d-9502-5285d454a065 {
  display: none;
}
#s-06c8a371-6318-499d-9502-5285d454a065, #wrap-s-06c8a371-6318-499d-9502-5285d454a065, #wrap-content-s-06c8a371-6318-499d-9502-5285d454a065 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-06c8a371-6318-499d-9502-5285d454a065 {
  display: none;
}
#s-06c8a371-6318-499d-9502-5285d454a065, #wrap-s-06c8a371-6318-499d-9502-5285d454a065, #wrap-content-s-06c8a371-6318-499d-9502-5285d454a065 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-06c8a371-6318-499d-9502-5285d454a065 {
  display: none;
}
#s-06c8a371-6318-499d-9502-5285d454a065, #wrap-s-06c8a371-6318-499d-9502-5285d454a065, #wrap-content-s-06c8a371-6318-499d-9502-5285d454a065 { display: none !important; }}
#s-eabdeb34-877d-4f54-a31c-5c5b221cdfb9 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
}
@media (max-width: 767px){#s-eabdeb34-877d-4f54-a31c-5c5b221cdfb9 {
  display: none;
}
#s-eabdeb34-877d-4f54-a31c-5c5b221cdfb9, #wrap-s-eabdeb34-877d-4f54-a31c-5c5b221cdfb9, #wrap-content-s-eabdeb34-877d-4f54-a31c-5c5b221cdfb9 { display: none !important; }}
#s-1419294e-7d87-4e7e-aedc-2c665eadd85d {
  margin-left: 1%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-1419294e-7d87-4e7e-aedc-2c665eadd85d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1419294e-7d87-4e7e-aedc-2c665eadd85d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-1419294e-7d87-4e7e-aedc-2c665eadd85d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-1419294e-7d87-4e7e-aedc-2c665eadd85d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-cab13601-1638-4f99-ba70-bbb6732c251c {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-cab13601-1638-4f99-ba70-bbb6732c251c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-cab13601-1638-4f99-ba70-bbb6732c251c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-cab13601-1638-4f99-ba70-bbb6732c251c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-cab13601-1638-4f99-ba70-bbb6732c251c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-c2e03dd3-f550-4399-9398-5931ad4dacef {
  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-c2e03dd3-f550-4399-9398-5931ad4dacef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c2e03dd3-f550-4399-9398-5931ad4dacef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-14bc6c3b-c7a4-42a2-8c33-3d4f4da2ca5e {
  margin-left: auto;
margin-right: auto;
}

#s-67e5acad-551f-444f-b3ea-f8461cf966ae {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-67e5acad-551f-444f-b3ea-f8461cf966ae {
  max-width:  100%;
}

.shg-c#s-67e5acad-551f-444f-b3ea-f8461cf966ae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67e5acad-551f-444f-b3ea-f8461cf966ae .shg-image-zoom,
.shg-c#s-67e5acad-551f-444f-b3ea-f8461cf966ae img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-67e5acad-551f-444f-b3ea-f8461cf966ae .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-67e5acad-551f-444f-b3ea-f8461cf966ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67e5acad-551f-444f-b3ea-f8461cf966ae img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-67e5acad-551f-444f-b3ea-f8461cf966ae img.shogun-image,
.shg-c#s-67e5acad-551f-444f-b3ea-f8461cf966ae .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-67e5acad-551f-444f-b3ea-f8461cf966ae .shg-image-zoom,
.shg-c#s-67e5acad-551f-444f-b3ea-f8461cf966ae img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-67e5acad-551f-444f-b3ea-f8461cf966ae {
  max-width:  100%;
}

.shg-c#s-67e5acad-551f-444f-b3ea-f8461cf966ae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67e5acad-551f-444f-b3ea-f8461cf966ae .shg-image-zoom,
.shg-c#s-67e5acad-551f-444f-b3ea-f8461cf966ae img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-67e5acad-551f-444f-b3ea-f8461cf966ae .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-67e5acad-551f-444f-b3ea-f8461cf966ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67e5acad-551f-444f-b3ea-f8461cf966ae img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-67e5acad-551f-444f-b3ea-f8461cf966ae img.shogun-image,
.shg-c#s-67e5acad-551f-444f-b3ea-f8461cf966ae .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-67e5acad-551f-444f-b3ea-f8461cf966ae .shg-image-zoom,
.shg-c#s-67e5acad-551f-444f-b3ea-f8461cf966ae img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-67e5acad-551f-444f-b3ea-f8461cf966ae {
  max-width:  100%;
}

.shg-c#s-67e5acad-551f-444f-b3ea-f8461cf966ae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67e5acad-551f-444f-b3ea-f8461cf966ae .shg-image-zoom,
.shg-c#s-67e5acad-551f-444f-b3ea-f8461cf966ae img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-67e5acad-551f-444f-b3ea-f8461cf966ae .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-67e5acad-551f-444f-b3ea-f8461cf966ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67e5acad-551f-444f-b3ea-f8461cf966ae img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-67e5acad-551f-444f-b3ea-f8461cf966ae img.shogun-image,
.shg-c#s-67e5acad-551f-444f-b3ea-f8461cf966ae .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-67e5acad-551f-444f-b3ea-f8461cf966ae .shg-image-zoom,
.shg-c#s-67e5acad-551f-444f-b3ea-f8461cf966ae img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-67e5acad-551f-444f-b3ea-f8461cf966ae {
  max-width:  100%;
}

.shg-c#s-67e5acad-551f-444f-b3ea-f8461cf966ae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67e5acad-551f-444f-b3ea-f8461cf966ae .shg-image-zoom,
.shg-c#s-67e5acad-551f-444f-b3ea-f8461cf966ae img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-67e5acad-551f-444f-b3ea-f8461cf966ae .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-67e5acad-551f-444f-b3ea-f8461cf966ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67e5acad-551f-444f-b3ea-f8461cf966ae img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-67e5acad-551f-444f-b3ea-f8461cf966ae img.shogun-image,
.shg-c#s-67e5acad-551f-444f-b3ea-f8461cf966ae .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-67e5acad-551f-444f-b3ea-f8461cf966ae .shg-image-zoom,
.shg-c#s-67e5acad-551f-444f-b3ea-f8461cf966ae img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-67e5acad-551f-444f-b3ea-f8461cf966ae {
  max-width:  100%;
}

.shg-c#s-67e5acad-551f-444f-b3ea-f8461cf966ae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67e5acad-551f-444f-b3ea-f8461cf966ae .shg-image-zoom,
.shg-c#s-67e5acad-551f-444f-b3ea-f8461cf966ae img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-67e5acad-551f-444f-b3ea-f8461cf966ae .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-67e5acad-551f-444f-b3ea-f8461cf966ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67e5acad-551f-444f-b3ea-f8461cf966ae img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-67e5acad-551f-444f-b3ea-f8461cf966ae img.shogun-image,
.shg-c#s-67e5acad-551f-444f-b3ea-f8461cf966ae .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-67e5acad-551f-444f-b3ea-f8461cf966ae .shg-image-zoom,
.shg-c#s-67e5acad-551f-444f-b3ea-f8461cf966ae img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4baf0370-91ec-4765-b0c5-494a5a36f055 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4baf0370-91ec-4765-b0c5-494a5a36f055 .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-3bdcb299-a6ff-47bb-b327-f77b455c910f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-3bdcb299-a6ff-47bb-b327-f77b455c910f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-3bdcb299-a6ff-47bb-b327-f77b455c910f .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-3bdcb299-a6ff-47bb-b327-f77b455c910f .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-7652df60-e813-4bb4-9dfe-97e6b3302a49 {
  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-7652df60-e813-4bb4-9dfe-97e6b3302a49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7652df60-e813-4bb4-9dfe-97e6b3302a49.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-38a85ed6-3caf-4013-9bbb-79f66875f617 {
  margin-left: auto;
margin-right: auto;
}

#s-0a5473d9-5dce-4fe1-afe5-97035deea11f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-0a5473d9-5dce-4fe1-afe5-97035deea11f {
  max-width:  100%;
}

.shg-c#s-0a5473d9-5dce-4fe1-afe5-97035deea11f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0a5473d9-5dce-4fe1-afe5-97035deea11f .shg-image-zoom,
.shg-c#s-0a5473d9-5dce-4fe1-afe5-97035deea11f img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-0a5473d9-5dce-4fe1-afe5-97035deea11f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0a5473d9-5dce-4fe1-afe5-97035deea11f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a5473d9-5dce-4fe1-afe5-97035deea11f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0a5473d9-5dce-4fe1-afe5-97035deea11f img.shogun-image,
.shg-c#s-0a5473d9-5dce-4fe1-afe5-97035deea11f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0a5473d9-5dce-4fe1-afe5-97035deea11f .shg-image-zoom,
.shg-c#s-0a5473d9-5dce-4fe1-afe5-97035deea11f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-0a5473d9-5dce-4fe1-afe5-97035deea11f {
  max-width:  100%;
}

.shg-c#s-0a5473d9-5dce-4fe1-afe5-97035deea11f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0a5473d9-5dce-4fe1-afe5-97035deea11f .shg-image-zoom,
.shg-c#s-0a5473d9-5dce-4fe1-afe5-97035deea11f img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-0a5473d9-5dce-4fe1-afe5-97035deea11f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0a5473d9-5dce-4fe1-afe5-97035deea11f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a5473d9-5dce-4fe1-afe5-97035deea11f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0a5473d9-5dce-4fe1-afe5-97035deea11f img.shogun-image,
.shg-c#s-0a5473d9-5dce-4fe1-afe5-97035deea11f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0a5473d9-5dce-4fe1-afe5-97035deea11f .shg-image-zoom,
.shg-c#s-0a5473d9-5dce-4fe1-afe5-97035deea11f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0a5473d9-5dce-4fe1-afe5-97035deea11f {
  max-width:  100%;
}

.shg-c#s-0a5473d9-5dce-4fe1-afe5-97035deea11f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0a5473d9-5dce-4fe1-afe5-97035deea11f .shg-image-zoom,
.shg-c#s-0a5473d9-5dce-4fe1-afe5-97035deea11f img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-0a5473d9-5dce-4fe1-afe5-97035deea11f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0a5473d9-5dce-4fe1-afe5-97035deea11f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a5473d9-5dce-4fe1-afe5-97035deea11f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0a5473d9-5dce-4fe1-afe5-97035deea11f img.shogun-image,
.shg-c#s-0a5473d9-5dce-4fe1-afe5-97035deea11f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0a5473d9-5dce-4fe1-afe5-97035deea11f .shg-image-zoom,
.shg-c#s-0a5473d9-5dce-4fe1-afe5-97035deea11f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0a5473d9-5dce-4fe1-afe5-97035deea11f {
  max-width:  100%;
}

.shg-c#s-0a5473d9-5dce-4fe1-afe5-97035deea11f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0a5473d9-5dce-4fe1-afe5-97035deea11f .shg-image-zoom,
.shg-c#s-0a5473d9-5dce-4fe1-afe5-97035deea11f img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-0a5473d9-5dce-4fe1-afe5-97035deea11f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0a5473d9-5dce-4fe1-afe5-97035deea11f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a5473d9-5dce-4fe1-afe5-97035deea11f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0a5473d9-5dce-4fe1-afe5-97035deea11f img.shogun-image,
.shg-c#s-0a5473d9-5dce-4fe1-afe5-97035deea11f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0a5473d9-5dce-4fe1-afe5-97035deea11f .shg-image-zoom,
.shg-c#s-0a5473d9-5dce-4fe1-afe5-97035deea11f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-0a5473d9-5dce-4fe1-afe5-97035deea11f {
  max-width:  100%;
}

.shg-c#s-0a5473d9-5dce-4fe1-afe5-97035deea11f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0a5473d9-5dce-4fe1-afe5-97035deea11f .shg-image-zoom,
.shg-c#s-0a5473d9-5dce-4fe1-afe5-97035deea11f img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-0a5473d9-5dce-4fe1-afe5-97035deea11f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0a5473d9-5dce-4fe1-afe5-97035deea11f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a5473d9-5dce-4fe1-afe5-97035deea11f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0a5473d9-5dce-4fe1-afe5-97035deea11f img.shogun-image,
.shg-c#s-0a5473d9-5dce-4fe1-afe5-97035deea11f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0a5473d9-5dce-4fe1-afe5-97035deea11f .shg-image-zoom,
.shg-c#s-0a5473d9-5dce-4fe1-afe5-97035deea11f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0954187f-3974-4979-a805-8182c9ade471 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0954187f-3974-4979-a805-8182c9ade471 .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-f48491f2-e7f0-4b28-991b-326b3f569b61 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-f48491f2-e7f0-4b28-991b-326b3f569b61 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-f48491f2-e7f0-4b28-991b-326b3f569b61 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-f48491f2-e7f0-4b28-991b-326b3f569b61 .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-f0483fd5-c899-461b-9479-ab51ee325042 {
  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-f0483fd5-c899-461b-9479-ab51ee325042 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f0483fd5-c899-461b-9479-ab51ee325042.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-35d3b9c0-147e-4510-8433-3a02fef00253 {
  margin-left: auto;
margin-right: auto;
}

#s-13f7861e-01ad-418f-a6b2-89bdd67eb69a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-13f7861e-01ad-418f-a6b2-89bdd67eb69a {
  max-width:  100%;
}

.shg-c#s-13f7861e-01ad-418f-a6b2-89bdd67eb69a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-13f7861e-01ad-418f-a6b2-89bdd67eb69a .shg-image-zoom,
.shg-c#s-13f7861e-01ad-418f-a6b2-89bdd67eb69a img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-13f7861e-01ad-418f-a6b2-89bdd67eb69a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-13f7861e-01ad-418f-a6b2-89bdd67eb69a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13f7861e-01ad-418f-a6b2-89bdd67eb69a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-13f7861e-01ad-418f-a6b2-89bdd67eb69a img.shogun-image,
.shg-c#s-13f7861e-01ad-418f-a6b2-89bdd67eb69a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-13f7861e-01ad-418f-a6b2-89bdd67eb69a .shg-image-zoom,
.shg-c#s-13f7861e-01ad-418f-a6b2-89bdd67eb69a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-13f7861e-01ad-418f-a6b2-89bdd67eb69a {
  max-width:  100%;
}

.shg-c#s-13f7861e-01ad-418f-a6b2-89bdd67eb69a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-13f7861e-01ad-418f-a6b2-89bdd67eb69a .shg-image-zoom,
.shg-c#s-13f7861e-01ad-418f-a6b2-89bdd67eb69a img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-13f7861e-01ad-418f-a6b2-89bdd67eb69a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-13f7861e-01ad-418f-a6b2-89bdd67eb69a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13f7861e-01ad-418f-a6b2-89bdd67eb69a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-13f7861e-01ad-418f-a6b2-89bdd67eb69a img.shogun-image,
.shg-c#s-13f7861e-01ad-418f-a6b2-89bdd67eb69a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-13f7861e-01ad-418f-a6b2-89bdd67eb69a .shg-image-zoom,
.shg-c#s-13f7861e-01ad-418f-a6b2-89bdd67eb69a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-13f7861e-01ad-418f-a6b2-89bdd67eb69a {
  max-width:  100%;
}

.shg-c#s-13f7861e-01ad-418f-a6b2-89bdd67eb69a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-13f7861e-01ad-418f-a6b2-89bdd67eb69a .shg-image-zoom,
.shg-c#s-13f7861e-01ad-418f-a6b2-89bdd67eb69a img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-13f7861e-01ad-418f-a6b2-89bdd67eb69a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-13f7861e-01ad-418f-a6b2-89bdd67eb69a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13f7861e-01ad-418f-a6b2-89bdd67eb69a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-13f7861e-01ad-418f-a6b2-89bdd67eb69a img.shogun-image,
.shg-c#s-13f7861e-01ad-418f-a6b2-89bdd67eb69a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-13f7861e-01ad-418f-a6b2-89bdd67eb69a .shg-image-zoom,
.shg-c#s-13f7861e-01ad-418f-a6b2-89bdd67eb69a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-13f7861e-01ad-418f-a6b2-89bdd67eb69a {
  max-width:  100%;
}

.shg-c#s-13f7861e-01ad-418f-a6b2-89bdd67eb69a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-13f7861e-01ad-418f-a6b2-89bdd67eb69a .shg-image-zoom,
.shg-c#s-13f7861e-01ad-418f-a6b2-89bdd67eb69a img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-13f7861e-01ad-418f-a6b2-89bdd67eb69a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-13f7861e-01ad-418f-a6b2-89bdd67eb69a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13f7861e-01ad-418f-a6b2-89bdd67eb69a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-13f7861e-01ad-418f-a6b2-89bdd67eb69a img.shogun-image,
.shg-c#s-13f7861e-01ad-418f-a6b2-89bdd67eb69a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-13f7861e-01ad-418f-a6b2-89bdd67eb69a .shg-image-zoom,
.shg-c#s-13f7861e-01ad-418f-a6b2-89bdd67eb69a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-13f7861e-01ad-418f-a6b2-89bdd67eb69a {
  max-width:  100%;
}

.shg-c#s-13f7861e-01ad-418f-a6b2-89bdd67eb69a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-13f7861e-01ad-418f-a6b2-89bdd67eb69a .shg-image-zoom,
.shg-c#s-13f7861e-01ad-418f-a6b2-89bdd67eb69a img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-13f7861e-01ad-418f-a6b2-89bdd67eb69a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-13f7861e-01ad-418f-a6b2-89bdd67eb69a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13f7861e-01ad-418f-a6b2-89bdd67eb69a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-13f7861e-01ad-418f-a6b2-89bdd67eb69a img.shogun-image,
.shg-c#s-13f7861e-01ad-418f-a6b2-89bdd67eb69a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-13f7861e-01ad-418f-a6b2-89bdd67eb69a .shg-image-zoom,
.shg-c#s-13f7861e-01ad-418f-a6b2-89bdd67eb69a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-fba09da2-93d0-4a72-86bb-f6cff79d8199 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fba09da2-93d0-4a72-86bb-f6cff79d8199 .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-eacf1f39-a8a8-49c7-96ab-53c1a2a1510b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-eacf1f39-a8a8-49c7-96ab-53c1a2a1510b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-eacf1f39-a8a8-49c7-96ab-53c1a2a1510b .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-eacf1f39-a8a8-49c7-96ab-53c1a2a1510b .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-e6367d51-c48a-4818-a621-595e3c36282e {
  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-e6367d51-c48a-4818-a621-595e3c36282e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e6367d51-c48a-4818-a621-595e3c36282e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-149b4b00-c855-4f11-83b7-d3f02049b324 {
  margin-left: auto;
margin-right: auto;
}

#s-aac002ff-e90d-477d-b3e5-7d26401adb8f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-aac002ff-e90d-477d-b3e5-7d26401adb8f {
  max-width:  100%;
}

.shg-c#s-aac002ff-e90d-477d-b3e5-7d26401adb8f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aac002ff-e90d-477d-b3e5-7d26401adb8f .shg-image-zoom,
.shg-c#s-aac002ff-e90d-477d-b3e5-7d26401adb8f img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-aac002ff-e90d-477d-b3e5-7d26401adb8f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-aac002ff-e90d-477d-b3e5-7d26401adb8f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aac002ff-e90d-477d-b3e5-7d26401adb8f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-aac002ff-e90d-477d-b3e5-7d26401adb8f img.shogun-image,
.shg-c#s-aac002ff-e90d-477d-b3e5-7d26401adb8f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-aac002ff-e90d-477d-b3e5-7d26401adb8f .shg-image-zoom,
.shg-c#s-aac002ff-e90d-477d-b3e5-7d26401adb8f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-aac002ff-e90d-477d-b3e5-7d26401adb8f {
  max-width:  100%;
}

.shg-c#s-aac002ff-e90d-477d-b3e5-7d26401adb8f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aac002ff-e90d-477d-b3e5-7d26401adb8f .shg-image-zoom,
.shg-c#s-aac002ff-e90d-477d-b3e5-7d26401adb8f img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-aac002ff-e90d-477d-b3e5-7d26401adb8f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-aac002ff-e90d-477d-b3e5-7d26401adb8f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aac002ff-e90d-477d-b3e5-7d26401adb8f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-aac002ff-e90d-477d-b3e5-7d26401adb8f img.shogun-image,
.shg-c#s-aac002ff-e90d-477d-b3e5-7d26401adb8f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-aac002ff-e90d-477d-b3e5-7d26401adb8f .shg-image-zoom,
.shg-c#s-aac002ff-e90d-477d-b3e5-7d26401adb8f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-aac002ff-e90d-477d-b3e5-7d26401adb8f {
  max-width:  100%;
}

.shg-c#s-aac002ff-e90d-477d-b3e5-7d26401adb8f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aac002ff-e90d-477d-b3e5-7d26401adb8f .shg-image-zoom,
.shg-c#s-aac002ff-e90d-477d-b3e5-7d26401adb8f img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-aac002ff-e90d-477d-b3e5-7d26401adb8f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-aac002ff-e90d-477d-b3e5-7d26401adb8f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aac002ff-e90d-477d-b3e5-7d26401adb8f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-aac002ff-e90d-477d-b3e5-7d26401adb8f img.shogun-image,
.shg-c#s-aac002ff-e90d-477d-b3e5-7d26401adb8f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-aac002ff-e90d-477d-b3e5-7d26401adb8f .shg-image-zoom,
.shg-c#s-aac002ff-e90d-477d-b3e5-7d26401adb8f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-aac002ff-e90d-477d-b3e5-7d26401adb8f {
  max-width:  100%;
}

.shg-c#s-aac002ff-e90d-477d-b3e5-7d26401adb8f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aac002ff-e90d-477d-b3e5-7d26401adb8f .shg-image-zoom,
.shg-c#s-aac002ff-e90d-477d-b3e5-7d26401adb8f img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-aac002ff-e90d-477d-b3e5-7d26401adb8f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-aac002ff-e90d-477d-b3e5-7d26401adb8f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aac002ff-e90d-477d-b3e5-7d26401adb8f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-aac002ff-e90d-477d-b3e5-7d26401adb8f img.shogun-image,
.shg-c#s-aac002ff-e90d-477d-b3e5-7d26401adb8f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-aac002ff-e90d-477d-b3e5-7d26401adb8f .shg-image-zoom,
.shg-c#s-aac002ff-e90d-477d-b3e5-7d26401adb8f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-aac002ff-e90d-477d-b3e5-7d26401adb8f {
  max-width:  100%;
}

.shg-c#s-aac002ff-e90d-477d-b3e5-7d26401adb8f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aac002ff-e90d-477d-b3e5-7d26401adb8f .shg-image-zoom,
.shg-c#s-aac002ff-e90d-477d-b3e5-7d26401adb8f img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-aac002ff-e90d-477d-b3e5-7d26401adb8f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-aac002ff-e90d-477d-b3e5-7d26401adb8f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aac002ff-e90d-477d-b3e5-7d26401adb8f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-aac002ff-e90d-477d-b3e5-7d26401adb8f img.shogun-image,
.shg-c#s-aac002ff-e90d-477d-b3e5-7d26401adb8f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-aac002ff-e90d-477d-b3e5-7d26401adb8f .shg-image-zoom,
.shg-c#s-aac002ff-e90d-477d-b3e5-7d26401adb8f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-cc8336fc-e12a-4da6-995e-ddeaae033869 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cc8336fc-e12a-4da6-995e-ddeaae033869 .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-caa2d918-ee4b-4d33-93b5-7a305bbff425 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-caa2d918-ee4b-4d33-93b5-7a305bbff425 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-caa2d918-ee4b-4d33-93b5-7a305bbff425 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-caa2d918-ee4b-4d33-93b5-7a305bbff425 .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-f2f5f409-acca-4f2f-8016-d65ef592a0a3 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-f2f5f409-acca-4f2f-8016-d65ef592a0a3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-f2f5f409-acca-4f2f-8016-d65ef592a0a3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-f2f5f409-acca-4f2f-8016-d65ef592a0a3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-f2f5f409-acca-4f2f-8016-d65ef592a0a3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-4f9ac519-993e-487e-9a17-93e9849c25a7 {
  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-4f9ac519-993e-487e-9a17-93e9849c25a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4f9ac519-993e-487e-9a17-93e9849c25a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-32d05db8-11d8-407d-8b94-5c8ed1412077 {
  margin-left: auto;
margin-right: auto;
}

#s-1d8b7f82-585c-4140-b190-020f1d78c148 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-1d8b7f82-585c-4140-b190-020f1d78c148 {
  max-width:  100%;
}

.shg-c#s-1d8b7f82-585c-4140-b190-020f1d78c148 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1d8b7f82-585c-4140-b190-020f1d78c148 .shg-image-zoom,
.shg-c#s-1d8b7f82-585c-4140-b190-020f1d78c148 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-1d8b7f82-585c-4140-b190-020f1d78c148 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1d8b7f82-585c-4140-b190-020f1d78c148 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d8b7f82-585c-4140-b190-020f1d78c148 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1d8b7f82-585c-4140-b190-020f1d78c148 img.shogun-image,
.shg-c#s-1d8b7f82-585c-4140-b190-020f1d78c148 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1d8b7f82-585c-4140-b190-020f1d78c148 .shg-image-zoom,
.shg-c#s-1d8b7f82-585c-4140-b190-020f1d78c148 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-1d8b7f82-585c-4140-b190-020f1d78c148 {
  max-width:  100%;
}

.shg-c#s-1d8b7f82-585c-4140-b190-020f1d78c148 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1d8b7f82-585c-4140-b190-020f1d78c148 .shg-image-zoom,
.shg-c#s-1d8b7f82-585c-4140-b190-020f1d78c148 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-1d8b7f82-585c-4140-b190-020f1d78c148 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1d8b7f82-585c-4140-b190-020f1d78c148 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d8b7f82-585c-4140-b190-020f1d78c148 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1d8b7f82-585c-4140-b190-020f1d78c148 img.shogun-image,
.shg-c#s-1d8b7f82-585c-4140-b190-020f1d78c148 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1d8b7f82-585c-4140-b190-020f1d78c148 .shg-image-zoom,
.shg-c#s-1d8b7f82-585c-4140-b190-020f1d78c148 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1d8b7f82-585c-4140-b190-020f1d78c148 {
  max-width:  100%;
}

.shg-c#s-1d8b7f82-585c-4140-b190-020f1d78c148 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1d8b7f82-585c-4140-b190-020f1d78c148 .shg-image-zoom,
.shg-c#s-1d8b7f82-585c-4140-b190-020f1d78c148 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-1d8b7f82-585c-4140-b190-020f1d78c148 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1d8b7f82-585c-4140-b190-020f1d78c148 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d8b7f82-585c-4140-b190-020f1d78c148 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1d8b7f82-585c-4140-b190-020f1d78c148 img.shogun-image,
.shg-c#s-1d8b7f82-585c-4140-b190-020f1d78c148 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1d8b7f82-585c-4140-b190-020f1d78c148 .shg-image-zoom,
.shg-c#s-1d8b7f82-585c-4140-b190-020f1d78c148 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1d8b7f82-585c-4140-b190-020f1d78c148 {
  max-width:  100%;
}

.shg-c#s-1d8b7f82-585c-4140-b190-020f1d78c148 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1d8b7f82-585c-4140-b190-020f1d78c148 .shg-image-zoom,
.shg-c#s-1d8b7f82-585c-4140-b190-020f1d78c148 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-1d8b7f82-585c-4140-b190-020f1d78c148 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1d8b7f82-585c-4140-b190-020f1d78c148 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d8b7f82-585c-4140-b190-020f1d78c148 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1d8b7f82-585c-4140-b190-020f1d78c148 img.shogun-image,
.shg-c#s-1d8b7f82-585c-4140-b190-020f1d78c148 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1d8b7f82-585c-4140-b190-020f1d78c148 .shg-image-zoom,
.shg-c#s-1d8b7f82-585c-4140-b190-020f1d78c148 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-1d8b7f82-585c-4140-b190-020f1d78c148 {
  max-width:  100%;
}

.shg-c#s-1d8b7f82-585c-4140-b190-020f1d78c148 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1d8b7f82-585c-4140-b190-020f1d78c148 .shg-image-zoom,
.shg-c#s-1d8b7f82-585c-4140-b190-020f1d78c148 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-1d8b7f82-585c-4140-b190-020f1d78c148 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1d8b7f82-585c-4140-b190-020f1d78c148 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d8b7f82-585c-4140-b190-020f1d78c148 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1d8b7f82-585c-4140-b190-020f1d78c148 img.shogun-image,
.shg-c#s-1d8b7f82-585c-4140-b190-020f1d78c148 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1d8b7f82-585c-4140-b190-020f1d78c148 .shg-image-zoom,
.shg-c#s-1d8b7f82-585c-4140-b190-020f1d78c148 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-982088df-97b0-4f4a-a24a-8778c816285d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-982088df-97b0-4f4a-a24a-8778c816285d .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-dab10faa-6a43-476b-8022-3a14a5562104 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-dab10faa-6a43-476b-8022-3a14a5562104 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-dab10faa-6a43-476b-8022-3a14a5562104 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-dab10faa-6a43-476b-8022-3a14a5562104 .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-52ea18a6-7987-42ae-b7da-2a751fe4ac42 {
  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-52ea18a6-7987-42ae-b7da-2a751fe4ac42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-52ea18a6-7987-42ae-b7da-2a751fe4ac42.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3b8f82e6-80c6-4a73-8829-79563aed5d1c {
  margin-left: auto;
margin-right: auto;
}

#s-0ae3b2de-ac59-4c5c-bf07-a34192122038 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-0ae3b2de-ac59-4c5c-bf07-a34192122038 {
  max-width:  100%;
}

.shg-c#s-0ae3b2de-ac59-4c5c-bf07-a34192122038 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ae3b2de-ac59-4c5c-bf07-a34192122038 .shg-image-zoom,
.shg-c#s-0ae3b2de-ac59-4c5c-bf07-a34192122038 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-0ae3b2de-ac59-4c5c-bf07-a34192122038 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0ae3b2de-ac59-4c5c-bf07-a34192122038 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ae3b2de-ac59-4c5c-bf07-a34192122038 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0ae3b2de-ac59-4c5c-bf07-a34192122038 img.shogun-image,
.shg-c#s-0ae3b2de-ac59-4c5c-bf07-a34192122038 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0ae3b2de-ac59-4c5c-bf07-a34192122038 .shg-image-zoom,
.shg-c#s-0ae3b2de-ac59-4c5c-bf07-a34192122038 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-0ae3b2de-ac59-4c5c-bf07-a34192122038 {
  max-width:  100%;
}

.shg-c#s-0ae3b2de-ac59-4c5c-bf07-a34192122038 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ae3b2de-ac59-4c5c-bf07-a34192122038 .shg-image-zoom,
.shg-c#s-0ae3b2de-ac59-4c5c-bf07-a34192122038 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-0ae3b2de-ac59-4c5c-bf07-a34192122038 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0ae3b2de-ac59-4c5c-bf07-a34192122038 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ae3b2de-ac59-4c5c-bf07-a34192122038 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0ae3b2de-ac59-4c5c-bf07-a34192122038 img.shogun-image,
.shg-c#s-0ae3b2de-ac59-4c5c-bf07-a34192122038 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0ae3b2de-ac59-4c5c-bf07-a34192122038 .shg-image-zoom,
.shg-c#s-0ae3b2de-ac59-4c5c-bf07-a34192122038 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0ae3b2de-ac59-4c5c-bf07-a34192122038 {
  max-width:  100%;
}

.shg-c#s-0ae3b2de-ac59-4c5c-bf07-a34192122038 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ae3b2de-ac59-4c5c-bf07-a34192122038 .shg-image-zoom,
.shg-c#s-0ae3b2de-ac59-4c5c-bf07-a34192122038 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-0ae3b2de-ac59-4c5c-bf07-a34192122038 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0ae3b2de-ac59-4c5c-bf07-a34192122038 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ae3b2de-ac59-4c5c-bf07-a34192122038 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0ae3b2de-ac59-4c5c-bf07-a34192122038 img.shogun-image,
.shg-c#s-0ae3b2de-ac59-4c5c-bf07-a34192122038 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0ae3b2de-ac59-4c5c-bf07-a34192122038 .shg-image-zoom,
.shg-c#s-0ae3b2de-ac59-4c5c-bf07-a34192122038 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0ae3b2de-ac59-4c5c-bf07-a34192122038 {
  max-width:  100%;
}

.shg-c#s-0ae3b2de-ac59-4c5c-bf07-a34192122038 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ae3b2de-ac59-4c5c-bf07-a34192122038 .shg-image-zoom,
.shg-c#s-0ae3b2de-ac59-4c5c-bf07-a34192122038 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-0ae3b2de-ac59-4c5c-bf07-a34192122038 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0ae3b2de-ac59-4c5c-bf07-a34192122038 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ae3b2de-ac59-4c5c-bf07-a34192122038 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0ae3b2de-ac59-4c5c-bf07-a34192122038 img.shogun-image,
.shg-c#s-0ae3b2de-ac59-4c5c-bf07-a34192122038 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0ae3b2de-ac59-4c5c-bf07-a34192122038 .shg-image-zoom,
.shg-c#s-0ae3b2de-ac59-4c5c-bf07-a34192122038 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-0ae3b2de-ac59-4c5c-bf07-a34192122038 {
  max-width:  100%;
}

.shg-c#s-0ae3b2de-ac59-4c5c-bf07-a34192122038 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ae3b2de-ac59-4c5c-bf07-a34192122038 .shg-image-zoom,
.shg-c#s-0ae3b2de-ac59-4c5c-bf07-a34192122038 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-0ae3b2de-ac59-4c5c-bf07-a34192122038 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0ae3b2de-ac59-4c5c-bf07-a34192122038 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ae3b2de-ac59-4c5c-bf07-a34192122038 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0ae3b2de-ac59-4c5c-bf07-a34192122038 img.shogun-image,
.shg-c#s-0ae3b2de-ac59-4c5c-bf07-a34192122038 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0ae3b2de-ac59-4c5c-bf07-a34192122038 .shg-image-zoom,
.shg-c#s-0ae3b2de-ac59-4c5c-bf07-a34192122038 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-19f0a3c7-3d05-48cd-bd60-4cc7ccb7ff88 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-19f0a3c7-3d05-48cd-bd60-4cc7ccb7ff88 .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-58868f3d-e6b2-4ca0-9078-1a9f3a099cd6 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-58868f3d-e6b2-4ca0-9078-1a9f3a099cd6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-58868f3d-e6b2-4ca0-9078-1a9f3a099cd6 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-58868f3d-e6b2-4ca0-9078-1a9f3a099cd6 .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-78b20523-04f9-4687-8885-b880c362bde8 {
  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-78b20523-04f9-4687-8885-b880c362bde8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-78b20523-04f9-4687-8885-b880c362bde8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fdf1af9b-e297-4f0a-a2ce-744afde34d0b {
  margin-left: auto;
margin-right: auto;
}

#s-a517eecb-96db-4aec-8f9b-7d661e2e8af1 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-a517eecb-96db-4aec-8f9b-7d661e2e8af1 {
  max-width:  100%;
}

.shg-c#s-a517eecb-96db-4aec-8f9b-7d661e2e8af1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a517eecb-96db-4aec-8f9b-7d661e2e8af1 .shg-image-zoom,
.shg-c#s-a517eecb-96db-4aec-8f9b-7d661e2e8af1 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-a517eecb-96db-4aec-8f9b-7d661e2e8af1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a517eecb-96db-4aec-8f9b-7d661e2e8af1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a517eecb-96db-4aec-8f9b-7d661e2e8af1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a517eecb-96db-4aec-8f9b-7d661e2e8af1 img.shogun-image,
.shg-c#s-a517eecb-96db-4aec-8f9b-7d661e2e8af1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a517eecb-96db-4aec-8f9b-7d661e2e8af1 .shg-image-zoom,
.shg-c#s-a517eecb-96db-4aec-8f9b-7d661e2e8af1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-a517eecb-96db-4aec-8f9b-7d661e2e8af1 {
  max-width:  100%;
}

.shg-c#s-a517eecb-96db-4aec-8f9b-7d661e2e8af1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a517eecb-96db-4aec-8f9b-7d661e2e8af1 .shg-image-zoom,
.shg-c#s-a517eecb-96db-4aec-8f9b-7d661e2e8af1 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-a517eecb-96db-4aec-8f9b-7d661e2e8af1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a517eecb-96db-4aec-8f9b-7d661e2e8af1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a517eecb-96db-4aec-8f9b-7d661e2e8af1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a517eecb-96db-4aec-8f9b-7d661e2e8af1 img.shogun-image,
.shg-c#s-a517eecb-96db-4aec-8f9b-7d661e2e8af1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a517eecb-96db-4aec-8f9b-7d661e2e8af1 .shg-image-zoom,
.shg-c#s-a517eecb-96db-4aec-8f9b-7d661e2e8af1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a517eecb-96db-4aec-8f9b-7d661e2e8af1 {
  max-width:  100%;
}

.shg-c#s-a517eecb-96db-4aec-8f9b-7d661e2e8af1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a517eecb-96db-4aec-8f9b-7d661e2e8af1 .shg-image-zoom,
.shg-c#s-a517eecb-96db-4aec-8f9b-7d661e2e8af1 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-a517eecb-96db-4aec-8f9b-7d661e2e8af1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a517eecb-96db-4aec-8f9b-7d661e2e8af1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a517eecb-96db-4aec-8f9b-7d661e2e8af1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a517eecb-96db-4aec-8f9b-7d661e2e8af1 img.shogun-image,
.shg-c#s-a517eecb-96db-4aec-8f9b-7d661e2e8af1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a517eecb-96db-4aec-8f9b-7d661e2e8af1 .shg-image-zoom,
.shg-c#s-a517eecb-96db-4aec-8f9b-7d661e2e8af1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a517eecb-96db-4aec-8f9b-7d661e2e8af1 {
  max-width:  100%;
}

.shg-c#s-a517eecb-96db-4aec-8f9b-7d661e2e8af1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a517eecb-96db-4aec-8f9b-7d661e2e8af1 .shg-image-zoom,
.shg-c#s-a517eecb-96db-4aec-8f9b-7d661e2e8af1 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-a517eecb-96db-4aec-8f9b-7d661e2e8af1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a517eecb-96db-4aec-8f9b-7d661e2e8af1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a517eecb-96db-4aec-8f9b-7d661e2e8af1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a517eecb-96db-4aec-8f9b-7d661e2e8af1 img.shogun-image,
.shg-c#s-a517eecb-96db-4aec-8f9b-7d661e2e8af1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a517eecb-96db-4aec-8f9b-7d661e2e8af1 .shg-image-zoom,
.shg-c#s-a517eecb-96db-4aec-8f9b-7d661e2e8af1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-a517eecb-96db-4aec-8f9b-7d661e2e8af1 {
  max-width:  100%;
}

.shg-c#s-a517eecb-96db-4aec-8f9b-7d661e2e8af1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a517eecb-96db-4aec-8f9b-7d661e2e8af1 .shg-image-zoom,
.shg-c#s-a517eecb-96db-4aec-8f9b-7d661e2e8af1 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-a517eecb-96db-4aec-8f9b-7d661e2e8af1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a517eecb-96db-4aec-8f9b-7d661e2e8af1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a517eecb-96db-4aec-8f9b-7d661e2e8af1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a517eecb-96db-4aec-8f9b-7d661e2e8af1 img.shogun-image,
.shg-c#s-a517eecb-96db-4aec-8f9b-7d661e2e8af1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-a517eecb-96db-4aec-8f9b-7d661e2e8af1 .shg-image-zoom,
.shg-c#s-a517eecb-96db-4aec-8f9b-7d661e2e8af1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2986da84-5833-4da8-96f9-76919e546cbb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2986da84-5833-4da8-96f9-76919e546cbb .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-f6fb6b50-9195-4cbf-b666-fdd74853799c {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-f6fb6b50-9195-4cbf-b666-fdd74853799c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-f6fb6b50-9195-4cbf-b666-fdd74853799c .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-f6fb6b50-9195-4cbf-b666-fdd74853799c .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-dc925c5c-156c-4640-becf-8f611b13c394 {
  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-dc925c5c-156c-4640-becf-8f611b13c394 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dc925c5c-156c-4640-becf-8f611b13c394.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9b637e4b-ebc9-4a90-b9c7-d3cb382051e8 {
  margin-left: auto;
margin-right: auto;
}

#s-4faf8aee-c266-4b1c-98af-ca3ce7d1a517 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-4faf8aee-c266-4b1c-98af-ca3ce7d1a517 {
  max-width:  100%;
}

.shg-c#s-4faf8aee-c266-4b1c-98af-ca3ce7d1a517 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4faf8aee-c266-4b1c-98af-ca3ce7d1a517 .shg-image-zoom,
.shg-c#s-4faf8aee-c266-4b1c-98af-ca3ce7d1a517 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-4faf8aee-c266-4b1c-98af-ca3ce7d1a517 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4faf8aee-c266-4b1c-98af-ca3ce7d1a517 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4faf8aee-c266-4b1c-98af-ca3ce7d1a517 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4faf8aee-c266-4b1c-98af-ca3ce7d1a517 img.shogun-image,
.shg-c#s-4faf8aee-c266-4b1c-98af-ca3ce7d1a517 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4faf8aee-c266-4b1c-98af-ca3ce7d1a517 .shg-image-zoom,
.shg-c#s-4faf8aee-c266-4b1c-98af-ca3ce7d1a517 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-4faf8aee-c266-4b1c-98af-ca3ce7d1a517 {
  max-width:  100%;
}

.shg-c#s-4faf8aee-c266-4b1c-98af-ca3ce7d1a517 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4faf8aee-c266-4b1c-98af-ca3ce7d1a517 .shg-image-zoom,
.shg-c#s-4faf8aee-c266-4b1c-98af-ca3ce7d1a517 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-4faf8aee-c266-4b1c-98af-ca3ce7d1a517 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4faf8aee-c266-4b1c-98af-ca3ce7d1a517 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4faf8aee-c266-4b1c-98af-ca3ce7d1a517 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4faf8aee-c266-4b1c-98af-ca3ce7d1a517 img.shogun-image,
.shg-c#s-4faf8aee-c266-4b1c-98af-ca3ce7d1a517 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4faf8aee-c266-4b1c-98af-ca3ce7d1a517 .shg-image-zoom,
.shg-c#s-4faf8aee-c266-4b1c-98af-ca3ce7d1a517 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4faf8aee-c266-4b1c-98af-ca3ce7d1a517 {
  max-width:  100%;
}

.shg-c#s-4faf8aee-c266-4b1c-98af-ca3ce7d1a517 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4faf8aee-c266-4b1c-98af-ca3ce7d1a517 .shg-image-zoom,
.shg-c#s-4faf8aee-c266-4b1c-98af-ca3ce7d1a517 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-4faf8aee-c266-4b1c-98af-ca3ce7d1a517 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4faf8aee-c266-4b1c-98af-ca3ce7d1a517 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4faf8aee-c266-4b1c-98af-ca3ce7d1a517 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4faf8aee-c266-4b1c-98af-ca3ce7d1a517 img.shogun-image,
.shg-c#s-4faf8aee-c266-4b1c-98af-ca3ce7d1a517 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4faf8aee-c266-4b1c-98af-ca3ce7d1a517 .shg-image-zoom,
.shg-c#s-4faf8aee-c266-4b1c-98af-ca3ce7d1a517 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4faf8aee-c266-4b1c-98af-ca3ce7d1a517 {
  max-width:  100%;
}

.shg-c#s-4faf8aee-c266-4b1c-98af-ca3ce7d1a517 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4faf8aee-c266-4b1c-98af-ca3ce7d1a517 .shg-image-zoom,
.shg-c#s-4faf8aee-c266-4b1c-98af-ca3ce7d1a517 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-4faf8aee-c266-4b1c-98af-ca3ce7d1a517 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4faf8aee-c266-4b1c-98af-ca3ce7d1a517 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4faf8aee-c266-4b1c-98af-ca3ce7d1a517 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4faf8aee-c266-4b1c-98af-ca3ce7d1a517 img.shogun-image,
.shg-c#s-4faf8aee-c266-4b1c-98af-ca3ce7d1a517 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4faf8aee-c266-4b1c-98af-ca3ce7d1a517 .shg-image-zoom,
.shg-c#s-4faf8aee-c266-4b1c-98af-ca3ce7d1a517 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-4faf8aee-c266-4b1c-98af-ca3ce7d1a517 {
  max-width:  100%;
}

.shg-c#s-4faf8aee-c266-4b1c-98af-ca3ce7d1a517 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4faf8aee-c266-4b1c-98af-ca3ce7d1a517 .shg-image-zoom,
.shg-c#s-4faf8aee-c266-4b1c-98af-ca3ce7d1a517 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-4faf8aee-c266-4b1c-98af-ca3ce7d1a517 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4faf8aee-c266-4b1c-98af-ca3ce7d1a517 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4faf8aee-c266-4b1c-98af-ca3ce7d1a517 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4faf8aee-c266-4b1c-98af-ca3ce7d1a517 img.shogun-image,
.shg-c#s-4faf8aee-c266-4b1c-98af-ca3ce7d1a517 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4faf8aee-c266-4b1c-98af-ca3ce7d1a517 .shg-image-zoom,
.shg-c#s-4faf8aee-c266-4b1c-98af-ca3ce7d1a517 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ed415371-0774-46f8-af41-128cf047e847 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ed415371-0774-46f8-af41-128cf047e847 .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-3473b210-ec0e-40d1-a530-1a514115780c {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-3473b210-ec0e-40d1-a530-1a514115780c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-3473b210-ec0e-40d1-a530-1a514115780c .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-3473b210-ec0e-40d1-a530-1a514115780c .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-d0406450-3bf2-4849-bf4c-b05f5625a6b2 {
  margin-left: 1%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-d0406450-3bf2-4849-bf4c-b05f5625a6b2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d0406450-3bf2-4849-bf4c-b05f5625a6b2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-d0406450-3bf2-4849-bf4c-b05f5625a6b2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-d0406450-3bf2-4849-bf4c-b05f5625a6b2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-2a3b8729-8d2c-47ed-b55f-bf97ed17756a {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-2a3b8729-8d2c-47ed-b55f-bf97ed17756a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-2a3b8729-8d2c-47ed-b55f-bf97ed17756a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-2a3b8729-8d2c-47ed-b55f-bf97ed17756a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-2a3b8729-8d2c-47ed-b55f-bf97ed17756a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-c00911c0-115c-4323-a862-d59adc2ee98b {
  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-c00911c0-115c-4323-a862-d59adc2ee98b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c00911c0-115c-4323-a862-d59adc2ee98b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-efdc573d-a518-462c-b15c-4f842c1b516f {
  margin-left: auto;
margin-right: auto;
}

#s-2c924305-4924-462e-a7ba-f0901dc60b15 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-2c924305-4924-462e-a7ba-f0901dc60b15 {
  max-width:  100%;
}

.shg-c#s-2c924305-4924-462e-a7ba-f0901dc60b15 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c924305-4924-462e-a7ba-f0901dc60b15 .shg-image-zoom,
.shg-c#s-2c924305-4924-462e-a7ba-f0901dc60b15 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-2c924305-4924-462e-a7ba-f0901dc60b15 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2c924305-4924-462e-a7ba-f0901dc60b15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c924305-4924-462e-a7ba-f0901dc60b15 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2c924305-4924-462e-a7ba-f0901dc60b15 img.shogun-image,
.shg-c#s-2c924305-4924-462e-a7ba-f0901dc60b15 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2c924305-4924-462e-a7ba-f0901dc60b15 .shg-image-zoom,
.shg-c#s-2c924305-4924-462e-a7ba-f0901dc60b15 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-2c924305-4924-462e-a7ba-f0901dc60b15 {
  max-width:  100%;
}

.shg-c#s-2c924305-4924-462e-a7ba-f0901dc60b15 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c924305-4924-462e-a7ba-f0901dc60b15 .shg-image-zoom,
.shg-c#s-2c924305-4924-462e-a7ba-f0901dc60b15 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-2c924305-4924-462e-a7ba-f0901dc60b15 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2c924305-4924-462e-a7ba-f0901dc60b15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c924305-4924-462e-a7ba-f0901dc60b15 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2c924305-4924-462e-a7ba-f0901dc60b15 img.shogun-image,
.shg-c#s-2c924305-4924-462e-a7ba-f0901dc60b15 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2c924305-4924-462e-a7ba-f0901dc60b15 .shg-image-zoom,
.shg-c#s-2c924305-4924-462e-a7ba-f0901dc60b15 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2c924305-4924-462e-a7ba-f0901dc60b15 {
  max-width:  100%;
}

.shg-c#s-2c924305-4924-462e-a7ba-f0901dc60b15 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c924305-4924-462e-a7ba-f0901dc60b15 .shg-image-zoom,
.shg-c#s-2c924305-4924-462e-a7ba-f0901dc60b15 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-2c924305-4924-462e-a7ba-f0901dc60b15 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2c924305-4924-462e-a7ba-f0901dc60b15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c924305-4924-462e-a7ba-f0901dc60b15 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2c924305-4924-462e-a7ba-f0901dc60b15 img.shogun-image,
.shg-c#s-2c924305-4924-462e-a7ba-f0901dc60b15 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2c924305-4924-462e-a7ba-f0901dc60b15 .shg-image-zoom,
.shg-c#s-2c924305-4924-462e-a7ba-f0901dc60b15 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2c924305-4924-462e-a7ba-f0901dc60b15 {
  max-width:  100%;
}

.shg-c#s-2c924305-4924-462e-a7ba-f0901dc60b15 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c924305-4924-462e-a7ba-f0901dc60b15 .shg-image-zoom,
.shg-c#s-2c924305-4924-462e-a7ba-f0901dc60b15 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-2c924305-4924-462e-a7ba-f0901dc60b15 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2c924305-4924-462e-a7ba-f0901dc60b15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c924305-4924-462e-a7ba-f0901dc60b15 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2c924305-4924-462e-a7ba-f0901dc60b15 img.shogun-image,
.shg-c#s-2c924305-4924-462e-a7ba-f0901dc60b15 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2c924305-4924-462e-a7ba-f0901dc60b15 .shg-image-zoom,
.shg-c#s-2c924305-4924-462e-a7ba-f0901dc60b15 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-2c924305-4924-462e-a7ba-f0901dc60b15 {
  max-width:  100%;
}

.shg-c#s-2c924305-4924-462e-a7ba-f0901dc60b15 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c924305-4924-462e-a7ba-f0901dc60b15 .shg-image-zoom,
.shg-c#s-2c924305-4924-462e-a7ba-f0901dc60b15 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-2c924305-4924-462e-a7ba-f0901dc60b15 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2c924305-4924-462e-a7ba-f0901dc60b15 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c924305-4924-462e-a7ba-f0901dc60b15 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2c924305-4924-462e-a7ba-f0901dc60b15 img.shogun-image,
.shg-c#s-2c924305-4924-462e-a7ba-f0901dc60b15 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2c924305-4924-462e-a7ba-f0901dc60b15 .shg-image-zoom,
.shg-c#s-2c924305-4924-462e-a7ba-f0901dc60b15 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-11900806-5376-47b0-ab74-f995a7bd2484 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-11900806-5376-47b0-ab74-f995a7bd2484 .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-8ee64050-8ff8-48ab-af8b-13c00768e6a8 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-8ee64050-8ff8-48ab-af8b-13c00768e6a8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-8ee64050-8ff8-48ab-af8b-13c00768e6a8 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-8ee64050-8ff8-48ab-af8b-13c00768e6a8 .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-6580a44e-94c0-4055-80ec-5e3b09144fe7 {
  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-6580a44e-94c0-4055-80ec-5e3b09144fe7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6580a44e-94c0-4055-80ec-5e3b09144fe7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e9728f67-3e9b-4e50-b1f5-1ee7933e83bb {
  margin-left: auto;
margin-right: auto;
}

#s-ef015647-3ed3-41ad-9801-fef8f1ac9a4c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-ef015647-3ed3-41ad-9801-fef8f1ac9a4c {
  max-width:  100%;
}

.shg-c#s-ef015647-3ed3-41ad-9801-fef8f1ac9a4c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef015647-3ed3-41ad-9801-fef8f1ac9a4c .shg-image-zoom,
.shg-c#s-ef015647-3ed3-41ad-9801-fef8f1ac9a4c img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-ef015647-3ed3-41ad-9801-fef8f1ac9a4c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ef015647-3ed3-41ad-9801-fef8f1ac9a4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef015647-3ed3-41ad-9801-fef8f1ac9a4c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ef015647-3ed3-41ad-9801-fef8f1ac9a4c img.shogun-image,
.shg-c#s-ef015647-3ed3-41ad-9801-fef8f1ac9a4c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ef015647-3ed3-41ad-9801-fef8f1ac9a4c .shg-image-zoom,
.shg-c#s-ef015647-3ed3-41ad-9801-fef8f1ac9a4c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-ef015647-3ed3-41ad-9801-fef8f1ac9a4c {
  max-width:  100%;
}

.shg-c#s-ef015647-3ed3-41ad-9801-fef8f1ac9a4c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef015647-3ed3-41ad-9801-fef8f1ac9a4c .shg-image-zoom,
.shg-c#s-ef015647-3ed3-41ad-9801-fef8f1ac9a4c img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-ef015647-3ed3-41ad-9801-fef8f1ac9a4c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ef015647-3ed3-41ad-9801-fef8f1ac9a4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef015647-3ed3-41ad-9801-fef8f1ac9a4c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ef015647-3ed3-41ad-9801-fef8f1ac9a4c img.shogun-image,
.shg-c#s-ef015647-3ed3-41ad-9801-fef8f1ac9a4c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ef015647-3ed3-41ad-9801-fef8f1ac9a4c .shg-image-zoom,
.shg-c#s-ef015647-3ed3-41ad-9801-fef8f1ac9a4c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ef015647-3ed3-41ad-9801-fef8f1ac9a4c {
  max-width:  100%;
}

.shg-c#s-ef015647-3ed3-41ad-9801-fef8f1ac9a4c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef015647-3ed3-41ad-9801-fef8f1ac9a4c .shg-image-zoom,
.shg-c#s-ef015647-3ed3-41ad-9801-fef8f1ac9a4c img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-ef015647-3ed3-41ad-9801-fef8f1ac9a4c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ef015647-3ed3-41ad-9801-fef8f1ac9a4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef015647-3ed3-41ad-9801-fef8f1ac9a4c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ef015647-3ed3-41ad-9801-fef8f1ac9a4c img.shogun-image,
.shg-c#s-ef015647-3ed3-41ad-9801-fef8f1ac9a4c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ef015647-3ed3-41ad-9801-fef8f1ac9a4c .shg-image-zoom,
.shg-c#s-ef015647-3ed3-41ad-9801-fef8f1ac9a4c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ef015647-3ed3-41ad-9801-fef8f1ac9a4c {
  max-width:  100%;
}

.shg-c#s-ef015647-3ed3-41ad-9801-fef8f1ac9a4c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef015647-3ed3-41ad-9801-fef8f1ac9a4c .shg-image-zoom,
.shg-c#s-ef015647-3ed3-41ad-9801-fef8f1ac9a4c img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-ef015647-3ed3-41ad-9801-fef8f1ac9a4c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ef015647-3ed3-41ad-9801-fef8f1ac9a4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef015647-3ed3-41ad-9801-fef8f1ac9a4c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ef015647-3ed3-41ad-9801-fef8f1ac9a4c img.shogun-image,
.shg-c#s-ef015647-3ed3-41ad-9801-fef8f1ac9a4c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ef015647-3ed3-41ad-9801-fef8f1ac9a4c .shg-image-zoom,
.shg-c#s-ef015647-3ed3-41ad-9801-fef8f1ac9a4c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-ef015647-3ed3-41ad-9801-fef8f1ac9a4c {
  max-width:  100%;
}

.shg-c#s-ef015647-3ed3-41ad-9801-fef8f1ac9a4c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef015647-3ed3-41ad-9801-fef8f1ac9a4c .shg-image-zoom,
.shg-c#s-ef015647-3ed3-41ad-9801-fef8f1ac9a4c img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-ef015647-3ed3-41ad-9801-fef8f1ac9a4c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-ef015647-3ed3-41ad-9801-fef8f1ac9a4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef015647-3ed3-41ad-9801-fef8f1ac9a4c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ef015647-3ed3-41ad-9801-fef8f1ac9a4c img.shogun-image,
.shg-c#s-ef015647-3ed3-41ad-9801-fef8f1ac9a4c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ef015647-3ed3-41ad-9801-fef8f1ac9a4c .shg-image-zoom,
.shg-c#s-ef015647-3ed3-41ad-9801-fef8f1ac9a4c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-eaa83a88-82df-4887-943b-b3dc17b9fd62 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eaa83a88-82df-4887-943b-b3dc17b9fd62 .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-8f3cb378-6fb5-4f5c-9ca4-479a1d4a1fb4 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-8f3cb378-6fb5-4f5c-9ca4-479a1d4a1fb4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-8f3cb378-6fb5-4f5c-9ca4-479a1d4a1fb4 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-8f3cb378-6fb5-4f5c-9ca4-479a1d4a1fb4 .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-2852c7e8-3e2e-4125-8c40-83984797cc4b {
  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-2852c7e8-3e2e-4125-8c40-83984797cc4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2852c7e8-3e2e-4125-8c40-83984797cc4b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4f2926ec-d671-47d6-bf21-7a2b2ef3e87f {
  margin-left: auto;
margin-right: auto;
}

#s-4c268de0-8efa-495b-b28a-6bafc27fc35f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-4c268de0-8efa-495b-b28a-6bafc27fc35f {
  max-width:  100%;
}

.shg-c#s-4c268de0-8efa-495b-b28a-6bafc27fc35f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c268de0-8efa-495b-b28a-6bafc27fc35f .shg-image-zoom,
.shg-c#s-4c268de0-8efa-495b-b28a-6bafc27fc35f img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-4c268de0-8efa-495b-b28a-6bafc27fc35f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4c268de0-8efa-495b-b28a-6bafc27fc35f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c268de0-8efa-495b-b28a-6bafc27fc35f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4c268de0-8efa-495b-b28a-6bafc27fc35f img.shogun-image,
.shg-c#s-4c268de0-8efa-495b-b28a-6bafc27fc35f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4c268de0-8efa-495b-b28a-6bafc27fc35f .shg-image-zoom,
.shg-c#s-4c268de0-8efa-495b-b28a-6bafc27fc35f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-4c268de0-8efa-495b-b28a-6bafc27fc35f {
  max-width:  100%;
}

.shg-c#s-4c268de0-8efa-495b-b28a-6bafc27fc35f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c268de0-8efa-495b-b28a-6bafc27fc35f .shg-image-zoom,
.shg-c#s-4c268de0-8efa-495b-b28a-6bafc27fc35f img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-4c268de0-8efa-495b-b28a-6bafc27fc35f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4c268de0-8efa-495b-b28a-6bafc27fc35f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c268de0-8efa-495b-b28a-6bafc27fc35f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4c268de0-8efa-495b-b28a-6bafc27fc35f img.shogun-image,
.shg-c#s-4c268de0-8efa-495b-b28a-6bafc27fc35f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4c268de0-8efa-495b-b28a-6bafc27fc35f .shg-image-zoom,
.shg-c#s-4c268de0-8efa-495b-b28a-6bafc27fc35f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4c268de0-8efa-495b-b28a-6bafc27fc35f {
  max-width:  100%;
}

.shg-c#s-4c268de0-8efa-495b-b28a-6bafc27fc35f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c268de0-8efa-495b-b28a-6bafc27fc35f .shg-image-zoom,
.shg-c#s-4c268de0-8efa-495b-b28a-6bafc27fc35f img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-4c268de0-8efa-495b-b28a-6bafc27fc35f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4c268de0-8efa-495b-b28a-6bafc27fc35f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c268de0-8efa-495b-b28a-6bafc27fc35f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4c268de0-8efa-495b-b28a-6bafc27fc35f img.shogun-image,
.shg-c#s-4c268de0-8efa-495b-b28a-6bafc27fc35f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4c268de0-8efa-495b-b28a-6bafc27fc35f .shg-image-zoom,
.shg-c#s-4c268de0-8efa-495b-b28a-6bafc27fc35f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4c268de0-8efa-495b-b28a-6bafc27fc35f {
  max-width:  100%;
}

.shg-c#s-4c268de0-8efa-495b-b28a-6bafc27fc35f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c268de0-8efa-495b-b28a-6bafc27fc35f .shg-image-zoom,
.shg-c#s-4c268de0-8efa-495b-b28a-6bafc27fc35f img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-4c268de0-8efa-495b-b28a-6bafc27fc35f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4c268de0-8efa-495b-b28a-6bafc27fc35f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c268de0-8efa-495b-b28a-6bafc27fc35f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4c268de0-8efa-495b-b28a-6bafc27fc35f img.shogun-image,
.shg-c#s-4c268de0-8efa-495b-b28a-6bafc27fc35f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4c268de0-8efa-495b-b28a-6bafc27fc35f .shg-image-zoom,
.shg-c#s-4c268de0-8efa-495b-b28a-6bafc27fc35f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-4c268de0-8efa-495b-b28a-6bafc27fc35f {
  max-width:  100%;
}

.shg-c#s-4c268de0-8efa-495b-b28a-6bafc27fc35f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c268de0-8efa-495b-b28a-6bafc27fc35f .shg-image-zoom,
.shg-c#s-4c268de0-8efa-495b-b28a-6bafc27fc35f img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-4c268de0-8efa-495b-b28a-6bafc27fc35f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4c268de0-8efa-495b-b28a-6bafc27fc35f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c268de0-8efa-495b-b28a-6bafc27fc35f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4c268de0-8efa-495b-b28a-6bafc27fc35f img.shogun-image,
.shg-c#s-4c268de0-8efa-495b-b28a-6bafc27fc35f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4c268de0-8efa-495b-b28a-6bafc27fc35f .shg-image-zoom,
.shg-c#s-4c268de0-8efa-495b-b28a-6bafc27fc35f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-bf71f739-779b-4f7d-82f5-a217ab7dff44 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bf71f739-779b-4f7d-82f5-a217ab7dff44 .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-78f9e095-1bad-4f80-a1a0-f97f73791c05 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-78f9e095-1bad-4f80-a1a0-f97f73791c05 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-78f9e095-1bad-4f80-a1a0-f97f73791c05 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-78f9e095-1bad-4f80-a1a0-f97f73791c05 .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-80dee300-dfb4-473a-8602-b71005ec9e73 {
  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-80dee300-dfb4-473a-8602-b71005ec9e73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-80dee300-dfb4-473a-8602-b71005ec9e73.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c6db3e7e-5580-4e8a-a50e-6369a2c9b04a {
  margin-left: auto;
margin-right: auto;
}

#s-f443c829-177f-4da0-be77-b66ca0bcab44 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-f443c829-177f-4da0-be77-b66ca0bcab44 {
  max-width:  100%;
}

.shg-c#s-f443c829-177f-4da0-be77-b66ca0bcab44 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f443c829-177f-4da0-be77-b66ca0bcab44 .shg-image-zoom,
.shg-c#s-f443c829-177f-4da0-be77-b66ca0bcab44 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-f443c829-177f-4da0-be77-b66ca0bcab44 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f443c829-177f-4da0-be77-b66ca0bcab44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f443c829-177f-4da0-be77-b66ca0bcab44 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f443c829-177f-4da0-be77-b66ca0bcab44 img.shogun-image,
.shg-c#s-f443c829-177f-4da0-be77-b66ca0bcab44 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f443c829-177f-4da0-be77-b66ca0bcab44 .shg-image-zoom,
.shg-c#s-f443c829-177f-4da0-be77-b66ca0bcab44 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-f443c829-177f-4da0-be77-b66ca0bcab44 {
  max-width:  100%;
}

.shg-c#s-f443c829-177f-4da0-be77-b66ca0bcab44 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f443c829-177f-4da0-be77-b66ca0bcab44 .shg-image-zoom,
.shg-c#s-f443c829-177f-4da0-be77-b66ca0bcab44 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-f443c829-177f-4da0-be77-b66ca0bcab44 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f443c829-177f-4da0-be77-b66ca0bcab44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f443c829-177f-4da0-be77-b66ca0bcab44 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f443c829-177f-4da0-be77-b66ca0bcab44 img.shogun-image,
.shg-c#s-f443c829-177f-4da0-be77-b66ca0bcab44 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f443c829-177f-4da0-be77-b66ca0bcab44 .shg-image-zoom,
.shg-c#s-f443c829-177f-4da0-be77-b66ca0bcab44 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f443c829-177f-4da0-be77-b66ca0bcab44 {
  max-width:  100%;
}

.shg-c#s-f443c829-177f-4da0-be77-b66ca0bcab44 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f443c829-177f-4da0-be77-b66ca0bcab44 .shg-image-zoom,
.shg-c#s-f443c829-177f-4da0-be77-b66ca0bcab44 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-f443c829-177f-4da0-be77-b66ca0bcab44 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f443c829-177f-4da0-be77-b66ca0bcab44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f443c829-177f-4da0-be77-b66ca0bcab44 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f443c829-177f-4da0-be77-b66ca0bcab44 img.shogun-image,
.shg-c#s-f443c829-177f-4da0-be77-b66ca0bcab44 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f443c829-177f-4da0-be77-b66ca0bcab44 .shg-image-zoom,
.shg-c#s-f443c829-177f-4da0-be77-b66ca0bcab44 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f443c829-177f-4da0-be77-b66ca0bcab44 {
  max-width:  100%;
}

.shg-c#s-f443c829-177f-4da0-be77-b66ca0bcab44 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f443c829-177f-4da0-be77-b66ca0bcab44 .shg-image-zoom,
.shg-c#s-f443c829-177f-4da0-be77-b66ca0bcab44 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-f443c829-177f-4da0-be77-b66ca0bcab44 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f443c829-177f-4da0-be77-b66ca0bcab44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f443c829-177f-4da0-be77-b66ca0bcab44 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f443c829-177f-4da0-be77-b66ca0bcab44 img.shogun-image,
.shg-c#s-f443c829-177f-4da0-be77-b66ca0bcab44 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f443c829-177f-4da0-be77-b66ca0bcab44 .shg-image-zoom,
.shg-c#s-f443c829-177f-4da0-be77-b66ca0bcab44 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-f443c829-177f-4da0-be77-b66ca0bcab44 {
  max-width:  100%;
}

.shg-c#s-f443c829-177f-4da0-be77-b66ca0bcab44 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f443c829-177f-4da0-be77-b66ca0bcab44 .shg-image-zoom,
.shg-c#s-f443c829-177f-4da0-be77-b66ca0bcab44 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-f443c829-177f-4da0-be77-b66ca0bcab44 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f443c829-177f-4da0-be77-b66ca0bcab44 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f443c829-177f-4da0-be77-b66ca0bcab44 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f443c829-177f-4da0-be77-b66ca0bcab44 img.shogun-image,
.shg-c#s-f443c829-177f-4da0-be77-b66ca0bcab44 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f443c829-177f-4da0-be77-b66ca0bcab44 .shg-image-zoom,
.shg-c#s-f443c829-177f-4da0-be77-b66ca0bcab44 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d2ead856-6fe6-4301-801f-1682e757a619 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d2ead856-6fe6-4301-801f-1682e757a619 .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-591352cb-3836-4ec8-9df0-fb697eaf6793 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-591352cb-3836-4ec8-9df0-fb697eaf6793 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-591352cb-3836-4ec8-9df0-fb697eaf6793 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-591352cb-3836-4ec8-9df0-fb697eaf6793 .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-e0258bb1-0e9b-4263-8b7c-583da50a757d {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e0258bb1-0e9b-4263-8b7c-583da50a757d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-e0258bb1-0e9b-4263-8b7c-583da50a757d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-e0258bb1-0e9b-4263-8b7c-583da50a757d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-e0258bb1-0e9b-4263-8b7c-583da50a757d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-21a60ac7-49e5-48d6-9f52-ffe705eb1bc8 {
  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-21a60ac7-49e5-48d6-9f52-ffe705eb1bc8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-21a60ac7-49e5-48d6-9f52-ffe705eb1bc8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4d7b3b65-4af6-44b2-ba07-e701d9828f35 {
  margin-left: auto;
margin-right: auto;
}

#s-fb5ee97d-50c2-4cac-933c-7eb51ceba1f3 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-fb5ee97d-50c2-4cac-933c-7eb51ceba1f3 {
  max-width:  100%;
}

.shg-c#s-fb5ee97d-50c2-4cac-933c-7eb51ceba1f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb5ee97d-50c2-4cac-933c-7eb51ceba1f3 .shg-image-zoom,
.shg-c#s-fb5ee97d-50c2-4cac-933c-7eb51ceba1f3 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-fb5ee97d-50c2-4cac-933c-7eb51ceba1f3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fb5ee97d-50c2-4cac-933c-7eb51ceba1f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb5ee97d-50c2-4cac-933c-7eb51ceba1f3 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fb5ee97d-50c2-4cac-933c-7eb51ceba1f3 img.shogun-image,
.shg-c#s-fb5ee97d-50c2-4cac-933c-7eb51ceba1f3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fb5ee97d-50c2-4cac-933c-7eb51ceba1f3 .shg-image-zoom,
.shg-c#s-fb5ee97d-50c2-4cac-933c-7eb51ceba1f3 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-fb5ee97d-50c2-4cac-933c-7eb51ceba1f3 {
  max-width:  100%;
}

.shg-c#s-fb5ee97d-50c2-4cac-933c-7eb51ceba1f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb5ee97d-50c2-4cac-933c-7eb51ceba1f3 .shg-image-zoom,
.shg-c#s-fb5ee97d-50c2-4cac-933c-7eb51ceba1f3 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-fb5ee97d-50c2-4cac-933c-7eb51ceba1f3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fb5ee97d-50c2-4cac-933c-7eb51ceba1f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb5ee97d-50c2-4cac-933c-7eb51ceba1f3 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fb5ee97d-50c2-4cac-933c-7eb51ceba1f3 img.shogun-image,
.shg-c#s-fb5ee97d-50c2-4cac-933c-7eb51ceba1f3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fb5ee97d-50c2-4cac-933c-7eb51ceba1f3 .shg-image-zoom,
.shg-c#s-fb5ee97d-50c2-4cac-933c-7eb51ceba1f3 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fb5ee97d-50c2-4cac-933c-7eb51ceba1f3 {
  max-width:  100%;
}

.shg-c#s-fb5ee97d-50c2-4cac-933c-7eb51ceba1f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb5ee97d-50c2-4cac-933c-7eb51ceba1f3 .shg-image-zoom,
.shg-c#s-fb5ee97d-50c2-4cac-933c-7eb51ceba1f3 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-fb5ee97d-50c2-4cac-933c-7eb51ceba1f3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fb5ee97d-50c2-4cac-933c-7eb51ceba1f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb5ee97d-50c2-4cac-933c-7eb51ceba1f3 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fb5ee97d-50c2-4cac-933c-7eb51ceba1f3 img.shogun-image,
.shg-c#s-fb5ee97d-50c2-4cac-933c-7eb51ceba1f3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fb5ee97d-50c2-4cac-933c-7eb51ceba1f3 .shg-image-zoom,
.shg-c#s-fb5ee97d-50c2-4cac-933c-7eb51ceba1f3 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fb5ee97d-50c2-4cac-933c-7eb51ceba1f3 {
  max-width:  100%;
}

.shg-c#s-fb5ee97d-50c2-4cac-933c-7eb51ceba1f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb5ee97d-50c2-4cac-933c-7eb51ceba1f3 .shg-image-zoom,
.shg-c#s-fb5ee97d-50c2-4cac-933c-7eb51ceba1f3 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-fb5ee97d-50c2-4cac-933c-7eb51ceba1f3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fb5ee97d-50c2-4cac-933c-7eb51ceba1f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb5ee97d-50c2-4cac-933c-7eb51ceba1f3 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fb5ee97d-50c2-4cac-933c-7eb51ceba1f3 img.shogun-image,
.shg-c#s-fb5ee97d-50c2-4cac-933c-7eb51ceba1f3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fb5ee97d-50c2-4cac-933c-7eb51ceba1f3 .shg-image-zoom,
.shg-c#s-fb5ee97d-50c2-4cac-933c-7eb51ceba1f3 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-fb5ee97d-50c2-4cac-933c-7eb51ceba1f3 {
  max-width:  100%;
}

.shg-c#s-fb5ee97d-50c2-4cac-933c-7eb51ceba1f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb5ee97d-50c2-4cac-933c-7eb51ceba1f3 .shg-image-zoom,
.shg-c#s-fb5ee97d-50c2-4cac-933c-7eb51ceba1f3 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-fb5ee97d-50c2-4cac-933c-7eb51ceba1f3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fb5ee97d-50c2-4cac-933c-7eb51ceba1f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fb5ee97d-50c2-4cac-933c-7eb51ceba1f3 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fb5ee97d-50c2-4cac-933c-7eb51ceba1f3 img.shogun-image,
.shg-c#s-fb5ee97d-50c2-4cac-933c-7eb51ceba1f3 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fb5ee97d-50c2-4cac-933c-7eb51ceba1f3 .shg-image-zoom,
.shg-c#s-fb5ee97d-50c2-4cac-933c-7eb51ceba1f3 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-68e0603c-ccca-40ac-817a-b0f05e0511a5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-68e0603c-ccca-40ac-817a-b0f05e0511a5 .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-5762d1ab-07e5-4c9a-bf7f-7521136e65e7 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-5762d1ab-07e5-4c9a-bf7f-7521136e65e7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-5762d1ab-07e5-4c9a-bf7f-7521136e65e7 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-5762d1ab-07e5-4c9a-bf7f-7521136e65e7 .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-776e7f05-d899-4c57-bdb1-9a4077d655da {
  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-776e7f05-d899-4c57-bdb1-9a4077d655da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-776e7f05-d899-4c57-bdb1-9a4077d655da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-774097e0-fb99-409c-a350-c8b9cd978998 {
  margin-left: auto;
margin-right: auto;
}

#s-56cdf43c-f88a-4c0e-9787-0c5f6fc8471d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-56cdf43c-f88a-4c0e-9787-0c5f6fc8471d {
  max-width:  100%;
}

.shg-c#s-56cdf43c-f88a-4c0e-9787-0c5f6fc8471d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56cdf43c-f88a-4c0e-9787-0c5f6fc8471d .shg-image-zoom,
.shg-c#s-56cdf43c-f88a-4c0e-9787-0c5f6fc8471d img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-56cdf43c-f88a-4c0e-9787-0c5f6fc8471d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-56cdf43c-f88a-4c0e-9787-0c5f6fc8471d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-56cdf43c-f88a-4c0e-9787-0c5f6fc8471d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-56cdf43c-f88a-4c0e-9787-0c5f6fc8471d img.shogun-image,
.shg-c#s-56cdf43c-f88a-4c0e-9787-0c5f6fc8471d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-56cdf43c-f88a-4c0e-9787-0c5f6fc8471d .shg-image-zoom,
.shg-c#s-56cdf43c-f88a-4c0e-9787-0c5f6fc8471d img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-56cdf43c-f88a-4c0e-9787-0c5f6fc8471d {
  max-width:  100%;
}

.shg-c#s-56cdf43c-f88a-4c0e-9787-0c5f6fc8471d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56cdf43c-f88a-4c0e-9787-0c5f6fc8471d .shg-image-zoom,
.shg-c#s-56cdf43c-f88a-4c0e-9787-0c5f6fc8471d img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-56cdf43c-f88a-4c0e-9787-0c5f6fc8471d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-56cdf43c-f88a-4c0e-9787-0c5f6fc8471d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-56cdf43c-f88a-4c0e-9787-0c5f6fc8471d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-56cdf43c-f88a-4c0e-9787-0c5f6fc8471d img.shogun-image,
.shg-c#s-56cdf43c-f88a-4c0e-9787-0c5f6fc8471d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-56cdf43c-f88a-4c0e-9787-0c5f6fc8471d .shg-image-zoom,
.shg-c#s-56cdf43c-f88a-4c0e-9787-0c5f6fc8471d img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-56cdf43c-f88a-4c0e-9787-0c5f6fc8471d {
  max-width:  100%;
}

.shg-c#s-56cdf43c-f88a-4c0e-9787-0c5f6fc8471d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56cdf43c-f88a-4c0e-9787-0c5f6fc8471d .shg-image-zoom,
.shg-c#s-56cdf43c-f88a-4c0e-9787-0c5f6fc8471d img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-56cdf43c-f88a-4c0e-9787-0c5f6fc8471d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-56cdf43c-f88a-4c0e-9787-0c5f6fc8471d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-56cdf43c-f88a-4c0e-9787-0c5f6fc8471d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-56cdf43c-f88a-4c0e-9787-0c5f6fc8471d img.shogun-image,
.shg-c#s-56cdf43c-f88a-4c0e-9787-0c5f6fc8471d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-56cdf43c-f88a-4c0e-9787-0c5f6fc8471d .shg-image-zoom,
.shg-c#s-56cdf43c-f88a-4c0e-9787-0c5f6fc8471d img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-56cdf43c-f88a-4c0e-9787-0c5f6fc8471d {
  max-width:  100%;
}

.shg-c#s-56cdf43c-f88a-4c0e-9787-0c5f6fc8471d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56cdf43c-f88a-4c0e-9787-0c5f6fc8471d .shg-image-zoom,
.shg-c#s-56cdf43c-f88a-4c0e-9787-0c5f6fc8471d img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-56cdf43c-f88a-4c0e-9787-0c5f6fc8471d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-56cdf43c-f88a-4c0e-9787-0c5f6fc8471d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-56cdf43c-f88a-4c0e-9787-0c5f6fc8471d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-56cdf43c-f88a-4c0e-9787-0c5f6fc8471d img.shogun-image,
.shg-c#s-56cdf43c-f88a-4c0e-9787-0c5f6fc8471d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-56cdf43c-f88a-4c0e-9787-0c5f6fc8471d .shg-image-zoom,
.shg-c#s-56cdf43c-f88a-4c0e-9787-0c5f6fc8471d img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-56cdf43c-f88a-4c0e-9787-0c5f6fc8471d {
  max-width:  100%;
}

.shg-c#s-56cdf43c-f88a-4c0e-9787-0c5f6fc8471d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-56cdf43c-f88a-4c0e-9787-0c5f6fc8471d .shg-image-zoom,
.shg-c#s-56cdf43c-f88a-4c0e-9787-0c5f6fc8471d img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-56cdf43c-f88a-4c0e-9787-0c5f6fc8471d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-56cdf43c-f88a-4c0e-9787-0c5f6fc8471d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-56cdf43c-f88a-4c0e-9787-0c5f6fc8471d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-56cdf43c-f88a-4c0e-9787-0c5f6fc8471d img.shogun-image,
.shg-c#s-56cdf43c-f88a-4c0e-9787-0c5f6fc8471d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-56cdf43c-f88a-4c0e-9787-0c5f6fc8471d .shg-image-zoom,
.shg-c#s-56cdf43c-f88a-4c0e-9787-0c5f6fc8471d img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3c629718-5c4f-436a-9f78-9b81526260a3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3c629718-5c4f-436a-9f78-9b81526260a3 .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-5299e1ad-0ed6-4d97-94a7-f9a40bf5c6aa {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-5299e1ad-0ed6-4d97-94a7-f9a40bf5c6aa .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-5299e1ad-0ed6-4d97-94a7-f9a40bf5c6aa .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-5299e1ad-0ed6-4d97-94a7-f9a40bf5c6aa .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-b6dbe01c-8598-4bbe-a55e-777ff1bda65b {
  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-b6dbe01c-8598-4bbe-a55e-777ff1bda65b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b6dbe01c-8598-4bbe-a55e-777ff1bda65b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e186dc9e-dddc-4a2d-89b3-5d97f538fb10 {
  margin-left: auto;
margin-right: auto;
}

#s-8e6ffaac-c405-40ec-ad62-ee0775192843 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-8e6ffaac-c405-40ec-ad62-ee0775192843 {
  max-width:  100%;
}

.shg-c#s-8e6ffaac-c405-40ec-ad62-ee0775192843 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e6ffaac-c405-40ec-ad62-ee0775192843 .shg-image-zoom,
.shg-c#s-8e6ffaac-c405-40ec-ad62-ee0775192843 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-8e6ffaac-c405-40ec-ad62-ee0775192843 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8e6ffaac-c405-40ec-ad62-ee0775192843 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e6ffaac-c405-40ec-ad62-ee0775192843 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8e6ffaac-c405-40ec-ad62-ee0775192843 img.shogun-image,
.shg-c#s-8e6ffaac-c405-40ec-ad62-ee0775192843 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8e6ffaac-c405-40ec-ad62-ee0775192843 .shg-image-zoom,
.shg-c#s-8e6ffaac-c405-40ec-ad62-ee0775192843 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-8e6ffaac-c405-40ec-ad62-ee0775192843 {
  max-width:  100%;
}

.shg-c#s-8e6ffaac-c405-40ec-ad62-ee0775192843 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e6ffaac-c405-40ec-ad62-ee0775192843 .shg-image-zoom,
.shg-c#s-8e6ffaac-c405-40ec-ad62-ee0775192843 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-8e6ffaac-c405-40ec-ad62-ee0775192843 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8e6ffaac-c405-40ec-ad62-ee0775192843 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e6ffaac-c405-40ec-ad62-ee0775192843 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8e6ffaac-c405-40ec-ad62-ee0775192843 img.shogun-image,
.shg-c#s-8e6ffaac-c405-40ec-ad62-ee0775192843 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8e6ffaac-c405-40ec-ad62-ee0775192843 .shg-image-zoom,
.shg-c#s-8e6ffaac-c405-40ec-ad62-ee0775192843 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8e6ffaac-c405-40ec-ad62-ee0775192843 {
  max-width:  100%;
}

.shg-c#s-8e6ffaac-c405-40ec-ad62-ee0775192843 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e6ffaac-c405-40ec-ad62-ee0775192843 .shg-image-zoom,
.shg-c#s-8e6ffaac-c405-40ec-ad62-ee0775192843 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-8e6ffaac-c405-40ec-ad62-ee0775192843 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8e6ffaac-c405-40ec-ad62-ee0775192843 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e6ffaac-c405-40ec-ad62-ee0775192843 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8e6ffaac-c405-40ec-ad62-ee0775192843 img.shogun-image,
.shg-c#s-8e6ffaac-c405-40ec-ad62-ee0775192843 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8e6ffaac-c405-40ec-ad62-ee0775192843 .shg-image-zoom,
.shg-c#s-8e6ffaac-c405-40ec-ad62-ee0775192843 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8e6ffaac-c405-40ec-ad62-ee0775192843 {
  max-width:  100%;
}

.shg-c#s-8e6ffaac-c405-40ec-ad62-ee0775192843 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e6ffaac-c405-40ec-ad62-ee0775192843 .shg-image-zoom,
.shg-c#s-8e6ffaac-c405-40ec-ad62-ee0775192843 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-8e6ffaac-c405-40ec-ad62-ee0775192843 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8e6ffaac-c405-40ec-ad62-ee0775192843 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e6ffaac-c405-40ec-ad62-ee0775192843 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8e6ffaac-c405-40ec-ad62-ee0775192843 img.shogun-image,
.shg-c#s-8e6ffaac-c405-40ec-ad62-ee0775192843 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8e6ffaac-c405-40ec-ad62-ee0775192843 .shg-image-zoom,
.shg-c#s-8e6ffaac-c405-40ec-ad62-ee0775192843 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-8e6ffaac-c405-40ec-ad62-ee0775192843 {
  max-width:  100%;
}

.shg-c#s-8e6ffaac-c405-40ec-ad62-ee0775192843 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e6ffaac-c405-40ec-ad62-ee0775192843 .shg-image-zoom,
.shg-c#s-8e6ffaac-c405-40ec-ad62-ee0775192843 img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-8e6ffaac-c405-40ec-ad62-ee0775192843 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8e6ffaac-c405-40ec-ad62-ee0775192843 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e6ffaac-c405-40ec-ad62-ee0775192843 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8e6ffaac-c405-40ec-ad62-ee0775192843 img.shogun-image,
.shg-c#s-8e6ffaac-c405-40ec-ad62-ee0775192843 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8e6ffaac-c405-40ec-ad62-ee0775192843 .shg-image-zoom,
.shg-c#s-8e6ffaac-c405-40ec-ad62-ee0775192843 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d46ea22d-f858-45bb-85cf-93d7fba30914 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d46ea22d-f858-45bb-85cf-93d7fba30914 .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-03a83b30-f158-4e74-9599-9c6af68b75fe {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-03a83b30-f158-4e74-9599-9c6af68b75fe .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-03a83b30-f158-4e74-9599-9c6af68b75fe .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-03a83b30-f158-4e74-9599-9c6af68b75fe .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-59cc3352-b1d2-43ab-a465-b7c30ee3a5af {
  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-59cc3352-b1d2-43ab-a465-b7c30ee3a5af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-59cc3352-b1d2-43ab-a465-b7c30ee3a5af.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-94f82859-079f-4b09-9024-01b4c4261614 {
  margin-left: auto;
margin-right: auto;
}

#s-fc6770c8-816a-4d0b-b808-698c1a84c28d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-fc6770c8-816a-4d0b-b808-698c1a84c28d {
  max-width:  100%;
}

.shg-c#s-fc6770c8-816a-4d0b-b808-698c1a84c28d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fc6770c8-816a-4d0b-b808-698c1a84c28d .shg-image-zoom,
.shg-c#s-fc6770c8-816a-4d0b-b808-698c1a84c28d img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-fc6770c8-816a-4d0b-b808-698c1a84c28d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fc6770c8-816a-4d0b-b808-698c1a84c28d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fc6770c8-816a-4d0b-b808-698c1a84c28d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fc6770c8-816a-4d0b-b808-698c1a84c28d img.shogun-image,
.shg-c#s-fc6770c8-816a-4d0b-b808-698c1a84c28d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fc6770c8-816a-4d0b-b808-698c1a84c28d .shg-image-zoom,
.shg-c#s-fc6770c8-816a-4d0b-b808-698c1a84c28d img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-fc6770c8-816a-4d0b-b808-698c1a84c28d {
  max-width:  100%;
}

.shg-c#s-fc6770c8-816a-4d0b-b808-698c1a84c28d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fc6770c8-816a-4d0b-b808-698c1a84c28d .shg-image-zoom,
.shg-c#s-fc6770c8-816a-4d0b-b808-698c1a84c28d img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-fc6770c8-816a-4d0b-b808-698c1a84c28d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fc6770c8-816a-4d0b-b808-698c1a84c28d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fc6770c8-816a-4d0b-b808-698c1a84c28d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fc6770c8-816a-4d0b-b808-698c1a84c28d img.shogun-image,
.shg-c#s-fc6770c8-816a-4d0b-b808-698c1a84c28d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fc6770c8-816a-4d0b-b808-698c1a84c28d .shg-image-zoom,
.shg-c#s-fc6770c8-816a-4d0b-b808-698c1a84c28d img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fc6770c8-816a-4d0b-b808-698c1a84c28d {
  max-width:  100%;
}

.shg-c#s-fc6770c8-816a-4d0b-b808-698c1a84c28d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fc6770c8-816a-4d0b-b808-698c1a84c28d .shg-image-zoom,
.shg-c#s-fc6770c8-816a-4d0b-b808-698c1a84c28d img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-fc6770c8-816a-4d0b-b808-698c1a84c28d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fc6770c8-816a-4d0b-b808-698c1a84c28d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fc6770c8-816a-4d0b-b808-698c1a84c28d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fc6770c8-816a-4d0b-b808-698c1a84c28d img.shogun-image,
.shg-c#s-fc6770c8-816a-4d0b-b808-698c1a84c28d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fc6770c8-816a-4d0b-b808-698c1a84c28d .shg-image-zoom,
.shg-c#s-fc6770c8-816a-4d0b-b808-698c1a84c28d img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fc6770c8-816a-4d0b-b808-698c1a84c28d {
  max-width:  100%;
}

.shg-c#s-fc6770c8-816a-4d0b-b808-698c1a84c28d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fc6770c8-816a-4d0b-b808-698c1a84c28d .shg-image-zoom,
.shg-c#s-fc6770c8-816a-4d0b-b808-698c1a84c28d img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-fc6770c8-816a-4d0b-b808-698c1a84c28d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fc6770c8-816a-4d0b-b808-698c1a84c28d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fc6770c8-816a-4d0b-b808-698c1a84c28d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fc6770c8-816a-4d0b-b808-698c1a84c28d img.shogun-image,
.shg-c#s-fc6770c8-816a-4d0b-b808-698c1a84c28d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fc6770c8-816a-4d0b-b808-698c1a84c28d .shg-image-zoom,
.shg-c#s-fc6770c8-816a-4d0b-b808-698c1a84c28d img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-fc6770c8-816a-4d0b-b808-698c1a84c28d {
  max-width:  100%;
}

.shg-c#s-fc6770c8-816a-4d0b-b808-698c1a84c28d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fc6770c8-816a-4d0b-b808-698c1a84c28d .shg-image-zoom,
.shg-c#s-fc6770c8-816a-4d0b-b808-698c1a84c28d img.shogun-image {
  max-width: 3000px !important;
  
}

.shg-c#s-fc6770c8-816a-4d0b-b808-698c1a84c28d .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fc6770c8-816a-4d0b-b808-698c1a84c28d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fc6770c8-816a-4d0b-b808-698c1a84c28d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fc6770c8-816a-4d0b-b808-698c1a84c28d img.shogun-image,
.shg-c#s-fc6770c8-816a-4d0b-b808-698c1a84c28d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fc6770c8-816a-4d0b-b808-698c1a84c28d .shg-image-zoom,
.shg-c#s-fc6770c8-816a-4d0b-b808-698c1a84c28d img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f6466151-1d6e-4a0d-b9d2-00980e312ab3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f6466151-1d6e-4a0d-b9d2-00980e312ab3 .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-d8cb0fc1-9e56-43f9-b53f-a75a8cb6f626 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-d8cb0fc1-9e56-43f9-b53f-a75a8cb6f626 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-d8cb0fc1-9e56-43f9-b53f-a75a8cb6f626 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-d8cb0fc1-9e56-43f9-b53f-a75a8cb6f626 .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-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-6dbeb45c-4c67-40e7-ac38-aa83ef4556b5 {
  box-shadow:0px 3px 5px 3px rgba(40, 40, 40, 0.25);
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);
}
@media (max-width: 767px){#s-6dbeb45c-4c67-40e7-ac38-aa83ef4556b5 {
  display: none;
}
#s-6dbeb45c-4c67-40e7-ac38-aa83ef4556b5, #wrap-s-6dbeb45c-4c67-40e7-ac38-aa83ef4556b5, #wrap-content-s-6dbeb45c-4c67-40e7-ac38-aa83ef4556b5 { display: none !important; }}







#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-7b734c39-ce1f-4852-b1a9-4b6c02088327 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-7b734c39-ce1f-4852-b1a9-4b6c02088327 {
  margin-left: 2%;
display: none;
}
#s-7b734c39-ce1f-4852-b1a9-4b6c02088327, #wrap-s-7b734c39-ce1f-4852-b1a9-4b6c02088327, #wrap-content-s-7b734c39-ce1f-4852-b1a9-4b6c02088327 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7b734c39-ce1f-4852-b1a9-4b6c02088327 {
  margin-left: 2%;
margin-right: 2%;
display: none;
}
#s-7b734c39-ce1f-4852-b1a9-4b6c02088327, #wrap-s-7b734c39-ce1f-4852-b1a9-4b6c02088327, #wrap-content-s-7b734c39-ce1f-4852-b1a9-4b6c02088327 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7b734c39-ce1f-4852-b1a9-4b6c02088327 {
  margin-left: 2%;
margin-right: 2%;
display: none;
}
#s-7b734c39-ce1f-4852-b1a9-4b6c02088327, #wrap-s-7b734c39-ce1f-4852-b1a9-4b6c02088327, #wrap-content-s-7b734c39-ce1f-4852-b1a9-4b6c02088327 { display: none !important; }}@media (max-width: 767px){#s-7b734c39-ce1f-4852-b1a9-4b6c02088327 {
  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%;
}
}@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: 2614px;
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;

}






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


@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 */
  
  
  
  
  
  
  

}






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


}@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 */
  
  
  
  
  
  
  

}






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


}@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 */
  
  
  
  
  
  
  

}






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


}@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 */
  
  
  
  
  
  
  

}






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


}
#s-88b3a67a-72b4-4178-92fc-2ab5f95e694c {
  margin-left: auto;
margin-right: auto;
max-width: 2614px;
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;

}






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


@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 */
  
  
  
  
  
  
  

}






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


}@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 */
  
  
  
  
  
  
  

}






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


}@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 */
  
  
  
  
  
  
  

}






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


}@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 */
  
  
  
  
  
  
  

}






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


}
#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: 2160px;
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;

}






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


@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 */
  
  
  
  
  
  
  

}






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


}@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 */
  
  
  
  
  
  
  

}






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


}@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 */
  
  
  
  
  
  
  

}






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


}@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 */
  
  
  
  
  
  
  

}






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


}
#s-839c1217-99a3-41a3-a735-a9838d817202 {
  margin-left: auto;
margin-right: auto;
max-width: 480px;
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;

}






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


@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 */
  
  
  
  
  
  
  

}






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


}@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 */
  
  
  
  
  
  
  

}






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


}@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 */
  
  
  
  
  
  
  

}






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


}@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 */
  
  
  
  
  
  
  

}






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


}
#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}