<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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 &gt; .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 &gt; .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 &gt; * {
  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 &gt; 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 { 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 { 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 { 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"] &gt; .shg-row &gt; .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

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

}

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

}

@media (min-width: 1200px) {
[id="s-a6458229-bce2-4ccc-81bd-c95560bc7dee"] &gt; .shg-row &gt; .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 { 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 { 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 { 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: 20px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-85d2d49d-c046-46f2-8a5c-15602ff57962 {
  margin-top: 5px;
margin-left: 20%;
margin-bottom: 5px;
margin-right: 20%;
padding-top: 5px;
padding-bottom: 5px;
background-color: rgba(40, 40, 40, 1);
}
@media (min-width: 1200px){#s-85d2d49d-c046-46f2-8a5c-15602ff57962 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-85d2d49d-c046-46f2-8a5c-15602ff57962 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-85d2d49d-c046-46f2-8a5c-15602ff57962 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-85d2d49d-c046-46f2-8a5c-15602ff57962 {
  margin-left: 0%;
margin-right: 0%;
display: none;
}
#s-85d2d49d-c046-46f2-8a5c-15602ff57962, #wrap-s-85d2d49d-c046-46f2-8a5c-15602ff57962 { display: none !important; }}
@media (min-width: 0px) {
[id="s-85d2d49d-c046-46f2-8a5c-15602ff57962"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

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

}

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

}

@media (min-width: 1200px) {
[id="s-85d2d49d-c046-46f2-8a5c-15602ff57962"] &gt; .shg-row &gt; .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 ;
}
}
.shg-align-container {
  box-sizing: border-box;
}

.shg-inner-inline-image {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 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-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
  height: inherit;
  position: relative;
}

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

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

.shogun-image-content {
  display: flex;
  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&gt;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&gt;div {
  width: 100%;
}

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

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

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

.shg-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}
#s-efe862e7-c402-4403-aadb-f66cdac548db {
  margin-left: auto;
margin-right: auto;
max-width: 3902px;
text-align: center;
}

.shg-image-margin-container-s-efe862e7-c402-4403-aadb-f66cdac548db {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-efe862e7-c402-4403-aadb-f66cdac548db {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-efe862e7-c402-4403-aadb-f66cdac548db img.shogun-image {
  height: 100%;
  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-efe862e7-c402-4403-aadb-f66cdac548db .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-efe862e7-c402-4403-aadb-f66cdac548db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-efe862e7-c402-4403-aadb-f66cdac548db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-efe862e7-c402-4403-aadb-f66cdac548db.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){.shg-image-margin-container-s-efe862e7-c402-4403-aadb-f66cdac548db {
  
  
  
  
}

#s-efe862e7-c402-4403-aadb-f66cdac548db {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-efe862e7-c402-4403-aadb-f66cdac548db img.shogun-image {
  height: 100%;
  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-efe862e7-c402-4403-aadb-f66cdac548db .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-efe862e7-c402-4403-aadb-f66cdac548db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-efe862e7-c402-4403-aadb-f66cdac548db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-efe862e7-c402-4403-aadb-f66cdac548db.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){.shg-image-margin-container-s-efe862e7-c402-4403-aadb-f66cdac548db {
  
  
  
  
}

#s-efe862e7-c402-4403-aadb-f66cdac548db {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-efe862e7-c402-4403-aadb-f66cdac548db img.shogun-image {
  height: 100%;
  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-efe862e7-c402-4403-aadb-f66cdac548db .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-efe862e7-c402-4403-aadb-f66cdac548db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-efe862e7-c402-4403-aadb-f66cdac548db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-efe862e7-c402-4403-aadb-f66cdac548db.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){.shg-image-margin-container-s-efe862e7-c402-4403-aadb-f66cdac548db {
  
  
  
  
}

#s-efe862e7-c402-4403-aadb-f66cdac548db {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-efe862e7-c402-4403-aadb-f66cdac548db img.shogun-image {
  height: 100%;
  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-efe862e7-c402-4403-aadb-f66cdac548db .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-efe862e7-c402-4403-aadb-f66cdac548db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-efe862e7-c402-4403-aadb-f66cdac548db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-efe862e7-c402-4403-aadb-f66cdac548db.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){.shg-image-margin-container-s-efe862e7-c402-4403-aadb-f66cdac548db {
  
  
  
  
}

#s-efe862e7-c402-4403-aadb-f66cdac548db {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#s-efe862e7-c402-4403-aadb-f66cdac548db img.shogun-image {
  height: 100%;
  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-efe862e7-c402-4403-aadb-f66cdac548db .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-efe862e7-c402-4403-aadb-f66cdac548db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-efe862e7-c402-4403-aadb-f66cdac548db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-efe862e7-c402-4403-aadb-f66cdac548db.shogun-image {
  box-sizing: border-box;
}




}
#s-a3f0b5bd-a2ff-40dd-b57c-43b6bbae0e8a {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-a3f0b5bd-a2ff-40dd-b57c-43b6bbae0e8a"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3f0b5bd-a2ff-40dd-b57c-43b6bbae0e8a"] &gt; .shg-row &gt; .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a3f0b5bd-a2ff-40dd-b57c-43b6bbae0e8a"] &gt; .shg-row &gt; .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a3f0b5bd-a2ff-40dd-b57c-43b6bbae0e8a"] &gt; .shg-row &gt; .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a3f0b5bd-a2ff-40dd-b57c-43b6bbae0e8a"] &gt; .shg-row &gt; .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3f0b5bd-a2ff-40dd-b57c-43b6bbae0e8a"] &gt; .shg-row &gt; .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a3f0b5bd-a2ff-40dd-b57c-43b6bbae0e8a"] &gt; .shg-row &gt; .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

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

.shg-image-content-wrapper {
  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;
  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;
  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&gt;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&gt;div {
  width: 100%;
}

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 10px;
max-width: 3000px;
aspect-ratio: 3000/960;
text-align: center;
}



.shg-image-margin-container-s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

#s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



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


.s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 .shogun-image-content {
  
    align-items: 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;
}



  @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){

.shg-image-margin-container-s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 {
  
  
  
  
}

#s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



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


.s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 .shogun-image-content {
  
    align-items: 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;
}



  @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){

.shg-image-margin-container-s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 {
  
  
  
  
}

#s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



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


.s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 .shogun-image-content {
  
    align-items: 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;
}



  @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){

.shg-image-margin-container-s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 {
  
  
  
  
}

#s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



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


.s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 .shogun-image-content {
  
    align-items: 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;
}



  @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){

.shg-image-margin-container-s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 {
  
  
  
  
}

#s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



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


.s-1b86c4af-7007-46e3-b83b-3b9d16e85be4 .shogun-image-content {
  
    align-items: 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;
}



  @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-454dfd31-bae4-480c-a757-70fdce90bd1f {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-454dfd31-bae4-480c-a757-70fdce90bd1f"] &gt; .shg-row &gt; .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-454dfd31-bae4-480c-a757-70fdce90bd1f"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-454dfd31-bae4-480c-a757-70fdce90bd1f"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-454dfd31-bae4-480c-a757-70fdce90bd1f"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-5386a319-c7de-458c-9c36-7eaa4c91e2fb {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 10px;
max-width: 3000px;
aspect-ratio: 3000/960;
text-align: center;
}



.shg-image-margin-container-s-5386a319-c7de-458c-9c36-7eaa4c91e2fb {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

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



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

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

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

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

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



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


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

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

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

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


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

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

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



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

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

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

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

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

@media (min-width: 1200px){

.shg-image-margin-container-s-5386a319-c7de-458c-9c36-7eaa4c91e2fb {
  
  
  
  
}

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



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

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

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

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

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



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


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

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

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

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


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

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

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



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

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

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

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

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

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

.shg-image-margin-container-s-5386a319-c7de-458c-9c36-7eaa4c91e2fb {
  
  
  
  
}

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



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

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

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

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

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



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


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

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

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

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


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

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

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



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

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

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

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

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

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

.shg-image-margin-container-s-5386a319-c7de-458c-9c36-7eaa4c91e2fb {
  
  
  
  
}

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



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

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

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

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

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



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


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

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

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

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


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

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

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



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

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

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

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

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

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

.shg-image-margin-container-s-5386a319-c7de-458c-9c36-7eaa4c91e2fb {
  
  
  
  
}

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



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

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

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

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

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



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


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

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

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

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


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

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

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



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

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

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

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

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

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



.shg-image-margin-container-s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

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



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

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

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

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

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



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


.s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 .shogun-image-content {
  
    align-items: 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;
}



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

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

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

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

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

@media (min-width: 1200px){

.shg-image-margin-container-s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 {
  
  
  
  
}

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



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

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

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

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

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



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


.s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 .shogun-image-content {
  
    align-items: 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;
}



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

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

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

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

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

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

.shg-image-margin-container-s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 {
  
  
  
  
}

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



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

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

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

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

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



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


.s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 .shogun-image-content {
  
    align-items: 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;
}



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

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

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

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

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

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

.shg-image-margin-container-s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 {
  
  
  
  
}

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



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

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

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

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

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



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


.s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 .shogun-image-content {
  
    align-items: 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;
}



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

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

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

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

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

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

.shg-image-margin-container-s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 {
  
  
  
  
}

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



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

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

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

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

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



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


.s-ca771854-4cb9-4e27-9ed3-a5883f0d4426 .shogun-image-content {
  
    align-items: 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;
}



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

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

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

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

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

}
#s-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 { display: none !important; }}







#s-4fb6c23e-1e27-4077-a547-36dc7e88693d &gt; .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;
  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 &gt; 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 &gt; 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 { display: none !important; }}






  #s-bfe4d555-b466-4981-bd8e-a39a758c0b4e img.shogun-image {
    

    
    
    
  }


#s-bfe4d555-b466-4981-bd8e-a39a758c0b4e .shogun-image-content {
  
    align-items: 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 { display: none !important; }}
@media (min-width: 0px) {
[id="s-59c95ef8-bbf2-40d7-9b1c-dc7ad7757069"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-59c95ef8-bbf2-40d7-9b1c-dc7ad7757069"] &gt; .shg-row &gt; .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-59c95ef8-bbf2-40d7-9b1c-dc7ad7757069"] &gt; .shg-row &gt; .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-59c95ef8-bbf2-40d7-9b1c-dc7ad7757069"] &gt; .shg-row &gt; .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-59c95ef8-bbf2-40d7-9b1c-dc7ad7757069"] &gt; .shg-row &gt; .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-59c95ef8-bbf2-40d7-9b1c-dc7ad7757069"] &gt; .shg-row &gt; .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-59c95ef8-bbf2-40d7-9b1c-dc7ad7757069"] &gt; .shg-row &gt; .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 { display: none !important; }}
#s-eb2c0c53-e960-4e2f-9135-783ec42cff36 hr {
  border-top: 4px solid rgba(165, 0, 0, 1);
}

#s-d6e502f9-0720-4172-8546-df30715843d2 {
  box-shadow:0px 4px 6px 1px rgba(40, 40, 40, 0.28);
margin-top: auto;
margin-bottom: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(165, 0, 0, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d6e502f9-0720-4172-8546-df30715843d2:hover {background-color: rgba(242, 242, 242, 1) !important;
text-decoration: none !important;
color: rgba(40, 40, 40, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d6e502f9-0720-4172-8546-df30715843d2:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-d6e502f9-0720-4172-8546-df30715843d2 {
  text-align: center;
}
}@media (max-width: 767px){#s-d6e502f9-0720-4172-8546-df30715843d2 {
  padding-top: 0px;
padding-bottom: 0px;
}
}

  #s-d6e502f9-0720-4172-8546-df30715843d2-root {
    text-align: center;
  }


#s-d6e502f9-0720-4172-8546-df30715843d2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d6e502f9-0720-4172-8546-df30715843d2-root {
    text-align: center;
  }


#s-d6e502f9-0720-4172-8546-df30715843d2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d6e502f9-0720-4172-8546-df30715843d2-root {
    text-align: center;
  }


#s-d6e502f9-0720-4172-8546-df30715843d2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d6e502f9-0720-4172-8546-df30715843d2-root {
    text-align: center;
  }


#s-d6e502f9-0720-4172-8546-df30715843d2.shg-btn {
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d6e502f9-0720-4172-8546-df30715843d2-root {
    text-align: center;
  }


#s-d6e502f9-0720-4172-8546-df30715843d2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
@media (max-width: 767px){#s-8a1a482a-b477-4e70-ad9b-77cc649b6711 {
  display: none;
}
#s-8a1a482a-b477-4e70-ad9b-77cc649b6711, #wrap-s-8a1a482a-b477-4e70-ad9b-77cc649b6711 { display: none !important; }}
#s-8a1a482a-b477-4e70-ad9b-77cc649b6711 hr {
  border-top: 4px solid rgba(165, 0, 0, 1);
}

#s-cce444a5-d219-4519-acfd-d2e5e36b25bc {
  margin-left: 2%;
margin-right: 2%;
}
@media (min-width: 1200px){#s-cce444a5-d219-4519-acfd-d2e5e36b25bc {
  margin-left: 5%;
margin-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cce444a5-d219-4519-acfd-d2e5e36b25bc {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-cce444a5-d219-4519-acfd-d2e5e36b25bc"] &gt; .shg-row &gt; .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-cce444a5-d219-4519-acfd-d2e5e36b25bc"] &gt; .shg-row &gt; .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-cce444a5-d219-4519-acfd-d2e5e36b25bc"] &gt; .shg-row &gt; .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-cce444a5-d219-4519-acfd-d2e5e36b25bc"] &gt; .shg-row &gt; .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;
}



.shg-image-margin-container-s-59ef0b70-3619-4beb-8caa-322a2e725fb1 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-59ef0b70-3619-4beb-8caa-322a2e725fb1 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-59ef0b70-3619-4beb-8caa-322a2e725fb1.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-59ef0b70-3619-4beb-8caa-322a2e725fb1 .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-59ef0b70-3619-4beb-8caa-322a2e725fb1 {
  
  
  
  
}

#s-59ef0b70-3619-4beb-8caa-322a2e725fb1 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-59ef0b70-3619-4beb-8caa-322a2e725fb1.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-59ef0b70-3619-4beb-8caa-322a2e725fb1 .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-59ef0b70-3619-4beb-8caa-322a2e725fb1 {
  
  
  
  
}

#s-59ef0b70-3619-4beb-8caa-322a2e725fb1 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-59ef0b70-3619-4beb-8caa-322a2e725fb1.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-59ef0b70-3619-4beb-8caa-322a2e725fb1 .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-59ef0b70-3619-4beb-8caa-322a2e725fb1 {
  
  
  
  
}

#s-59ef0b70-3619-4beb-8caa-322a2e725fb1 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-59ef0b70-3619-4beb-8caa-322a2e725fb1.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-59ef0b70-3619-4beb-8caa-322a2e725fb1 .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-59ef0b70-3619-4beb-8caa-322a2e725fb1 {
  
  
  
  
}

#s-59ef0b70-3619-4beb-8caa-322a2e725fb1 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-59ef0b70-3619-4beb-8caa-322a2e725fb1.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-59ef0b70-3619-4beb-8caa-322a2e725fb1 .shogun-image-content {
  
    align-items: 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;
}




  @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;
}



.shg-image-margin-container-s-236409eb-6b85-4b28-94b2-f6ba54d03db7 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-236409eb-6b85-4b28-94b2-f6ba54d03db7 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-236409eb-6b85-4b28-94b2-f6ba54d03db7.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-236409eb-6b85-4b28-94b2-f6ba54d03db7 .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-236409eb-6b85-4b28-94b2-f6ba54d03db7 {
  
  
  
  
}

#s-236409eb-6b85-4b28-94b2-f6ba54d03db7 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-236409eb-6b85-4b28-94b2-f6ba54d03db7.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-236409eb-6b85-4b28-94b2-f6ba54d03db7 .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-236409eb-6b85-4b28-94b2-f6ba54d03db7 {
  
  
  
  
}

#s-236409eb-6b85-4b28-94b2-f6ba54d03db7 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-236409eb-6b85-4b28-94b2-f6ba54d03db7.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-236409eb-6b85-4b28-94b2-f6ba54d03db7 .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-236409eb-6b85-4b28-94b2-f6ba54d03db7 {
  
  
  
  
}

#s-236409eb-6b85-4b28-94b2-f6ba54d03db7 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-236409eb-6b85-4b28-94b2-f6ba54d03db7.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-236409eb-6b85-4b28-94b2-f6ba54d03db7 .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-236409eb-6b85-4b28-94b2-f6ba54d03db7 {
  
  
  
  
}

#s-236409eb-6b85-4b28-94b2-f6ba54d03db7 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-236409eb-6b85-4b28-94b2-f6ba54d03db7.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-236409eb-6b85-4b28-94b2-f6ba54d03db7 .shogun-image-content {
  
    align-items: 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;
}




  @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-499d201f-fa8e-40da-bea7-c6e8b39520e9 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
aspect-ratio: 3000/2576;
text-align: center;
}



.shg-image-margin-container-s-499d201f-fa8e-40da-bea7-c6e8b39520e9 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-499d201f-fa8e-40da-bea7-c6e8b39520e9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-499d201f-fa8e-40da-bea7-c6e8b39520e9 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-499d201f-fa8e-40da-bea7-c6e8b39520e9 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-499d201f-fa8e-40da-bea7-c6e8b39520e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-499d201f-fa8e-40da-bea7-c6e8b39520e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-499d201f-fa8e-40da-bea7-c6e8b39520e9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-499d201f-fa8e-40da-bea7-c6e8b39520e9.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-499d201f-fa8e-40da-bea7-c6e8b39520e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-499d201f-fa8e-40da-bea7-c6e8b39520e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-499d201f-fa8e-40da-bea7-c6e8b39520e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-499d201f-fa8e-40da-bea7-c6e8b39520e9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-499d201f-fa8e-40da-bea7-c6e8b39520e9 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-499d201f-fa8e-40da-bea7-c6e8b39520e9.shogun-image-container {
      position: relative;
    }

    .s-499d201f-fa8e-40da-bea7-c6e8b39520e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-499d201f-fa8e-40da-bea7-c6e8b39520e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-499d201f-fa8e-40da-bea7-c6e8b39520e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-499d201f-fa8e-40da-bea7-c6e8b39520e9 {
  
  
  
  
}

#s-499d201f-fa8e-40da-bea7-c6e8b39520e9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-499d201f-fa8e-40da-bea7-c6e8b39520e9 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-499d201f-fa8e-40da-bea7-c6e8b39520e9 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-499d201f-fa8e-40da-bea7-c6e8b39520e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-499d201f-fa8e-40da-bea7-c6e8b39520e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-499d201f-fa8e-40da-bea7-c6e8b39520e9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-499d201f-fa8e-40da-bea7-c6e8b39520e9.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-499d201f-fa8e-40da-bea7-c6e8b39520e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-499d201f-fa8e-40da-bea7-c6e8b39520e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-499d201f-fa8e-40da-bea7-c6e8b39520e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-499d201f-fa8e-40da-bea7-c6e8b39520e9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-499d201f-fa8e-40da-bea7-c6e8b39520e9 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-499d201f-fa8e-40da-bea7-c6e8b39520e9.shogun-image-container {
      position: relative;
    }

    .s-499d201f-fa8e-40da-bea7-c6e8b39520e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-499d201f-fa8e-40da-bea7-c6e8b39520e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-499d201f-fa8e-40da-bea7-c6e8b39520e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

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

.shg-image-margin-container-s-499d201f-fa8e-40da-bea7-c6e8b39520e9 {
  
  
  
  
}

#s-499d201f-fa8e-40da-bea7-c6e8b39520e9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-499d201f-fa8e-40da-bea7-c6e8b39520e9 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-499d201f-fa8e-40da-bea7-c6e8b39520e9 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-499d201f-fa8e-40da-bea7-c6e8b39520e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-499d201f-fa8e-40da-bea7-c6e8b39520e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-499d201f-fa8e-40da-bea7-c6e8b39520e9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-499d201f-fa8e-40da-bea7-c6e8b39520e9.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-499d201f-fa8e-40da-bea7-c6e8b39520e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-499d201f-fa8e-40da-bea7-c6e8b39520e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-499d201f-fa8e-40da-bea7-c6e8b39520e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-499d201f-fa8e-40da-bea7-c6e8b39520e9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-499d201f-fa8e-40da-bea7-c6e8b39520e9 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-499d201f-fa8e-40da-bea7-c6e8b39520e9.shogun-image-container {
      position: relative;
    }

    .s-499d201f-fa8e-40da-bea7-c6e8b39520e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-499d201f-fa8e-40da-bea7-c6e8b39520e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-499d201f-fa8e-40da-bea7-c6e8b39520e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

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

.shg-image-margin-container-s-499d201f-fa8e-40da-bea7-c6e8b39520e9 {
  
  
  
  
}

#s-499d201f-fa8e-40da-bea7-c6e8b39520e9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-499d201f-fa8e-40da-bea7-c6e8b39520e9 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-499d201f-fa8e-40da-bea7-c6e8b39520e9 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-499d201f-fa8e-40da-bea7-c6e8b39520e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-499d201f-fa8e-40da-bea7-c6e8b39520e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-499d201f-fa8e-40da-bea7-c6e8b39520e9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-499d201f-fa8e-40da-bea7-c6e8b39520e9.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-499d201f-fa8e-40da-bea7-c6e8b39520e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-499d201f-fa8e-40da-bea7-c6e8b39520e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-499d201f-fa8e-40da-bea7-c6e8b39520e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-499d201f-fa8e-40da-bea7-c6e8b39520e9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-499d201f-fa8e-40da-bea7-c6e8b39520e9 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-499d201f-fa8e-40da-bea7-c6e8b39520e9.shogun-image-container {
      position: relative;
    }

    .s-499d201f-fa8e-40da-bea7-c6e8b39520e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-499d201f-fa8e-40da-bea7-c6e8b39520e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-499d201f-fa8e-40da-bea7-c6e8b39520e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

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

.shg-image-margin-container-s-499d201f-fa8e-40da-bea7-c6e8b39520e9 {
  
  
  
  
}

#s-499d201f-fa8e-40da-bea7-c6e8b39520e9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-499d201f-fa8e-40da-bea7-c6e8b39520e9 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-499d201f-fa8e-40da-bea7-c6e8b39520e9 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-499d201f-fa8e-40da-bea7-c6e8b39520e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-499d201f-fa8e-40da-bea7-c6e8b39520e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-499d201f-fa8e-40da-bea7-c6e8b39520e9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-499d201f-fa8e-40da-bea7-c6e8b39520e9.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-499d201f-fa8e-40da-bea7-c6e8b39520e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-499d201f-fa8e-40da-bea7-c6e8b39520e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-499d201f-fa8e-40da-bea7-c6e8b39520e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-499d201f-fa8e-40da-bea7-c6e8b39520e9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-499d201f-fa8e-40da-bea7-c6e8b39520e9 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-499d201f-fa8e-40da-bea7-c6e8b39520e9.shogun-image-container {
      position: relative;
    }

    .s-499d201f-fa8e-40da-bea7-c6e8b39520e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-499d201f-fa8e-40da-bea7-c6e8b39520e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-499d201f-fa8e-40da-bea7-c6e8b39520e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-b15915f2-bb8a-4612-a5fd-c22a00baafdf {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
aspect-ratio: 1920/1649;
text-align: center;
}



.shg-image-margin-container-s-b15915f2-bb8a-4612-a5fd-c22a00baafdf {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-b15915f2-bb8a-4612-a5fd-c22a00baafdf {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-b15915f2-bb8a-4612-a5fd-c22a00baafdf.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-b15915f2-bb8a-4612-a5fd-c22a00baafdf .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-b15915f2-bb8a-4612-a5fd-c22a00baafdf {
  
  
  
  
}

#s-b15915f2-bb8a-4612-a5fd-c22a00baafdf {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-b15915f2-bb8a-4612-a5fd-c22a00baafdf.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-b15915f2-bb8a-4612-a5fd-c22a00baafdf .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-b15915f2-bb8a-4612-a5fd-c22a00baafdf {
  
  
  
  
}

#s-b15915f2-bb8a-4612-a5fd-c22a00baafdf {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-b15915f2-bb8a-4612-a5fd-c22a00baafdf.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-b15915f2-bb8a-4612-a5fd-c22a00baafdf .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-b15915f2-bb8a-4612-a5fd-c22a00baafdf {
  
  
  
  
}

#s-b15915f2-bb8a-4612-a5fd-c22a00baafdf {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-b15915f2-bb8a-4612-a5fd-c22a00baafdf.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-b15915f2-bb8a-4612-a5fd-c22a00baafdf .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-b15915f2-bb8a-4612-a5fd-c22a00baafdf {
  
  
  
  
}

#s-b15915f2-bb8a-4612-a5fd-c22a00baafdf {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-b15915f2-bb8a-4612-a5fd-c22a00baafdf.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-b15915f2-bb8a-4612-a5fd-c22a00baafdf .shogun-image-content {
  
    align-items: 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;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b15915f2-bb8a-4612-a5fd-c22a00baafdf {
      --shg-aspect-ratio: calc(1920/1649); 
    }

    .s-b15915f2-bb8a-4612-a5fd-c22a00baafdf.shogun-image-container {
      position: relative;
    }

    .s-b15915f2-bb8a-4612-a5fd-c22a00baafdf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b15915f2-bb8a-4612-a5fd-c22a00baafdf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b15915f2-bb8a-4612-a5fd-c22a00baafdf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-fc971007-2d0e-4cb3-a693-0fd2b72bc953 {
  margin-left: 2%;
margin-right: 2%;
}
@media (min-width: 1200px){#s-fc971007-2d0e-4cb3-a693-0fd2b72bc953 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fc971007-2d0e-4cb3-a693-0fd2b72bc953 {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-fc971007-2d0e-4cb3-a693-0fd2b72bc953"] &gt; .shg-row &gt; .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-fc971007-2d0e-4cb3-a693-0fd2b72bc953"] &gt; .shg-row &gt; .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-fc971007-2d0e-4cb3-a693-0fd2b72bc953"] &gt; .shg-row &gt; .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-fc971007-2d0e-4cb3-a693-0fd2b72bc953"] &gt; .shg-row &gt; .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-d97a726c-e6b7-479f-b184-819dd939059c {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
aspect-ratio: 3000/2576;
text-align: center;
}



.shg-image-margin-container-s-d97a726c-e6b7-479f-b184-819dd939059c {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d97a726c-e6b7-479f-b184-819dd939059c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d97a726c-e6b7-479f-b184-819dd939059c .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-d97a726c-e6b7-479f-b184-819dd939059c .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d97a726c-e6b7-479f-b184-819dd939059c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d97a726c-e6b7-479f-b184-819dd939059c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-d97a726c-e6b7-479f-b184-819dd939059c .shogun-image-content {
  
    align-items: center;
  
}

.s-d97a726c-e6b7-479f-b184-819dd939059c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d97a726c-e6b7-479f-b184-819dd939059c {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image-container {
      position: relative;
    }

    .s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d97a726c-e6b7-479f-b184-819dd939059c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d97a726c-e6b7-479f-b184-819dd939059c {
  
  
  
  
}

#s-d97a726c-e6b7-479f-b184-819dd939059c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d97a726c-e6b7-479f-b184-819dd939059c .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-d97a726c-e6b7-479f-b184-819dd939059c .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d97a726c-e6b7-479f-b184-819dd939059c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d97a726c-e6b7-479f-b184-819dd939059c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-d97a726c-e6b7-479f-b184-819dd939059c .shogun-image-content {
  
    align-items: center;
  
}

.s-d97a726c-e6b7-479f-b184-819dd939059c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d97a726c-e6b7-479f-b184-819dd939059c {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image-container {
      position: relative;
    }

    .s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d97a726c-e6b7-479f-b184-819dd939059c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

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

.shg-image-margin-container-s-d97a726c-e6b7-479f-b184-819dd939059c {
  
  
  
  
}

#s-d97a726c-e6b7-479f-b184-819dd939059c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d97a726c-e6b7-479f-b184-819dd939059c .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-d97a726c-e6b7-479f-b184-819dd939059c .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d97a726c-e6b7-479f-b184-819dd939059c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d97a726c-e6b7-479f-b184-819dd939059c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-d97a726c-e6b7-479f-b184-819dd939059c .shogun-image-content {
  
    align-items: center;
  
}

.s-d97a726c-e6b7-479f-b184-819dd939059c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d97a726c-e6b7-479f-b184-819dd939059c {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image-container {
      position: relative;
    }

    .s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d97a726c-e6b7-479f-b184-819dd939059c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

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

.shg-image-margin-container-s-d97a726c-e6b7-479f-b184-819dd939059c {
  
  
  
  
}

#s-d97a726c-e6b7-479f-b184-819dd939059c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d97a726c-e6b7-479f-b184-819dd939059c .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-d97a726c-e6b7-479f-b184-819dd939059c .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d97a726c-e6b7-479f-b184-819dd939059c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d97a726c-e6b7-479f-b184-819dd939059c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-d97a726c-e6b7-479f-b184-819dd939059c .shogun-image-content {
  
    align-items: center;
  
}

.s-d97a726c-e6b7-479f-b184-819dd939059c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d97a726c-e6b7-479f-b184-819dd939059c {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image-container {
      position: relative;
    }

    .s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d97a726c-e6b7-479f-b184-819dd939059c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

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

.shg-image-margin-container-s-d97a726c-e6b7-479f-b184-819dd939059c {
  
  
  
  
}

#s-d97a726c-e6b7-479f-b184-819dd939059c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d97a726c-e6b7-479f-b184-819dd939059c .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-d97a726c-e6b7-479f-b184-819dd939059c .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d97a726c-e6b7-479f-b184-819dd939059c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d97a726c-e6b7-479f-b184-819dd939059c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-d97a726c-e6b7-479f-b184-819dd939059c .shogun-image-content {
  
    align-items: center;
  
}

.s-d97a726c-e6b7-479f-b184-819dd939059c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d97a726c-e6b7-479f-b184-819dd939059c {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image-container {
      position: relative;
    }

    .s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d97a726c-e6b7-479f-b184-819dd939059c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d97a726c-e6b7-479f-b184-819dd939059c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
aspect-ratio: 3000/2576;
text-align: center;
}



.shg-image-margin-container-s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image-container {
      position: relative;
    }

    .s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 {
  
  
  
  
}

#s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image-container {
      position: relative;
    }

    .s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

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

.shg-image-margin-container-s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 {
  
  
  
  
}

#s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image-container {
      position: relative;
    }

    .s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

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

.shg-image-margin-container-s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 {
  
  
  
  
}

#s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image-container {
      position: relative;
    }

    .s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

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

.shg-image-margin-container-s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 {
  
  
  
  
}

#s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image-container {
      position: relative;
    }

    .s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6c731f1-f90f-4a77-970f-bbbd53bb9274.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6c731f1-f90f-4a77-970f-bbbd53bb9274 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
aspect-ratio: 3000/2576;
text-align: center;
}



.shg-image-margin-container-s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 .shogun-image-content {
  
    align-items: center;
  
}

.s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image-container {
      position: relative;
    }

    .s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 {
  
  
  
  
}

#s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 .shogun-image-content {
  
    align-items: center;
  
}

.s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image-container {
      position: relative;
    }

    .s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

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

.shg-image-margin-container-s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 {
  
  
  
  
}

#s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 .shogun-image-content {
  
    align-items: center;
  
}

.s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image-container {
      position: relative;
    }

    .s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

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

.shg-image-margin-container-s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 {
  
  
  
  
}

#s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 .shogun-image-content {
  
    align-items: center;
  
}

.s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image-container {
      position: relative;
    }

    .s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

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

.shg-image-margin-container-s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 {
  
  
  
  
}

#s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 .shogun-image-content {
  
    align-items: center;
  
}

.s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image-container {
      position: relative;
    }

    .s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e25bf7d3-0a22-4fce-ba0a-86ac0101a629 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-e0d5643d-9948-4b39-8659-d606ba636b95 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
aspect-ratio: 3000/2576;
text-align: center;
}



.shg-image-margin-container-s-e0d5643d-9948-4b39-8659-d606ba636b95 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-e0d5643d-9948-4b39-8659-d606ba636b95 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0d5643d-9948-4b39-8659-d606ba636b95 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-e0d5643d-9948-4b39-8659-d606ba636b95 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0d5643d-9948-4b39-8659-d606ba636b95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e0d5643d-9948-4b39-8659-d606ba636b95 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-e0d5643d-9948-4b39-8659-d606ba636b95 .shogun-image-content {
  
    align-items: center;
  
}

.s-e0d5643d-9948-4b39-8659-d606ba636b95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e0d5643d-9948-4b39-8659-d606ba636b95 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image-container {
      position: relative;
    }

    .s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0d5643d-9948-4b39-8659-d606ba636b95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e0d5643d-9948-4b39-8659-d606ba636b95 {
  
  
  
  
}

#s-e0d5643d-9948-4b39-8659-d606ba636b95 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0d5643d-9948-4b39-8659-d606ba636b95 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-e0d5643d-9948-4b39-8659-d606ba636b95 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0d5643d-9948-4b39-8659-d606ba636b95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e0d5643d-9948-4b39-8659-d606ba636b95 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-e0d5643d-9948-4b39-8659-d606ba636b95 .shogun-image-content {
  
    align-items: center;
  
}

.s-e0d5643d-9948-4b39-8659-d606ba636b95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e0d5643d-9948-4b39-8659-d606ba636b95 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image-container {
      position: relative;
    }

    .s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0d5643d-9948-4b39-8659-d606ba636b95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

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

.shg-image-margin-container-s-e0d5643d-9948-4b39-8659-d606ba636b95 {
  
  
  
  
}

#s-e0d5643d-9948-4b39-8659-d606ba636b95 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0d5643d-9948-4b39-8659-d606ba636b95 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-e0d5643d-9948-4b39-8659-d606ba636b95 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0d5643d-9948-4b39-8659-d606ba636b95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e0d5643d-9948-4b39-8659-d606ba636b95 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-e0d5643d-9948-4b39-8659-d606ba636b95 .shogun-image-content {
  
    align-items: center;
  
}

.s-e0d5643d-9948-4b39-8659-d606ba636b95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e0d5643d-9948-4b39-8659-d606ba636b95 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image-container {
      position: relative;
    }

    .s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0d5643d-9948-4b39-8659-d606ba636b95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

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

.shg-image-margin-container-s-e0d5643d-9948-4b39-8659-d606ba636b95 {
  
  
  
  
}

#s-e0d5643d-9948-4b39-8659-d606ba636b95 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0d5643d-9948-4b39-8659-d606ba636b95 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-e0d5643d-9948-4b39-8659-d606ba636b95 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0d5643d-9948-4b39-8659-d606ba636b95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e0d5643d-9948-4b39-8659-d606ba636b95 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-e0d5643d-9948-4b39-8659-d606ba636b95 .shogun-image-content {
  
    align-items: center;
  
}

.s-e0d5643d-9948-4b39-8659-d606ba636b95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e0d5643d-9948-4b39-8659-d606ba636b95 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image-container {
      position: relative;
    }

    .s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0d5643d-9948-4b39-8659-d606ba636b95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

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

.shg-image-margin-container-s-e0d5643d-9948-4b39-8659-d606ba636b95 {
  
  
  
  
}

#s-e0d5643d-9948-4b39-8659-d606ba636b95 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0d5643d-9948-4b39-8659-d606ba636b95 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-e0d5643d-9948-4b39-8659-d606ba636b95 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0d5643d-9948-4b39-8659-d606ba636b95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e0d5643d-9948-4b39-8659-d606ba636b95 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-e0d5643d-9948-4b39-8659-d606ba636b95 .shogun-image-content {
  
    align-items: center;
  
}

.s-e0d5643d-9948-4b39-8659-d606ba636b95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e0d5643d-9948-4b39-8659-d606ba636b95 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image-container {
      position: relative;
    }

    .s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0d5643d-9948-4b39-8659-d606ba636b95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0d5643d-9948-4b39-8659-d606ba636b95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-e98499d6-cb6f-4a20-bdc9-df97ef56a7d0 {
  margin-left: 2%;
margin-right: 2%;
}
@media (min-width: 1200px){#s-e98499d6-cb6f-4a20-bdc9-df97ef56a7d0 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e98499d6-cb6f-4a20-bdc9-df97ef56a7d0 {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-e98499d6-cb6f-4a20-bdc9-df97ef56a7d0"] &gt; .shg-row &gt; .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-e98499d6-cb6f-4a20-bdc9-df97ef56a7d0"] &gt; .shg-row &gt; .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-e98499d6-cb6f-4a20-bdc9-df97ef56a7d0"] &gt; .shg-row &gt; .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-e98499d6-cb6f-4a20-bdc9-df97ef56a7d0"] &gt; .shg-row &gt; .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-3aa32554-a59a-4f10-9e5c-24bf21c83daf {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
aspect-ratio: 3000/2576;
text-align: center;
}



.shg-image-margin-container-s-3aa32554-a59a-4f10-9e5c-24bf21c83daf {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-3aa32554-a59a-4f10-9e5c-24bf21c83daf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3aa32554-a59a-4f10-9e5c-24bf21c83daf .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-3aa32554-a59a-4f10-9e5c-24bf21c83daf .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3aa32554-a59a-4f10-9e5c-24bf21c83daf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3aa32554-a59a-4f10-9e5c-24bf21c83daf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-3aa32554-a59a-4f10-9e5c-24bf21c83daf .shogun-image-content {
  
    align-items: center;
  
}

.s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3aa32554-a59a-4f10-9e5c-24bf21c83daf {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image-container {
      position: relative;
    }

    .s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3aa32554-a59a-4f10-9e5c-24bf21c83daf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-3aa32554-a59a-4f10-9e5c-24bf21c83daf {
  
  
  
  
}

#s-3aa32554-a59a-4f10-9e5c-24bf21c83daf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3aa32554-a59a-4f10-9e5c-24bf21c83daf .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-3aa32554-a59a-4f10-9e5c-24bf21c83daf .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3aa32554-a59a-4f10-9e5c-24bf21c83daf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3aa32554-a59a-4f10-9e5c-24bf21c83daf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-3aa32554-a59a-4f10-9e5c-24bf21c83daf .shogun-image-content {
  
    align-items: center;
  
}

.s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3aa32554-a59a-4f10-9e5c-24bf21c83daf {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image-container {
      position: relative;
    }

    .s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3aa32554-a59a-4f10-9e5c-24bf21c83daf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

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

.shg-image-margin-container-s-3aa32554-a59a-4f10-9e5c-24bf21c83daf {
  
  
  
  
}

#s-3aa32554-a59a-4f10-9e5c-24bf21c83daf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3aa32554-a59a-4f10-9e5c-24bf21c83daf .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-3aa32554-a59a-4f10-9e5c-24bf21c83daf .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3aa32554-a59a-4f10-9e5c-24bf21c83daf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3aa32554-a59a-4f10-9e5c-24bf21c83daf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-3aa32554-a59a-4f10-9e5c-24bf21c83daf .shogun-image-content {
  
    align-items: center;
  
}

.s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3aa32554-a59a-4f10-9e5c-24bf21c83daf {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image-container {
      position: relative;
    }

    .s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3aa32554-a59a-4f10-9e5c-24bf21c83daf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

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

.shg-image-margin-container-s-3aa32554-a59a-4f10-9e5c-24bf21c83daf {
  
  
  
  
}

#s-3aa32554-a59a-4f10-9e5c-24bf21c83daf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3aa32554-a59a-4f10-9e5c-24bf21c83daf .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-3aa32554-a59a-4f10-9e5c-24bf21c83daf .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3aa32554-a59a-4f10-9e5c-24bf21c83daf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3aa32554-a59a-4f10-9e5c-24bf21c83daf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-3aa32554-a59a-4f10-9e5c-24bf21c83daf .shogun-image-content {
  
    align-items: center;
  
}

.s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3aa32554-a59a-4f10-9e5c-24bf21c83daf {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image-container {
      position: relative;
    }

    .s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3aa32554-a59a-4f10-9e5c-24bf21c83daf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

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

.shg-image-margin-container-s-3aa32554-a59a-4f10-9e5c-24bf21c83daf {
  
  
  
  
}

#s-3aa32554-a59a-4f10-9e5c-24bf21c83daf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3aa32554-a59a-4f10-9e5c-24bf21c83daf .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-3aa32554-a59a-4f10-9e5c-24bf21c83daf .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3aa32554-a59a-4f10-9e5c-24bf21c83daf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3aa32554-a59a-4f10-9e5c-24bf21c83daf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-3aa32554-a59a-4f10-9e5c-24bf21c83daf .shogun-image-content {
  
    align-items: center;
  
}

.s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3aa32554-a59a-4f10-9e5c-24bf21c83daf {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image-container {
      position: relative;
    }

    .s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3aa32554-a59a-4f10-9e5c-24bf21c83daf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3aa32554-a59a-4f10-9e5c-24bf21c83daf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-d16710b1-9caf-40cd-9388-4bafda371b72 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
aspect-ratio: 1920/1649;
text-align: center;
}



.shg-image-margin-container-s-d16710b1-9caf-40cd-9388-4bafda371b72 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d16710b1-9caf-40cd-9388-4bafda371b72 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d16710b1-9caf-40cd-9388-4bafda371b72 .shg-image-content-wrapper {
      aspect-ratio: 1920/1649;
      min-width: 100%;
      height: auto;
    }

    #s-d16710b1-9caf-40cd-9388-4bafda371b72 .shogun-image-link {
      aspect-ratio: 1920/1649;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d16710b1-9caf-40cd-9388-4bafda371b72 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d16710b1-9caf-40cd-9388-4bafda371b72 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-d16710b1-9caf-40cd-9388-4bafda371b72 .shogun-image-content {
  
    align-items: center;
  
}

.s-d16710b1-9caf-40cd-9388-4bafda371b72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d16710b1-9caf-40cd-9388-4bafda371b72 {
      --shg-aspect-ratio: calc(1920/1649); 
    }

    .s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image-container {
      position: relative;
    }

    .s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d16710b1-9caf-40cd-9388-4bafda371b72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d16710b1-9caf-40cd-9388-4bafda371b72 {
  
  
  
  
}

#s-d16710b1-9caf-40cd-9388-4bafda371b72 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d16710b1-9caf-40cd-9388-4bafda371b72 .shg-image-content-wrapper {
      aspect-ratio: 1920/1649;
      min-width: 100%;
      height: auto;
    }

    #s-d16710b1-9caf-40cd-9388-4bafda371b72 .shogun-image-link {
      aspect-ratio: 1920/1649;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d16710b1-9caf-40cd-9388-4bafda371b72 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d16710b1-9caf-40cd-9388-4bafda371b72 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-d16710b1-9caf-40cd-9388-4bafda371b72 .shogun-image-content {
  
    align-items: center;
  
}

.s-d16710b1-9caf-40cd-9388-4bafda371b72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d16710b1-9caf-40cd-9388-4bafda371b72 {
      --shg-aspect-ratio: calc(1920/1649); 
    }

    .s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image-container {
      position: relative;
    }

    .s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d16710b1-9caf-40cd-9388-4bafda371b72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

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

.shg-image-margin-container-s-d16710b1-9caf-40cd-9388-4bafda371b72 {
  
  
  
  
}

#s-d16710b1-9caf-40cd-9388-4bafda371b72 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d16710b1-9caf-40cd-9388-4bafda371b72 .shg-image-content-wrapper {
      aspect-ratio: 1920/1649;
      min-width: 100%;
      height: auto;
    }

    #s-d16710b1-9caf-40cd-9388-4bafda371b72 .shogun-image-link {
      aspect-ratio: 1920/1649;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d16710b1-9caf-40cd-9388-4bafda371b72 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d16710b1-9caf-40cd-9388-4bafda371b72 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-d16710b1-9caf-40cd-9388-4bafda371b72 .shogun-image-content {
  
    align-items: center;
  
}

.s-d16710b1-9caf-40cd-9388-4bafda371b72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d16710b1-9caf-40cd-9388-4bafda371b72 {
      --shg-aspect-ratio: calc(1920/1649); 
    }

    .s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image-container {
      position: relative;
    }

    .s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d16710b1-9caf-40cd-9388-4bafda371b72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

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

.shg-image-margin-container-s-d16710b1-9caf-40cd-9388-4bafda371b72 {
  
  
  
  
}

#s-d16710b1-9caf-40cd-9388-4bafda371b72 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d16710b1-9caf-40cd-9388-4bafda371b72 .shg-image-content-wrapper {
      aspect-ratio: 1920/1649;
      min-width: 100%;
      height: auto;
    }

    #s-d16710b1-9caf-40cd-9388-4bafda371b72 .shogun-image-link {
      aspect-ratio: 1920/1649;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d16710b1-9caf-40cd-9388-4bafda371b72 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d16710b1-9caf-40cd-9388-4bafda371b72 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-d16710b1-9caf-40cd-9388-4bafda371b72 .shogun-image-content {
  
    align-items: center;
  
}

.s-d16710b1-9caf-40cd-9388-4bafda371b72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d16710b1-9caf-40cd-9388-4bafda371b72 {
      --shg-aspect-ratio: calc(1920/1649); 
    }

    .s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image-container {
      position: relative;
    }

    .s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d16710b1-9caf-40cd-9388-4bafda371b72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

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

.shg-image-margin-container-s-d16710b1-9caf-40cd-9388-4bafda371b72 {
  
  
  
  
}

#s-d16710b1-9caf-40cd-9388-4bafda371b72 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d16710b1-9caf-40cd-9388-4bafda371b72 .shg-image-content-wrapper {
      aspect-ratio: 1920/1649;
      min-width: 100%;
      height: auto;
    }

    #s-d16710b1-9caf-40cd-9388-4bafda371b72 .shogun-image-link {
      aspect-ratio: 1920/1649;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d16710b1-9caf-40cd-9388-4bafda371b72 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d16710b1-9caf-40cd-9388-4bafda371b72 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-d16710b1-9caf-40cd-9388-4bafda371b72 .shogun-image-content {
  
    align-items: center;
  
}

.s-d16710b1-9caf-40cd-9388-4bafda371b72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d16710b1-9caf-40cd-9388-4bafda371b72 {
      --shg-aspect-ratio: calc(1920/1649); 
    }

    .s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image-container {
      position: relative;
    }

    .s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d16710b1-9caf-40cd-9388-4bafda371b72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d16710b1-9caf-40cd-9388-4bafda371b72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
aspect-ratio: 3000/2576;
text-align: center;
}



.shg-image-margin-container-s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 .shogun-image-content {
  
    align-items: center;
  
}

.s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image-container {
      position: relative;
    }

    .s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 {
  
  
  
  
}

#s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 .shogun-image-content {
  
    align-items: center;
  
}

.s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image-container {
      position: relative;
    }

    .s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

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

.shg-image-margin-container-s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 {
  
  
  
  
}

#s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 .shogun-image-content {
  
    align-items: center;
  
}

.s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image-container {
      position: relative;
    }

    .s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

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

.shg-image-margin-container-s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 {
  
  
  
  
}

#s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 .shogun-image-content {
  
    align-items: center;
  
}

.s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image-container {
      position: relative;
    }

    .s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

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

.shg-image-margin-container-s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 {
  
  
  
  
}

#s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 .shogun-image-content {
  
    align-items: center;
  
}

.s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image-container {
      position: relative;
    }

    .s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0948cf34-b8b6-45f1-89ce-3aa0717bfb24 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-95fb1fbc-811c-46c4-b34b-b61536179bd1 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
aspect-ratio: 3000/2576;
text-align: center;
}



.shg-image-margin-container-s-95fb1fbc-811c-46c4-b34b-b61536179bd1 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-95fb1fbc-811c-46c4-b34b-b61536179bd1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95fb1fbc-811c-46c4-b34b-b61536179bd1 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-95fb1fbc-811c-46c4-b34b-b61536179bd1 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95fb1fbc-811c-46c4-b34b-b61536179bd1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95fb1fbc-811c-46c4-b34b-b61536179bd1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-95fb1fbc-811c-46c4-b34b-b61536179bd1 .shogun-image-content {
  
    align-items: center;
  
}

.s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-95fb1fbc-811c-46c4-b34b-b61536179bd1 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image-container {
      position: relative;
    }

    .s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95fb1fbc-811c-46c4-b34b-b61536179bd1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-95fb1fbc-811c-46c4-b34b-b61536179bd1 {
  
  
  
  
}

#s-95fb1fbc-811c-46c4-b34b-b61536179bd1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95fb1fbc-811c-46c4-b34b-b61536179bd1 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-95fb1fbc-811c-46c4-b34b-b61536179bd1 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95fb1fbc-811c-46c4-b34b-b61536179bd1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95fb1fbc-811c-46c4-b34b-b61536179bd1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-95fb1fbc-811c-46c4-b34b-b61536179bd1 .shogun-image-content {
  
    align-items: center;
  
}

.s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-95fb1fbc-811c-46c4-b34b-b61536179bd1 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image-container {
      position: relative;
    }

    .s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95fb1fbc-811c-46c4-b34b-b61536179bd1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

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

.shg-image-margin-container-s-95fb1fbc-811c-46c4-b34b-b61536179bd1 {
  
  
  
  
}

#s-95fb1fbc-811c-46c4-b34b-b61536179bd1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95fb1fbc-811c-46c4-b34b-b61536179bd1 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-95fb1fbc-811c-46c4-b34b-b61536179bd1 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95fb1fbc-811c-46c4-b34b-b61536179bd1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95fb1fbc-811c-46c4-b34b-b61536179bd1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-95fb1fbc-811c-46c4-b34b-b61536179bd1 .shogun-image-content {
  
    align-items: center;
  
}

.s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-95fb1fbc-811c-46c4-b34b-b61536179bd1 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image-container {
      position: relative;
    }

    .s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95fb1fbc-811c-46c4-b34b-b61536179bd1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

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

.shg-image-margin-container-s-95fb1fbc-811c-46c4-b34b-b61536179bd1 {
  
  
  
  
}

#s-95fb1fbc-811c-46c4-b34b-b61536179bd1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95fb1fbc-811c-46c4-b34b-b61536179bd1 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-95fb1fbc-811c-46c4-b34b-b61536179bd1 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95fb1fbc-811c-46c4-b34b-b61536179bd1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95fb1fbc-811c-46c4-b34b-b61536179bd1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-95fb1fbc-811c-46c4-b34b-b61536179bd1 .shogun-image-content {
  
    align-items: center;
  
}

.s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-95fb1fbc-811c-46c4-b34b-b61536179bd1 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image-container {
      position: relative;
    }

    .s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95fb1fbc-811c-46c4-b34b-b61536179bd1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

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

.shg-image-margin-container-s-95fb1fbc-811c-46c4-b34b-b61536179bd1 {
  
  
  
  
}

#s-95fb1fbc-811c-46c4-b34b-b61536179bd1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95fb1fbc-811c-46c4-b34b-b61536179bd1 .shg-image-content-wrapper {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }

    #s-95fb1fbc-811c-46c4-b34b-b61536179bd1 .shogun-image-link {
      aspect-ratio: 3000/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95fb1fbc-811c-46c4-b34b-b61536179bd1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95fb1fbc-811c-46c4-b34b-b61536179bd1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-95fb1fbc-811c-46c4-b34b-b61536179bd1 .shogun-image-content {
  
    align-items: center;
  
}

.s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-95fb1fbc-811c-46c4-b34b-b61536179bd1 {
      --shg-aspect-ratio: calc(3000/2576); 
    }

    .s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image-container {
      position: relative;
    }

    .s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95fb1fbc-811c-46c4-b34b-b61536179bd1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95fb1fbc-811c-46c4-b34b-b61536179bd1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-f42ff365-13d3-4686-8396-4ae07c19de98 {
  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: 1200px){#s-f42ff365-13d3-4686-8396-4ae07c19de98 {
  display: none;
}
#s-f42ff365-13d3-4686-8396-4ae07c19de98, #wrap-s-f42ff365-13d3-4686-8396-4ae07c19de98 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f42ff365-13d3-4686-8396-4ae07c19de98 {
  display: none;
}
#s-f42ff365-13d3-4686-8396-4ae07c19de98, #wrap-s-f42ff365-13d3-4686-8396-4ae07c19de98 { display: none !important; }}







#s-f42ff365-13d3-4686-8396-4ae07c19de98 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f42ff365-13d3-4686-8396-4ae07c19de98.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-c0809463-2614-419d-830b-b0fa754ab620 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
}

#s-7cda9fd0-919b-4ec2-b11e-c0070579e9ec {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-7cda9fd0-919b-4ec2-b11e-c0070579e9ec"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7cda9fd0-919b-4ec2-b11e-c0070579e9ec"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-7cda9fd0-919b-4ec2-b11e-c0070579e9ec"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-7cda9fd0-919b-4ec2-b11e-c0070579e9ec"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-124a3531-0cf1-4ce0-b912-b7e5fb90d4dd {
  margin-top: 5px;
margin-left: 2%;
margin-bottom: 5px;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-124a3531-0cf1-4ce0-b912-b7e5fb90d4dd"] &gt; .shg-row &gt; .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-124a3531-0cf1-4ce0-b912-b7e5fb90d4dd"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-124a3531-0cf1-4ce0-b912-b7e5fb90d4dd"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-124a3531-0cf1-4ce0-b912-b7e5fb90d4dd"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-d7de0013-5944-474d-908a-7123b0ba967e {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
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-d7de0013-5944-474d-908a-7123b0ba967e &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d7de0013-5944-474d-908a-7123b0ba967e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a89a164a-12e3-4b7f-8a57-0bf27515d28f {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
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;
max-width: 1966px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-a89a164a-12e3-4b7f-8a57-0bf27515d28f {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

#s-a89a164a-12e3-4b7f-8a57-0bf27515d28f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a89a164a-12e3-4b7f-8a57-0bf27515d28f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a89a164a-12e3-4b7f-8a57-0bf27515d28f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a89a164a-12e3-4b7f-8a57-0bf27515d28f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a89a164a-12e3-4b7f-8a57-0bf27515d28f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a89a164a-12e3-4b7f-8a57-0bf27515d28f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1966px;
  }



  img.s-a89a164a-12e3-4b7f-8a57-0bf27515d28f.shogun-image {
    
    
    
    max-height: 1966px;
  }


.s-a89a164a-12e3-4b7f-8a57-0bf27515d28f .shogun-image-content {
  
    align-items: center;
  
}

.s-a89a164a-12e3-4b7f-8a57-0bf27515d28f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a89a164a-12e3-4b7f-8a57-0bf27515d28f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a89a164a-12e3-4b7f-8a57-0bf27515d28f.shogun-image {
  box-sizing: border-box;
}


.s-a89a164a-12e3-4b7f-8a57-0bf27515d28f .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-a89a164a-12e3-4b7f-8a57-0bf27515d28f .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a89a164a-12e3-4b7f-8a57-0bf27515d28f .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-a89a164a-12e3-4b7f-8a57-0bf27515d28f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a89a164a-12e3-4b7f-8a57-0bf27515d28f.shogun-image-container {
      position: relative;
    }

    .s-a89a164a-12e3-4b7f-8a57-0bf27515d28f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a89a164a-12e3-4b7f-8a57-0bf27515d28f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a89a164a-12e3-4b7f-8a57-0bf27515d28f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1966px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a89a164a-12e3-4b7f-8a57-0bf27515d28f {
  
  
  
  
}

#s-a89a164a-12e3-4b7f-8a57-0bf27515d28f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a89a164a-12e3-4b7f-8a57-0bf27515d28f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a89a164a-12e3-4b7f-8a57-0bf27515d28f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a89a164a-12e3-4b7f-8a57-0bf27515d28f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a89a164a-12e3-4b7f-8a57-0bf27515d28f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a89a164a-12e3-4b7f-8a57-0bf27515d28f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1966px;
  }



  img.s-a89a164a-12e3-4b7f-8a57-0bf27515d28f.shogun-image {
    
    
    
    max-height: 1966px;
  }


.s-a89a164a-12e3-4b7f-8a57-0bf27515d28f .shogun-image-content {
  
    align-items: center;
  
}

.s-a89a164a-12e3-4b7f-8a57-0bf27515d28f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a89a164a-12e3-4b7f-8a57-0bf27515d28f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a89a164a-12e3-4b7f-8a57-0bf27515d28f.shogun-image {
  box-sizing: border-box;
}


.s-a89a164a-12e3-4b7f-8a57-0bf27515d28f .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-a89a164a-12e3-4b7f-8a57-0bf27515d28f .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a89a164a-12e3-4b7f-8a57-0bf27515d28f .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-a89a164a-12e3-4b7f-8a57-0bf27515d28f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a89a164a-12e3-4b7f-8a57-0bf27515d28f.shogun-image-container {
      position: relative;
    }

    .s-a89a164a-12e3-4b7f-8a57-0bf27515d28f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a89a164a-12e3-4b7f-8a57-0bf27515d28f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a89a164a-12e3-4b7f-8a57-0bf27515d28f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1966px;
    }
  }

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

.shg-image-margin-container-s-a89a164a-12e3-4b7f-8a57-0bf27515d28f {
  
  
  
  
}

#s-a89a164a-12e3-4b7f-8a57-0bf27515d28f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a89a164a-12e3-4b7f-8a57-0bf27515d28f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a89a164a-12e3-4b7f-8a57-0bf27515d28f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a89a164a-12e3-4b7f-8a57-0bf27515d28f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a89a164a-12e3-4b7f-8a57-0bf27515d28f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a89a164a-12e3-4b7f-8a57-0bf27515d28f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1966px;
  }



  img.s-a89a164a-12e3-4b7f-8a57-0bf27515d28f.shogun-image {
    
    
    
    max-height: 1966px;
  }


.s-a89a164a-12e3-4b7f-8a57-0bf27515d28f .shogun-image-content {
  
    align-items: center;
  
}

.s-a89a164a-12e3-4b7f-8a57-0bf27515d28f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a89a164a-12e3-4b7f-8a57-0bf27515d28f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a89a164a-12e3-4b7f-8a57-0bf27515d28f.shogun-image {
  box-sizing: border-box;
}


.s-a89a164a-12e3-4b7f-8a57-0bf27515d28f .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-a89a164a-12e3-4b7f-8a57-0bf27515d28f .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a89a164a-12e3-4b7f-8a57-0bf27515d28f .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-a89a164a-12e3-4b7f-8a57-0bf27515d28f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a89a164a-12e3-4b7f-8a57-0bf27515d28f.shogun-image-container {
      position: relative;
    }

    .s-a89a164a-12e3-4b7f-8a57-0bf27515d28f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a89a164a-12e3-4b7f-8a57-0bf27515d28f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a89a164a-12e3-4b7f-8a57-0bf27515d28f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1966px;
    }
  }

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

.shg-image-margin-container-s-a89a164a-12e3-4b7f-8a57-0bf27515d28f {
  
  
  
  
}

#s-a89a164a-12e3-4b7f-8a57-0bf27515d28f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a89a164a-12e3-4b7f-8a57-0bf27515d28f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a89a164a-12e3-4b7f-8a57-0bf27515d28f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a89a164a-12e3-4b7f-8a57-0bf27515d28f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a89a164a-12e3-4b7f-8a57-0bf27515d28f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a89a164a-12e3-4b7f-8a57-0bf27515d28f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1966px;
  }



  img.s-a89a164a-12e3-4b7f-8a57-0bf27515d28f.shogun-image {
    
    
    
    max-height: 1966px;
  }


.s-a89a164a-12e3-4b7f-8a57-0bf27515d28f .shogun-image-content {
  
    align-items: center;
  
}

.s-a89a164a-12e3-4b7f-8a57-0bf27515d28f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a89a164a-12e3-4b7f-8a57-0bf27515d28f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a89a164a-12e3-4b7f-8a57-0bf27515d28f.shogun-image {
  box-sizing: border-box;
}


.s-a89a164a-12e3-4b7f-8a57-0bf27515d28f .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-a89a164a-12e3-4b7f-8a57-0bf27515d28f .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a89a164a-12e3-4b7f-8a57-0bf27515d28f .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-a89a164a-12e3-4b7f-8a57-0bf27515d28f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a89a164a-12e3-4b7f-8a57-0bf27515d28f.shogun-image-container {
      position: relative;
    }

    .s-a89a164a-12e3-4b7f-8a57-0bf27515d28f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a89a164a-12e3-4b7f-8a57-0bf27515d28f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a89a164a-12e3-4b7f-8a57-0bf27515d28f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1966px;
    }
  }

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

.shg-image-margin-container-s-a89a164a-12e3-4b7f-8a57-0bf27515d28f {
  
  
  
  
}

#s-a89a164a-12e3-4b7f-8a57-0bf27515d28f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a89a164a-12e3-4b7f-8a57-0bf27515d28f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a89a164a-12e3-4b7f-8a57-0bf27515d28f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a89a164a-12e3-4b7f-8a57-0bf27515d28f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a89a164a-12e3-4b7f-8a57-0bf27515d28f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a89a164a-12e3-4b7f-8a57-0bf27515d28f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1966px;
  }



  img.s-a89a164a-12e3-4b7f-8a57-0bf27515d28f.shogun-image {
    
    
    
    max-height: 1966px;
  }


.s-a89a164a-12e3-4b7f-8a57-0bf27515d28f .shogun-image-content {
  
    align-items: center;
  
}

.s-a89a164a-12e3-4b7f-8a57-0bf27515d28f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a89a164a-12e3-4b7f-8a57-0bf27515d28f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a89a164a-12e3-4b7f-8a57-0bf27515d28f.shogun-image {
  box-sizing: border-box;
}


.s-a89a164a-12e3-4b7f-8a57-0bf27515d28f .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-a89a164a-12e3-4b7f-8a57-0bf27515d28f .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a89a164a-12e3-4b7f-8a57-0bf27515d28f .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-a89a164a-12e3-4b7f-8a57-0bf27515d28f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a89a164a-12e3-4b7f-8a57-0bf27515d28f.shogun-image-container {
      position: relative;
    }

    .s-a89a164a-12e3-4b7f-8a57-0bf27515d28f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a89a164a-12e3-4b7f-8a57-0bf27515d28f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a89a164a-12e3-4b7f-8a57-0bf27515d28f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1966px;
    }
  }

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

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

#s-b122b325-76de-46e8-a08d-414344cc73fb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b122b325-76de-46e8-a08d-414344cc73fb .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-362ad9b4-cedb-4029-a97c-fba3bd4c6592 {
  margin-left: auto;
margin-right: auto;
}

#s-a1c2b2d9-8d4c-4f2b-9f01-c67ecdb20f8b {
  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-a1c2b2d9-8d4c-4f2b-9f01-c67ecdb20f8b: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(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-a1c2b2d9-8d4c-4f2b-9f01-c67ecdb20f8b: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-a1c2b2d9-8d4c-4f2b-9f01-c67ecdb20f8b-root {
    text-align: center;
  }


#s-a1c2b2d9-8d4c-4f2b-9f01-c67ecdb20f8b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a1c2b2d9-8d4c-4f2b-9f01-c67ecdb20f8b-root {
    text-align: center;
  }


#s-a1c2b2d9-8d4c-4f2b-9f01-c67ecdb20f8b.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-a1c2b2d9-8d4c-4f2b-9f01-c67ecdb20f8b-root {
    text-align: center;
  }


#s-a1c2b2d9-8d4c-4f2b-9f01-c67ecdb20f8b.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-a1c2b2d9-8d4c-4f2b-9f01-c67ecdb20f8b-root {
    text-align: center;
  }


#s-a1c2b2d9-8d4c-4f2b-9f01-c67ecdb20f8b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a1c2b2d9-8d4c-4f2b-9f01-c67ecdb20f8b-root {
    text-align: center;
  }


#s-a1c2b2d9-8d4c-4f2b-9f01-c67ecdb20f8b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-d8ac8b34-e1b9-4eee-a131-a39a15180219 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
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-d8ac8b34-e1b9-4eee-a131-a39a15180219 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d8ac8b34-e1b9-4eee-a131-a39a15180219.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
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;
max-width: 540px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

#s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 540px;
  }



  img.s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04.shogun-image {
    
    
    
    max-height: 540px;
  }


.s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04 .shogun-image-content {
  
    align-items: center;
  
}

.s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04.shogun-image {
  box-sizing: border-box;
}


.s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04.shogun-image-container {
      position: relative;
    }

    .s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 540px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04 {
  
  
  
  
}

#s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 540px;
  }



  img.s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04.shogun-image {
    
    
    
    max-height: 540px;
  }


.s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04 .shogun-image-content {
  
    align-items: center;
  
}

.s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04.shogun-image {
  box-sizing: border-box;
}


.s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04.shogun-image-container {
      position: relative;
    }

    .s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 540px;
    }
  }

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

.shg-image-margin-container-s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04 {
  
  
  
  
}

#s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 540px;
  }



  img.s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04.shogun-image {
    
    
    
    max-height: 540px;
  }


.s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04 .shogun-image-content {
  
    align-items: center;
  
}

.s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04.shogun-image {
  box-sizing: border-box;
}


.s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04.shogun-image-container {
      position: relative;
    }

    .s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 540px;
    }
  }

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

.shg-image-margin-container-s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04 {
  
  
  
  
}

#s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 540px;
  }



  img.s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04.shogun-image {
    
    
    
    max-height: 540px;
  }


.s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04 .shogun-image-content {
  
    align-items: center;
  
}

.s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04.shogun-image {
  box-sizing: border-box;
}


.s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04.shogun-image-container {
      position: relative;
    }

    .s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 540px;
    }
  }

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

.shg-image-margin-container-s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04 {
  
  
  
  
}

#s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 540px;
  }



  img.s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04.shogun-image {
    
    
    
    max-height: 540px;
  }


.s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04 .shogun-image-content {
  
    align-items: center;
  
}

.s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04.shogun-image {
  box-sizing: border-box;
}


.s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04.shogun-image-container {
      position: relative;
    }

    .s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0cc7c438-49bc-4bfa-96d4-e14bb750eb04 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 540px;
    }
  }

}
#s-69e5eb9a-2192-4acd-b8a6-c10fe9bae091 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-69e5eb9a-2192-4acd-b8a6-c10fe9bae091 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-bd14afe4-c70d-4703-8e0c-80d724a2e4d4 {
  margin-left: auto;
margin-right: auto;
}

#s-ecbc1193-0e98-470a-b3c6-a6dffccf8e89 {
  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-ecbc1193-0e98-470a-b3c6-a6dffccf8e89: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(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-ecbc1193-0e98-470a-b3c6-a6dffccf8e89: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-ecbc1193-0e98-470a-b3c6-a6dffccf8e89-root {
    text-align: center;
  }


#s-ecbc1193-0e98-470a-b3c6-a6dffccf8e89.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ecbc1193-0e98-470a-b3c6-a6dffccf8e89-root {
    text-align: center;
  }


#s-ecbc1193-0e98-470a-b3c6-a6dffccf8e89.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-ecbc1193-0e98-470a-b3c6-a6dffccf8e89-root {
    text-align: center;
  }


#s-ecbc1193-0e98-470a-b3c6-a6dffccf8e89.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-ecbc1193-0e98-470a-b3c6-a6dffccf8e89-root {
    text-align: center;
  }


#s-ecbc1193-0e98-470a-b3c6-a6dffccf8e89.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ecbc1193-0e98-470a-b3c6-a6dffccf8e89-root {
    text-align: center;
  }


#s-ecbc1193-0e98-470a-b3c6-a6dffccf8e89.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-f956fb70-69bb-4ef9-874c-70eb3802c04e {
  margin-top: 5px;
margin-left: 2%;
margin-bottom: 5px;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-f956fb70-69bb-4ef9-874c-70eb3802c04e"] &gt; .shg-row &gt; .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-f956fb70-69bb-4ef9-874c-70eb3802c04e"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f956fb70-69bb-4ef9-874c-70eb3802c04e"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f956fb70-69bb-4ef9-874c-70eb3802c04e"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-979914dd-cc26-46ef-8519-6631e55e6847 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
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-979914dd-cc26-46ef-8519-6631e55e6847 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-979914dd-cc26-46ef-8519-6631e55e6847.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4d7688db-abfe-4267-a5eb-015a8178f508 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
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;
max-width: 540px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-4d7688db-abfe-4267-a5eb-015a8178f508 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

#s-4d7688db-abfe-4267-a5eb-015a8178f508 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d7688db-abfe-4267-a5eb-015a8178f508 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4d7688db-abfe-4267-a5eb-015a8178f508 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d7688db-abfe-4267-a5eb-015a8178f508 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d7688db-abfe-4267-a5eb-015a8178f508.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d7688db-abfe-4267-a5eb-015a8178f508 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 540px;
  }



  img.s-4d7688db-abfe-4267-a5eb-015a8178f508.shogun-image {
    
    
    
    max-height: 540px;
  }


.s-4d7688db-abfe-4267-a5eb-015a8178f508 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d7688db-abfe-4267-a5eb-015a8178f508.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d7688db-abfe-4267-a5eb-015a8178f508.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d7688db-abfe-4267-a5eb-015a8178f508.shogun-image {
  box-sizing: border-box;
}


.s-4d7688db-abfe-4267-a5eb-015a8178f508 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-4d7688db-abfe-4267-a5eb-015a8178f508 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-4d7688db-abfe-4267-a5eb-015a8178f508 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-4d7688db-abfe-4267-a5eb-015a8178f508 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4d7688db-abfe-4267-a5eb-015a8178f508.shogun-image-container {
      position: relative;
    }

    .s-4d7688db-abfe-4267-a5eb-015a8178f508.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d7688db-abfe-4267-a5eb-015a8178f508.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d7688db-abfe-4267-a5eb-015a8178f508 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 540px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-4d7688db-abfe-4267-a5eb-015a8178f508 {
  
  
  
  
}

#s-4d7688db-abfe-4267-a5eb-015a8178f508 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d7688db-abfe-4267-a5eb-015a8178f508 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4d7688db-abfe-4267-a5eb-015a8178f508 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d7688db-abfe-4267-a5eb-015a8178f508 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d7688db-abfe-4267-a5eb-015a8178f508.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d7688db-abfe-4267-a5eb-015a8178f508 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 540px;
  }



  img.s-4d7688db-abfe-4267-a5eb-015a8178f508.shogun-image {
    
    
    
    max-height: 540px;
  }


.s-4d7688db-abfe-4267-a5eb-015a8178f508 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d7688db-abfe-4267-a5eb-015a8178f508.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d7688db-abfe-4267-a5eb-015a8178f508.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d7688db-abfe-4267-a5eb-015a8178f508.shogun-image {
  box-sizing: border-box;
}


.s-4d7688db-abfe-4267-a5eb-015a8178f508 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-4d7688db-abfe-4267-a5eb-015a8178f508 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-4d7688db-abfe-4267-a5eb-015a8178f508 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-4d7688db-abfe-4267-a5eb-015a8178f508 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4d7688db-abfe-4267-a5eb-015a8178f508.shogun-image-container {
      position: relative;
    }

    .s-4d7688db-abfe-4267-a5eb-015a8178f508.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d7688db-abfe-4267-a5eb-015a8178f508.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d7688db-abfe-4267-a5eb-015a8178f508 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 540px;
    }
  }

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

.shg-image-margin-container-s-4d7688db-abfe-4267-a5eb-015a8178f508 {
  
  
  
  
}

#s-4d7688db-abfe-4267-a5eb-015a8178f508 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d7688db-abfe-4267-a5eb-015a8178f508 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4d7688db-abfe-4267-a5eb-015a8178f508 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d7688db-abfe-4267-a5eb-015a8178f508 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d7688db-abfe-4267-a5eb-015a8178f508.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d7688db-abfe-4267-a5eb-015a8178f508 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 540px;
  }



  img.s-4d7688db-abfe-4267-a5eb-015a8178f508.shogun-image {
    
    
    
    max-height: 540px;
  }


.s-4d7688db-abfe-4267-a5eb-015a8178f508 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d7688db-abfe-4267-a5eb-015a8178f508.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d7688db-abfe-4267-a5eb-015a8178f508.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d7688db-abfe-4267-a5eb-015a8178f508.shogun-image {
  box-sizing: border-box;
}


.s-4d7688db-abfe-4267-a5eb-015a8178f508 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-4d7688db-abfe-4267-a5eb-015a8178f508 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-4d7688db-abfe-4267-a5eb-015a8178f508 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-4d7688db-abfe-4267-a5eb-015a8178f508 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4d7688db-abfe-4267-a5eb-015a8178f508.shogun-image-container {
      position: relative;
    }

    .s-4d7688db-abfe-4267-a5eb-015a8178f508.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d7688db-abfe-4267-a5eb-015a8178f508.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d7688db-abfe-4267-a5eb-015a8178f508 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 540px;
    }
  }

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

.shg-image-margin-container-s-4d7688db-abfe-4267-a5eb-015a8178f508 {
  
  
  
  
}

#s-4d7688db-abfe-4267-a5eb-015a8178f508 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d7688db-abfe-4267-a5eb-015a8178f508 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4d7688db-abfe-4267-a5eb-015a8178f508 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d7688db-abfe-4267-a5eb-015a8178f508 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d7688db-abfe-4267-a5eb-015a8178f508.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d7688db-abfe-4267-a5eb-015a8178f508 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 540px;
  }



  img.s-4d7688db-abfe-4267-a5eb-015a8178f508.shogun-image {
    
    
    
    max-height: 540px;
  }


.s-4d7688db-abfe-4267-a5eb-015a8178f508 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d7688db-abfe-4267-a5eb-015a8178f508.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d7688db-abfe-4267-a5eb-015a8178f508.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d7688db-abfe-4267-a5eb-015a8178f508.shogun-image {
  box-sizing: border-box;
}


.s-4d7688db-abfe-4267-a5eb-015a8178f508 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-4d7688db-abfe-4267-a5eb-015a8178f508 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-4d7688db-abfe-4267-a5eb-015a8178f508 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-4d7688db-abfe-4267-a5eb-015a8178f508 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4d7688db-abfe-4267-a5eb-015a8178f508.shogun-image-container {
      position: relative;
    }

    .s-4d7688db-abfe-4267-a5eb-015a8178f508.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d7688db-abfe-4267-a5eb-015a8178f508.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d7688db-abfe-4267-a5eb-015a8178f508 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 540px;
    }
  }

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

.shg-image-margin-container-s-4d7688db-abfe-4267-a5eb-015a8178f508 {
  
  
  
  
}

#s-4d7688db-abfe-4267-a5eb-015a8178f508 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d7688db-abfe-4267-a5eb-015a8178f508 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4d7688db-abfe-4267-a5eb-015a8178f508 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d7688db-abfe-4267-a5eb-015a8178f508 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d7688db-abfe-4267-a5eb-015a8178f508.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d7688db-abfe-4267-a5eb-015a8178f508 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 540px;
  }



  img.s-4d7688db-abfe-4267-a5eb-015a8178f508.shogun-image {
    
    
    
    max-height: 540px;
  }


.s-4d7688db-abfe-4267-a5eb-015a8178f508 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d7688db-abfe-4267-a5eb-015a8178f508.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d7688db-abfe-4267-a5eb-015a8178f508.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d7688db-abfe-4267-a5eb-015a8178f508.shogun-image {
  box-sizing: border-box;
}


.s-4d7688db-abfe-4267-a5eb-015a8178f508 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-4d7688db-abfe-4267-a5eb-015a8178f508 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-4d7688db-abfe-4267-a5eb-015a8178f508 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-4d7688db-abfe-4267-a5eb-015a8178f508 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4d7688db-abfe-4267-a5eb-015a8178f508.shogun-image-container {
      position: relative;
    }

    .s-4d7688db-abfe-4267-a5eb-015a8178f508.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d7688db-abfe-4267-a5eb-015a8178f508.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d7688db-abfe-4267-a5eb-015a8178f508 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 540px;
    }
  }

}
#s-8979ed44-0839-447c-bc13-a10a9edfa5aa {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8979ed44-0839-447c-bc13-a10a9edfa5aa .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-0ed5404b-591a-4f36-92c3-cc25ddf0980a {
  margin-left: auto;
margin-right: auto;
}

#s-4c34a98b-9bbe-4769-8010-ccc568f7dbab {
  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-4c34a98b-9bbe-4769-8010-ccc568f7dbab: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(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-4c34a98b-9bbe-4769-8010-ccc568f7dbab: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-4c34a98b-9bbe-4769-8010-ccc568f7dbab-root {
    text-align: center;
  }


#s-4c34a98b-9bbe-4769-8010-ccc568f7dbab.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4c34a98b-9bbe-4769-8010-ccc568f7dbab-root {
    text-align: center;
  }


#s-4c34a98b-9bbe-4769-8010-ccc568f7dbab.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-4c34a98b-9bbe-4769-8010-ccc568f7dbab-root {
    text-align: center;
  }


#s-4c34a98b-9bbe-4769-8010-ccc568f7dbab.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-4c34a98b-9bbe-4769-8010-ccc568f7dbab-root {
    text-align: center;
  }


#s-4c34a98b-9bbe-4769-8010-ccc568f7dbab.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4c34a98b-9bbe-4769-8010-ccc568f7dbab-root {
    text-align: center;
  }


#s-4c34a98b-9bbe-4769-8010-ccc568f7dbab.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-d4a504ca-3acf-414d-800e-012494c7bdfe {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
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-d4a504ca-3acf-414d-800e-012494c7bdfe &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d4a504ca-3acf-414d-800e-012494c7bdfe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6566dfd5-91c8-4939-bce6-8e87ee11077c {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
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;
max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-6566dfd5-91c8-4939-bce6-8e87ee11077c {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

#s-6566dfd5-91c8-4939-bce6-8e87ee11077c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6566dfd5-91c8-4939-bce6-8e87ee11077c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6566dfd5-91c8-4939-bce6-8e87ee11077c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6566dfd5-91c8-4939-bce6-8e87ee11077c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6566dfd5-91c8-4939-bce6-8e87ee11077c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6566dfd5-91c8-4939-bce6-8e87ee11077c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-6566dfd5-91c8-4939-bce6-8e87ee11077c.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-6566dfd5-91c8-4939-bce6-8e87ee11077c .shogun-image-content {
  
    align-items: center;
  
}

.s-6566dfd5-91c8-4939-bce6-8e87ee11077c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6566dfd5-91c8-4939-bce6-8e87ee11077c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6566dfd5-91c8-4939-bce6-8e87ee11077c.shogun-image {
  box-sizing: border-box;
}


.s-6566dfd5-91c8-4939-bce6-8e87ee11077c .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-6566dfd5-91c8-4939-bce6-8e87ee11077c .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-6566dfd5-91c8-4939-bce6-8e87ee11077c .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-6566dfd5-91c8-4939-bce6-8e87ee11077c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6566dfd5-91c8-4939-bce6-8e87ee11077c.shogun-image-container {
      position: relative;
    }

    .s-6566dfd5-91c8-4939-bce6-8e87ee11077c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6566dfd5-91c8-4939-bce6-8e87ee11077c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6566dfd5-91c8-4939-bce6-8e87ee11077c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-6566dfd5-91c8-4939-bce6-8e87ee11077c {
  
  
  
  
}

#s-6566dfd5-91c8-4939-bce6-8e87ee11077c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6566dfd5-91c8-4939-bce6-8e87ee11077c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6566dfd5-91c8-4939-bce6-8e87ee11077c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6566dfd5-91c8-4939-bce6-8e87ee11077c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6566dfd5-91c8-4939-bce6-8e87ee11077c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6566dfd5-91c8-4939-bce6-8e87ee11077c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-6566dfd5-91c8-4939-bce6-8e87ee11077c.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-6566dfd5-91c8-4939-bce6-8e87ee11077c .shogun-image-content {
  
    align-items: center;
  
}

.s-6566dfd5-91c8-4939-bce6-8e87ee11077c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6566dfd5-91c8-4939-bce6-8e87ee11077c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6566dfd5-91c8-4939-bce6-8e87ee11077c.shogun-image {
  box-sizing: border-box;
}


.s-6566dfd5-91c8-4939-bce6-8e87ee11077c .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-6566dfd5-91c8-4939-bce6-8e87ee11077c .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-6566dfd5-91c8-4939-bce6-8e87ee11077c .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-6566dfd5-91c8-4939-bce6-8e87ee11077c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6566dfd5-91c8-4939-bce6-8e87ee11077c.shogun-image-container {
      position: relative;
    }

    .s-6566dfd5-91c8-4939-bce6-8e87ee11077c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6566dfd5-91c8-4939-bce6-8e87ee11077c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6566dfd5-91c8-4939-bce6-8e87ee11077c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

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

.shg-image-margin-container-s-6566dfd5-91c8-4939-bce6-8e87ee11077c {
  
  
  
  
}

#s-6566dfd5-91c8-4939-bce6-8e87ee11077c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6566dfd5-91c8-4939-bce6-8e87ee11077c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6566dfd5-91c8-4939-bce6-8e87ee11077c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6566dfd5-91c8-4939-bce6-8e87ee11077c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6566dfd5-91c8-4939-bce6-8e87ee11077c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6566dfd5-91c8-4939-bce6-8e87ee11077c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-6566dfd5-91c8-4939-bce6-8e87ee11077c.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-6566dfd5-91c8-4939-bce6-8e87ee11077c .shogun-image-content {
  
    align-items: center;
  
}

.s-6566dfd5-91c8-4939-bce6-8e87ee11077c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6566dfd5-91c8-4939-bce6-8e87ee11077c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6566dfd5-91c8-4939-bce6-8e87ee11077c.shogun-image {
  box-sizing: border-box;
}


.s-6566dfd5-91c8-4939-bce6-8e87ee11077c .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-6566dfd5-91c8-4939-bce6-8e87ee11077c .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-6566dfd5-91c8-4939-bce6-8e87ee11077c .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-6566dfd5-91c8-4939-bce6-8e87ee11077c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6566dfd5-91c8-4939-bce6-8e87ee11077c.shogun-image-container {
      position: relative;
    }

    .s-6566dfd5-91c8-4939-bce6-8e87ee11077c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6566dfd5-91c8-4939-bce6-8e87ee11077c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6566dfd5-91c8-4939-bce6-8e87ee11077c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

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

.shg-image-margin-container-s-6566dfd5-91c8-4939-bce6-8e87ee11077c {
  
  
  
  
}

#s-6566dfd5-91c8-4939-bce6-8e87ee11077c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6566dfd5-91c8-4939-bce6-8e87ee11077c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6566dfd5-91c8-4939-bce6-8e87ee11077c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6566dfd5-91c8-4939-bce6-8e87ee11077c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6566dfd5-91c8-4939-bce6-8e87ee11077c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6566dfd5-91c8-4939-bce6-8e87ee11077c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-6566dfd5-91c8-4939-bce6-8e87ee11077c.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-6566dfd5-91c8-4939-bce6-8e87ee11077c .shogun-image-content {
  
    align-items: center;
  
}

.s-6566dfd5-91c8-4939-bce6-8e87ee11077c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6566dfd5-91c8-4939-bce6-8e87ee11077c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6566dfd5-91c8-4939-bce6-8e87ee11077c.shogun-image {
  box-sizing: border-box;
}


.s-6566dfd5-91c8-4939-bce6-8e87ee11077c .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-6566dfd5-91c8-4939-bce6-8e87ee11077c .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-6566dfd5-91c8-4939-bce6-8e87ee11077c .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-6566dfd5-91c8-4939-bce6-8e87ee11077c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6566dfd5-91c8-4939-bce6-8e87ee11077c.shogun-image-container {
      position: relative;
    }

    .s-6566dfd5-91c8-4939-bce6-8e87ee11077c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6566dfd5-91c8-4939-bce6-8e87ee11077c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6566dfd5-91c8-4939-bce6-8e87ee11077c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

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

.shg-image-margin-container-s-6566dfd5-91c8-4939-bce6-8e87ee11077c {
  
  
  
  
}

#s-6566dfd5-91c8-4939-bce6-8e87ee11077c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6566dfd5-91c8-4939-bce6-8e87ee11077c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6566dfd5-91c8-4939-bce6-8e87ee11077c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6566dfd5-91c8-4939-bce6-8e87ee11077c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6566dfd5-91c8-4939-bce6-8e87ee11077c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6566dfd5-91c8-4939-bce6-8e87ee11077c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-6566dfd5-91c8-4939-bce6-8e87ee11077c.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-6566dfd5-91c8-4939-bce6-8e87ee11077c .shogun-image-content {
  
    align-items: center;
  
}

.s-6566dfd5-91c8-4939-bce6-8e87ee11077c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6566dfd5-91c8-4939-bce6-8e87ee11077c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6566dfd5-91c8-4939-bce6-8e87ee11077c.shogun-image {
  box-sizing: border-box;
}


.s-6566dfd5-91c8-4939-bce6-8e87ee11077c .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-6566dfd5-91c8-4939-bce6-8e87ee11077c .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-6566dfd5-91c8-4939-bce6-8e87ee11077c .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-6566dfd5-91c8-4939-bce6-8e87ee11077c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6566dfd5-91c8-4939-bce6-8e87ee11077c.shogun-image-container {
      position: relative;
    }

    .s-6566dfd5-91c8-4939-bce6-8e87ee11077c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6566dfd5-91c8-4939-bce6-8e87ee11077c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6566dfd5-91c8-4939-bce6-8e87ee11077c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}
#s-b4bc5e3c-2f8d-4d09-9260-1283f11a67c2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b4bc5e3c-2f8d-4d09-9260-1283f11a67c2 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-46038bcc-1108-40d7-a03f-17ff3344bb6a {
  margin-left: auto;
margin-right: auto;
}

#s-cba03b69-6ded-491f-93e3-3b681e2d91d9 {
  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-cba03b69-6ded-491f-93e3-3b681e2d91d9: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(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-cba03b69-6ded-491f-93e3-3b681e2d91d9: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-cba03b69-6ded-491f-93e3-3b681e2d91d9-root {
    text-align: center;
  }


#s-cba03b69-6ded-491f-93e3-3b681e2d91d9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-cba03b69-6ded-491f-93e3-3b681e2d91d9-root {
    text-align: center;
  }


#s-cba03b69-6ded-491f-93e3-3b681e2d91d9.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-cba03b69-6ded-491f-93e3-3b681e2d91d9-root {
    text-align: center;
  }


#s-cba03b69-6ded-491f-93e3-3b681e2d91d9.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-cba03b69-6ded-491f-93e3-3b681e2d91d9-root {
    text-align: center;
  }


#s-cba03b69-6ded-491f-93e3-3b681e2d91d9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-cba03b69-6ded-491f-93e3-3b681e2d91d9-root {
    text-align: center;
  }


#s-cba03b69-6ded-491f-93e3-3b681e2d91d9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-d2e16f56-7a97-45c7-999c-4e3a362de855 {
  margin-top: 5px;
margin-left: 2%;
margin-bottom: 5px;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-d2e16f56-7a97-45c7-999c-4e3a362de855"] &gt; .shg-row &gt; .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-d2e16f56-7a97-45c7-999c-4e3a362de855"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-d2e16f56-7a97-45c7-999c-4e3a362de855"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-d2e16f56-7a97-45c7-999c-4e3a362de855"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-42a7865d-7487-4911-a411-42442654aec6 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
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-42a7865d-7487-4911-a411-42442654aec6 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-42a7865d-7487-4911-a411-42442654aec6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
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;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

#s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77 .shogun-image-content {
  
    align-items: center;
  
}

.s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77.shogun-image {
  box-sizing: border-box;
}


.s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77.shogun-image-container {
      position: relative;
    }

    .s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77 {
  
  
  
  
}

#s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77 .shogun-image-content {
  
    align-items: center;
  
}

.s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77.shogun-image {
  box-sizing: border-box;
}


.s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77.shogun-image-container {
      position: relative;
    }

    .s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77 {
  
  
  
  
}

#s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77 .shogun-image-content {
  
    align-items: center;
  
}

.s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77.shogun-image {
  box-sizing: border-box;
}


.s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77.shogun-image-container {
      position: relative;
    }

    .s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77 {
  
  
  
  
}

#s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77 .shogun-image-content {
  
    align-items: center;
  
}

.s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77.shogun-image {
  box-sizing: border-box;
}


.s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77.shogun-image-container {
      position: relative;
    }

    .s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77 {
  
  
  
  
}

#s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77 .shogun-image-content {
  
    align-items: center;
  
}

.s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77.shogun-image {
  box-sizing: border-box;
}


.s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77.shogun-image-container {
      position: relative;
    }

    .s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-89a43c3f-0bc5-46f2-9d64-84e5e75fdd77 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-7e9c329b-07d5-420f-b70f-182a70826cf4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7e9c329b-07d5-420f-b70f-182a70826cf4 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-3d6c813c-e126-497d-b230-4694b21516a1 {
  margin-left: auto;
margin-right: auto;
}

#s-53b7e519-4d82-4730-81bc-0ba3cc0bf996 {
  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-53b7e519-4d82-4730-81bc-0ba3cc0bf996: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(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-53b7e519-4d82-4730-81bc-0ba3cc0bf996: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-53b7e519-4d82-4730-81bc-0ba3cc0bf996-root {
    text-align: center;
  }


#s-53b7e519-4d82-4730-81bc-0ba3cc0bf996.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-53b7e519-4d82-4730-81bc-0ba3cc0bf996-root {
    text-align: center;
  }


#s-53b7e519-4d82-4730-81bc-0ba3cc0bf996.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-53b7e519-4d82-4730-81bc-0ba3cc0bf996-root {
    text-align: center;
  }


#s-53b7e519-4d82-4730-81bc-0ba3cc0bf996.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-53b7e519-4d82-4730-81bc-0ba3cc0bf996-root {
    text-align: center;
  }


#s-53b7e519-4d82-4730-81bc-0ba3cc0bf996.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-53b7e519-4d82-4730-81bc-0ba3cc0bf996-root {
    text-align: center;
  }


#s-53b7e519-4d82-4730-81bc-0ba3cc0bf996.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-1e892afa-a7d3-4085-95cb-ab87d035c478 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
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-1e892afa-a7d3-4085-95cb-ab87d035c478 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1e892afa-a7d3-4085-95cb-ab87d035c478.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-abe3f75f-dab6-45b9-b511-aff1ee0babe9 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
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;
max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-abe3f75f-dab6-45b9-b511-aff1ee0babe9 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

#s-abe3f75f-dab6-45b9-b511-aff1ee0babe9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-abe3f75f-dab6-45b9-b511-aff1ee0babe9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-abe3f75f-dab6-45b9-b511-aff1ee0babe9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-abe3f75f-dab6-45b9-b511-aff1ee0babe9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-abe3f75f-dab6-45b9-b511-aff1ee0babe9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-abe3f75f-dab6-45b9-b511-aff1ee0babe9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-abe3f75f-dab6-45b9-b511-aff1ee0babe9.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-abe3f75f-dab6-45b9-b511-aff1ee0babe9 .shogun-image-content {
  
    align-items: center;
  
}

.s-abe3f75f-dab6-45b9-b511-aff1ee0babe9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abe3f75f-dab6-45b9-b511-aff1ee0babe9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abe3f75f-dab6-45b9-b511-aff1ee0babe9.shogun-image {
  box-sizing: border-box;
}


.s-abe3f75f-dab6-45b9-b511-aff1ee0babe9 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-abe3f75f-dab6-45b9-b511-aff1ee0babe9 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-abe3f75f-dab6-45b9-b511-aff1ee0babe9 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-abe3f75f-dab6-45b9-b511-aff1ee0babe9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-abe3f75f-dab6-45b9-b511-aff1ee0babe9.shogun-image-container {
      position: relative;
    }

    .s-abe3f75f-dab6-45b9-b511-aff1ee0babe9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-abe3f75f-dab6-45b9-b511-aff1ee0babe9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-abe3f75f-dab6-45b9-b511-aff1ee0babe9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-abe3f75f-dab6-45b9-b511-aff1ee0babe9 {
  
  
  
  
}

#s-abe3f75f-dab6-45b9-b511-aff1ee0babe9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-abe3f75f-dab6-45b9-b511-aff1ee0babe9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-abe3f75f-dab6-45b9-b511-aff1ee0babe9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-abe3f75f-dab6-45b9-b511-aff1ee0babe9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-abe3f75f-dab6-45b9-b511-aff1ee0babe9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-abe3f75f-dab6-45b9-b511-aff1ee0babe9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-abe3f75f-dab6-45b9-b511-aff1ee0babe9.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-abe3f75f-dab6-45b9-b511-aff1ee0babe9 .shogun-image-content {
  
    align-items: center;
  
}

.s-abe3f75f-dab6-45b9-b511-aff1ee0babe9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abe3f75f-dab6-45b9-b511-aff1ee0babe9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abe3f75f-dab6-45b9-b511-aff1ee0babe9.shogun-image {
  box-sizing: border-box;
}


.s-abe3f75f-dab6-45b9-b511-aff1ee0babe9 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-abe3f75f-dab6-45b9-b511-aff1ee0babe9 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-abe3f75f-dab6-45b9-b511-aff1ee0babe9 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-abe3f75f-dab6-45b9-b511-aff1ee0babe9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-abe3f75f-dab6-45b9-b511-aff1ee0babe9.shogun-image-container {
      position: relative;
    }

    .s-abe3f75f-dab6-45b9-b511-aff1ee0babe9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-abe3f75f-dab6-45b9-b511-aff1ee0babe9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-abe3f75f-dab6-45b9-b511-aff1ee0babe9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

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

.shg-image-margin-container-s-abe3f75f-dab6-45b9-b511-aff1ee0babe9 {
  
  
  
  
}

#s-abe3f75f-dab6-45b9-b511-aff1ee0babe9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-abe3f75f-dab6-45b9-b511-aff1ee0babe9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-abe3f75f-dab6-45b9-b511-aff1ee0babe9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-abe3f75f-dab6-45b9-b511-aff1ee0babe9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-abe3f75f-dab6-45b9-b511-aff1ee0babe9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-abe3f75f-dab6-45b9-b511-aff1ee0babe9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-abe3f75f-dab6-45b9-b511-aff1ee0babe9.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-abe3f75f-dab6-45b9-b511-aff1ee0babe9 .shogun-image-content {
  
    align-items: center;
  
}

.s-abe3f75f-dab6-45b9-b511-aff1ee0babe9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abe3f75f-dab6-45b9-b511-aff1ee0babe9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abe3f75f-dab6-45b9-b511-aff1ee0babe9.shogun-image {
  box-sizing: border-box;
}


.s-abe3f75f-dab6-45b9-b511-aff1ee0babe9 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-abe3f75f-dab6-45b9-b511-aff1ee0babe9 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-abe3f75f-dab6-45b9-b511-aff1ee0babe9 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-abe3f75f-dab6-45b9-b511-aff1ee0babe9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-abe3f75f-dab6-45b9-b511-aff1ee0babe9.shogun-image-container {
      position: relative;
    }

    .s-abe3f75f-dab6-45b9-b511-aff1ee0babe9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-abe3f75f-dab6-45b9-b511-aff1ee0babe9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-abe3f75f-dab6-45b9-b511-aff1ee0babe9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

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

.shg-image-margin-container-s-abe3f75f-dab6-45b9-b511-aff1ee0babe9 {
  
  
  
  
}

#s-abe3f75f-dab6-45b9-b511-aff1ee0babe9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-abe3f75f-dab6-45b9-b511-aff1ee0babe9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-abe3f75f-dab6-45b9-b511-aff1ee0babe9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-abe3f75f-dab6-45b9-b511-aff1ee0babe9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-abe3f75f-dab6-45b9-b511-aff1ee0babe9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-abe3f75f-dab6-45b9-b511-aff1ee0babe9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-abe3f75f-dab6-45b9-b511-aff1ee0babe9.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-abe3f75f-dab6-45b9-b511-aff1ee0babe9 .shogun-image-content {
  
    align-items: center;
  
}

.s-abe3f75f-dab6-45b9-b511-aff1ee0babe9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abe3f75f-dab6-45b9-b511-aff1ee0babe9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abe3f75f-dab6-45b9-b511-aff1ee0babe9.shogun-image {
  box-sizing: border-box;
}


.s-abe3f75f-dab6-45b9-b511-aff1ee0babe9 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-abe3f75f-dab6-45b9-b511-aff1ee0babe9 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-abe3f75f-dab6-45b9-b511-aff1ee0babe9 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-abe3f75f-dab6-45b9-b511-aff1ee0babe9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-abe3f75f-dab6-45b9-b511-aff1ee0babe9.shogun-image-container {
      position: relative;
    }

    .s-abe3f75f-dab6-45b9-b511-aff1ee0babe9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-abe3f75f-dab6-45b9-b511-aff1ee0babe9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-abe3f75f-dab6-45b9-b511-aff1ee0babe9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

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

.shg-image-margin-container-s-abe3f75f-dab6-45b9-b511-aff1ee0babe9 {
  
  
  
  
}

#s-abe3f75f-dab6-45b9-b511-aff1ee0babe9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-abe3f75f-dab6-45b9-b511-aff1ee0babe9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-abe3f75f-dab6-45b9-b511-aff1ee0babe9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-abe3f75f-dab6-45b9-b511-aff1ee0babe9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-abe3f75f-dab6-45b9-b511-aff1ee0babe9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-abe3f75f-dab6-45b9-b511-aff1ee0babe9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-abe3f75f-dab6-45b9-b511-aff1ee0babe9.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-abe3f75f-dab6-45b9-b511-aff1ee0babe9 .shogun-image-content {
  
    align-items: center;
  
}

.s-abe3f75f-dab6-45b9-b511-aff1ee0babe9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abe3f75f-dab6-45b9-b511-aff1ee0babe9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abe3f75f-dab6-45b9-b511-aff1ee0babe9.shogun-image {
  box-sizing: border-box;
}


.s-abe3f75f-dab6-45b9-b511-aff1ee0babe9 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-abe3f75f-dab6-45b9-b511-aff1ee0babe9 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-abe3f75f-dab6-45b9-b511-aff1ee0babe9 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-abe3f75f-dab6-45b9-b511-aff1ee0babe9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-abe3f75f-dab6-45b9-b511-aff1ee0babe9.shogun-image-container {
      position: relative;
    }

    .s-abe3f75f-dab6-45b9-b511-aff1ee0babe9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-abe3f75f-dab6-45b9-b511-aff1ee0babe9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-abe3f75f-dab6-45b9-b511-aff1ee0babe9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}
#s-8c5c425b-ec83-4d9a-8729-7d913c0fa5a6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8c5c425b-ec83-4d9a-8729-7d913c0fa5a6 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-f9280252-66bc-46e2-b5b5-71e49109d9b5 {
  margin-left: auto;
margin-right: auto;
}

#s-8530f033-8253-4916-a996-d9cbdeb77373 {
  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-8530f033-8253-4916-a996-d9cbdeb77373: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(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-8530f033-8253-4916-a996-d9cbdeb77373: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-8530f033-8253-4916-a996-d9cbdeb77373-root {
    text-align: center;
  }


#s-8530f033-8253-4916-a996-d9cbdeb77373.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8530f033-8253-4916-a996-d9cbdeb77373-root {
    text-align: center;
  }


#s-8530f033-8253-4916-a996-d9cbdeb77373.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-8530f033-8253-4916-a996-d9cbdeb77373-root {
    text-align: center;
  }


#s-8530f033-8253-4916-a996-d9cbdeb77373.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-8530f033-8253-4916-a996-d9cbdeb77373-root {
    text-align: center;
  }


#s-8530f033-8253-4916-a996-d9cbdeb77373.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8530f033-8253-4916-a996-d9cbdeb77373-root {
    text-align: center;
  }


#s-8530f033-8253-4916-a996-d9cbdeb77373.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-ca31441d-8dc2-4166-b5f4-78c856fc87e1 {
  margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-ca31441d-8dc2-4166-b5f4-78c856fc87e1 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ca31441d-8dc2-4166-b5f4-78c856fc87e1 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-ca31441d-8dc2-4166-b5f4-78c856fc87e1 {
  margin-left: 2%;
margin-right: 2%;
}
}
#s-ca31441d-8dc2-4166-b5f4-78c856fc87e1 hr {
  border-top: 2px solid #D5D6D7;
}

#s-b90385f6-be10-4585-bdd3-98f3153113a9 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-b90385f6-be10-4585-bdd3-98f3153113a9 {
  display: none;
}
#s-b90385f6-be10-4585-bdd3-98f3153113a9, #wrap-s-b90385f6-be10-4585-bdd3-98f3153113a9 { display: none !important; }}@media (max-width: 767px){#s-b90385f6-be10-4585-bdd3-98f3153113a9 {
  display: none;
}
#s-b90385f6-be10-4585-bdd3-98f3153113a9, #wrap-s-b90385f6-be10-4585-bdd3-98f3153113a9 { display: none !important; }}







#s-b90385f6-be10-4585-bdd3-98f3153113a9 &gt; .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;
}

#s-063576bf-cd30-4570-8995-5490f5746e3f {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-989e375b-25e0-490d-9d51-bcf3f3cf88cc {
  margin-left: 7%;
margin-right: 7%;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-989e375b-25e0-490d-9d51-bcf3f3cf88cc {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-989e375b-25e0-490d-9d51-bcf3f3cf88cc {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-989e375b-25e0-490d-9d51-bcf3f3cf88cc {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-989e375b-25e0-490d-9d51-bcf3f3cf88cc {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-989e375b-25e0-490d-9d51-bcf3f3cf88cc .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-989e375b-25e0-490d-9d51-bcf3f3cf88cc .shg-sld-nav-button.shg-sld-left,
#s-989e375b-25e0-490d-9d51-bcf3f3cf88cc .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-591dc8b2-0877-4f40-a173-9d33fae02a9d {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-591dc8b2-0877-4f40-a173-9d33fae02a9d"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-591dc8b2-0877-4f40-a173-9d33fae02a9d"] &gt; .shg-row &gt; .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-591dc8b2-0877-4f40-a173-9d33fae02a9d"] &gt; .shg-row &gt; .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-591dc8b2-0877-4f40-a173-9d33fae02a9d"] &gt; .shg-row &gt; .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-f03c94e8-4260-47ba-9a46-b62f99f1fb73 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-f03c94e8-4260-47ba-9a46-b62f99f1fb73"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f03c94e8-4260-47ba-9a46-b62f99f1fb73"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f03c94e8-4260-47ba-9a46-b62f99f1fb73"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f03c94e8-4260-47ba-9a46-b62f99f1fb73"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-f1f3d222-0fff-4ad3-847e-4e997a974fc9 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
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-f1f3d222-0fff-4ad3-847e-4e997a974fc9 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f1f3d222-0fff-4ad3-847e-4e997a974fc9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f9294f33-938b-49f8-a225-d03aa93d4ad3 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
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;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-f9294f33-938b-49f8-a225-d03aa93d4ad3 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

#s-f9294f33-938b-49f8-a225-d03aa93d4ad3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f9294f33-938b-49f8-a225-d03aa93d4ad3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f9294f33-938b-49f8-a225-d03aa93d4ad3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9294f33-938b-49f8-a225-d03aa93d4ad3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f9294f33-938b-49f8-a225-d03aa93d4ad3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f9294f33-938b-49f8-a225-d03aa93d4ad3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-f9294f33-938b-49f8-a225-d03aa93d4ad3.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-f9294f33-938b-49f8-a225-d03aa93d4ad3 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9294f33-938b-49f8-a225-d03aa93d4ad3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9294f33-938b-49f8-a225-d03aa93d4ad3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9294f33-938b-49f8-a225-d03aa93d4ad3.shogun-image {
  box-sizing: border-box;
}


.s-f9294f33-938b-49f8-a225-d03aa93d4ad3 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f9294f33-938b-49f8-a225-d03aa93d4ad3 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f9294f33-938b-49f8-a225-d03aa93d4ad3 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-f9294f33-938b-49f8-a225-d03aa93d4ad3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f9294f33-938b-49f8-a225-d03aa93d4ad3.shogun-image-container {
      position: relative;
    }

    .s-f9294f33-938b-49f8-a225-d03aa93d4ad3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9294f33-938b-49f8-a225-d03aa93d4ad3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9294f33-938b-49f8-a225-d03aa93d4ad3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f9294f33-938b-49f8-a225-d03aa93d4ad3 {
  
  
  
  
}

#s-f9294f33-938b-49f8-a225-d03aa93d4ad3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f9294f33-938b-49f8-a225-d03aa93d4ad3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f9294f33-938b-49f8-a225-d03aa93d4ad3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9294f33-938b-49f8-a225-d03aa93d4ad3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f9294f33-938b-49f8-a225-d03aa93d4ad3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f9294f33-938b-49f8-a225-d03aa93d4ad3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-f9294f33-938b-49f8-a225-d03aa93d4ad3.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-f9294f33-938b-49f8-a225-d03aa93d4ad3 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9294f33-938b-49f8-a225-d03aa93d4ad3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9294f33-938b-49f8-a225-d03aa93d4ad3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9294f33-938b-49f8-a225-d03aa93d4ad3.shogun-image {
  box-sizing: border-box;
}


.s-f9294f33-938b-49f8-a225-d03aa93d4ad3 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f9294f33-938b-49f8-a225-d03aa93d4ad3 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f9294f33-938b-49f8-a225-d03aa93d4ad3 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-f9294f33-938b-49f8-a225-d03aa93d4ad3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f9294f33-938b-49f8-a225-d03aa93d4ad3.shogun-image-container {
      position: relative;
    }

    .s-f9294f33-938b-49f8-a225-d03aa93d4ad3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9294f33-938b-49f8-a225-d03aa93d4ad3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9294f33-938b-49f8-a225-d03aa93d4ad3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-f9294f33-938b-49f8-a225-d03aa93d4ad3 {
  
  
  
  
}

#s-f9294f33-938b-49f8-a225-d03aa93d4ad3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f9294f33-938b-49f8-a225-d03aa93d4ad3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f9294f33-938b-49f8-a225-d03aa93d4ad3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9294f33-938b-49f8-a225-d03aa93d4ad3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f9294f33-938b-49f8-a225-d03aa93d4ad3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f9294f33-938b-49f8-a225-d03aa93d4ad3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-f9294f33-938b-49f8-a225-d03aa93d4ad3.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-f9294f33-938b-49f8-a225-d03aa93d4ad3 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9294f33-938b-49f8-a225-d03aa93d4ad3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9294f33-938b-49f8-a225-d03aa93d4ad3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9294f33-938b-49f8-a225-d03aa93d4ad3.shogun-image {
  box-sizing: border-box;
}


.s-f9294f33-938b-49f8-a225-d03aa93d4ad3 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f9294f33-938b-49f8-a225-d03aa93d4ad3 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f9294f33-938b-49f8-a225-d03aa93d4ad3 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-f9294f33-938b-49f8-a225-d03aa93d4ad3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f9294f33-938b-49f8-a225-d03aa93d4ad3.shogun-image-container {
      position: relative;
    }

    .s-f9294f33-938b-49f8-a225-d03aa93d4ad3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9294f33-938b-49f8-a225-d03aa93d4ad3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9294f33-938b-49f8-a225-d03aa93d4ad3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-f9294f33-938b-49f8-a225-d03aa93d4ad3 {
  
  
  
  
}

#s-f9294f33-938b-49f8-a225-d03aa93d4ad3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f9294f33-938b-49f8-a225-d03aa93d4ad3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f9294f33-938b-49f8-a225-d03aa93d4ad3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9294f33-938b-49f8-a225-d03aa93d4ad3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f9294f33-938b-49f8-a225-d03aa93d4ad3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f9294f33-938b-49f8-a225-d03aa93d4ad3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-f9294f33-938b-49f8-a225-d03aa93d4ad3.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-f9294f33-938b-49f8-a225-d03aa93d4ad3 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9294f33-938b-49f8-a225-d03aa93d4ad3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9294f33-938b-49f8-a225-d03aa93d4ad3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9294f33-938b-49f8-a225-d03aa93d4ad3.shogun-image {
  box-sizing: border-box;
}


.s-f9294f33-938b-49f8-a225-d03aa93d4ad3 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f9294f33-938b-49f8-a225-d03aa93d4ad3 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f9294f33-938b-49f8-a225-d03aa93d4ad3 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-f9294f33-938b-49f8-a225-d03aa93d4ad3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f9294f33-938b-49f8-a225-d03aa93d4ad3.shogun-image-container {
      position: relative;
    }

    .s-f9294f33-938b-49f8-a225-d03aa93d4ad3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9294f33-938b-49f8-a225-d03aa93d4ad3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9294f33-938b-49f8-a225-d03aa93d4ad3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-f9294f33-938b-49f8-a225-d03aa93d4ad3 {
  
  
  
  
}

#s-f9294f33-938b-49f8-a225-d03aa93d4ad3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f9294f33-938b-49f8-a225-d03aa93d4ad3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f9294f33-938b-49f8-a225-d03aa93d4ad3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9294f33-938b-49f8-a225-d03aa93d4ad3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f9294f33-938b-49f8-a225-d03aa93d4ad3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f9294f33-938b-49f8-a225-d03aa93d4ad3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-f9294f33-938b-49f8-a225-d03aa93d4ad3.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-f9294f33-938b-49f8-a225-d03aa93d4ad3 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9294f33-938b-49f8-a225-d03aa93d4ad3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9294f33-938b-49f8-a225-d03aa93d4ad3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9294f33-938b-49f8-a225-d03aa93d4ad3.shogun-image {
  box-sizing: border-box;
}


.s-f9294f33-938b-49f8-a225-d03aa93d4ad3 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f9294f33-938b-49f8-a225-d03aa93d4ad3 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f9294f33-938b-49f8-a225-d03aa93d4ad3 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-f9294f33-938b-49f8-a225-d03aa93d4ad3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f9294f33-938b-49f8-a225-d03aa93d4ad3.shogun-image-container {
      position: relative;
    }

    .s-f9294f33-938b-49f8-a225-d03aa93d4ad3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9294f33-938b-49f8-a225-d03aa93d4ad3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9294f33-938b-49f8-a225-d03aa93d4ad3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-4c5cc1ec-db27-4ae4-931c-5439a9a7e070 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4c5cc1ec-db27-4ae4-931c-5439a9a7e070 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-585b77d3-6153-4637-acd5-c64b23fb2418 {
  margin-left: auto;
margin-right: auto;
}

#s-ac9938f7-b8c6-4fa6-b170-5958e6f2dfad {
  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-ac9938f7-b8c6-4fa6-b170-5958e6f2dfad: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-ac9938f7-b8c6-4fa6-b170-5958e6f2dfad: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-ac9938f7-b8c6-4fa6-b170-5958e6f2dfad-root {
    text-align: center;
  }


#s-ac9938f7-b8c6-4fa6-b170-5958e6f2dfad.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ac9938f7-b8c6-4fa6-b170-5958e6f2dfad-root {
    text-align: center;
  }


#s-ac9938f7-b8c6-4fa6-b170-5958e6f2dfad.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-ac9938f7-b8c6-4fa6-b170-5958e6f2dfad-root {
    text-align: center;
  }


#s-ac9938f7-b8c6-4fa6-b170-5958e6f2dfad.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-ac9938f7-b8c6-4fa6-b170-5958e6f2dfad-root {
    text-align: center;
  }


#s-ac9938f7-b8c6-4fa6-b170-5958e6f2dfad.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ac9938f7-b8c6-4fa6-b170-5958e6f2dfad-root {
    text-align: center;
  }


#s-ac9938f7-b8c6-4fa6-b170-5958e6f2dfad.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-8aacd60b-4f82-48d0-bbc8-dcaf18c1cf1e {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
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-8aacd60b-4f82-48d0-bbc8-dcaf18c1cf1e &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8aacd60b-4f82-48d0-bbc8-dcaf18c1cf1e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
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;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

#s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf .shogun-image-content {
  
    align-items: center;
  
}

.s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf.shogun-image {
  box-sizing: border-box;
}


.s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf.shogun-image-container {
      position: relative;
    }

    .s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf {
  
  
  
  
}

#s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf .shogun-image-content {
  
    align-items: center;
  
}

.s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf.shogun-image {
  box-sizing: border-box;
}


.s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf.shogun-image-container {
      position: relative;
    }

    .s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf {
  
  
  
  
}

#s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf .shogun-image-content {
  
    align-items: center;
  
}

.s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf.shogun-image {
  box-sizing: border-box;
}


.s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf.shogun-image-container {
      position: relative;
    }

    .s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf {
  
  
  
  
}

#s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf .shogun-image-content {
  
    align-items: center;
  
}

.s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf.shogun-image {
  box-sizing: border-box;
}


.s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf.shogun-image-container {
      position: relative;
    }

    .s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf {
  
  
  
  
}

#s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf .shogun-image-content {
  
    align-items: center;
  
}

.s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf.shogun-image {
  box-sizing: border-box;
}


.s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf.shogun-image-container {
      position: relative;
    }

    .s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22a4e8b3-e25e-4140-8eb7-d1ed6225c5bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-2222b269-5daa-4047-b0d8-30c46273003b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2222b269-5daa-4047-b0d8-30c46273003b .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-a58d7293-7fe9-44c3-ad8d-c65ea852090d {
  margin-left: auto;
margin-right: auto;
}

#s-db304a80-0964-4d93-8d6b-b0b60d59653e {
  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-db304a80-0964-4d93-8d6b-b0b60d59653e: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-db304a80-0964-4d93-8d6b-b0b60d59653e: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-db304a80-0964-4d93-8d6b-b0b60d59653e-root {
    text-align: center;
  }


#s-db304a80-0964-4d93-8d6b-b0b60d59653e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-db304a80-0964-4d93-8d6b-b0b60d59653e-root {
    text-align: center;
  }


#s-db304a80-0964-4d93-8d6b-b0b60d59653e.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-db304a80-0964-4d93-8d6b-b0b60d59653e-root {
    text-align: center;
  }


#s-db304a80-0964-4d93-8d6b-b0b60d59653e.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-db304a80-0964-4d93-8d6b-b0b60d59653e-root {
    text-align: center;
  }


#s-db304a80-0964-4d93-8d6b-b0b60d59653e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-db304a80-0964-4d93-8d6b-b0b60d59653e-root {
    text-align: center;
  }


#s-db304a80-0964-4d93-8d6b-b0b60d59653e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-4b1a5df8-ee39-443d-82c1-3a1f54959171 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-4b1a5df8-ee39-443d-82c1-3a1f54959171"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b1a5df8-ee39-443d-82c1-3a1f54959171"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-4b1a5df8-ee39-443d-82c1-3a1f54959171"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b1a5df8-ee39-443d-82c1-3a1f54959171"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-044c6a35-f728-45c5-afaf-0523cbf662cb {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
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-044c6a35-f728-45c5-afaf-0523cbf662cb &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-044c6a35-f728-45c5-afaf-0523cbf662cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
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;
max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

#s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161 .shogun-image-content {
  
    align-items: center;
  
}

.s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161.shogun-image {
  box-sizing: border-box;
}


.s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161.shogun-image-container {
      position: relative;
    }

    .s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161 {
  
  
  
  
}

#s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161 .shogun-image-content {
  
    align-items: center;
  
}

.s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161.shogun-image {
  box-sizing: border-box;
}


.s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161.shogun-image-container {
      position: relative;
    }

    .s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

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

.shg-image-margin-container-s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161 {
  
  
  
  
}

#s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161 .shogun-image-content {
  
    align-items: center;
  
}

.s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161.shogun-image {
  box-sizing: border-box;
}


.s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161.shogun-image-container {
      position: relative;
    }

    .s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

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

.shg-image-margin-container-s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161 {
  
  
  
  
}

#s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161 .shogun-image-content {
  
    align-items: center;
  
}

.s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161.shogun-image {
  box-sizing: border-box;
}


.s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161.shogun-image-container {
      position: relative;
    }

    .s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

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

.shg-image-margin-container-s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161 {
  
  
  
  
}

#s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161 .shogun-image-content {
  
    align-items: center;
  
}

.s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161.shogun-image {
  box-sizing: border-box;
}


.s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161.shogun-image-container {
      position: relative;
    }

    .s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12da5dc0-3eb1-4b1a-8f13-a28f8698c161 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}
#s-c7dbfeaf-ca38-4470-b062-0581b6f8e144 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c7dbfeaf-ca38-4470-b062-0581b6f8e144 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-eb97300e-13f5-4cbb-b4b9-2c29835862a9 {
  margin-left: auto;
margin-right: auto;
}

#s-d1343f34-5f1b-4e9c-a243-90c20b30b4d4 {
  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-d1343f34-5f1b-4e9c-a243-90c20b30b4d4: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-d1343f34-5f1b-4e9c-a243-90c20b30b4d4: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-d1343f34-5f1b-4e9c-a243-90c20b30b4d4-root {
    text-align: center;
  }


#s-d1343f34-5f1b-4e9c-a243-90c20b30b4d4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d1343f34-5f1b-4e9c-a243-90c20b30b4d4-root {
    text-align: center;
  }


#s-d1343f34-5f1b-4e9c-a243-90c20b30b4d4.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-d1343f34-5f1b-4e9c-a243-90c20b30b4d4-root {
    text-align: center;
  }


#s-d1343f34-5f1b-4e9c-a243-90c20b30b4d4.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-d1343f34-5f1b-4e9c-a243-90c20b30b4d4-root {
    text-align: center;
  }


#s-d1343f34-5f1b-4e9c-a243-90c20b30b4d4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d1343f34-5f1b-4e9c-a243-90c20b30b4d4-root {
    text-align: center;
  }


#s-d1343f34-5f1b-4e9c-a243-90c20b30b4d4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-5923a147-ce0c-4b27-ac4d-420ad5831221 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
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-5923a147-ce0c-4b27-ac4d-420ad5831221 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5923a147-ce0c-4b27-ac4d-420ad5831221.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-da4f9c7a-c94b-4c17-a947-a8751343f12c {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
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;
max-width: 540px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-da4f9c7a-c94b-4c17-a947-a8751343f12c {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

#s-da4f9c7a-c94b-4c17-a947-a8751343f12c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-da4f9c7a-c94b-4c17-a947-a8751343f12c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-da4f9c7a-c94b-4c17-a947-a8751343f12c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-da4f9c7a-c94b-4c17-a947-a8751343f12c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-da4f9c7a-c94b-4c17-a947-a8751343f12c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-da4f9c7a-c94b-4c17-a947-a8751343f12c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 540px;
  }



  img.s-da4f9c7a-c94b-4c17-a947-a8751343f12c.shogun-image {
    
    
    
    max-height: 540px;
  }


.s-da4f9c7a-c94b-4c17-a947-a8751343f12c .shogun-image-content {
  
    align-items: center;
  
}

.s-da4f9c7a-c94b-4c17-a947-a8751343f12c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da4f9c7a-c94b-4c17-a947-a8751343f12c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da4f9c7a-c94b-4c17-a947-a8751343f12c.shogun-image {
  box-sizing: border-box;
}


.s-da4f9c7a-c94b-4c17-a947-a8751343f12c .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-da4f9c7a-c94b-4c17-a947-a8751343f12c .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-da4f9c7a-c94b-4c17-a947-a8751343f12c .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-da4f9c7a-c94b-4c17-a947-a8751343f12c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-da4f9c7a-c94b-4c17-a947-a8751343f12c.shogun-image-container {
      position: relative;
    }

    .s-da4f9c7a-c94b-4c17-a947-a8751343f12c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da4f9c7a-c94b-4c17-a947-a8751343f12c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da4f9c7a-c94b-4c17-a947-a8751343f12c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 540px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-da4f9c7a-c94b-4c17-a947-a8751343f12c {
  
  
  
  
}

#s-da4f9c7a-c94b-4c17-a947-a8751343f12c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-da4f9c7a-c94b-4c17-a947-a8751343f12c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-da4f9c7a-c94b-4c17-a947-a8751343f12c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-da4f9c7a-c94b-4c17-a947-a8751343f12c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-da4f9c7a-c94b-4c17-a947-a8751343f12c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-da4f9c7a-c94b-4c17-a947-a8751343f12c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 540px;
  }



  img.s-da4f9c7a-c94b-4c17-a947-a8751343f12c.shogun-image {
    
    
    
    max-height: 540px;
  }


.s-da4f9c7a-c94b-4c17-a947-a8751343f12c .shogun-image-content {
  
    align-items: center;
  
}

.s-da4f9c7a-c94b-4c17-a947-a8751343f12c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da4f9c7a-c94b-4c17-a947-a8751343f12c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da4f9c7a-c94b-4c17-a947-a8751343f12c.shogun-image {
  box-sizing: border-box;
}


.s-da4f9c7a-c94b-4c17-a947-a8751343f12c .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-da4f9c7a-c94b-4c17-a947-a8751343f12c .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-da4f9c7a-c94b-4c17-a947-a8751343f12c .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-da4f9c7a-c94b-4c17-a947-a8751343f12c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-da4f9c7a-c94b-4c17-a947-a8751343f12c.shogun-image-container {
      position: relative;
    }

    .s-da4f9c7a-c94b-4c17-a947-a8751343f12c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da4f9c7a-c94b-4c17-a947-a8751343f12c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da4f9c7a-c94b-4c17-a947-a8751343f12c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 540px;
    }
  }

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

.shg-image-margin-container-s-da4f9c7a-c94b-4c17-a947-a8751343f12c {
  
  
  
  
}

#s-da4f9c7a-c94b-4c17-a947-a8751343f12c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-da4f9c7a-c94b-4c17-a947-a8751343f12c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-da4f9c7a-c94b-4c17-a947-a8751343f12c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-da4f9c7a-c94b-4c17-a947-a8751343f12c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-da4f9c7a-c94b-4c17-a947-a8751343f12c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-da4f9c7a-c94b-4c17-a947-a8751343f12c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 540px;
  }



  img.s-da4f9c7a-c94b-4c17-a947-a8751343f12c.shogun-image {
    
    
    
    max-height: 540px;
  }


.s-da4f9c7a-c94b-4c17-a947-a8751343f12c .shogun-image-content {
  
    align-items: center;
  
}

.s-da4f9c7a-c94b-4c17-a947-a8751343f12c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da4f9c7a-c94b-4c17-a947-a8751343f12c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da4f9c7a-c94b-4c17-a947-a8751343f12c.shogun-image {
  box-sizing: border-box;
}


.s-da4f9c7a-c94b-4c17-a947-a8751343f12c .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-da4f9c7a-c94b-4c17-a947-a8751343f12c .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-da4f9c7a-c94b-4c17-a947-a8751343f12c .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-da4f9c7a-c94b-4c17-a947-a8751343f12c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-da4f9c7a-c94b-4c17-a947-a8751343f12c.shogun-image-container {
      position: relative;
    }

    .s-da4f9c7a-c94b-4c17-a947-a8751343f12c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da4f9c7a-c94b-4c17-a947-a8751343f12c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da4f9c7a-c94b-4c17-a947-a8751343f12c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 540px;
    }
  }

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

.shg-image-margin-container-s-da4f9c7a-c94b-4c17-a947-a8751343f12c {
  
  
  
  
}

#s-da4f9c7a-c94b-4c17-a947-a8751343f12c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-da4f9c7a-c94b-4c17-a947-a8751343f12c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-da4f9c7a-c94b-4c17-a947-a8751343f12c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-da4f9c7a-c94b-4c17-a947-a8751343f12c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-da4f9c7a-c94b-4c17-a947-a8751343f12c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-da4f9c7a-c94b-4c17-a947-a8751343f12c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 540px;
  }



  img.s-da4f9c7a-c94b-4c17-a947-a8751343f12c.shogun-image {
    
    
    
    max-height: 540px;
  }


.s-da4f9c7a-c94b-4c17-a947-a8751343f12c .shogun-image-content {
  
    align-items: center;
  
}

.s-da4f9c7a-c94b-4c17-a947-a8751343f12c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da4f9c7a-c94b-4c17-a947-a8751343f12c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da4f9c7a-c94b-4c17-a947-a8751343f12c.shogun-image {
  box-sizing: border-box;
}


.s-da4f9c7a-c94b-4c17-a947-a8751343f12c .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-da4f9c7a-c94b-4c17-a947-a8751343f12c .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-da4f9c7a-c94b-4c17-a947-a8751343f12c .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-da4f9c7a-c94b-4c17-a947-a8751343f12c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-da4f9c7a-c94b-4c17-a947-a8751343f12c.shogun-image-container {
      position: relative;
    }

    .s-da4f9c7a-c94b-4c17-a947-a8751343f12c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da4f9c7a-c94b-4c17-a947-a8751343f12c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da4f9c7a-c94b-4c17-a947-a8751343f12c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 540px;
    }
  }

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

.shg-image-margin-container-s-da4f9c7a-c94b-4c17-a947-a8751343f12c {
  
  
  
  
}

#s-da4f9c7a-c94b-4c17-a947-a8751343f12c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-da4f9c7a-c94b-4c17-a947-a8751343f12c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-da4f9c7a-c94b-4c17-a947-a8751343f12c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-da4f9c7a-c94b-4c17-a947-a8751343f12c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-da4f9c7a-c94b-4c17-a947-a8751343f12c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-da4f9c7a-c94b-4c17-a947-a8751343f12c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 540px;
  }



  img.s-da4f9c7a-c94b-4c17-a947-a8751343f12c.shogun-image {
    
    
    
    max-height: 540px;
  }


.s-da4f9c7a-c94b-4c17-a947-a8751343f12c .shogun-image-content {
  
    align-items: center;
  
}

.s-da4f9c7a-c94b-4c17-a947-a8751343f12c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da4f9c7a-c94b-4c17-a947-a8751343f12c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da4f9c7a-c94b-4c17-a947-a8751343f12c.shogun-image {
  box-sizing: border-box;
}


.s-da4f9c7a-c94b-4c17-a947-a8751343f12c .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-da4f9c7a-c94b-4c17-a947-a8751343f12c .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-da4f9c7a-c94b-4c17-a947-a8751343f12c .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-da4f9c7a-c94b-4c17-a947-a8751343f12c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-da4f9c7a-c94b-4c17-a947-a8751343f12c.shogun-image-container {
      position: relative;
    }

    .s-da4f9c7a-c94b-4c17-a947-a8751343f12c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da4f9c7a-c94b-4c17-a947-a8751343f12c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da4f9c7a-c94b-4c17-a947-a8751343f12c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 540px;
    }
  }

}
#s-5ae29524-2a8b-45bf-8d27-700972ea38c0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5ae29524-2a8b-45bf-8d27-700972ea38c0 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-24defbf5-0660-4715-82e5-f4e7bfd58a95 {
  margin-left: auto;
margin-right: auto;
}

#s-1f1bb4cb-8256-43cc-85ba-935d50f007f0 {
  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-1f1bb4cb-8256-43cc-85ba-935d50f007f0: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-1f1bb4cb-8256-43cc-85ba-935d50f007f0: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-1f1bb4cb-8256-43cc-85ba-935d50f007f0-root {
    text-align: center;
  }


#s-1f1bb4cb-8256-43cc-85ba-935d50f007f0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1f1bb4cb-8256-43cc-85ba-935d50f007f0-root {
    text-align: center;
  }


#s-1f1bb4cb-8256-43cc-85ba-935d50f007f0.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-1f1bb4cb-8256-43cc-85ba-935d50f007f0-root {
    text-align: center;
  }


#s-1f1bb4cb-8256-43cc-85ba-935d50f007f0.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-1f1bb4cb-8256-43cc-85ba-935d50f007f0-root {
    text-align: center;
  }


#s-1f1bb4cb-8256-43cc-85ba-935d50f007f0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1f1bb4cb-8256-43cc-85ba-935d50f007f0-root {
    text-align: center;
  }


#s-1f1bb4cb-8256-43cc-85ba-935d50f007f0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-3676c141-42be-41f5-a449-d236b1746982 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-3676c141-42be-41f5-a449-d236b1746982"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3676c141-42be-41f5-a449-d236b1746982"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-3676c141-42be-41f5-a449-d236b1746982"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-3676c141-42be-41f5-a449-d236b1746982"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-6dc5d8d8-9a30-47a8-b3b4-3324abd0521f {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
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-6dc5d8d8-9a30-47a8-b3b4-3324abd0521f &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6dc5d8d8-9a30-47a8-b3b4-3324abd0521f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a5a58806-1d65-4dec-99e2-5d296e71bf2d {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
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;
max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-a5a58806-1d65-4dec-99e2-5d296e71bf2d {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

#s-a5a58806-1d65-4dec-99e2-5d296e71bf2d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a5a58806-1d65-4dec-99e2-5d296e71bf2d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a5a58806-1d65-4dec-99e2-5d296e71bf2d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5a58806-1d65-4dec-99e2-5d296e71bf2d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a5a58806-1d65-4dec-99e2-5d296e71bf2d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a5a58806-1d65-4dec-99e2-5d296e71bf2d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-a5a58806-1d65-4dec-99e2-5d296e71bf2d.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-a5a58806-1d65-4dec-99e2-5d296e71bf2d .shogun-image-content {
  
    align-items: center;
  
}

.s-a5a58806-1d65-4dec-99e2-5d296e71bf2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5a58806-1d65-4dec-99e2-5d296e71bf2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5a58806-1d65-4dec-99e2-5d296e71bf2d.shogun-image {
  box-sizing: border-box;
}


.s-a5a58806-1d65-4dec-99e2-5d296e71bf2d .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-a5a58806-1d65-4dec-99e2-5d296e71bf2d .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a5a58806-1d65-4dec-99e2-5d296e71bf2d .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-a5a58806-1d65-4dec-99e2-5d296e71bf2d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a5a58806-1d65-4dec-99e2-5d296e71bf2d.shogun-image-container {
      position: relative;
    }

    .s-a5a58806-1d65-4dec-99e2-5d296e71bf2d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5a58806-1d65-4dec-99e2-5d296e71bf2d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5a58806-1d65-4dec-99e2-5d296e71bf2d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a5a58806-1d65-4dec-99e2-5d296e71bf2d {
  
  
  
  
}

#s-a5a58806-1d65-4dec-99e2-5d296e71bf2d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a5a58806-1d65-4dec-99e2-5d296e71bf2d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a5a58806-1d65-4dec-99e2-5d296e71bf2d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5a58806-1d65-4dec-99e2-5d296e71bf2d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a5a58806-1d65-4dec-99e2-5d296e71bf2d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a5a58806-1d65-4dec-99e2-5d296e71bf2d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-a5a58806-1d65-4dec-99e2-5d296e71bf2d.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-a5a58806-1d65-4dec-99e2-5d296e71bf2d .shogun-image-content {
  
    align-items: center;
  
}

.s-a5a58806-1d65-4dec-99e2-5d296e71bf2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5a58806-1d65-4dec-99e2-5d296e71bf2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5a58806-1d65-4dec-99e2-5d296e71bf2d.shogun-image {
  box-sizing: border-box;
}


.s-a5a58806-1d65-4dec-99e2-5d296e71bf2d .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-a5a58806-1d65-4dec-99e2-5d296e71bf2d .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a5a58806-1d65-4dec-99e2-5d296e71bf2d .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-a5a58806-1d65-4dec-99e2-5d296e71bf2d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a5a58806-1d65-4dec-99e2-5d296e71bf2d.shogun-image-container {
      position: relative;
    }

    .s-a5a58806-1d65-4dec-99e2-5d296e71bf2d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5a58806-1d65-4dec-99e2-5d296e71bf2d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5a58806-1d65-4dec-99e2-5d296e71bf2d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

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

.shg-image-margin-container-s-a5a58806-1d65-4dec-99e2-5d296e71bf2d {
  
  
  
  
}

#s-a5a58806-1d65-4dec-99e2-5d296e71bf2d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a5a58806-1d65-4dec-99e2-5d296e71bf2d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a5a58806-1d65-4dec-99e2-5d296e71bf2d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5a58806-1d65-4dec-99e2-5d296e71bf2d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a5a58806-1d65-4dec-99e2-5d296e71bf2d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a5a58806-1d65-4dec-99e2-5d296e71bf2d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-a5a58806-1d65-4dec-99e2-5d296e71bf2d.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-a5a58806-1d65-4dec-99e2-5d296e71bf2d .shogun-image-content {
  
    align-items: center;
  
}

.s-a5a58806-1d65-4dec-99e2-5d296e71bf2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5a58806-1d65-4dec-99e2-5d296e71bf2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5a58806-1d65-4dec-99e2-5d296e71bf2d.shogun-image {
  box-sizing: border-box;
}


.s-a5a58806-1d65-4dec-99e2-5d296e71bf2d .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-a5a58806-1d65-4dec-99e2-5d296e71bf2d .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a5a58806-1d65-4dec-99e2-5d296e71bf2d .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-a5a58806-1d65-4dec-99e2-5d296e71bf2d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a5a58806-1d65-4dec-99e2-5d296e71bf2d.shogun-image-container {
      position: relative;
    }

    .s-a5a58806-1d65-4dec-99e2-5d296e71bf2d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5a58806-1d65-4dec-99e2-5d296e71bf2d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5a58806-1d65-4dec-99e2-5d296e71bf2d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

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

.shg-image-margin-container-s-a5a58806-1d65-4dec-99e2-5d296e71bf2d {
  
  
  
  
}

#s-a5a58806-1d65-4dec-99e2-5d296e71bf2d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a5a58806-1d65-4dec-99e2-5d296e71bf2d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a5a58806-1d65-4dec-99e2-5d296e71bf2d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5a58806-1d65-4dec-99e2-5d296e71bf2d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a5a58806-1d65-4dec-99e2-5d296e71bf2d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a5a58806-1d65-4dec-99e2-5d296e71bf2d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-a5a58806-1d65-4dec-99e2-5d296e71bf2d.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-a5a58806-1d65-4dec-99e2-5d296e71bf2d .shogun-image-content {
  
    align-items: center;
  
}

.s-a5a58806-1d65-4dec-99e2-5d296e71bf2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5a58806-1d65-4dec-99e2-5d296e71bf2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5a58806-1d65-4dec-99e2-5d296e71bf2d.shogun-image {
  box-sizing: border-box;
}


.s-a5a58806-1d65-4dec-99e2-5d296e71bf2d .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-a5a58806-1d65-4dec-99e2-5d296e71bf2d .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a5a58806-1d65-4dec-99e2-5d296e71bf2d .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-a5a58806-1d65-4dec-99e2-5d296e71bf2d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a5a58806-1d65-4dec-99e2-5d296e71bf2d.shogun-image-container {
      position: relative;
    }

    .s-a5a58806-1d65-4dec-99e2-5d296e71bf2d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5a58806-1d65-4dec-99e2-5d296e71bf2d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5a58806-1d65-4dec-99e2-5d296e71bf2d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

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

.shg-image-margin-container-s-a5a58806-1d65-4dec-99e2-5d296e71bf2d {
  
  
  
  
}

#s-a5a58806-1d65-4dec-99e2-5d296e71bf2d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a5a58806-1d65-4dec-99e2-5d296e71bf2d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a5a58806-1d65-4dec-99e2-5d296e71bf2d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5a58806-1d65-4dec-99e2-5d296e71bf2d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a5a58806-1d65-4dec-99e2-5d296e71bf2d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a5a58806-1d65-4dec-99e2-5d296e71bf2d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-a5a58806-1d65-4dec-99e2-5d296e71bf2d.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-a5a58806-1d65-4dec-99e2-5d296e71bf2d .shogun-image-content {
  
    align-items: center;
  
}

.s-a5a58806-1d65-4dec-99e2-5d296e71bf2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5a58806-1d65-4dec-99e2-5d296e71bf2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5a58806-1d65-4dec-99e2-5d296e71bf2d.shogun-image {
  box-sizing: border-box;
}


.s-a5a58806-1d65-4dec-99e2-5d296e71bf2d .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-a5a58806-1d65-4dec-99e2-5d296e71bf2d .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a5a58806-1d65-4dec-99e2-5d296e71bf2d .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-a5a58806-1d65-4dec-99e2-5d296e71bf2d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a5a58806-1d65-4dec-99e2-5d296e71bf2d.shogun-image-container {
      position: relative;
    }

    .s-a5a58806-1d65-4dec-99e2-5d296e71bf2d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5a58806-1d65-4dec-99e2-5d296e71bf2d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5a58806-1d65-4dec-99e2-5d296e71bf2d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}
#s-0bbc63d7-aa8c-4c9a-a398-309993f42e7c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0bbc63d7-aa8c-4c9a-a398-309993f42e7c .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-325dd7f5-ce95-4fc0-beae-ccb58ac3a109 {
  margin-left: auto;
margin-right: auto;
}

#s-cf7454de-efa8-4e07-a746-347dc70c0263 {
  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-cf7454de-efa8-4e07-a746-347dc70c0263: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-cf7454de-efa8-4e07-a746-347dc70c0263: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-cf7454de-efa8-4e07-a746-347dc70c0263-root {
    text-align: center;
  }


#s-cf7454de-efa8-4e07-a746-347dc70c0263.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-cf7454de-efa8-4e07-a746-347dc70c0263-root {
    text-align: center;
  }


#s-cf7454de-efa8-4e07-a746-347dc70c0263.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-cf7454de-efa8-4e07-a746-347dc70c0263-root {
    text-align: center;
  }


#s-cf7454de-efa8-4e07-a746-347dc70c0263.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-cf7454de-efa8-4e07-a746-347dc70c0263-root {
    text-align: center;
  }


#s-cf7454de-efa8-4e07-a746-347dc70c0263.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-cf7454de-efa8-4e07-a746-347dc70c0263-root {
    text-align: center;
  }


#s-cf7454de-efa8-4e07-a746-347dc70c0263.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-c38a71de-638c-4b7b-800c-0d3f6299f244 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c38a71de-638c-4b7b-800c-0d3f6299f244"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c38a71de-638c-4b7b-800c-0d3f6299f244"] &gt; .shg-row &gt; .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-c38a71de-638c-4b7b-800c-0d3f6299f244"] &gt; .shg-row &gt; .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-c38a71de-638c-4b7b-800c-0d3f6299f244"] &gt; .shg-row &gt; .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-c9f395be-58f6-4b65-8451-f0592c57db4d {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c9f395be-58f6-4b65-8451-f0592c57db4d"] &gt; .shg-row &gt; .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-c9f395be-58f6-4b65-8451-f0592c57db4d"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c9f395be-58f6-4b65-8451-f0592c57db4d"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c9f395be-58f6-4b65-8451-f0592c57db4d"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-c55669e6-ea74-43fc-8ed3-1ca4bf2e890c {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
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-c55669e6-ea74-43fc-8ed3-1ca4bf2e890c &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c55669e6-ea74-43fc-8ed3-1ca4bf2e890c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
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;
max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

#s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1 .shogun-image-content {
  
    align-items: center;
  
}

.s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1.shogun-image-container {
      position: relative;
    }

    .s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1 {
  
  
  
  
}

#s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1 .shogun-image-content {
  
    align-items: center;
  
}

.s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1.shogun-image-container {
      position: relative;
    }

    .s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

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

.shg-image-margin-container-s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1 {
  
  
  
  
}

#s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1 .shogun-image-content {
  
    align-items: center;
  
}

.s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1.shogun-image-container {
      position: relative;
    }

    .s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

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

.shg-image-margin-container-s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1 {
  
  
  
  
}

#s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1 .shogun-image-content {
  
    align-items: center;
  
}

.s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1.shogun-image-container {
      position: relative;
    }

    .s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

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

.shg-image-margin-container-s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1 {
  
  
  
  
}

#s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1 .shogun-image-content {
  
    align-items: center;
  
}

.s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1.shogun-image-container {
      position: relative;
    }

    .s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a276d1cd-8387-4a25-9c3e-7eb31a690ca1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}
#s-bd535e30-b1de-4b51-a9e5-4510ef9d4323 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bd535e30-b1de-4b51-a9e5-4510ef9d4323 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-91fa1872-08fd-4ce6-956d-ecc404ceb941 {
  margin-left: auto;
margin-right: auto;
}

#s-f4b8d559-2eec-4b1f-9e40-e5b7189a818b {
  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-f4b8d559-2eec-4b1f-9e40-e5b7189a818b: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-f4b8d559-2eec-4b1f-9e40-e5b7189a818b: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-f4b8d559-2eec-4b1f-9e40-e5b7189a818b-root {
    text-align: center;
  }


#s-f4b8d559-2eec-4b1f-9e40-e5b7189a818b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f4b8d559-2eec-4b1f-9e40-e5b7189a818b-root {
    text-align: center;
  }


#s-f4b8d559-2eec-4b1f-9e40-e5b7189a818b.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-f4b8d559-2eec-4b1f-9e40-e5b7189a818b-root {
    text-align: center;
  }


#s-f4b8d559-2eec-4b1f-9e40-e5b7189a818b.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-f4b8d559-2eec-4b1f-9e40-e5b7189a818b-root {
    text-align: center;
  }


#s-f4b8d559-2eec-4b1f-9e40-e5b7189a818b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f4b8d559-2eec-4b1f-9e40-e5b7189a818b-root {
    text-align: center;
  }


#s-f4b8d559-2eec-4b1f-9e40-e5b7189a818b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-1ad43aa5-4c62-40c6-af91-ffcb69fc14cb {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
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-1ad43aa5-4c62-40c6-af91-ffcb69fc14cb &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1ad43aa5-4c62-40c6-af91-ffcb69fc14cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1b87796a-8d42-40a4-bda1-e640cd4a4681 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
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;
max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-1b87796a-8d42-40a4-bda1-e640cd4a4681 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

#s-1b87796a-8d42-40a4-bda1-e640cd4a4681 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b87796a-8d42-40a4-bda1-e640cd4a4681 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1b87796a-8d42-40a4-bda1-e640cd4a4681 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b87796a-8d42-40a4-bda1-e640cd4a4681 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b87796a-8d42-40a4-bda1-e640cd4a4681.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b87796a-8d42-40a4-bda1-e640cd4a4681 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-1b87796a-8d42-40a4-bda1-e640cd4a4681.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-1b87796a-8d42-40a4-bda1-e640cd4a4681 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b87796a-8d42-40a4-bda1-e640cd4a4681.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b87796a-8d42-40a4-bda1-e640cd4a4681.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b87796a-8d42-40a4-bda1-e640cd4a4681.shogun-image {
  box-sizing: border-box;
}


.s-1b87796a-8d42-40a4-bda1-e640cd4a4681 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-1b87796a-8d42-40a4-bda1-e640cd4a4681 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-1b87796a-8d42-40a4-bda1-e640cd4a4681 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-1b87796a-8d42-40a4-bda1-e640cd4a4681 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1b87796a-8d42-40a4-bda1-e640cd4a4681.shogun-image-container {
      position: relative;
    }

    .s-1b87796a-8d42-40a4-bda1-e640cd4a4681.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b87796a-8d42-40a4-bda1-e640cd4a4681.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b87796a-8d42-40a4-bda1-e640cd4a4681 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-1b87796a-8d42-40a4-bda1-e640cd4a4681 {
  
  
  
  
}

#s-1b87796a-8d42-40a4-bda1-e640cd4a4681 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b87796a-8d42-40a4-bda1-e640cd4a4681 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1b87796a-8d42-40a4-bda1-e640cd4a4681 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b87796a-8d42-40a4-bda1-e640cd4a4681 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b87796a-8d42-40a4-bda1-e640cd4a4681.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b87796a-8d42-40a4-bda1-e640cd4a4681 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-1b87796a-8d42-40a4-bda1-e640cd4a4681.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-1b87796a-8d42-40a4-bda1-e640cd4a4681 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b87796a-8d42-40a4-bda1-e640cd4a4681.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b87796a-8d42-40a4-bda1-e640cd4a4681.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b87796a-8d42-40a4-bda1-e640cd4a4681.shogun-image {
  box-sizing: border-box;
}


.s-1b87796a-8d42-40a4-bda1-e640cd4a4681 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-1b87796a-8d42-40a4-bda1-e640cd4a4681 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-1b87796a-8d42-40a4-bda1-e640cd4a4681 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-1b87796a-8d42-40a4-bda1-e640cd4a4681 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1b87796a-8d42-40a4-bda1-e640cd4a4681.shogun-image-container {
      position: relative;
    }

    .s-1b87796a-8d42-40a4-bda1-e640cd4a4681.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b87796a-8d42-40a4-bda1-e640cd4a4681.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b87796a-8d42-40a4-bda1-e640cd4a4681 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

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

.shg-image-margin-container-s-1b87796a-8d42-40a4-bda1-e640cd4a4681 {
  
  
  
  
}

#s-1b87796a-8d42-40a4-bda1-e640cd4a4681 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b87796a-8d42-40a4-bda1-e640cd4a4681 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1b87796a-8d42-40a4-bda1-e640cd4a4681 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b87796a-8d42-40a4-bda1-e640cd4a4681 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b87796a-8d42-40a4-bda1-e640cd4a4681.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b87796a-8d42-40a4-bda1-e640cd4a4681 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-1b87796a-8d42-40a4-bda1-e640cd4a4681.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-1b87796a-8d42-40a4-bda1-e640cd4a4681 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b87796a-8d42-40a4-bda1-e640cd4a4681.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b87796a-8d42-40a4-bda1-e640cd4a4681.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b87796a-8d42-40a4-bda1-e640cd4a4681.shogun-image {
  box-sizing: border-box;
}


.s-1b87796a-8d42-40a4-bda1-e640cd4a4681 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-1b87796a-8d42-40a4-bda1-e640cd4a4681 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-1b87796a-8d42-40a4-bda1-e640cd4a4681 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-1b87796a-8d42-40a4-bda1-e640cd4a4681 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1b87796a-8d42-40a4-bda1-e640cd4a4681.shogun-image-container {
      position: relative;
    }

    .s-1b87796a-8d42-40a4-bda1-e640cd4a4681.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b87796a-8d42-40a4-bda1-e640cd4a4681.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b87796a-8d42-40a4-bda1-e640cd4a4681 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

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

.shg-image-margin-container-s-1b87796a-8d42-40a4-bda1-e640cd4a4681 {
  
  
  
  
}

#s-1b87796a-8d42-40a4-bda1-e640cd4a4681 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b87796a-8d42-40a4-bda1-e640cd4a4681 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1b87796a-8d42-40a4-bda1-e640cd4a4681 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b87796a-8d42-40a4-bda1-e640cd4a4681 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b87796a-8d42-40a4-bda1-e640cd4a4681.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b87796a-8d42-40a4-bda1-e640cd4a4681 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-1b87796a-8d42-40a4-bda1-e640cd4a4681.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-1b87796a-8d42-40a4-bda1-e640cd4a4681 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b87796a-8d42-40a4-bda1-e640cd4a4681.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b87796a-8d42-40a4-bda1-e640cd4a4681.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b87796a-8d42-40a4-bda1-e640cd4a4681.shogun-image {
  box-sizing: border-box;
}


.s-1b87796a-8d42-40a4-bda1-e640cd4a4681 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-1b87796a-8d42-40a4-bda1-e640cd4a4681 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-1b87796a-8d42-40a4-bda1-e640cd4a4681 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-1b87796a-8d42-40a4-bda1-e640cd4a4681 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1b87796a-8d42-40a4-bda1-e640cd4a4681.shogun-image-container {
      position: relative;
    }

    .s-1b87796a-8d42-40a4-bda1-e640cd4a4681.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b87796a-8d42-40a4-bda1-e640cd4a4681.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b87796a-8d42-40a4-bda1-e640cd4a4681 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

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

.shg-image-margin-container-s-1b87796a-8d42-40a4-bda1-e640cd4a4681 {
  
  
  
  
}

#s-1b87796a-8d42-40a4-bda1-e640cd4a4681 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b87796a-8d42-40a4-bda1-e640cd4a4681 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1b87796a-8d42-40a4-bda1-e640cd4a4681 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b87796a-8d42-40a4-bda1-e640cd4a4681 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b87796a-8d42-40a4-bda1-e640cd4a4681.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b87796a-8d42-40a4-bda1-e640cd4a4681 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-1b87796a-8d42-40a4-bda1-e640cd4a4681.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-1b87796a-8d42-40a4-bda1-e640cd4a4681 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b87796a-8d42-40a4-bda1-e640cd4a4681.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b87796a-8d42-40a4-bda1-e640cd4a4681.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b87796a-8d42-40a4-bda1-e640cd4a4681.shogun-image {
  box-sizing: border-box;
}


.s-1b87796a-8d42-40a4-bda1-e640cd4a4681 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-1b87796a-8d42-40a4-bda1-e640cd4a4681 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-1b87796a-8d42-40a4-bda1-e640cd4a4681 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-1b87796a-8d42-40a4-bda1-e640cd4a4681 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1b87796a-8d42-40a4-bda1-e640cd4a4681.shogun-image-container {
      position: relative;
    }

    .s-1b87796a-8d42-40a4-bda1-e640cd4a4681.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b87796a-8d42-40a4-bda1-e640cd4a4681.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b87796a-8d42-40a4-bda1-e640cd4a4681 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}
#s-cb6a353f-6010-4e32-99ca-eb04ecdebd17 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cb6a353f-6010-4e32-99ca-eb04ecdebd17 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-a467de11-dc4e-4faa-a292-76a530090bdf {
  margin-left: auto;
margin-right: auto;
}

#s-0042d2e5-e327-4083-828a-d1c537985575 {
  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-0042d2e5-e327-4083-828a-d1c537985575: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-0042d2e5-e327-4083-828a-d1c537985575: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-0042d2e5-e327-4083-828a-d1c537985575-root {
    text-align: center;
  }


#s-0042d2e5-e327-4083-828a-d1c537985575.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0042d2e5-e327-4083-828a-d1c537985575-root {
    text-align: center;
  }


#s-0042d2e5-e327-4083-828a-d1c537985575.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-0042d2e5-e327-4083-828a-d1c537985575-root {
    text-align: center;
  }


#s-0042d2e5-e327-4083-828a-d1c537985575.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-0042d2e5-e327-4083-828a-d1c537985575-root {
    text-align: center;
  }


#s-0042d2e5-e327-4083-828a-d1c537985575.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0042d2e5-e327-4083-828a-d1c537985575-root {
    text-align: center;
  }


#s-0042d2e5-e327-4083-828a-d1c537985575.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-091ae2f9-cd76-4f61-8f0a-7faf89f797f1 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-091ae2f9-cd76-4f61-8f0a-7faf89f797f1"] &gt; .shg-row &gt; .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-091ae2f9-cd76-4f61-8f0a-7faf89f797f1"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-091ae2f9-cd76-4f61-8f0a-7faf89f797f1"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-091ae2f9-cd76-4f61-8f0a-7faf89f797f1"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-c4b321ac-fd52-4f0c-a08d-e79804ead27e {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
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-c4b321ac-fd52-4f0c-a08d-e79804ead27e &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c4b321ac-fd52-4f0c-a08d-e79804ead27e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
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;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

#s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21 .shogun-image-content {
  
    align-items: center;
  
}

.s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21.shogun-image {
  box-sizing: border-box;
}


.s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21.shogun-image-container {
      position: relative;
    }

    .s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21 {
  
  
  
  
}

#s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21 .shogun-image-content {
  
    align-items: center;
  
}

.s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21.shogun-image {
  box-sizing: border-box;
}


.s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21.shogun-image-container {
      position: relative;
    }

    .s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21 {
  
  
  
  
}

#s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21 .shogun-image-content {
  
    align-items: center;
  
}

.s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21.shogun-image {
  box-sizing: border-box;
}


.s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21.shogun-image-container {
      position: relative;
    }

    .s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21 {
  
  
  
  
}

#s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21 .shogun-image-content {
  
    align-items: center;
  
}

.s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21.shogun-image {
  box-sizing: border-box;
}


.s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21.shogun-image-container {
      position: relative;
    }

    .s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21 {
  
  
  
  
}

#s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21 .shogun-image-content {
  
    align-items: center;
  
}

.s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21.shogun-image {
  box-sizing: border-box;
}


.s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21.shogun-image-container {
      position: relative;
    }

    .s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd1d34e0-91cf-4eaf-b992-ffb80cbb2a21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-ce92d2d8-273d-4ae9-bd66-501ea769e46f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ce92d2d8-273d-4ae9-bd66-501ea769e46f .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-4d2afb02-73bd-4cb7-af2a-413982f84a4b {
  margin-left: auto;
margin-right: auto;
}

#s-59866147-64f6-462b-bf23-c76e9c01026e {
  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-59866147-64f6-462b-bf23-c76e9c01026e: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-59866147-64f6-462b-bf23-c76e9c01026e: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-59866147-64f6-462b-bf23-c76e9c01026e-root {
    text-align: center;
  }


#s-59866147-64f6-462b-bf23-c76e9c01026e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-59866147-64f6-462b-bf23-c76e9c01026e-root {
    text-align: center;
  }


#s-59866147-64f6-462b-bf23-c76e9c01026e.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-59866147-64f6-462b-bf23-c76e9c01026e-root {
    text-align: center;
  }


#s-59866147-64f6-462b-bf23-c76e9c01026e.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-59866147-64f6-462b-bf23-c76e9c01026e-root {
    text-align: center;
  }


#s-59866147-64f6-462b-bf23-c76e9c01026e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-59866147-64f6-462b-bf23-c76e9c01026e-root {
    text-align: center;
  }


#s-59866147-64f6-462b-bf23-c76e9c01026e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-b9b3c9ef-b97d-4501-acfc-443fb76a40e3 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
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-b9b3c9ef-b97d-4501-acfc-443fb76a40e3 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b9b3c9ef-b97d-4501-acfc-443fb76a40e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-837ec12b-a14c-453e-a6cf-8fcb2fa86939 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
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;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-837ec12b-a14c-453e-a6cf-8fcb2fa86939 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

#s-837ec12b-a14c-453e-a6cf-8fcb2fa86939 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-837ec12b-a14c-453e-a6cf-8fcb2fa86939 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-837ec12b-a14c-453e-a6cf-8fcb2fa86939 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-837ec12b-a14c-453e-a6cf-8fcb2fa86939 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-837ec12b-a14c-453e-a6cf-8fcb2fa86939.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-837ec12b-a14c-453e-a6cf-8fcb2fa86939 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-837ec12b-a14c-453e-a6cf-8fcb2fa86939.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-837ec12b-a14c-453e-a6cf-8fcb2fa86939 .shogun-image-content {
  
    align-items: center;
  
}

.s-837ec12b-a14c-453e-a6cf-8fcb2fa86939.shg-align-container {
  display: flex;
  justify-content: center
}

.s-837ec12b-a14c-453e-a6cf-8fcb2fa86939.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-837ec12b-a14c-453e-a6cf-8fcb2fa86939.shogun-image {
  box-sizing: border-box;
}


.s-837ec12b-a14c-453e-a6cf-8fcb2fa86939 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-837ec12b-a14c-453e-a6cf-8fcb2fa86939 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-837ec12b-a14c-453e-a6cf-8fcb2fa86939 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-837ec12b-a14c-453e-a6cf-8fcb2fa86939 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-837ec12b-a14c-453e-a6cf-8fcb2fa86939.shogun-image-container {
      position: relative;
    }

    .s-837ec12b-a14c-453e-a6cf-8fcb2fa86939.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-837ec12b-a14c-453e-a6cf-8fcb2fa86939.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-837ec12b-a14c-453e-a6cf-8fcb2fa86939 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-837ec12b-a14c-453e-a6cf-8fcb2fa86939 {
  
  
  
  
}

#s-837ec12b-a14c-453e-a6cf-8fcb2fa86939 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-837ec12b-a14c-453e-a6cf-8fcb2fa86939 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-837ec12b-a14c-453e-a6cf-8fcb2fa86939 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-837ec12b-a14c-453e-a6cf-8fcb2fa86939 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-837ec12b-a14c-453e-a6cf-8fcb2fa86939.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-837ec12b-a14c-453e-a6cf-8fcb2fa86939 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-837ec12b-a14c-453e-a6cf-8fcb2fa86939.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-837ec12b-a14c-453e-a6cf-8fcb2fa86939 .shogun-image-content {
  
    align-items: center;
  
}

.s-837ec12b-a14c-453e-a6cf-8fcb2fa86939.shg-align-container {
  display: flex;
  justify-content: center
}

.s-837ec12b-a14c-453e-a6cf-8fcb2fa86939.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-837ec12b-a14c-453e-a6cf-8fcb2fa86939.shogun-image {
  box-sizing: border-box;
}


.s-837ec12b-a14c-453e-a6cf-8fcb2fa86939 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-837ec12b-a14c-453e-a6cf-8fcb2fa86939 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-837ec12b-a14c-453e-a6cf-8fcb2fa86939 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-837ec12b-a14c-453e-a6cf-8fcb2fa86939 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-837ec12b-a14c-453e-a6cf-8fcb2fa86939.shogun-image-container {
      position: relative;
    }

    .s-837ec12b-a14c-453e-a6cf-8fcb2fa86939.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-837ec12b-a14c-453e-a6cf-8fcb2fa86939.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-837ec12b-a14c-453e-a6cf-8fcb2fa86939 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-837ec12b-a14c-453e-a6cf-8fcb2fa86939 {
  
  
  
  
}

#s-837ec12b-a14c-453e-a6cf-8fcb2fa86939 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-837ec12b-a14c-453e-a6cf-8fcb2fa86939 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-837ec12b-a14c-453e-a6cf-8fcb2fa86939 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-837ec12b-a14c-453e-a6cf-8fcb2fa86939 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-837ec12b-a14c-453e-a6cf-8fcb2fa86939.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-837ec12b-a14c-453e-a6cf-8fcb2fa86939 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-837ec12b-a14c-453e-a6cf-8fcb2fa86939.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-837ec12b-a14c-453e-a6cf-8fcb2fa86939 .shogun-image-content {
  
    align-items: center;
  
}

.s-837ec12b-a14c-453e-a6cf-8fcb2fa86939.shg-align-container {
  display: flex;
  justify-content: center
}

.s-837ec12b-a14c-453e-a6cf-8fcb2fa86939.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-837ec12b-a14c-453e-a6cf-8fcb2fa86939.shogun-image {
  box-sizing: border-box;
}


.s-837ec12b-a14c-453e-a6cf-8fcb2fa86939 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-837ec12b-a14c-453e-a6cf-8fcb2fa86939 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-837ec12b-a14c-453e-a6cf-8fcb2fa86939 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-837ec12b-a14c-453e-a6cf-8fcb2fa86939 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-837ec12b-a14c-453e-a6cf-8fcb2fa86939.shogun-image-container {
      position: relative;
    }

    .s-837ec12b-a14c-453e-a6cf-8fcb2fa86939.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-837ec12b-a14c-453e-a6cf-8fcb2fa86939.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-837ec12b-a14c-453e-a6cf-8fcb2fa86939 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-837ec12b-a14c-453e-a6cf-8fcb2fa86939 {
  
  
  
  
}

#s-837ec12b-a14c-453e-a6cf-8fcb2fa86939 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-837ec12b-a14c-453e-a6cf-8fcb2fa86939 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-837ec12b-a14c-453e-a6cf-8fcb2fa86939 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-837ec12b-a14c-453e-a6cf-8fcb2fa86939 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-837ec12b-a14c-453e-a6cf-8fcb2fa86939.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-837ec12b-a14c-453e-a6cf-8fcb2fa86939 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-837ec12b-a14c-453e-a6cf-8fcb2fa86939.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-837ec12b-a14c-453e-a6cf-8fcb2fa86939 .shogun-image-content {
  
    align-items: center;
  
}

.s-837ec12b-a14c-453e-a6cf-8fcb2fa86939.shg-align-container {
  display: flex;
  justify-content: center
}

.s-837ec12b-a14c-453e-a6cf-8fcb2fa86939.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-837ec12b-a14c-453e-a6cf-8fcb2fa86939.shogun-image {
  box-sizing: border-box;
}


.s-837ec12b-a14c-453e-a6cf-8fcb2fa86939 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-837ec12b-a14c-453e-a6cf-8fcb2fa86939 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-837ec12b-a14c-453e-a6cf-8fcb2fa86939 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-837ec12b-a14c-453e-a6cf-8fcb2fa86939 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-837ec12b-a14c-453e-a6cf-8fcb2fa86939.shogun-image-container {
      position: relative;
    }

    .s-837ec12b-a14c-453e-a6cf-8fcb2fa86939.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-837ec12b-a14c-453e-a6cf-8fcb2fa86939.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-837ec12b-a14c-453e-a6cf-8fcb2fa86939 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-837ec12b-a14c-453e-a6cf-8fcb2fa86939 {
  
  
  
  
}

#s-837ec12b-a14c-453e-a6cf-8fcb2fa86939 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-837ec12b-a14c-453e-a6cf-8fcb2fa86939 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-837ec12b-a14c-453e-a6cf-8fcb2fa86939 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-837ec12b-a14c-453e-a6cf-8fcb2fa86939 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-837ec12b-a14c-453e-a6cf-8fcb2fa86939.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-837ec12b-a14c-453e-a6cf-8fcb2fa86939 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-837ec12b-a14c-453e-a6cf-8fcb2fa86939.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-837ec12b-a14c-453e-a6cf-8fcb2fa86939 .shogun-image-content {
  
    align-items: center;
  
}

.s-837ec12b-a14c-453e-a6cf-8fcb2fa86939.shg-align-container {
  display: flex;
  justify-content: center
}

.s-837ec12b-a14c-453e-a6cf-8fcb2fa86939.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-837ec12b-a14c-453e-a6cf-8fcb2fa86939.shogun-image {
  box-sizing: border-box;
}


.s-837ec12b-a14c-453e-a6cf-8fcb2fa86939 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-837ec12b-a14c-453e-a6cf-8fcb2fa86939 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-837ec12b-a14c-453e-a6cf-8fcb2fa86939 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-837ec12b-a14c-453e-a6cf-8fcb2fa86939 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-837ec12b-a14c-453e-a6cf-8fcb2fa86939.shogun-image-container {
      position: relative;
    }

    .s-837ec12b-a14c-453e-a6cf-8fcb2fa86939.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-837ec12b-a14c-453e-a6cf-8fcb2fa86939.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-837ec12b-a14c-453e-a6cf-8fcb2fa86939 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-ed728543-6437-48a6-a99a-877f4cd54951 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ed728543-6437-48a6-a99a-877f4cd54951 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-8025c2f8-323d-4c5d-95d2-8e4ed4fcb85d {
  margin-left: auto;
margin-right: auto;
}

#s-edbfa934-16df-4cdc-b404-5916af89685f {
  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-edbfa934-16df-4cdc-b404-5916af89685f: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-edbfa934-16df-4cdc-b404-5916af89685f: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-edbfa934-16df-4cdc-b404-5916af89685f-root {
    text-align: center;
  }


#s-edbfa934-16df-4cdc-b404-5916af89685f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-edbfa934-16df-4cdc-b404-5916af89685f-root {
    text-align: center;
  }


#s-edbfa934-16df-4cdc-b404-5916af89685f.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-edbfa934-16df-4cdc-b404-5916af89685f-root {
    text-align: center;
  }


#s-edbfa934-16df-4cdc-b404-5916af89685f.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-edbfa934-16df-4cdc-b404-5916af89685f-root {
    text-align: center;
  }


#s-edbfa934-16df-4cdc-b404-5916af89685f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-edbfa934-16df-4cdc-b404-5916af89685f-root {
    text-align: center;
  }


#s-edbfa934-16df-4cdc-b404-5916af89685f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-29b30113-7dd2-423d-8bc6-804101aa6ed7 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-29b30113-7dd2-423d-8bc6-804101aa6ed7"] &gt; .shg-row &gt; .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-29b30113-7dd2-423d-8bc6-804101aa6ed7"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-29b30113-7dd2-423d-8bc6-804101aa6ed7"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-29b30113-7dd2-423d-8bc6-804101aa6ed7"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-32409116-349c-4fab-a68a-bbec914b9d59 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
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-32409116-349c-4fab-a68a-bbec914b9d59 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-32409116-349c-4fab-a68a-bbec914b9d59.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e96bcafe-148c-4926-9c9a-e27b477b7895 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
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;
max-width: 540px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-e96bcafe-148c-4926-9c9a-e27b477b7895 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

#s-e96bcafe-148c-4926-9c9a-e27b477b7895 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e96bcafe-148c-4926-9c9a-e27b477b7895 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e96bcafe-148c-4926-9c9a-e27b477b7895 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e96bcafe-148c-4926-9c9a-e27b477b7895 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e96bcafe-148c-4926-9c9a-e27b477b7895.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e96bcafe-148c-4926-9c9a-e27b477b7895 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 540px;
  }



  img.s-e96bcafe-148c-4926-9c9a-e27b477b7895.shogun-image {
    
    
    
    max-height: 540px;
  }


.s-e96bcafe-148c-4926-9c9a-e27b477b7895 .shogun-image-content {
  
    align-items: center;
  
}

.s-e96bcafe-148c-4926-9c9a-e27b477b7895.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e96bcafe-148c-4926-9c9a-e27b477b7895.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e96bcafe-148c-4926-9c9a-e27b477b7895.shogun-image {
  box-sizing: border-box;
}


.s-e96bcafe-148c-4926-9c9a-e27b477b7895 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-e96bcafe-148c-4926-9c9a-e27b477b7895 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-e96bcafe-148c-4926-9c9a-e27b477b7895 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-e96bcafe-148c-4926-9c9a-e27b477b7895 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e96bcafe-148c-4926-9c9a-e27b477b7895.shogun-image-container {
      position: relative;
    }

    .s-e96bcafe-148c-4926-9c9a-e27b477b7895.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e96bcafe-148c-4926-9c9a-e27b477b7895.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e96bcafe-148c-4926-9c9a-e27b477b7895 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 540px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e96bcafe-148c-4926-9c9a-e27b477b7895 {
  
  
  
  
}

#s-e96bcafe-148c-4926-9c9a-e27b477b7895 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e96bcafe-148c-4926-9c9a-e27b477b7895 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e96bcafe-148c-4926-9c9a-e27b477b7895 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e96bcafe-148c-4926-9c9a-e27b477b7895 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e96bcafe-148c-4926-9c9a-e27b477b7895.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e96bcafe-148c-4926-9c9a-e27b477b7895 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 540px;
  }



  img.s-e96bcafe-148c-4926-9c9a-e27b477b7895.shogun-image {
    
    
    
    max-height: 540px;
  }


.s-e96bcafe-148c-4926-9c9a-e27b477b7895 .shogun-image-content {
  
    align-items: center;
  
}

.s-e96bcafe-148c-4926-9c9a-e27b477b7895.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e96bcafe-148c-4926-9c9a-e27b477b7895.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e96bcafe-148c-4926-9c9a-e27b477b7895.shogun-image {
  box-sizing: border-box;
}


.s-e96bcafe-148c-4926-9c9a-e27b477b7895 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-e96bcafe-148c-4926-9c9a-e27b477b7895 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-e96bcafe-148c-4926-9c9a-e27b477b7895 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-e96bcafe-148c-4926-9c9a-e27b477b7895 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e96bcafe-148c-4926-9c9a-e27b477b7895.shogun-image-container {
      position: relative;
    }

    .s-e96bcafe-148c-4926-9c9a-e27b477b7895.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e96bcafe-148c-4926-9c9a-e27b477b7895.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e96bcafe-148c-4926-9c9a-e27b477b7895 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 540px;
    }
  }

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

.shg-image-margin-container-s-e96bcafe-148c-4926-9c9a-e27b477b7895 {
  
  
  
  
}

#s-e96bcafe-148c-4926-9c9a-e27b477b7895 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e96bcafe-148c-4926-9c9a-e27b477b7895 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e96bcafe-148c-4926-9c9a-e27b477b7895 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e96bcafe-148c-4926-9c9a-e27b477b7895 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e96bcafe-148c-4926-9c9a-e27b477b7895.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e96bcafe-148c-4926-9c9a-e27b477b7895 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 540px;
  }



  img.s-e96bcafe-148c-4926-9c9a-e27b477b7895.shogun-image {
    
    
    
    max-height: 540px;
  }


.s-e96bcafe-148c-4926-9c9a-e27b477b7895 .shogun-image-content {
  
    align-items: center;
  
}

.s-e96bcafe-148c-4926-9c9a-e27b477b7895.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e96bcafe-148c-4926-9c9a-e27b477b7895.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e96bcafe-148c-4926-9c9a-e27b477b7895.shogun-image {
  box-sizing: border-box;
}


.s-e96bcafe-148c-4926-9c9a-e27b477b7895 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-e96bcafe-148c-4926-9c9a-e27b477b7895 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-e96bcafe-148c-4926-9c9a-e27b477b7895 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-e96bcafe-148c-4926-9c9a-e27b477b7895 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e96bcafe-148c-4926-9c9a-e27b477b7895.shogun-image-container {
      position: relative;
    }

    .s-e96bcafe-148c-4926-9c9a-e27b477b7895.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e96bcafe-148c-4926-9c9a-e27b477b7895.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e96bcafe-148c-4926-9c9a-e27b477b7895 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 540px;
    }
  }

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

.shg-image-margin-container-s-e96bcafe-148c-4926-9c9a-e27b477b7895 {
  
  
  
  
}

#s-e96bcafe-148c-4926-9c9a-e27b477b7895 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e96bcafe-148c-4926-9c9a-e27b477b7895 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e96bcafe-148c-4926-9c9a-e27b477b7895 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e96bcafe-148c-4926-9c9a-e27b477b7895 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e96bcafe-148c-4926-9c9a-e27b477b7895.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e96bcafe-148c-4926-9c9a-e27b477b7895 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 540px;
  }



  img.s-e96bcafe-148c-4926-9c9a-e27b477b7895.shogun-image {
    
    
    
    max-height: 540px;
  }


.s-e96bcafe-148c-4926-9c9a-e27b477b7895 .shogun-image-content {
  
    align-items: center;
  
}

.s-e96bcafe-148c-4926-9c9a-e27b477b7895.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e96bcafe-148c-4926-9c9a-e27b477b7895.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e96bcafe-148c-4926-9c9a-e27b477b7895.shogun-image {
  box-sizing: border-box;
}


.s-e96bcafe-148c-4926-9c9a-e27b477b7895 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-e96bcafe-148c-4926-9c9a-e27b477b7895 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-e96bcafe-148c-4926-9c9a-e27b477b7895 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-e96bcafe-148c-4926-9c9a-e27b477b7895 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e96bcafe-148c-4926-9c9a-e27b477b7895.shogun-image-container {
      position: relative;
    }

    .s-e96bcafe-148c-4926-9c9a-e27b477b7895.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e96bcafe-148c-4926-9c9a-e27b477b7895.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e96bcafe-148c-4926-9c9a-e27b477b7895 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 540px;
    }
  }

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

.shg-image-margin-container-s-e96bcafe-148c-4926-9c9a-e27b477b7895 {
  
  
  
  
}

#s-e96bcafe-148c-4926-9c9a-e27b477b7895 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e96bcafe-148c-4926-9c9a-e27b477b7895 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e96bcafe-148c-4926-9c9a-e27b477b7895 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e96bcafe-148c-4926-9c9a-e27b477b7895 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e96bcafe-148c-4926-9c9a-e27b477b7895.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e96bcafe-148c-4926-9c9a-e27b477b7895 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 540px;
  }



  img.s-e96bcafe-148c-4926-9c9a-e27b477b7895.shogun-image {
    
    
    
    max-height: 540px;
  }


.s-e96bcafe-148c-4926-9c9a-e27b477b7895 .shogun-image-content {
  
    align-items: center;
  
}

.s-e96bcafe-148c-4926-9c9a-e27b477b7895.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e96bcafe-148c-4926-9c9a-e27b477b7895.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e96bcafe-148c-4926-9c9a-e27b477b7895.shogun-image {
  box-sizing: border-box;
}


.s-e96bcafe-148c-4926-9c9a-e27b477b7895 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-e96bcafe-148c-4926-9c9a-e27b477b7895 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-e96bcafe-148c-4926-9c9a-e27b477b7895 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-e96bcafe-148c-4926-9c9a-e27b477b7895 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e96bcafe-148c-4926-9c9a-e27b477b7895.shogun-image-container {
      position: relative;
    }

    .s-e96bcafe-148c-4926-9c9a-e27b477b7895.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e96bcafe-148c-4926-9c9a-e27b477b7895.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e96bcafe-148c-4926-9c9a-e27b477b7895 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 540px;
    }
  }

}
#s-36b708d7-5f6a-4def-810e-f717c61b5f10 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-36b708d7-5f6a-4def-810e-f717c61b5f10 .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-0ccb1052-70e7-46e4-b255-c67a067ef4c5 {
  margin-left: auto;
margin-right: auto;
}

#s-f0dc07c2-aebc-47c0-b7f0-fecb34fd740c {
  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-f0dc07c2-aebc-47c0-b7f0-fecb34fd740c: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-f0dc07c2-aebc-47c0-b7f0-fecb34fd740c: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-f0dc07c2-aebc-47c0-b7f0-fecb34fd740c-root {
    text-align: center;
  }


#s-f0dc07c2-aebc-47c0-b7f0-fecb34fd740c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f0dc07c2-aebc-47c0-b7f0-fecb34fd740c-root {
    text-align: center;
  }


#s-f0dc07c2-aebc-47c0-b7f0-fecb34fd740c.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-f0dc07c2-aebc-47c0-b7f0-fecb34fd740c-root {
    text-align: center;
  }


#s-f0dc07c2-aebc-47c0-b7f0-fecb34fd740c.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-f0dc07c2-aebc-47c0-b7f0-fecb34fd740c-root {
    text-align: center;
  }


#s-f0dc07c2-aebc-47c0-b7f0-fecb34fd740c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f0dc07c2-aebc-47c0-b7f0-fecb34fd740c-root {
    text-align: center;
  }


#s-f0dc07c2-aebc-47c0-b7f0-fecb34fd740c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-abc7454e-368a-40ad-9db3-55648fa72c4a {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
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-abc7454e-368a-40ad-9db3-55648fa72c4a &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-abc7454e-368a-40ad-9db3-55648fa72c4a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-98871fda-b973-43dd-8c8a-50fa9be4fc8e {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
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;
max-width: 1966px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-98871fda-b973-43dd-8c8a-50fa9be4fc8e {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

#s-98871fda-b973-43dd-8c8a-50fa9be4fc8e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-98871fda-b973-43dd-8c8a-50fa9be4fc8e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-98871fda-b973-43dd-8c8a-50fa9be4fc8e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-98871fda-b973-43dd-8c8a-50fa9be4fc8e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-98871fda-b973-43dd-8c8a-50fa9be4fc8e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-98871fda-b973-43dd-8c8a-50fa9be4fc8e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1966px;
  }



  img.s-98871fda-b973-43dd-8c8a-50fa9be4fc8e.shogun-image {
    
    
    
    max-height: 1966px;
  }


.s-98871fda-b973-43dd-8c8a-50fa9be4fc8e .shogun-image-content {
  
    align-items: center;
  
}

.s-98871fda-b973-43dd-8c8a-50fa9be4fc8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98871fda-b973-43dd-8c8a-50fa9be4fc8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98871fda-b973-43dd-8c8a-50fa9be4fc8e.shogun-image {
  box-sizing: border-box;
}


.s-98871fda-b973-43dd-8c8a-50fa9be4fc8e .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-98871fda-b973-43dd-8c8a-50fa9be4fc8e .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-98871fda-b973-43dd-8c8a-50fa9be4fc8e .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-98871fda-b973-43dd-8c8a-50fa9be4fc8e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-98871fda-b973-43dd-8c8a-50fa9be4fc8e.shogun-image-container {
      position: relative;
    }

    .s-98871fda-b973-43dd-8c8a-50fa9be4fc8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98871fda-b973-43dd-8c8a-50fa9be4fc8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98871fda-b973-43dd-8c8a-50fa9be4fc8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1966px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-98871fda-b973-43dd-8c8a-50fa9be4fc8e {
  
  
  
  
}

#s-98871fda-b973-43dd-8c8a-50fa9be4fc8e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-98871fda-b973-43dd-8c8a-50fa9be4fc8e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-98871fda-b973-43dd-8c8a-50fa9be4fc8e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-98871fda-b973-43dd-8c8a-50fa9be4fc8e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-98871fda-b973-43dd-8c8a-50fa9be4fc8e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-98871fda-b973-43dd-8c8a-50fa9be4fc8e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1966px;
  }



  img.s-98871fda-b973-43dd-8c8a-50fa9be4fc8e.shogun-image {
    
    
    
    max-height: 1966px;
  }


.s-98871fda-b973-43dd-8c8a-50fa9be4fc8e .shogun-image-content {
  
    align-items: center;
  
}

.s-98871fda-b973-43dd-8c8a-50fa9be4fc8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98871fda-b973-43dd-8c8a-50fa9be4fc8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98871fda-b973-43dd-8c8a-50fa9be4fc8e.shogun-image {
  box-sizing: border-box;
}


.s-98871fda-b973-43dd-8c8a-50fa9be4fc8e .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-98871fda-b973-43dd-8c8a-50fa9be4fc8e .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-98871fda-b973-43dd-8c8a-50fa9be4fc8e .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-98871fda-b973-43dd-8c8a-50fa9be4fc8e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-98871fda-b973-43dd-8c8a-50fa9be4fc8e.shogun-image-container {
      position: relative;
    }

    .s-98871fda-b973-43dd-8c8a-50fa9be4fc8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98871fda-b973-43dd-8c8a-50fa9be4fc8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98871fda-b973-43dd-8c8a-50fa9be4fc8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1966px;
    }
  }

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

.shg-image-margin-container-s-98871fda-b973-43dd-8c8a-50fa9be4fc8e {
  
  
  
  
}

#s-98871fda-b973-43dd-8c8a-50fa9be4fc8e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-98871fda-b973-43dd-8c8a-50fa9be4fc8e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-98871fda-b973-43dd-8c8a-50fa9be4fc8e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-98871fda-b973-43dd-8c8a-50fa9be4fc8e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-98871fda-b973-43dd-8c8a-50fa9be4fc8e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-98871fda-b973-43dd-8c8a-50fa9be4fc8e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1966px;
  }



  img.s-98871fda-b973-43dd-8c8a-50fa9be4fc8e.shogun-image {
    
    
    
    max-height: 1966px;
  }


.s-98871fda-b973-43dd-8c8a-50fa9be4fc8e .shogun-image-content {
  
    align-items: center;
  
}

.s-98871fda-b973-43dd-8c8a-50fa9be4fc8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98871fda-b973-43dd-8c8a-50fa9be4fc8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98871fda-b973-43dd-8c8a-50fa9be4fc8e.shogun-image {
  box-sizing: border-box;
}


.s-98871fda-b973-43dd-8c8a-50fa9be4fc8e .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-98871fda-b973-43dd-8c8a-50fa9be4fc8e .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-98871fda-b973-43dd-8c8a-50fa9be4fc8e .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-98871fda-b973-43dd-8c8a-50fa9be4fc8e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-98871fda-b973-43dd-8c8a-50fa9be4fc8e.shogun-image-container {
      position: relative;
    }

    .s-98871fda-b973-43dd-8c8a-50fa9be4fc8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98871fda-b973-43dd-8c8a-50fa9be4fc8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98871fda-b973-43dd-8c8a-50fa9be4fc8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1966px;
    }
  }

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

.shg-image-margin-container-s-98871fda-b973-43dd-8c8a-50fa9be4fc8e {
  
  
  
  
}

#s-98871fda-b973-43dd-8c8a-50fa9be4fc8e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-98871fda-b973-43dd-8c8a-50fa9be4fc8e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-98871fda-b973-43dd-8c8a-50fa9be4fc8e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-98871fda-b973-43dd-8c8a-50fa9be4fc8e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-98871fda-b973-43dd-8c8a-50fa9be4fc8e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-98871fda-b973-43dd-8c8a-50fa9be4fc8e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1966px;
  }



  img.s-98871fda-b973-43dd-8c8a-50fa9be4fc8e.shogun-image {
    
    
    
    max-height: 1966px;
  }


.s-98871fda-b973-43dd-8c8a-50fa9be4fc8e .shogun-image-content {
  
    align-items: center;
  
}

.s-98871fda-b973-43dd-8c8a-50fa9be4fc8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98871fda-b973-43dd-8c8a-50fa9be4fc8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98871fda-b973-43dd-8c8a-50fa9be4fc8e.shogun-image {
  box-sizing: border-box;
}


.s-98871fda-b973-43dd-8c8a-50fa9be4fc8e .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-98871fda-b973-43dd-8c8a-50fa9be4fc8e .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-98871fda-b973-43dd-8c8a-50fa9be4fc8e .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-98871fda-b973-43dd-8c8a-50fa9be4fc8e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-98871fda-b973-43dd-8c8a-50fa9be4fc8e.shogun-image-container {
      position: relative;
    }

    .s-98871fda-b973-43dd-8c8a-50fa9be4fc8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98871fda-b973-43dd-8c8a-50fa9be4fc8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98871fda-b973-43dd-8c8a-50fa9be4fc8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1966px;
    }
  }

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

.shg-image-margin-container-s-98871fda-b973-43dd-8c8a-50fa9be4fc8e {
  
  
  
  
}

#s-98871fda-b973-43dd-8c8a-50fa9be4fc8e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-98871fda-b973-43dd-8c8a-50fa9be4fc8e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-98871fda-b973-43dd-8c8a-50fa9be4fc8e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-98871fda-b973-43dd-8c8a-50fa9be4fc8e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-98871fda-b973-43dd-8c8a-50fa9be4fc8e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-98871fda-b973-43dd-8c8a-50fa9be4fc8e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1966px;
  }



  img.s-98871fda-b973-43dd-8c8a-50fa9be4fc8e.shogun-image {
    
    
    
    max-height: 1966px;
  }


.s-98871fda-b973-43dd-8c8a-50fa9be4fc8e .shogun-image-content {
  
    align-items: center;
  
}

.s-98871fda-b973-43dd-8c8a-50fa9be4fc8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98871fda-b973-43dd-8c8a-50fa9be4fc8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98871fda-b973-43dd-8c8a-50fa9be4fc8e.shogun-image {
  box-sizing: border-box;
}


.s-98871fda-b973-43dd-8c8a-50fa9be4fc8e .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-98871fda-b973-43dd-8c8a-50fa9be4fc8e .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-98871fda-b973-43dd-8c8a-50fa9be4fc8e .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}



  @supports not (aspect-ratio: 1/1) {
    .s-98871fda-b973-43dd-8c8a-50fa9be4fc8e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-98871fda-b973-43dd-8c8a-50fa9be4fc8e.shogun-image-container {
      position: relative;
    }

    .s-98871fda-b973-43dd-8c8a-50fa9be4fc8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98871fda-b973-43dd-8c8a-50fa9be4fc8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98871fda-b973-43dd-8c8a-50fa9be4fc8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1966px;
    }
  }

}
#s-4c81932b-8c69-4d86-a411-9b593dfc087e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4c81932b-8c69-4d86-a411-9b593dfc087e .shogun-heading-component h2 {
  color: rgba(40, 40, 40, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-efb141a3-c0d6-4e7c-94fd-d66a0b1f3e9d {
  margin-left: auto;
margin-right: auto;
}

#s-bee4f5e0-a4bf-4730-80de-3eb48142777f {
  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-bee4f5e0-a4bf-4730-80de-3eb48142777f: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-bee4f5e0-a4bf-4730-80de-3eb48142777f: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-bee4f5e0-a4bf-4730-80de-3eb48142777f-root {
    text-align: center;
  }


#s-bee4f5e0-a4bf-4730-80de-3eb48142777f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-bee4f5e0-a4bf-4730-80de-3eb48142777f-root {
    text-align: center;
  }


#s-bee4f5e0-a4bf-4730-80de-3eb48142777f.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-bee4f5e0-a4bf-4730-80de-3eb48142777f-root {
    text-align: center;
  }


#s-bee4f5e0-a4bf-4730-80de-3eb48142777f.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-bee4f5e0-a4bf-4730-80de-3eb48142777f-root {
    text-align: center;
  }


#s-bee4f5e0-a4bf-4730-80de-3eb48142777f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-bee4f5e0-a4bf-4730-80de-3eb48142777f-root {
    text-align: center;
  }


#s-bee4f5e0-a4bf-4730-80de-3eb48142777f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-3dee7b36-6dd6-4caf-bd39-7bc85ebfbc47 {
  margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-3dee7b36-6dd6-4caf-bd39-7bc85ebfbc47 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3dee7b36-6dd6-4caf-bd39-7bc85ebfbc47 {
  margin-left: 2%;
margin-right: 2%;
display: none;
}
#s-3dee7b36-6dd6-4caf-bd39-7bc85ebfbc47, #wrap-s-3dee7b36-6dd6-4caf-bd39-7bc85ebfbc47 { display: none !important; }}@media (max-width: 767px){#s-3dee7b36-6dd6-4caf-bd39-7bc85ebfbc47 {
  margin-left: 2%;
margin-right: 2%;
display: none;
}
#s-3dee7b36-6dd6-4caf-bd39-7bc85ebfbc47, #wrap-s-3dee7b36-6dd6-4caf-bd39-7bc85ebfbc47 { display: none !important; }}
#s-3dee7b36-6dd6-4caf-bd39-7bc85ebfbc47 hr {
  border-top: 2px solid #D5D6D7;
}

#s-408699e0-b483-4d00-ac2b-a0eab3c55653 {
  margin-left: 1%;
margin-right: 1%;
}
@media (min-width: 768px) and (max-width: 991px){#s-408699e0-b483-4d00-ac2b-a0eab3c55653 {
  display: none;
}
#s-408699e0-b483-4d00-ac2b-a0eab3c55653, #wrap-s-408699e0-b483-4d00-ac2b-a0eab3c55653 { display: none !important; }}@media (max-width: 767px){#s-408699e0-b483-4d00-ac2b-a0eab3c55653 {
  display: none;
}
#s-408699e0-b483-4d00-ac2b-a0eab3c55653, #wrap-s-408699e0-b483-4d00-ac2b-a0eab3c55653 { display: none !important; }}
@media (min-width: 0px) {
[id="s-408699e0-b483-4d00-ac2b-a0eab3c55653"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-408699e0-b483-4d00-ac2b-a0eab3c55653"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-408699e0-b483-4d00-ac2b-a0eab3c55653"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-408699e0-b483-4d00-ac2b-a0eab3c55653"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-9d758b75-798f-487e-8af5-b03a2d75ac99 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-27c1f3d2-c300-4b77-940c-0873c0b9245a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-478ee75a-9642-48f0-b6e5-8eef56ccc972 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
text-align: left;
}
@media (min-width: 1200px){#s-478ee75a-9642-48f0-b6e5-8eef56ccc972 {
  display: none;
}
#s-478ee75a-9642-48f0-b6e5-8eef56ccc972, #wrap-s-478ee75a-9642-48f0-b6e5-8eef56ccc972 { 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 { display: none !important; }}
#s-e2f8e048-00a7-4adf-86ff-2fd48d6fa751 {
  margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-e2f8e048-00a7-4adf-86ff-2fd48d6fa751 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e2f8e048-00a7-4adf-86ff-2fd48d6fa751 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-e2f8e048-00a7-4adf-86ff-2fd48d6fa751 {
  margin-left: 2%;
margin-right: 2%;
}
}
#s-e2f8e048-00a7-4adf-86ff-2fd48d6fa751 hr {
  border-top: 2px solid #D5D6D7;
}

#s-6dbeb45c-4c67-40e7-ac38-aa83ef4556b5 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-6dbeb45c-4c67-40e7-ac38-aa83ef4556b5 &gt; .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 { 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 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6e013c2c-f895-41af-9927-9776bcd4e986 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-6e013c2c-f895-41af-9927-9776bcd4e986 {
  margin-left: 2%;
margin-right: 2%;
}
}
#s-c09599b7-42ad-4c29-a79a-ccf805b5889d {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-c09599b7-42ad-4c29-a79a-ccf805b5889d {
  margin-left: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c09599b7-42ad-4c29-a79a-ccf805b5889d {
  margin-left: 2%;
margin-right: 2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c09599b7-42ad-4c29-a79a-ccf805b5889d {
  margin-left: 2%;
margin-right: 2%;
display: none;
}
#s-c09599b7-42ad-4c29-a79a-ccf805b5889d, #wrap-s-c09599b7-42ad-4c29-a79a-ccf805b5889d { display: none !important; }}@media (max-width: 767px){#s-c09599b7-42ad-4c29-a79a-ccf805b5889d {
  margin-left: 2%;
margin-right: 2%;
display: none;
}
#s-c09599b7-42ad-4c29-a79a-ccf805b5889d, #wrap-s-c09599b7-42ad-4c29-a79a-ccf805b5889d { 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"] &gt; .shg-row &gt; .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-82876996-36f8-454f-9afb-bb8e382bb1a8"] &gt; .shg-row &gt; .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-82876996-36f8-454f-9afb-bb8e382bb1a8"] &gt; .shg-row &gt; .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-82876996-36f8-454f-9afb-bb8e382bb1a8"] &gt; .shg-row &gt; .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 &gt; .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-cc9e3024-89d5-4139-a521-1dab5f007a65 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-cc9e3024-89d5-4139-a521-1dab5f007a65"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cc9e3024-89d5-4139-a521-1dab5f007a65"] &gt; .shg-row &gt; .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-cc9e3024-89d5-4139-a521-1dab5f007a65"] &gt; .shg-row &gt; .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-cc9e3024-89d5-4139-a521-1dab5f007a65"] &gt; .shg-row &gt; .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-cc9e3024-89d5-4139-a521-1dab5f007a65"] &gt; .shg-row &gt; .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-cc9e3024-89d5-4139-a521-1dab5f007a65"] &gt; .shg-row &gt; .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-cc9e3024-89d5-4139-a521-1dab5f007a65"] &gt; .shg-row &gt; .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

}

#s-91e586bc-d413-4b73-8880-b3622b6b97b8 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 1200px;
aspect-ratio: 2/3;
text-align: center;
}



.shg-image-margin-container-s-91e586bc-d413-4b73-8880-b3622b6b97b8 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

#s-91e586bc-d413-4b73-8880-b3622b6b97b8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-91e586bc-d413-4b73-8880-b3622b6b97b8 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-91e586bc-d413-4b73-8880-b3622b6b97b8 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-91e586bc-d413-4b73-8880-b3622b6b97b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-91e586bc-d413-4b73-8880-b3622b6b97b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-91e586bc-d413-4b73-8880-b3622b6b97b8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-91e586bc-d413-4b73-8880-b3622b6b97b8.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-91e586bc-d413-4b73-8880-b3622b6b97b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-91e586bc-d413-4b73-8880-b3622b6b97b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91e586bc-d413-4b73-8880-b3622b6b97b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91e586bc-d413-4b73-8880-b3622b6b97b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-91e586bc-d413-4b73-8880-b3622b6b97b8 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-91e586bc-d413-4b73-8880-b3622b6b97b8.shogun-image-container {
      position: relative;
    }

    .s-91e586bc-d413-4b73-8880-b3622b6b97b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-91e586bc-d413-4b73-8880-b3622b6b97b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-91e586bc-d413-4b73-8880-b3622b6b97b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-91e586bc-d413-4b73-8880-b3622b6b97b8 {
  
  
  
  
}

#s-91e586bc-d413-4b73-8880-b3622b6b97b8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-91e586bc-d413-4b73-8880-b3622b6b97b8 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-91e586bc-d413-4b73-8880-b3622b6b97b8 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-91e586bc-d413-4b73-8880-b3622b6b97b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-91e586bc-d413-4b73-8880-b3622b6b97b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-91e586bc-d413-4b73-8880-b3622b6b97b8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-91e586bc-d413-4b73-8880-b3622b6b97b8.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-91e586bc-d413-4b73-8880-b3622b6b97b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-91e586bc-d413-4b73-8880-b3622b6b97b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91e586bc-d413-4b73-8880-b3622b6b97b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91e586bc-d413-4b73-8880-b3622b6b97b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-91e586bc-d413-4b73-8880-b3622b6b97b8 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-91e586bc-d413-4b73-8880-b3622b6b97b8.shogun-image-container {
      position: relative;
    }

    .s-91e586bc-d413-4b73-8880-b3622b6b97b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-91e586bc-d413-4b73-8880-b3622b6b97b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-91e586bc-d413-4b73-8880-b3622b6b97b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

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

.shg-image-margin-container-s-91e586bc-d413-4b73-8880-b3622b6b97b8 {
  
  
  
  
}

#s-91e586bc-d413-4b73-8880-b3622b6b97b8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-91e586bc-d413-4b73-8880-b3622b6b97b8 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-91e586bc-d413-4b73-8880-b3622b6b97b8 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-91e586bc-d413-4b73-8880-b3622b6b97b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-91e586bc-d413-4b73-8880-b3622b6b97b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-91e586bc-d413-4b73-8880-b3622b6b97b8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-91e586bc-d413-4b73-8880-b3622b6b97b8.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-91e586bc-d413-4b73-8880-b3622b6b97b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-91e586bc-d413-4b73-8880-b3622b6b97b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91e586bc-d413-4b73-8880-b3622b6b97b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91e586bc-d413-4b73-8880-b3622b6b97b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-91e586bc-d413-4b73-8880-b3622b6b97b8 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-91e586bc-d413-4b73-8880-b3622b6b97b8.shogun-image-container {
      position: relative;
    }

    .s-91e586bc-d413-4b73-8880-b3622b6b97b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-91e586bc-d413-4b73-8880-b3622b6b97b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-91e586bc-d413-4b73-8880-b3622b6b97b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

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

.shg-image-margin-container-s-91e586bc-d413-4b73-8880-b3622b6b97b8 {
  
  
  
  
}

#s-91e586bc-d413-4b73-8880-b3622b6b97b8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-91e586bc-d413-4b73-8880-b3622b6b97b8 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-91e586bc-d413-4b73-8880-b3622b6b97b8 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-91e586bc-d413-4b73-8880-b3622b6b97b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-91e586bc-d413-4b73-8880-b3622b6b97b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-91e586bc-d413-4b73-8880-b3622b6b97b8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-91e586bc-d413-4b73-8880-b3622b6b97b8.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-91e586bc-d413-4b73-8880-b3622b6b97b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-91e586bc-d413-4b73-8880-b3622b6b97b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91e586bc-d413-4b73-8880-b3622b6b97b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91e586bc-d413-4b73-8880-b3622b6b97b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-91e586bc-d413-4b73-8880-b3622b6b97b8 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-91e586bc-d413-4b73-8880-b3622b6b97b8.shogun-image-container {
      position: relative;
    }

    .s-91e586bc-d413-4b73-8880-b3622b6b97b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-91e586bc-d413-4b73-8880-b3622b6b97b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-91e586bc-d413-4b73-8880-b3622b6b97b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

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

.shg-image-margin-container-s-91e586bc-d413-4b73-8880-b3622b6b97b8 {
  
  
  
  
}

#s-91e586bc-d413-4b73-8880-b3622b6b97b8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-91e586bc-d413-4b73-8880-b3622b6b97b8 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-91e586bc-d413-4b73-8880-b3622b6b97b8 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-91e586bc-d413-4b73-8880-b3622b6b97b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-91e586bc-d413-4b73-8880-b3622b6b97b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-91e586bc-d413-4b73-8880-b3622b6b97b8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-91e586bc-d413-4b73-8880-b3622b6b97b8.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-91e586bc-d413-4b73-8880-b3622b6b97b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-91e586bc-d413-4b73-8880-b3622b6b97b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91e586bc-d413-4b73-8880-b3622b6b97b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91e586bc-d413-4b73-8880-b3622b6b97b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-91e586bc-d413-4b73-8880-b3622b6b97b8 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-91e586bc-d413-4b73-8880-b3622b6b97b8.shogun-image-container {
      position: relative;
    }

    .s-91e586bc-d413-4b73-8880-b3622b6b97b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-91e586bc-d413-4b73-8880-b3622b6b97b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-91e586bc-d413-4b73-8880-b3622b6b97b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
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;
max-width: 2560px;
aspect-ratio: 2560/1102;
text-align: center;
}



.shg-image-margin-container-s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

#s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2560px;
  }



  img.s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2.shogun-image {
    
    
    
    max-height: 2560px;
  }


.s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 {
  
  
  
  
}

#s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2560px;
  }



  img.s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2.shogun-image {
    
    
    
    max-height: 2560px;
  }


.s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 {
  
  
  
  
}

#s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2560px;
  }



  img.s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2.shogun-image {
    
    
    
    max-height: 2560px;
  }


.s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 {
  
  
  
  
}

#s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2560px;
  }



  img.s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2.shogun-image {
    
    
    
    max-height: 2560px;
  }


.s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 {
  
  
  
  
}

#s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2560px;
  }



  img.s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2.shogun-image {
    
    
    
    max-height: 2560px;
  }


.s-14fbe46b-edb6-4b3a-b529-6d7ac162dec2 .shogun-image-content {
  
    align-items: 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;
}




  @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-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"] &gt; .shg-row &gt; .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-e68a2a1a-07b1-4186-b7a7-4151c9291952"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-e68a2a1a-07b1-4186-b7a7-4151c9291952"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-e68a2a1a-07b1-4186-b7a7-4151c9291952"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-8bd33c8f-c917-4967-97bb-aa15f186ca53 {
  margin-left: auto;
margin-right: auto;
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;
max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-8bd33c8f-c917-4967-97bb-aa15f186ca53 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-8bd33c8f-c917-4967-97bb-aa15f186ca53 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-8bd33c8f-c917-4967-97bb-aa15f186ca53.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-8bd33c8f-c917-4967-97bb-aa15f186ca53 .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-8bd33c8f-c917-4967-97bb-aa15f186ca53 {
  
  
  
  
}

#s-8bd33c8f-c917-4967-97bb-aa15f186ca53 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-8bd33c8f-c917-4967-97bb-aa15f186ca53.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-8bd33c8f-c917-4967-97bb-aa15f186ca53 .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-8bd33c8f-c917-4967-97bb-aa15f186ca53 {
  
  
  
  
}

#s-8bd33c8f-c917-4967-97bb-aa15f186ca53 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-8bd33c8f-c917-4967-97bb-aa15f186ca53.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-8bd33c8f-c917-4967-97bb-aa15f186ca53 .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-8bd33c8f-c917-4967-97bb-aa15f186ca53 {
  
  
  
  
}

#s-8bd33c8f-c917-4967-97bb-aa15f186ca53 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-8bd33c8f-c917-4967-97bb-aa15f186ca53.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-8bd33c8f-c917-4967-97bb-aa15f186ca53 .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-8bd33c8f-c917-4967-97bb-aa15f186ca53 {
  
  
  
  
}

#s-8bd33c8f-c917-4967-97bb-aa15f186ca53 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-8bd33c8f-c917-4967-97bb-aa15f186ca53.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-8bd33c8f-c917-4967-97bb-aa15f186ca53 .shogun-image-content {
  
    align-items: 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;
}




  @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;
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;
max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-a4aca8db-eee8-4282-af02-2608881d370a {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-a4aca8db-eee8-4282-af02-2608881d370a {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-a4aca8db-eee8-4282-af02-2608881d370a.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-a4aca8db-eee8-4282-af02-2608881d370a .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-a4aca8db-eee8-4282-af02-2608881d370a {
  
  
  
  
}

#s-a4aca8db-eee8-4282-af02-2608881d370a {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-a4aca8db-eee8-4282-af02-2608881d370a.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-a4aca8db-eee8-4282-af02-2608881d370a .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-a4aca8db-eee8-4282-af02-2608881d370a {
  
  
  
  
}

#s-a4aca8db-eee8-4282-af02-2608881d370a {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-a4aca8db-eee8-4282-af02-2608881d370a.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-a4aca8db-eee8-4282-af02-2608881d370a .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-a4aca8db-eee8-4282-af02-2608881d370a {
  
  
  
  
}

#s-a4aca8db-eee8-4282-af02-2608881d370a {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-a4aca8db-eee8-4282-af02-2608881d370a.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-a4aca8db-eee8-4282-af02-2608881d370a .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-a4aca8db-eee8-4282-af02-2608881d370a {
  
  
  
  
}

#s-a4aca8db-eee8-4282-af02-2608881d370a {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-a4aca8db-eee8-4282-af02-2608881d370a.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-a4aca8db-eee8-4282-af02-2608881d370a .shogun-image-content {
  
    align-items: 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;
}




  @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-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 &gt; .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-260d7cc8-247c-4c77-b8f5-ce3149f2b882 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-260d7cc8-247c-4c77-b8f5-ce3149f2b882"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-260d7cc8-247c-4c77-b8f5-ce3149f2b882"] &gt; .shg-row &gt; .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-260d7cc8-247c-4c77-b8f5-ce3149f2b882"] &gt; .shg-row &gt; .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-260d7cc8-247c-4c77-b8f5-ce3149f2b882"] &gt; .shg-row &gt; .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-260d7cc8-247c-4c77-b8f5-ce3149f2b882"] &gt; .shg-row &gt; .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-260d7cc8-247c-4c77-b8f5-ce3149f2b882"] &gt; .shg-row &gt; .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-260d7cc8-247c-4c77-b8f5-ce3149f2b882"] &gt; .shg-row &gt; .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

}

#s-45350d62-846b-4fce-83a9-4a99b0d471a5 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 1200px;
aspect-ratio: 2/3;
text-align: center;
}



.shg-image-margin-container-s-45350d62-846b-4fce-83a9-4a99b0d471a5 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

#s-45350d62-846b-4fce-83a9-4a99b0d471a5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-45350d62-846b-4fce-83a9-4a99b0d471a5 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-45350d62-846b-4fce-83a9-4a99b0d471a5 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-45350d62-846b-4fce-83a9-4a99b0d471a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-45350d62-846b-4fce-83a9-4a99b0d471a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-45350d62-846b-4fce-83a9-4a99b0d471a5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-45350d62-846b-4fce-83a9-4a99b0d471a5.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-45350d62-846b-4fce-83a9-4a99b0d471a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-45350d62-846b-4fce-83a9-4a99b0d471a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45350d62-846b-4fce-83a9-4a99b0d471a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45350d62-846b-4fce-83a9-4a99b0d471a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-45350d62-846b-4fce-83a9-4a99b0d471a5 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-45350d62-846b-4fce-83a9-4a99b0d471a5.shogun-image-container {
      position: relative;
    }

    .s-45350d62-846b-4fce-83a9-4a99b0d471a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45350d62-846b-4fce-83a9-4a99b0d471a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45350d62-846b-4fce-83a9-4a99b0d471a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-45350d62-846b-4fce-83a9-4a99b0d471a5 {
  
  
  
  
}

#s-45350d62-846b-4fce-83a9-4a99b0d471a5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-45350d62-846b-4fce-83a9-4a99b0d471a5 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-45350d62-846b-4fce-83a9-4a99b0d471a5 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-45350d62-846b-4fce-83a9-4a99b0d471a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-45350d62-846b-4fce-83a9-4a99b0d471a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-45350d62-846b-4fce-83a9-4a99b0d471a5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-45350d62-846b-4fce-83a9-4a99b0d471a5.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-45350d62-846b-4fce-83a9-4a99b0d471a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-45350d62-846b-4fce-83a9-4a99b0d471a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45350d62-846b-4fce-83a9-4a99b0d471a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45350d62-846b-4fce-83a9-4a99b0d471a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-45350d62-846b-4fce-83a9-4a99b0d471a5 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-45350d62-846b-4fce-83a9-4a99b0d471a5.shogun-image-container {
      position: relative;
    }

    .s-45350d62-846b-4fce-83a9-4a99b0d471a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45350d62-846b-4fce-83a9-4a99b0d471a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45350d62-846b-4fce-83a9-4a99b0d471a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

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

.shg-image-margin-container-s-45350d62-846b-4fce-83a9-4a99b0d471a5 {
  
  
  
  
}

#s-45350d62-846b-4fce-83a9-4a99b0d471a5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-45350d62-846b-4fce-83a9-4a99b0d471a5 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-45350d62-846b-4fce-83a9-4a99b0d471a5 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-45350d62-846b-4fce-83a9-4a99b0d471a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-45350d62-846b-4fce-83a9-4a99b0d471a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-45350d62-846b-4fce-83a9-4a99b0d471a5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-45350d62-846b-4fce-83a9-4a99b0d471a5.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-45350d62-846b-4fce-83a9-4a99b0d471a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-45350d62-846b-4fce-83a9-4a99b0d471a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45350d62-846b-4fce-83a9-4a99b0d471a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45350d62-846b-4fce-83a9-4a99b0d471a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-45350d62-846b-4fce-83a9-4a99b0d471a5 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-45350d62-846b-4fce-83a9-4a99b0d471a5.shogun-image-container {
      position: relative;
    }

    .s-45350d62-846b-4fce-83a9-4a99b0d471a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45350d62-846b-4fce-83a9-4a99b0d471a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45350d62-846b-4fce-83a9-4a99b0d471a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

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

.shg-image-margin-container-s-45350d62-846b-4fce-83a9-4a99b0d471a5 {
  
  
  
  
}

#s-45350d62-846b-4fce-83a9-4a99b0d471a5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-45350d62-846b-4fce-83a9-4a99b0d471a5 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-45350d62-846b-4fce-83a9-4a99b0d471a5 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-45350d62-846b-4fce-83a9-4a99b0d471a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-45350d62-846b-4fce-83a9-4a99b0d471a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-45350d62-846b-4fce-83a9-4a99b0d471a5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-45350d62-846b-4fce-83a9-4a99b0d471a5.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-45350d62-846b-4fce-83a9-4a99b0d471a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-45350d62-846b-4fce-83a9-4a99b0d471a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45350d62-846b-4fce-83a9-4a99b0d471a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45350d62-846b-4fce-83a9-4a99b0d471a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-45350d62-846b-4fce-83a9-4a99b0d471a5 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-45350d62-846b-4fce-83a9-4a99b0d471a5.shogun-image-container {
      position: relative;
    }

    .s-45350d62-846b-4fce-83a9-4a99b0d471a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45350d62-846b-4fce-83a9-4a99b0d471a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45350d62-846b-4fce-83a9-4a99b0d471a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

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

.shg-image-margin-container-s-45350d62-846b-4fce-83a9-4a99b0d471a5 {
  
  
  
  
}

#s-45350d62-846b-4fce-83a9-4a99b0d471a5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-45350d62-846b-4fce-83a9-4a99b0d471a5 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-45350d62-846b-4fce-83a9-4a99b0d471a5 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-45350d62-846b-4fce-83a9-4a99b0d471a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-45350d62-846b-4fce-83a9-4a99b0d471a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-45350d62-846b-4fce-83a9-4a99b0d471a5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-45350d62-846b-4fce-83a9-4a99b0d471a5.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-45350d62-846b-4fce-83a9-4a99b0d471a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-45350d62-846b-4fce-83a9-4a99b0d471a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45350d62-846b-4fce-83a9-4a99b0d471a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45350d62-846b-4fce-83a9-4a99b0d471a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-45350d62-846b-4fce-83a9-4a99b0d471a5 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-45350d62-846b-4fce-83a9-4a99b0d471a5.shogun-image-container {
      position: relative;
    }

    .s-45350d62-846b-4fce-83a9-4a99b0d471a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45350d62-846b-4fce-83a9-4a99b0d471a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45350d62-846b-4fce-83a9-4a99b0d471a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-9d5e8935-dac8-4767-9b6b-561366c5ed26 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
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;
max-width: 2899px;
aspect-ratio: 2899/876;
text-align: center;
}



.shg-image-margin-container-s-9d5e8935-dac8-4767-9b6b-561366c5ed26 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

#s-9d5e8935-dac8-4767-9b6b-561366c5ed26 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2899px;
  }



  img.s-9d5e8935-dac8-4767-9b6b-561366c5ed26.shogun-image {
    
    
    
    max-height: 2899px;
  }


.s-9d5e8935-dac8-4767-9b6b-561366c5ed26 .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-9d5e8935-dac8-4767-9b6b-561366c5ed26 {
  
  
  
  
}

#s-9d5e8935-dac8-4767-9b6b-561366c5ed26 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2899px;
  }



  img.s-9d5e8935-dac8-4767-9b6b-561366c5ed26.shogun-image {
    
    
    
    max-height: 2899px;
  }


.s-9d5e8935-dac8-4767-9b6b-561366c5ed26 .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-9d5e8935-dac8-4767-9b6b-561366c5ed26 {
  
  
  
  
}

#s-9d5e8935-dac8-4767-9b6b-561366c5ed26 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2899px;
  }



  img.s-9d5e8935-dac8-4767-9b6b-561366c5ed26.shogun-image {
    
    
    
    max-height: 2899px;
  }


.s-9d5e8935-dac8-4767-9b6b-561366c5ed26 .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-9d5e8935-dac8-4767-9b6b-561366c5ed26 {
  
  
  
  
}

#s-9d5e8935-dac8-4767-9b6b-561366c5ed26 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2899px;
  }



  img.s-9d5e8935-dac8-4767-9b6b-561366c5ed26.shogun-image {
    
    
    
    max-height: 2899px;
  }


.s-9d5e8935-dac8-4767-9b6b-561366c5ed26 .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-9d5e8935-dac8-4767-9b6b-561366c5ed26 {
  
  
  
  
}

#s-9d5e8935-dac8-4767-9b6b-561366c5ed26 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2899px;
  }



  img.s-9d5e8935-dac8-4767-9b6b-561366c5ed26.shogun-image {
    
    
    
    max-height: 2899px;
  }


.s-9d5e8935-dac8-4767-9b6b-561366c5ed26 .shogun-image-content {
  
    align-items: 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;
}




  @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-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"] &gt; .shg-row &gt; .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-15cb341a-521b-4d46-b52d-fd2d624a2590"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-15cb341a-521b-4d46-b52d-fd2d624a2590"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-15cb341a-521b-4d46-b52d-fd2d624a2590"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-b4639e4c-b7df-4549-b6f0-1345092bf25e {
  margin-left: auto;
margin-right: auto;
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;
max-width: 3000px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-b4639e4c-b7df-4549-b6f0-1345092bf25e {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-b4639e4c-b7df-4549-b6f0-1345092bf25e {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-b4639e4c-b7df-4549-b6f0-1345092bf25e.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-b4639e4c-b7df-4549-b6f0-1345092bf25e .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-b4639e4c-b7df-4549-b6f0-1345092bf25e {
  
  
  
  
}

#s-b4639e4c-b7df-4549-b6f0-1345092bf25e {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-b4639e4c-b7df-4549-b6f0-1345092bf25e.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-b4639e4c-b7df-4549-b6f0-1345092bf25e .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-b4639e4c-b7df-4549-b6f0-1345092bf25e {
  
  
  
  
}

#s-b4639e4c-b7df-4549-b6f0-1345092bf25e {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-b4639e4c-b7df-4549-b6f0-1345092bf25e.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-b4639e4c-b7df-4549-b6f0-1345092bf25e .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-b4639e4c-b7df-4549-b6f0-1345092bf25e {
  
  
  
  
}

#s-b4639e4c-b7df-4549-b6f0-1345092bf25e {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-b4639e4c-b7df-4549-b6f0-1345092bf25e.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-b4639e4c-b7df-4549-b6f0-1345092bf25e .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-b4639e4c-b7df-4549-b6f0-1345092bf25e {
  
  
  
  
}

#s-b4639e4c-b7df-4549-b6f0-1345092bf25e {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-b4639e4c-b7df-4549-b6f0-1345092bf25e.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-b4639e4c-b7df-4549-b6f0-1345092bf25e .shogun-image-content {
  
    align-items: 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;
}




  @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;
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;
max-width: 3000px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f {
  
  
  
  
}

#s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f {
  
  
  
  
}

#s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f {
  
  
  
  
}

#s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f {
  
  
  
  
}

#s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-c75356a8-17d5-4a0e-927e-bf7902fa6f8f .shogun-image-content {
  
    align-items: 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;
}




  @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-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 &gt; .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-eebdb2e2-ea1b-43f7-af49-81b2aa00a9fb {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-eebdb2e2-ea1b-43f7-af49-81b2aa00a9fb"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eebdb2e2-ea1b-43f7-af49-81b2aa00a9fb"] &gt; .shg-row &gt; .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-eebdb2e2-ea1b-43f7-af49-81b2aa00a9fb"] &gt; .shg-row &gt; .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-eebdb2e2-ea1b-43f7-af49-81b2aa00a9fb"] &gt; .shg-row &gt; .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-eebdb2e2-ea1b-43f7-af49-81b2aa00a9fb"] &gt; .shg-row &gt; .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-eebdb2e2-ea1b-43f7-af49-81b2aa00a9fb"] &gt; .shg-row &gt; .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-eebdb2e2-ea1b-43f7-af49-81b2aa00a9fb"] &gt; .shg-row &gt; .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

}

#s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 1200px;
aspect-ratio: 2/3;
text-align: center;
}



.shg-image-margin-container-s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

#s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9.shogun-image-container {
      position: relative;
    }

    .s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9 {
  
  
  
  
}

#s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9.shogun-image-container {
      position: relative;
    }

    .s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

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

.shg-image-margin-container-s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9 {
  
  
  
  
}

#s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9.shogun-image-container {
      position: relative;
    }

    .s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

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

.shg-image-margin-container-s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9 {
  
  
  
  
}

#s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9.shogun-image-container {
      position: relative;
    }

    .s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

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

.shg-image-margin-container-s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9 {
  
  
  
  
}

#s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9.shogun-image-container {
      position: relative;
    }

    .s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c16272a-f9f5-470a-bbce-e5efb54cf8f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-7d2f472b-526c-49da-9d30-5e6547785821 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
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;
max-width: 3000px;
aspect-ratio: 3000/1201;
text-align: center;
}



.shg-image-margin-container-s-7d2f472b-526c-49da-9d30-5e6547785821 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

#s-7d2f472b-526c-49da-9d30-5e6547785821 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-7d2f472b-526c-49da-9d30-5e6547785821.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-7d2f472b-526c-49da-9d30-5e6547785821 .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-7d2f472b-526c-49da-9d30-5e6547785821 {
  
  
  
  
}

#s-7d2f472b-526c-49da-9d30-5e6547785821 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-7d2f472b-526c-49da-9d30-5e6547785821.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-7d2f472b-526c-49da-9d30-5e6547785821 .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-7d2f472b-526c-49da-9d30-5e6547785821 {
  
  
  
  
}

#s-7d2f472b-526c-49da-9d30-5e6547785821 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-7d2f472b-526c-49da-9d30-5e6547785821.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-7d2f472b-526c-49da-9d30-5e6547785821 .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-7d2f472b-526c-49da-9d30-5e6547785821 {
  
  
  
  
}

#s-7d2f472b-526c-49da-9d30-5e6547785821 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-7d2f472b-526c-49da-9d30-5e6547785821.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-7d2f472b-526c-49da-9d30-5e6547785821 .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-7d2f472b-526c-49da-9d30-5e6547785821 {
  
  
  
  
}

#s-7d2f472b-526c-49da-9d30-5e6547785821 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3000px;
  }



  img.s-7d2f472b-526c-49da-9d30-5e6547785821.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-7d2f472b-526c-49da-9d30-5e6547785821 .shogun-image-content {
  
    align-items: 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;
}




  @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-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"] &gt; .shg-row &gt; .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-984f6edf-a88d-4a2b-84ce-1f1e143004f6"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-984f6edf-a88d-4a2b-84ce-1f1e143004f6"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-984f6edf-a88d-4a2b-84ce-1f1e143004f6"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-5463fbd0-749d-4591-94ff-9d6450d4f94e {
  margin-left: auto;
margin-right: auto;
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;
max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-5463fbd0-749d-4591-94ff-9d6450d4f94e {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-5463fbd0-749d-4591-94ff-9d6450d4f94e {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-5463fbd0-749d-4591-94ff-9d6450d4f94e.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-5463fbd0-749d-4591-94ff-9d6450d4f94e .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-5463fbd0-749d-4591-94ff-9d6450d4f94e {
  
  
  
  
}

#s-5463fbd0-749d-4591-94ff-9d6450d4f94e {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-5463fbd0-749d-4591-94ff-9d6450d4f94e.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-5463fbd0-749d-4591-94ff-9d6450d4f94e .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-5463fbd0-749d-4591-94ff-9d6450d4f94e {
  
  
  
  
}

#s-5463fbd0-749d-4591-94ff-9d6450d4f94e {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-5463fbd0-749d-4591-94ff-9d6450d4f94e.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-5463fbd0-749d-4591-94ff-9d6450d4f94e .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-5463fbd0-749d-4591-94ff-9d6450d4f94e {
  
  
  
  
}

#s-5463fbd0-749d-4591-94ff-9d6450d4f94e {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-5463fbd0-749d-4591-94ff-9d6450d4f94e.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-5463fbd0-749d-4591-94ff-9d6450d4f94e .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-5463fbd0-749d-4591-94ff-9d6450d4f94e {
  
  
  
  
}

#s-5463fbd0-749d-4591-94ff-9d6450d4f94e {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-5463fbd0-749d-4591-94ff-9d6450d4f94e.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-5463fbd0-749d-4591-94ff-9d6450d4f94e .shogun-image-content {
  
    align-items: 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;
}




  @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;
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;
max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-a9b60ae5-e730-476c-9409-78914d37e161 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-a9b60ae5-e730-476c-9409-78914d37e161 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-a9b60ae5-e730-476c-9409-78914d37e161.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-a9b60ae5-e730-476c-9409-78914d37e161 .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-a9b60ae5-e730-476c-9409-78914d37e161 {
  
  
  
  
}

#s-a9b60ae5-e730-476c-9409-78914d37e161 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-a9b60ae5-e730-476c-9409-78914d37e161.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-a9b60ae5-e730-476c-9409-78914d37e161 .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-a9b60ae5-e730-476c-9409-78914d37e161 {
  
  
  
  
}

#s-a9b60ae5-e730-476c-9409-78914d37e161 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-a9b60ae5-e730-476c-9409-78914d37e161.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-a9b60ae5-e730-476c-9409-78914d37e161 .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-a9b60ae5-e730-476c-9409-78914d37e161 {
  
  
  
  
}

#s-a9b60ae5-e730-476c-9409-78914d37e161 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-a9b60ae5-e730-476c-9409-78914d37e161.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-a9b60ae5-e730-476c-9409-78914d37e161 .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-a9b60ae5-e730-476c-9409-78914d37e161 {
  
  
  
  
}

#s-a9b60ae5-e730-476c-9409-78914d37e161 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-a9b60ae5-e730-476c-9409-78914d37e161.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-a9b60ae5-e730-476c-9409-78914d37e161 .shogun-image-content {
  
    align-items: 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;
}




  @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-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 &gt; .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-43a08061-d4b9-46b4-b847-e51f2c849a23 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-43a08061-d4b9-46b4-b847-e51f2c849a23"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-43a08061-d4b9-46b4-b847-e51f2c849a23"] &gt; .shg-row &gt; .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-43a08061-d4b9-46b4-b847-e51f2c849a23"] &gt; .shg-row &gt; .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-43a08061-d4b9-46b4-b847-e51f2c849a23"] &gt; .shg-row &gt; .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-43a08061-d4b9-46b4-b847-e51f2c849a23"] &gt; .shg-row &gt; .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-43a08061-d4b9-46b4-b847-e51f2c849a23"] &gt; .shg-row &gt; .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-43a08061-d4b9-46b4-b847-e51f2c849a23"] &gt; .shg-row &gt; .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

}

#s-e2fcbeb2-9a46-453b-a790-12698f27fb38 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 1200px;
aspect-ratio: 2/3;
text-align: center;
}



.shg-image-margin-container-s-e2fcbeb2-9a46-453b-a790-12698f27fb38 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

#s-e2fcbeb2-9a46-453b-a790-12698f27fb38 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e2fcbeb2-9a46-453b-a790-12698f27fb38 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-e2fcbeb2-9a46-453b-a790-12698f27fb38 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e2fcbeb2-9a46-453b-a790-12698f27fb38 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e2fcbeb2-9a46-453b-a790-12698f27fb38.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e2fcbeb2-9a46-453b-a790-12698f27fb38 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-e2fcbeb2-9a46-453b-a790-12698f27fb38.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-e2fcbeb2-9a46-453b-a790-12698f27fb38 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2fcbeb2-9a46-453b-a790-12698f27fb38.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2fcbeb2-9a46-453b-a790-12698f27fb38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2fcbeb2-9a46-453b-a790-12698f27fb38.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e2fcbeb2-9a46-453b-a790-12698f27fb38 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-e2fcbeb2-9a46-453b-a790-12698f27fb38.shogun-image-container {
      position: relative;
    }

    .s-e2fcbeb2-9a46-453b-a790-12698f27fb38.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2fcbeb2-9a46-453b-a790-12698f27fb38.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2fcbeb2-9a46-453b-a790-12698f27fb38 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e2fcbeb2-9a46-453b-a790-12698f27fb38 {
  
  
  
  
}

#s-e2fcbeb2-9a46-453b-a790-12698f27fb38 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e2fcbeb2-9a46-453b-a790-12698f27fb38 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-e2fcbeb2-9a46-453b-a790-12698f27fb38 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e2fcbeb2-9a46-453b-a790-12698f27fb38 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e2fcbeb2-9a46-453b-a790-12698f27fb38.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e2fcbeb2-9a46-453b-a790-12698f27fb38 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-e2fcbeb2-9a46-453b-a790-12698f27fb38.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-e2fcbeb2-9a46-453b-a790-12698f27fb38 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2fcbeb2-9a46-453b-a790-12698f27fb38.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2fcbeb2-9a46-453b-a790-12698f27fb38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2fcbeb2-9a46-453b-a790-12698f27fb38.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e2fcbeb2-9a46-453b-a790-12698f27fb38 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-e2fcbeb2-9a46-453b-a790-12698f27fb38.shogun-image-container {
      position: relative;
    }

    .s-e2fcbeb2-9a46-453b-a790-12698f27fb38.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2fcbeb2-9a46-453b-a790-12698f27fb38.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2fcbeb2-9a46-453b-a790-12698f27fb38 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

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

.shg-image-margin-container-s-e2fcbeb2-9a46-453b-a790-12698f27fb38 {
  
  
  
  
}

#s-e2fcbeb2-9a46-453b-a790-12698f27fb38 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e2fcbeb2-9a46-453b-a790-12698f27fb38 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-e2fcbeb2-9a46-453b-a790-12698f27fb38 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e2fcbeb2-9a46-453b-a790-12698f27fb38 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e2fcbeb2-9a46-453b-a790-12698f27fb38.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e2fcbeb2-9a46-453b-a790-12698f27fb38 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-e2fcbeb2-9a46-453b-a790-12698f27fb38.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-e2fcbeb2-9a46-453b-a790-12698f27fb38 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2fcbeb2-9a46-453b-a790-12698f27fb38.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2fcbeb2-9a46-453b-a790-12698f27fb38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2fcbeb2-9a46-453b-a790-12698f27fb38.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e2fcbeb2-9a46-453b-a790-12698f27fb38 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-e2fcbeb2-9a46-453b-a790-12698f27fb38.shogun-image-container {
      position: relative;
    }

    .s-e2fcbeb2-9a46-453b-a790-12698f27fb38.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2fcbeb2-9a46-453b-a790-12698f27fb38.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2fcbeb2-9a46-453b-a790-12698f27fb38 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

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

.shg-image-margin-container-s-e2fcbeb2-9a46-453b-a790-12698f27fb38 {
  
  
  
  
}

#s-e2fcbeb2-9a46-453b-a790-12698f27fb38 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e2fcbeb2-9a46-453b-a790-12698f27fb38 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-e2fcbeb2-9a46-453b-a790-12698f27fb38 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e2fcbeb2-9a46-453b-a790-12698f27fb38 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e2fcbeb2-9a46-453b-a790-12698f27fb38.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e2fcbeb2-9a46-453b-a790-12698f27fb38 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-e2fcbeb2-9a46-453b-a790-12698f27fb38.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-e2fcbeb2-9a46-453b-a790-12698f27fb38 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2fcbeb2-9a46-453b-a790-12698f27fb38.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2fcbeb2-9a46-453b-a790-12698f27fb38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2fcbeb2-9a46-453b-a790-12698f27fb38.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e2fcbeb2-9a46-453b-a790-12698f27fb38 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-e2fcbeb2-9a46-453b-a790-12698f27fb38.shogun-image-container {
      position: relative;
    }

    .s-e2fcbeb2-9a46-453b-a790-12698f27fb38.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2fcbeb2-9a46-453b-a790-12698f27fb38.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2fcbeb2-9a46-453b-a790-12698f27fb38 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

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

.shg-image-margin-container-s-e2fcbeb2-9a46-453b-a790-12698f27fb38 {
  
  
  
  
}

#s-e2fcbeb2-9a46-453b-a790-12698f27fb38 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e2fcbeb2-9a46-453b-a790-12698f27fb38 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-e2fcbeb2-9a46-453b-a790-12698f27fb38 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e2fcbeb2-9a46-453b-a790-12698f27fb38 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e2fcbeb2-9a46-453b-a790-12698f27fb38.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e2fcbeb2-9a46-453b-a790-12698f27fb38 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-e2fcbeb2-9a46-453b-a790-12698f27fb38.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-e2fcbeb2-9a46-453b-a790-12698f27fb38 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2fcbeb2-9a46-453b-a790-12698f27fb38.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2fcbeb2-9a46-453b-a790-12698f27fb38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2fcbeb2-9a46-453b-a790-12698f27fb38.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e2fcbeb2-9a46-453b-a790-12698f27fb38 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-e2fcbeb2-9a46-453b-a790-12698f27fb38.shogun-image-container {
      position: relative;
    }

    .s-e2fcbeb2-9a46-453b-a790-12698f27fb38.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2fcbeb2-9a46-453b-a790-12698f27fb38.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2fcbeb2-9a46-453b-a790-12698f27fb38 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-2f754609-96d9-4cbe-a04d-d1f5c3420725 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
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;
max-width: 2767px;
aspect-ratio: 2767/1175;
text-align: center;
}



.shg-image-margin-container-s-2f754609-96d9-4cbe-a04d-d1f5c3420725 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

#s-2f754609-96d9-4cbe-a04d-d1f5c3420725 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2767px;
  }



  img.s-2f754609-96d9-4cbe-a04d-d1f5c3420725.shogun-image {
    
    
    
    max-height: 2767px;
  }


.s-2f754609-96d9-4cbe-a04d-d1f5c3420725 .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-2f754609-96d9-4cbe-a04d-d1f5c3420725 {
  
  
  
  
}

#s-2f754609-96d9-4cbe-a04d-d1f5c3420725 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2767px;
  }



  img.s-2f754609-96d9-4cbe-a04d-d1f5c3420725.shogun-image {
    
    
    
    max-height: 2767px;
  }


.s-2f754609-96d9-4cbe-a04d-d1f5c3420725 .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-2f754609-96d9-4cbe-a04d-d1f5c3420725 {
  
  
  
  
}

#s-2f754609-96d9-4cbe-a04d-d1f5c3420725 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2767px;
  }



  img.s-2f754609-96d9-4cbe-a04d-d1f5c3420725.shogun-image {
    
    
    
    max-height: 2767px;
  }


.s-2f754609-96d9-4cbe-a04d-d1f5c3420725 .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-2f754609-96d9-4cbe-a04d-d1f5c3420725 {
  
  
  
  
}

#s-2f754609-96d9-4cbe-a04d-d1f5c3420725 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2767px;
  }



  img.s-2f754609-96d9-4cbe-a04d-d1f5c3420725.shogun-image {
    
    
    
    max-height: 2767px;
  }


.s-2f754609-96d9-4cbe-a04d-d1f5c3420725 .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-2f754609-96d9-4cbe-a04d-d1f5c3420725 {
  
  
  
  
}

#s-2f754609-96d9-4cbe-a04d-d1f5c3420725 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2767px;
  }



  img.s-2f754609-96d9-4cbe-a04d-d1f5c3420725.shogun-image {
    
    
    
    max-height: 2767px;
  }


.s-2f754609-96d9-4cbe-a04d-d1f5c3420725 .shogun-image-content {
  
    align-items: 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;
}




  @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;
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;
max-width: 2400px;
aspect-ratio: 16/9;
text-align: center;
}



.shg-image-margin-container-s-9558a9fe-8071-4dd9-9966-02239847f2ed {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

#s-9558a9fe-8071-4dd9-9966-02239847f2ed {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2400px;
  }



  img.s-9558a9fe-8071-4dd9-9966-02239847f2ed.shogun-image {
    
    
    
    max-height: 2400px;
  }


.s-9558a9fe-8071-4dd9-9966-02239847f2ed .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-9558a9fe-8071-4dd9-9966-02239847f2ed {
  
  
  
  
}

#s-9558a9fe-8071-4dd9-9966-02239847f2ed {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2400px;
  }



  img.s-9558a9fe-8071-4dd9-9966-02239847f2ed.shogun-image {
    
    
    
    max-height: 2400px;
  }


.s-9558a9fe-8071-4dd9-9966-02239847f2ed .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-9558a9fe-8071-4dd9-9966-02239847f2ed {
  
  
  
  
}

#s-9558a9fe-8071-4dd9-9966-02239847f2ed {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2400px;
  }



  img.s-9558a9fe-8071-4dd9-9966-02239847f2ed.shogun-image {
    
    
    
    max-height: 2400px;
  }


.s-9558a9fe-8071-4dd9-9966-02239847f2ed .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-9558a9fe-8071-4dd9-9966-02239847f2ed {
  
  
  
  
}

#s-9558a9fe-8071-4dd9-9966-02239847f2ed {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2400px;
  }



  img.s-9558a9fe-8071-4dd9-9966-02239847f2ed.shogun-image {
    
    
    
    max-height: 2400px;
  }


.s-9558a9fe-8071-4dd9-9966-02239847f2ed .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-9558a9fe-8071-4dd9-9966-02239847f2ed {
  
  
  
  
}

#s-9558a9fe-8071-4dd9-9966-02239847f2ed {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2400px;
  }



  img.s-9558a9fe-8071-4dd9-9966-02239847f2ed.shogun-image {
    
    
    
    max-height: 2400px;
  }


.s-9558a9fe-8071-4dd9-9966-02239847f2ed .shogun-image-content {
  
    align-items: 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;
}




  @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"] &gt; .shg-row &gt; .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-67bacd3b-1452-419b-a5d2-e706183a5bb5"] &gt; .shg-row &gt; .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-67bacd3b-1452-419b-a5d2-e706183a5bb5"] &gt; .shg-row &gt; .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-67bacd3b-1452-419b-a5d2-e706183a5bb5"] &gt; .shg-row &gt; .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 &gt; .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-d8267184-9e02-43fd-90e8-dee978243c6b {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-d8267184-9e02-43fd-90e8-dee978243c6b"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d8267184-9e02-43fd-90e8-dee978243c6b"] &gt; .shg-row &gt; .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-d8267184-9e02-43fd-90e8-dee978243c6b"] &gt; .shg-row &gt; .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-d8267184-9e02-43fd-90e8-dee978243c6b"] &gt; .shg-row &gt; .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-d8267184-9e02-43fd-90e8-dee978243c6b"] &gt; .shg-row &gt; .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-d8267184-9e02-43fd-90e8-dee978243c6b"] &gt; .shg-row &gt; .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-d8267184-9e02-43fd-90e8-dee978243c6b"] &gt; .shg-row &gt; .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

}

#s-d65e9f18-68fb-43a9-acff-9339721e4d88 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 1200px;
aspect-ratio: 2/3;
text-align: center;
}



.shg-image-margin-container-s-d65e9f18-68fb-43a9-acff-9339721e4d88 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

#s-d65e9f18-68fb-43a9-acff-9339721e4d88 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d65e9f18-68fb-43a9-acff-9339721e4d88 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-d65e9f18-68fb-43a9-acff-9339721e4d88 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d65e9f18-68fb-43a9-acff-9339721e4d88 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d65e9f18-68fb-43a9-acff-9339721e4d88.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d65e9f18-68fb-43a9-acff-9339721e4d88 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-d65e9f18-68fb-43a9-acff-9339721e4d88.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-d65e9f18-68fb-43a9-acff-9339721e4d88 .shogun-image-content {
  
    align-items: center;
  
}

.s-d65e9f18-68fb-43a9-acff-9339721e4d88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d65e9f18-68fb-43a9-acff-9339721e4d88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d65e9f18-68fb-43a9-acff-9339721e4d88.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d65e9f18-68fb-43a9-acff-9339721e4d88 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-d65e9f18-68fb-43a9-acff-9339721e4d88.shogun-image-container {
      position: relative;
    }

    .s-d65e9f18-68fb-43a9-acff-9339721e4d88.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d65e9f18-68fb-43a9-acff-9339721e4d88.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d65e9f18-68fb-43a9-acff-9339721e4d88 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d65e9f18-68fb-43a9-acff-9339721e4d88 {
  
  
  
  
}

#s-d65e9f18-68fb-43a9-acff-9339721e4d88 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d65e9f18-68fb-43a9-acff-9339721e4d88 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-d65e9f18-68fb-43a9-acff-9339721e4d88 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d65e9f18-68fb-43a9-acff-9339721e4d88 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d65e9f18-68fb-43a9-acff-9339721e4d88.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d65e9f18-68fb-43a9-acff-9339721e4d88 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-d65e9f18-68fb-43a9-acff-9339721e4d88.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-d65e9f18-68fb-43a9-acff-9339721e4d88 .shogun-image-content {
  
    align-items: center;
  
}

.s-d65e9f18-68fb-43a9-acff-9339721e4d88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d65e9f18-68fb-43a9-acff-9339721e4d88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d65e9f18-68fb-43a9-acff-9339721e4d88.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d65e9f18-68fb-43a9-acff-9339721e4d88 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-d65e9f18-68fb-43a9-acff-9339721e4d88.shogun-image-container {
      position: relative;
    }

    .s-d65e9f18-68fb-43a9-acff-9339721e4d88.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d65e9f18-68fb-43a9-acff-9339721e4d88.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d65e9f18-68fb-43a9-acff-9339721e4d88 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

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

.shg-image-margin-container-s-d65e9f18-68fb-43a9-acff-9339721e4d88 {
  
  
  
  
}

#s-d65e9f18-68fb-43a9-acff-9339721e4d88 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d65e9f18-68fb-43a9-acff-9339721e4d88 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-d65e9f18-68fb-43a9-acff-9339721e4d88 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d65e9f18-68fb-43a9-acff-9339721e4d88 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d65e9f18-68fb-43a9-acff-9339721e4d88.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d65e9f18-68fb-43a9-acff-9339721e4d88 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-d65e9f18-68fb-43a9-acff-9339721e4d88.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-d65e9f18-68fb-43a9-acff-9339721e4d88 .shogun-image-content {
  
    align-items: center;
  
}

.s-d65e9f18-68fb-43a9-acff-9339721e4d88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d65e9f18-68fb-43a9-acff-9339721e4d88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d65e9f18-68fb-43a9-acff-9339721e4d88.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d65e9f18-68fb-43a9-acff-9339721e4d88 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-d65e9f18-68fb-43a9-acff-9339721e4d88.shogun-image-container {
      position: relative;
    }

    .s-d65e9f18-68fb-43a9-acff-9339721e4d88.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d65e9f18-68fb-43a9-acff-9339721e4d88.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d65e9f18-68fb-43a9-acff-9339721e4d88 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

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

.shg-image-margin-container-s-d65e9f18-68fb-43a9-acff-9339721e4d88 {
  
  
  
  
}

#s-d65e9f18-68fb-43a9-acff-9339721e4d88 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d65e9f18-68fb-43a9-acff-9339721e4d88 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-d65e9f18-68fb-43a9-acff-9339721e4d88 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d65e9f18-68fb-43a9-acff-9339721e4d88 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d65e9f18-68fb-43a9-acff-9339721e4d88.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d65e9f18-68fb-43a9-acff-9339721e4d88 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-d65e9f18-68fb-43a9-acff-9339721e4d88.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-d65e9f18-68fb-43a9-acff-9339721e4d88 .shogun-image-content {
  
    align-items: center;
  
}

.s-d65e9f18-68fb-43a9-acff-9339721e4d88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d65e9f18-68fb-43a9-acff-9339721e4d88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d65e9f18-68fb-43a9-acff-9339721e4d88.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d65e9f18-68fb-43a9-acff-9339721e4d88 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-d65e9f18-68fb-43a9-acff-9339721e4d88.shogun-image-container {
      position: relative;
    }

    .s-d65e9f18-68fb-43a9-acff-9339721e4d88.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d65e9f18-68fb-43a9-acff-9339721e4d88.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d65e9f18-68fb-43a9-acff-9339721e4d88 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

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

.shg-image-margin-container-s-d65e9f18-68fb-43a9-acff-9339721e4d88 {
  
  
  
  
}

#s-d65e9f18-68fb-43a9-acff-9339721e4d88 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d65e9f18-68fb-43a9-acff-9339721e4d88 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-d65e9f18-68fb-43a9-acff-9339721e4d88 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d65e9f18-68fb-43a9-acff-9339721e4d88 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d65e9f18-68fb-43a9-acff-9339721e4d88.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d65e9f18-68fb-43a9-acff-9339721e4d88 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-d65e9f18-68fb-43a9-acff-9339721e4d88.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-d65e9f18-68fb-43a9-acff-9339721e4d88 .shogun-image-content {
  
    align-items: center;
  
}

.s-d65e9f18-68fb-43a9-acff-9339721e4d88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d65e9f18-68fb-43a9-acff-9339721e4d88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d65e9f18-68fb-43a9-acff-9339721e4d88.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d65e9f18-68fb-43a9-acff-9339721e4d88 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-d65e9f18-68fb-43a9-acff-9339721e4d88.shogun-image-container {
      position: relative;
    }

    .s-d65e9f18-68fb-43a9-acff-9339721e4d88.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d65e9f18-68fb-43a9-acff-9339721e4d88.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d65e9f18-68fb-43a9-acff-9339721e4d88 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-07f5341f-7055-4f18-b502-d2cedf1a4e5a {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
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;
max-width: 2048px;
aspect-ratio: 2048/1066;
text-align: center;
}



.shg-image-margin-container-s-07f5341f-7055-4f18-b502-d2cedf1a4e5a {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

#s-07f5341f-7055-4f18-b502-d2cedf1a4e5a {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-07f5341f-7055-4f18-b502-d2cedf1a4e5a.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-07f5341f-7055-4f18-b502-d2cedf1a4e5a .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-07f5341f-7055-4f18-b502-d2cedf1a4e5a {
  
  
  
  
}

#s-07f5341f-7055-4f18-b502-d2cedf1a4e5a {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-07f5341f-7055-4f18-b502-d2cedf1a4e5a.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-07f5341f-7055-4f18-b502-d2cedf1a4e5a .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-07f5341f-7055-4f18-b502-d2cedf1a4e5a {
  
  
  
  
}

#s-07f5341f-7055-4f18-b502-d2cedf1a4e5a {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-07f5341f-7055-4f18-b502-d2cedf1a4e5a.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-07f5341f-7055-4f18-b502-d2cedf1a4e5a .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-07f5341f-7055-4f18-b502-d2cedf1a4e5a {
  
  
  
  
}

#s-07f5341f-7055-4f18-b502-d2cedf1a4e5a {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-07f5341f-7055-4f18-b502-d2cedf1a4e5a.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-07f5341f-7055-4f18-b502-d2cedf1a4e5a .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-07f5341f-7055-4f18-b502-d2cedf1a4e5a {
  
  
  
  
}

#s-07f5341f-7055-4f18-b502-d2cedf1a4e5a {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-07f5341f-7055-4f18-b502-d2cedf1a4e5a.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-07f5341f-7055-4f18-b502-d2cedf1a4e5a .shogun-image-content {
  
    align-items: 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;
}




  @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-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"] &gt; .shg-row &gt; .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-8d61e99c-c0e7-4ac5-85e9-a9ac544abde6"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-8d61e99c-c0e7-4ac5-85e9-a9ac544abde6"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-8d61e99c-c0e7-4ac5-85e9-a9ac544abde6"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-83722d0b-4889-4ee1-a9ed-d678832da8ab {
  margin-left: auto;
margin-right: auto;
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;
max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-83722d0b-4889-4ee1-a9ed-d678832da8ab {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-83722d0b-4889-4ee1-a9ed-d678832da8ab {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-83722d0b-4889-4ee1-a9ed-d678832da8ab.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-83722d0b-4889-4ee1-a9ed-d678832da8ab .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-83722d0b-4889-4ee1-a9ed-d678832da8ab {
  
  
  
  
}

#s-83722d0b-4889-4ee1-a9ed-d678832da8ab {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-83722d0b-4889-4ee1-a9ed-d678832da8ab.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-83722d0b-4889-4ee1-a9ed-d678832da8ab .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-83722d0b-4889-4ee1-a9ed-d678832da8ab {
  
  
  
  
}

#s-83722d0b-4889-4ee1-a9ed-d678832da8ab {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-83722d0b-4889-4ee1-a9ed-d678832da8ab.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-83722d0b-4889-4ee1-a9ed-d678832da8ab .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-83722d0b-4889-4ee1-a9ed-d678832da8ab {
  
  
  
  
}

#s-83722d0b-4889-4ee1-a9ed-d678832da8ab {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-83722d0b-4889-4ee1-a9ed-d678832da8ab.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-83722d0b-4889-4ee1-a9ed-d678832da8ab .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-83722d0b-4889-4ee1-a9ed-d678832da8ab {
  
  
  
  
}

#s-83722d0b-4889-4ee1-a9ed-d678832da8ab {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-83722d0b-4889-4ee1-a9ed-d678832da8ab.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-83722d0b-4889-4ee1-a9ed-d678832da8ab .shogun-image-content {
  
    align-items: 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;
}




  @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;
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;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 {
  
  
  
  
}

#s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 {
  
  
  
  
}

#s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 {
  
  
  
  
}

#s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 {
  
  
  
  
}

#s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-b06761cb-e9e3-49a3-933e-e7f2c63dcc03 .shogun-image-content {
  
    align-items: 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;
}




  @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-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 &gt; .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-39cfd48d-6a00-408a-b033-43ccec900a2c {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-39cfd48d-6a00-408a-b033-43ccec900a2c"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-39cfd48d-6a00-408a-b033-43ccec900a2c"] &gt; .shg-row &gt; .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-39cfd48d-6a00-408a-b033-43ccec900a2c"] &gt; .shg-row &gt; .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-39cfd48d-6a00-408a-b033-43ccec900a2c"] &gt; .shg-row &gt; .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-39cfd48d-6a00-408a-b033-43ccec900a2c"] &gt; .shg-row &gt; .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-39cfd48d-6a00-408a-b033-43ccec900a2c"] &gt; .shg-row &gt; .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-39cfd48d-6a00-408a-b033-43ccec900a2c"] &gt; .shg-row &gt; .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

}

#s-3d819cba-3f69-4634-b35f-672aa9548c87 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 1200px;
aspect-ratio: 2/3;
text-align: center;
}



.shg-image-margin-container-s-3d819cba-3f69-4634-b35f-672aa9548c87 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

#s-3d819cba-3f69-4634-b35f-672aa9548c87 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3d819cba-3f69-4634-b35f-672aa9548c87 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-3d819cba-3f69-4634-b35f-672aa9548c87 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3d819cba-3f69-4634-b35f-672aa9548c87 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3d819cba-3f69-4634-b35f-672aa9548c87.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3d819cba-3f69-4634-b35f-672aa9548c87 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-3d819cba-3f69-4634-b35f-672aa9548c87.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-3d819cba-3f69-4634-b35f-672aa9548c87 .shogun-image-content {
  
    align-items: center;
  
}

.s-3d819cba-3f69-4634-b35f-672aa9548c87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d819cba-3f69-4634-b35f-672aa9548c87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d819cba-3f69-4634-b35f-672aa9548c87.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3d819cba-3f69-4634-b35f-672aa9548c87 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-3d819cba-3f69-4634-b35f-672aa9548c87.shogun-image-container {
      position: relative;
    }

    .s-3d819cba-3f69-4634-b35f-672aa9548c87.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d819cba-3f69-4634-b35f-672aa9548c87.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d819cba-3f69-4634-b35f-672aa9548c87 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-3d819cba-3f69-4634-b35f-672aa9548c87 {
  
  
  
  
}

#s-3d819cba-3f69-4634-b35f-672aa9548c87 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3d819cba-3f69-4634-b35f-672aa9548c87 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-3d819cba-3f69-4634-b35f-672aa9548c87 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3d819cba-3f69-4634-b35f-672aa9548c87 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3d819cba-3f69-4634-b35f-672aa9548c87.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3d819cba-3f69-4634-b35f-672aa9548c87 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-3d819cba-3f69-4634-b35f-672aa9548c87.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-3d819cba-3f69-4634-b35f-672aa9548c87 .shogun-image-content {
  
    align-items: center;
  
}

.s-3d819cba-3f69-4634-b35f-672aa9548c87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d819cba-3f69-4634-b35f-672aa9548c87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d819cba-3f69-4634-b35f-672aa9548c87.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3d819cba-3f69-4634-b35f-672aa9548c87 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-3d819cba-3f69-4634-b35f-672aa9548c87.shogun-image-container {
      position: relative;
    }

    .s-3d819cba-3f69-4634-b35f-672aa9548c87.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d819cba-3f69-4634-b35f-672aa9548c87.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d819cba-3f69-4634-b35f-672aa9548c87 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

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

.shg-image-margin-container-s-3d819cba-3f69-4634-b35f-672aa9548c87 {
  
  
  
  
}

#s-3d819cba-3f69-4634-b35f-672aa9548c87 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3d819cba-3f69-4634-b35f-672aa9548c87 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-3d819cba-3f69-4634-b35f-672aa9548c87 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3d819cba-3f69-4634-b35f-672aa9548c87 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3d819cba-3f69-4634-b35f-672aa9548c87.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3d819cba-3f69-4634-b35f-672aa9548c87 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-3d819cba-3f69-4634-b35f-672aa9548c87.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-3d819cba-3f69-4634-b35f-672aa9548c87 .shogun-image-content {
  
    align-items: center;
  
}

.s-3d819cba-3f69-4634-b35f-672aa9548c87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d819cba-3f69-4634-b35f-672aa9548c87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d819cba-3f69-4634-b35f-672aa9548c87.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3d819cba-3f69-4634-b35f-672aa9548c87 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-3d819cba-3f69-4634-b35f-672aa9548c87.shogun-image-container {
      position: relative;
    }

    .s-3d819cba-3f69-4634-b35f-672aa9548c87.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d819cba-3f69-4634-b35f-672aa9548c87.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d819cba-3f69-4634-b35f-672aa9548c87 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

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

.shg-image-margin-container-s-3d819cba-3f69-4634-b35f-672aa9548c87 {
  
  
  
  
}

#s-3d819cba-3f69-4634-b35f-672aa9548c87 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3d819cba-3f69-4634-b35f-672aa9548c87 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-3d819cba-3f69-4634-b35f-672aa9548c87 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3d819cba-3f69-4634-b35f-672aa9548c87 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3d819cba-3f69-4634-b35f-672aa9548c87.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3d819cba-3f69-4634-b35f-672aa9548c87 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-3d819cba-3f69-4634-b35f-672aa9548c87.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-3d819cba-3f69-4634-b35f-672aa9548c87 .shogun-image-content {
  
    align-items: center;
  
}

.s-3d819cba-3f69-4634-b35f-672aa9548c87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d819cba-3f69-4634-b35f-672aa9548c87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d819cba-3f69-4634-b35f-672aa9548c87.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3d819cba-3f69-4634-b35f-672aa9548c87 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-3d819cba-3f69-4634-b35f-672aa9548c87.shogun-image-container {
      position: relative;
    }

    .s-3d819cba-3f69-4634-b35f-672aa9548c87.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d819cba-3f69-4634-b35f-672aa9548c87.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d819cba-3f69-4634-b35f-672aa9548c87 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

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

.shg-image-margin-container-s-3d819cba-3f69-4634-b35f-672aa9548c87 {
  
  
  
  
}

#s-3d819cba-3f69-4634-b35f-672aa9548c87 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3d819cba-3f69-4634-b35f-672aa9548c87 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-3d819cba-3f69-4634-b35f-672aa9548c87 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3d819cba-3f69-4634-b35f-672aa9548c87 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3d819cba-3f69-4634-b35f-672aa9548c87.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3d819cba-3f69-4634-b35f-672aa9548c87 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-3d819cba-3f69-4634-b35f-672aa9548c87.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-3d819cba-3f69-4634-b35f-672aa9548c87 .shogun-image-content {
  
    align-items: center;
  
}

.s-3d819cba-3f69-4634-b35f-672aa9548c87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d819cba-3f69-4634-b35f-672aa9548c87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d819cba-3f69-4634-b35f-672aa9548c87.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3d819cba-3f69-4634-b35f-672aa9548c87 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-3d819cba-3f69-4634-b35f-672aa9548c87.shogun-image-container {
      position: relative;
    }

    .s-3d819cba-3f69-4634-b35f-672aa9548c87.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d819cba-3f69-4634-b35f-672aa9548c87.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d819cba-3f69-4634-b35f-672aa9548c87 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#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"] &gt; .shg-row &gt; .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-5bd138a7-c1d2-4e2e-8fc6-f93cbc1f1b52"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-5bd138a7-c1d2-4e2e-8fc6-f93cbc1f1b52"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-5bd138a7-c1d2-4e2e-8fc6-f93cbc1f1b52"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f {
  margin-left: auto;
margin-right: auto;
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;
max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f .shogun-image-content {
  
    align-items: 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;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shogun-image-container {
      position: relative;
    }

    .s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f {
  
  
  
  
}

#s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f .shogun-image-content {
  
    align-items: 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;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shogun-image-container {
      position: relative;
    }

    .s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

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

.shg-image-margin-container-s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f {
  
  
  
  
}

#s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f .shogun-image-content {
  
    align-items: 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;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shogun-image-container {
      position: relative;
    }

    .s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

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

.shg-image-margin-container-s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f {
  
  
  
  
}

#s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f .shogun-image-content {
  
    align-items: 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;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shogun-image-container {
      position: relative;
    }

    .s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

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

.shg-image-margin-container-s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f {
  
  
  
  
}

#s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f .shogun-image-content {
  
    align-items: 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;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shogun-image-container {
      position: relative;
    }

    .s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6a8901f-527d-4e11-b7fe-f1dfc0f8fc2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}
#s-88b3a67a-72b4-4178-92fc-2ab5f95e694c {
  margin-left: auto;
margin-right: auto;
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;
max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-88b3a67a-72b4-4178-92fc-2ab5f95e694c {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-88b3a67a-72b4-4178-92fc-2ab5f95e694c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88b3a67a-72b4-4178-92fc-2ab5f95e694c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-88b3a67a-72b4-4178-92fc-2ab5f95e694c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88b3a67a-72b4-4178-92fc-2ab5f95e694c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88b3a67a-72b4-4178-92fc-2ab5f95e694c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-88b3a67a-72b4-4178-92fc-2ab5f95e694c .shogun-image-content {
  
    align-items: 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;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88b3a67a-72b4-4178-92fc-2ab5f95e694c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shogun-image-container {
      position: relative;
    }

    .s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88b3a67a-72b4-4178-92fc-2ab5f95e694c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-88b3a67a-72b4-4178-92fc-2ab5f95e694c {
  
  
  
  
}

#s-88b3a67a-72b4-4178-92fc-2ab5f95e694c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88b3a67a-72b4-4178-92fc-2ab5f95e694c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-88b3a67a-72b4-4178-92fc-2ab5f95e694c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88b3a67a-72b4-4178-92fc-2ab5f95e694c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88b3a67a-72b4-4178-92fc-2ab5f95e694c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-88b3a67a-72b4-4178-92fc-2ab5f95e694c .shogun-image-content {
  
    align-items: 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;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88b3a67a-72b4-4178-92fc-2ab5f95e694c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shogun-image-container {
      position: relative;
    }

    .s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88b3a67a-72b4-4178-92fc-2ab5f95e694c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

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

.shg-image-margin-container-s-88b3a67a-72b4-4178-92fc-2ab5f95e694c {
  
  
  
  
}

#s-88b3a67a-72b4-4178-92fc-2ab5f95e694c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88b3a67a-72b4-4178-92fc-2ab5f95e694c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-88b3a67a-72b4-4178-92fc-2ab5f95e694c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88b3a67a-72b4-4178-92fc-2ab5f95e694c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88b3a67a-72b4-4178-92fc-2ab5f95e694c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-88b3a67a-72b4-4178-92fc-2ab5f95e694c .shogun-image-content {
  
    align-items: 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;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88b3a67a-72b4-4178-92fc-2ab5f95e694c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shogun-image-container {
      position: relative;
    }

    .s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88b3a67a-72b4-4178-92fc-2ab5f95e694c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

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

.shg-image-margin-container-s-88b3a67a-72b4-4178-92fc-2ab5f95e694c {
  
  
  
  
}

#s-88b3a67a-72b4-4178-92fc-2ab5f95e694c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88b3a67a-72b4-4178-92fc-2ab5f95e694c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-88b3a67a-72b4-4178-92fc-2ab5f95e694c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88b3a67a-72b4-4178-92fc-2ab5f95e694c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88b3a67a-72b4-4178-92fc-2ab5f95e694c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-88b3a67a-72b4-4178-92fc-2ab5f95e694c .shogun-image-content {
  
    align-items: 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;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88b3a67a-72b4-4178-92fc-2ab5f95e694c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shogun-image-container {
      position: relative;
    }

    .s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88b3a67a-72b4-4178-92fc-2ab5f95e694c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

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

.shg-image-margin-container-s-88b3a67a-72b4-4178-92fc-2ab5f95e694c {
  
  
  
  
}

#s-88b3a67a-72b4-4178-92fc-2ab5f95e694c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88b3a67a-72b4-4178-92fc-2ab5f95e694c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-88b3a67a-72b4-4178-92fc-2ab5f95e694c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88b3a67a-72b4-4178-92fc-2ab5f95e694c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88b3a67a-72b4-4178-92fc-2ab5f95e694c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-88b3a67a-72b4-4178-92fc-2ab5f95e694c .shogun-image-content {
  
    align-items: 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;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88b3a67a-72b4-4178-92fc-2ab5f95e694c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shogun-image-container {
      position: relative;
    }

    .s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88b3a67a-72b4-4178-92fc-2ab5f95e694c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88b3a67a-72b4-4178-92fc-2ab5f95e694c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}
#s-976779d2-a6dc-43e1-987a-6b97f2beaaa2 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-976779d2-a6dc-43e1-987a-6b97f2beaaa2"] &gt; .shg-row &gt; .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-976779d2-a6dc-43e1-987a-6b97f2beaaa2"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-976779d2-a6dc-43e1-987a-6b97f2beaaa2"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-976779d2-a6dc-43e1-987a-6b97f2beaaa2"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-aa740bda-5439-4967-9c19-722532968eae {
  margin-left: auto;
margin-right: auto;
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;
max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-aa740bda-5439-4967-9c19-722532968eae {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-aa740bda-5439-4967-9c19-722532968eae {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa740bda-5439-4967-9c19-722532968eae .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-aa740bda-5439-4967-9c19-722532968eae .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa740bda-5439-4967-9c19-722532968eae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa740bda-5439-4967-9c19-722532968eae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa740bda-5439-4967-9c19-722532968eae img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-aa740bda-5439-4967-9c19-722532968eae.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-aa740bda-5439-4967-9c19-722532968eae .shogun-image-content {
  
    align-items: 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;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aa740bda-5439-4967-9c19-722532968eae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aa740bda-5439-4967-9c19-722532968eae.shogun-image-container {
      position: relative;
    }

    .s-aa740bda-5439-4967-9c19-722532968eae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa740bda-5439-4967-9c19-722532968eae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa740bda-5439-4967-9c19-722532968eae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-aa740bda-5439-4967-9c19-722532968eae {
  
  
  
  
}

#s-aa740bda-5439-4967-9c19-722532968eae {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa740bda-5439-4967-9c19-722532968eae .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-aa740bda-5439-4967-9c19-722532968eae .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa740bda-5439-4967-9c19-722532968eae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa740bda-5439-4967-9c19-722532968eae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa740bda-5439-4967-9c19-722532968eae img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-aa740bda-5439-4967-9c19-722532968eae.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-aa740bda-5439-4967-9c19-722532968eae .shogun-image-content {
  
    align-items: 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;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aa740bda-5439-4967-9c19-722532968eae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aa740bda-5439-4967-9c19-722532968eae.shogun-image-container {
      position: relative;
    }

    .s-aa740bda-5439-4967-9c19-722532968eae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa740bda-5439-4967-9c19-722532968eae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa740bda-5439-4967-9c19-722532968eae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

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

.shg-image-margin-container-s-aa740bda-5439-4967-9c19-722532968eae {
  
  
  
  
}

#s-aa740bda-5439-4967-9c19-722532968eae {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa740bda-5439-4967-9c19-722532968eae .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-aa740bda-5439-4967-9c19-722532968eae .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa740bda-5439-4967-9c19-722532968eae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa740bda-5439-4967-9c19-722532968eae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa740bda-5439-4967-9c19-722532968eae img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-aa740bda-5439-4967-9c19-722532968eae.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-aa740bda-5439-4967-9c19-722532968eae .shogun-image-content {
  
    align-items: 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;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aa740bda-5439-4967-9c19-722532968eae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aa740bda-5439-4967-9c19-722532968eae.shogun-image-container {
      position: relative;
    }

    .s-aa740bda-5439-4967-9c19-722532968eae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa740bda-5439-4967-9c19-722532968eae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa740bda-5439-4967-9c19-722532968eae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

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

.shg-image-margin-container-s-aa740bda-5439-4967-9c19-722532968eae {
  
  
  
  
}

#s-aa740bda-5439-4967-9c19-722532968eae {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa740bda-5439-4967-9c19-722532968eae .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-aa740bda-5439-4967-9c19-722532968eae .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa740bda-5439-4967-9c19-722532968eae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa740bda-5439-4967-9c19-722532968eae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa740bda-5439-4967-9c19-722532968eae img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-aa740bda-5439-4967-9c19-722532968eae.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-aa740bda-5439-4967-9c19-722532968eae .shogun-image-content {
  
    align-items: 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;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aa740bda-5439-4967-9c19-722532968eae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aa740bda-5439-4967-9c19-722532968eae.shogun-image-container {
      position: relative;
    }

    .s-aa740bda-5439-4967-9c19-722532968eae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa740bda-5439-4967-9c19-722532968eae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa740bda-5439-4967-9c19-722532968eae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

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

.shg-image-margin-container-s-aa740bda-5439-4967-9c19-722532968eae {
  
  
  
  
}

#s-aa740bda-5439-4967-9c19-722532968eae {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa740bda-5439-4967-9c19-722532968eae .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-aa740bda-5439-4967-9c19-722532968eae .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa740bda-5439-4967-9c19-722532968eae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa740bda-5439-4967-9c19-722532968eae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa740bda-5439-4967-9c19-722532968eae img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-aa740bda-5439-4967-9c19-722532968eae.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-aa740bda-5439-4967-9c19-722532968eae .shogun-image-content {
  
    align-items: 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;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aa740bda-5439-4967-9c19-722532968eae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aa740bda-5439-4967-9c19-722532968eae.shogun-image-container {
      position: relative;
    }

    .s-aa740bda-5439-4967-9c19-722532968eae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa740bda-5439-4967-9c19-722532968eae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa740bda-5439-4967-9c19-722532968eae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}
#s-839c1217-99a3-41a3-a735-a9838d817202 {
  margin-left: auto;
margin-right: auto;
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;
max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-839c1217-99a3-41a3-a735-a9838d817202 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-839c1217-99a3-41a3-a735-a9838d817202 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-839c1217-99a3-41a3-a735-a9838d817202 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-839c1217-99a3-41a3-a735-a9838d817202 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-839c1217-99a3-41a3-a735-a9838d817202 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-839c1217-99a3-41a3-a735-a9838d817202.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-839c1217-99a3-41a3-a735-a9838d817202 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-839c1217-99a3-41a3-a735-a9838d817202.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-839c1217-99a3-41a3-a735-a9838d817202 .shogun-image-content {
  
    align-items: 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;
}




  @supports not (aspect-ratio: 1/1) {
    .s-839c1217-99a3-41a3-a735-a9838d817202 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-839c1217-99a3-41a3-a735-a9838d817202.shogun-image-container {
      position: relative;
    }

    .s-839c1217-99a3-41a3-a735-a9838d817202.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-839c1217-99a3-41a3-a735-a9838d817202.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-839c1217-99a3-41a3-a735-a9838d817202 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-839c1217-99a3-41a3-a735-a9838d817202 {
  
  
  
  
}

#s-839c1217-99a3-41a3-a735-a9838d817202 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-839c1217-99a3-41a3-a735-a9838d817202 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-839c1217-99a3-41a3-a735-a9838d817202 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-839c1217-99a3-41a3-a735-a9838d817202 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-839c1217-99a3-41a3-a735-a9838d817202.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-839c1217-99a3-41a3-a735-a9838d817202 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-839c1217-99a3-41a3-a735-a9838d817202.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-839c1217-99a3-41a3-a735-a9838d817202 .shogun-image-content {
  
    align-items: 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;
}




  @supports not (aspect-ratio: 1/1) {
    .s-839c1217-99a3-41a3-a735-a9838d817202 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-839c1217-99a3-41a3-a735-a9838d817202.shogun-image-container {
      position: relative;
    }

    .s-839c1217-99a3-41a3-a735-a9838d817202.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-839c1217-99a3-41a3-a735-a9838d817202.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-839c1217-99a3-41a3-a735-a9838d817202 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

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

.shg-image-margin-container-s-839c1217-99a3-41a3-a735-a9838d817202 {
  
  
  
  
}

#s-839c1217-99a3-41a3-a735-a9838d817202 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-839c1217-99a3-41a3-a735-a9838d817202 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-839c1217-99a3-41a3-a735-a9838d817202 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-839c1217-99a3-41a3-a735-a9838d817202 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-839c1217-99a3-41a3-a735-a9838d817202.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-839c1217-99a3-41a3-a735-a9838d817202 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-839c1217-99a3-41a3-a735-a9838d817202.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-839c1217-99a3-41a3-a735-a9838d817202 .shogun-image-content {
  
    align-items: 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;
}




  @supports not (aspect-ratio: 1/1) {
    .s-839c1217-99a3-41a3-a735-a9838d817202 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-839c1217-99a3-41a3-a735-a9838d817202.shogun-image-container {
      position: relative;
    }

    .s-839c1217-99a3-41a3-a735-a9838d817202.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-839c1217-99a3-41a3-a735-a9838d817202.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-839c1217-99a3-41a3-a735-a9838d817202 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

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

.shg-image-margin-container-s-839c1217-99a3-41a3-a735-a9838d817202 {
  
  
  
  
}

#s-839c1217-99a3-41a3-a735-a9838d817202 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-839c1217-99a3-41a3-a735-a9838d817202 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-839c1217-99a3-41a3-a735-a9838d817202 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-839c1217-99a3-41a3-a735-a9838d817202 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-839c1217-99a3-41a3-a735-a9838d817202.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-839c1217-99a3-41a3-a735-a9838d817202 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-839c1217-99a3-41a3-a735-a9838d817202.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-839c1217-99a3-41a3-a735-a9838d817202 .shogun-image-content {
  
    align-items: 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;
}




  @supports not (aspect-ratio: 1/1) {
    .s-839c1217-99a3-41a3-a735-a9838d817202 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-839c1217-99a3-41a3-a735-a9838d817202.shogun-image-container {
      position: relative;
    }

    .s-839c1217-99a3-41a3-a735-a9838d817202.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-839c1217-99a3-41a3-a735-a9838d817202.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-839c1217-99a3-41a3-a735-a9838d817202 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

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

.shg-image-margin-container-s-839c1217-99a3-41a3-a735-a9838d817202 {
  
  
  
  
}

#s-839c1217-99a3-41a3-a735-a9838d817202 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-839c1217-99a3-41a3-a735-a9838d817202 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-839c1217-99a3-41a3-a735-a9838d817202 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-839c1217-99a3-41a3-a735-a9838d817202 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-839c1217-99a3-41a3-a735-a9838d817202.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-839c1217-99a3-41a3-a735-a9838d817202 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-839c1217-99a3-41a3-a735-a9838d817202.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-839c1217-99a3-41a3-a735-a9838d817202 .shogun-image-content {
  
    align-items: 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;
}




  @supports not (aspect-ratio: 1/1) {
    .s-839c1217-99a3-41a3-a735-a9838d817202 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-839c1217-99a3-41a3-a735-a9838d817202.shogun-image-container {
      position: relative;
    }

    .s-839c1217-99a3-41a3-a735-a9838d817202.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-839c1217-99a3-41a3-a735-a9838d817202.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-839c1217-99a3-41a3-a735-a9838d817202 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 900px;
    }
  }

}
#s-c9214d39-bfb0-42a0-9abe-331e028d3a4f {
  border-style: solid;
margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 5px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-c9214d39-bfb0-42a0-9abe-331e028d3a4f:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 5px !important;
background-color: rgba(40, 40, 40, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c9214d39-bfb0-42a0-9abe-331e028d3a4f:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 5px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-c9214d39-bfb0-42a0-9abe-331e028d3a4f-root {
    text-align: center;
  }


#s-c9214d39-bfb0-42a0-9abe-331e028d3a4f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c9214d39-bfb0-42a0-9abe-331e028d3a4f-root {
    text-align: center;
  }


#s-c9214d39-bfb0-42a0-9abe-331e028d3a4f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c9214d39-bfb0-42a0-9abe-331e028d3a4f-root {
    text-align: center;
  }


#s-c9214d39-bfb0-42a0-9abe-331e028d3a4f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c9214d39-bfb0-42a0-9abe-331e028d3a4f-root {
    text-align: center;
  }


#s-c9214d39-bfb0-42a0-9abe-331e028d3a4f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c9214d39-bfb0-42a0-9abe-331e028d3a4f-root {
    text-align: center;
  }


#s-c9214d39-bfb0-42a0-9abe-331e028d3a4f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 900;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-a9ac5a8e-3614-4575-9a23-4b118427ecd2 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #D5D6D7;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-a9ac5a8e-3614-4575-9a23-4b118427ecd2 &gt; .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-e4395283-2537-4982-aa69-97d2a59ea34b {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-e4395283-2537-4982-aa69-97d2a59ea34b"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e4395283-2537-4982-aa69-97d2a59ea34b"] &gt; .shg-row &gt; .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-e4395283-2537-4982-aa69-97d2a59ea34b"] &gt; .shg-row &gt; .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-e4395283-2537-4982-aa69-97d2a59ea34b"] &gt; .shg-row &gt; .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-e4395283-2537-4982-aa69-97d2a59ea34b"] &gt; .shg-row &gt; .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-e4395283-2537-4982-aa69-97d2a59ea34b"] &gt; .shg-row &gt; .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-e4395283-2537-4982-aa69-97d2a59ea34b"] &gt; .shg-row &gt; .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

}

#s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 1200px;
aspect-ratio: 2/3;
text-align: center;
}



.shg-image-margin-container-s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

#s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4.shogun-image-container {
      position: relative;
    }

    .s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4 {
  
  
  
  
}

#s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4.shogun-image-container {
      position: relative;
    }

    .s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

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

.shg-image-margin-container-s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4 {
  
  
  
  
}

#s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4.shogun-image-container {
      position: relative;
    }

    .s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

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

.shg-image-margin-container-s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4 {
  
  
  
  
}

#s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4.shogun-image-container {
      position: relative;
    }

    .s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

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

.shg-image-margin-container-s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4 {
  
  
  
  
}

#s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4.shogun-image-container {
      position: relative;
    }

    .s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30ecba7b-b30c-4f57-aa12-6eea529ba6c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-584c03e8-a309-4374-b324-12367469e9ce {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
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;
max-width: 2048px;
aspect-ratio: 2048/1038;
text-align: center;
}



.shg-image-margin-container-s-584c03e8-a309-4374-b324-12367469e9ce {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

#s-584c03e8-a309-4374-b324-12367469e9ce {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-584c03e8-a309-4374-b324-12367469e9ce.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-584c03e8-a309-4374-b324-12367469e9ce .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-584c03e8-a309-4374-b324-12367469e9ce {
  
  
  
  
}

#s-584c03e8-a309-4374-b324-12367469e9ce {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-584c03e8-a309-4374-b324-12367469e9ce.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-584c03e8-a309-4374-b324-12367469e9ce .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-584c03e8-a309-4374-b324-12367469e9ce {
  
  
  
  
}

#s-584c03e8-a309-4374-b324-12367469e9ce {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-584c03e8-a309-4374-b324-12367469e9ce.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-584c03e8-a309-4374-b324-12367469e9ce .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-584c03e8-a309-4374-b324-12367469e9ce {
  
  
  
  
}

#s-584c03e8-a309-4374-b324-12367469e9ce {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-584c03e8-a309-4374-b324-12367469e9ce.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-584c03e8-a309-4374-b324-12367469e9ce .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-584c03e8-a309-4374-b324-12367469e9ce {
  
  
  
  
}

#s-584c03e8-a309-4374-b324-12367469e9ce {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-584c03e8-a309-4374-b324-12367469e9ce.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-584c03e8-a309-4374-b324-12367469e9ce .shogun-image-content {
  
    align-items: 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;
}




  @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-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"] &gt; .shg-row &gt; .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-cd8e52d5-7e75-4d79-8687-207def52d6bc"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-cd8e52d5-7e75-4d79-8687-207def52d6bc"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-cd8e52d5-7e75-4d79-8687-207def52d6bc"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-f0793024-30b0-4743-908e-af1d6214dbde {
  margin-left: auto;
margin-right: auto;
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;
max-width: 2048px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-f0793024-30b0-4743-908e-af1d6214dbde {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-f0793024-30b0-4743-908e-af1d6214dbde {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-f0793024-30b0-4743-908e-af1d6214dbde.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-f0793024-30b0-4743-908e-af1d6214dbde .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-f0793024-30b0-4743-908e-af1d6214dbde {
  
  
  
  
}

#s-f0793024-30b0-4743-908e-af1d6214dbde {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-f0793024-30b0-4743-908e-af1d6214dbde.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-f0793024-30b0-4743-908e-af1d6214dbde .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-f0793024-30b0-4743-908e-af1d6214dbde {
  
  
  
  
}

#s-f0793024-30b0-4743-908e-af1d6214dbde {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-f0793024-30b0-4743-908e-af1d6214dbde.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-f0793024-30b0-4743-908e-af1d6214dbde .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-f0793024-30b0-4743-908e-af1d6214dbde {
  
  
  
  
}

#s-f0793024-30b0-4743-908e-af1d6214dbde {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-f0793024-30b0-4743-908e-af1d6214dbde.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-f0793024-30b0-4743-908e-af1d6214dbde .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-f0793024-30b0-4743-908e-af1d6214dbde {
  
  
  
  
}

#s-f0793024-30b0-4743-908e-af1d6214dbde {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-f0793024-30b0-4743-908e-af1d6214dbde.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-f0793024-30b0-4743-908e-af1d6214dbde .shogun-image-content {
  
    align-items: 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;
}




  @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;
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;
max-width: 2048px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-908c4bba-7a62-4f67-aba5-29fd068d578f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-908c4bba-7a62-4f67-aba5-29fd068d578f {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-908c4bba-7a62-4f67-aba5-29fd068d578f.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-908c4bba-7a62-4f67-aba5-29fd068d578f .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-908c4bba-7a62-4f67-aba5-29fd068d578f {
  
  
  
  
}

#s-908c4bba-7a62-4f67-aba5-29fd068d578f {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-908c4bba-7a62-4f67-aba5-29fd068d578f.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-908c4bba-7a62-4f67-aba5-29fd068d578f .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-908c4bba-7a62-4f67-aba5-29fd068d578f {
  
  
  
  
}

#s-908c4bba-7a62-4f67-aba5-29fd068d578f {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-908c4bba-7a62-4f67-aba5-29fd068d578f.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-908c4bba-7a62-4f67-aba5-29fd068d578f .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-908c4bba-7a62-4f67-aba5-29fd068d578f {
  
  
  
  
}

#s-908c4bba-7a62-4f67-aba5-29fd068d578f {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-908c4bba-7a62-4f67-aba5-29fd068d578f.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-908c4bba-7a62-4f67-aba5-29fd068d578f .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-908c4bba-7a62-4f67-aba5-29fd068d578f {
  
  
  
  
}

#s-908c4bba-7a62-4f67-aba5-29fd068d578f {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-908c4bba-7a62-4f67-aba5-29fd068d578f.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-908c4bba-7a62-4f67-aba5-29fd068d578f .shogun-image-content {
  
    align-items: 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;
}




  @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-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 &gt; .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-ba95221a-9aa5-4e42-ac1c-e6c019be8e57 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-ba95221a-9aa5-4e42-ac1c-e6c019be8e57"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ba95221a-9aa5-4e42-ac1c-e6c019be8e57"] &gt; .shg-row &gt; .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-ba95221a-9aa5-4e42-ac1c-e6c019be8e57"] &gt; .shg-row &gt; .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-ba95221a-9aa5-4e42-ac1c-e6c019be8e57"] &gt; .shg-row &gt; .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-ba95221a-9aa5-4e42-ac1c-e6c019be8e57"] &gt; .shg-row &gt; .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-ba95221a-9aa5-4e42-ac1c-e6c019be8e57"] &gt; .shg-row &gt; .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-ba95221a-9aa5-4e42-ac1c-e6c019be8e57"] &gt; .shg-row &gt; .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

}

#s-dfa86743-058d-43d5-8a37-e84a611df045 {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 1200px;
aspect-ratio: 2/3;
text-align: center;
}



.shg-image-margin-container-s-dfa86743-058d-43d5-8a37-e84a611df045 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

#s-dfa86743-058d-43d5-8a37-e84a611df045 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dfa86743-058d-43d5-8a37-e84a611df045 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-dfa86743-058d-43d5-8a37-e84a611df045 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dfa86743-058d-43d5-8a37-e84a611df045 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dfa86743-058d-43d5-8a37-e84a611df045.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dfa86743-058d-43d5-8a37-e84a611df045 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-dfa86743-058d-43d5-8a37-e84a611df045.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-dfa86743-058d-43d5-8a37-e84a611df045 .shogun-image-content {
  
    align-items: center;
  
}

.s-dfa86743-058d-43d5-8a37-e84a611df045.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfa86743-058d-43d5-8a37-e84a611df045.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfa86743-058d-43d5-8a37-e84a611df045.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dfa86743-058d-43d5-8a37-e84a611df045 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-dfa86743-058d-43d5-8a37-e84a611df045.shogun-image-container {
      position: relative;
    }

    .s-dfa86743-058d-43d5-8a37-e84a611df045.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dfa86743-058d-43d5-8a37-e84a611df045.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dfa86743-058d-43d5-8a37-e84a611df045 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-dfa86743-058d-43d5-8a37-e84a611df045 {
  
  
  
  
}

#s-dfa86743-058d-43d5-8a37-e84a611df045 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dfa86743-058d-43d5-8a37-e84a611df045 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-dfa86743-058d-43d5-8a37-e84a611df045 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dfa86743-058d-43d5-8a37-e84a611df045 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dfa86743-058d-43d5-8a37-e84a611df045.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dfa86743-058d-43d5-8a37-e84a611df045 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-dfa86743-058d-43d5-8a37-e84a611df045.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-dfa86743-058d-43d5-8a37-e84a611df045 .shogun-image-content {
  
    align-items: center;
  
}

.s-dfa86743-058d-43d5-8a37-e84a611df045.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfa86743-058d-43d5-8a37-e84a611df045.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfa86743-058d-43d5-8a37-e84a611df045.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dfa86743-058d-43d5-8a37-e84a611df045 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-dfa86743-058d-43d5-8a37-e84a611df045.shogun-image-container {
      position: relative;
    }

    .s-dfa86743-058d-43d5-8a37-e84a611df045.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dfa86743-058d-43d5-8a37-e84a611df045.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dfa86743-058d-43d5-8a37-e84a611df045 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

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

.shg-image-margin-container-s-dfa86743-058d-43d5-8a37-e84a611df045 {
  
  
  
  
}

#s-dfa86743-058d-43d5-8a37-e84a611df045 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dfa86743-058d-43d5-8a37-e84a611df045 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-dfa86743-058d-43d5-8a37-e84a611df045 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dfa86743-058d-43d5-8a37-e84a611df045 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dfa86743-058d-43d5-8a37-e84a611df045.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dfa86743-058d-43d5-8a37-e84a611df045 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-dfa86743-058d-43d5-8a37-e84a611df045.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-dfa86743-058d-43d5-8a37-e84a611df045 .shogun-image-content {
  
    align-items: center;
  
}

.s-dfa86743-058d-43d5-8a37-e84a611df045.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfa86743-058d-43d5-8a37-e84a611df045.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfa86743-058d-43d5-8a37-e84a611df045.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dfa86743-058d-43d5-8a37-e84a611df045 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-dfa86743-058d-43d5-8a37-e84a611df045.shogun-image-container {
      position: relative;
    }

    .s-dfa86743-058d-43d5-8a37-e84a611df045.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dfa86743-058d-43d5-8a37-e84a611df045.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dfa86743-058d-43d5-8a37-e84a611df045 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

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

.shg-image-margin-container-s-dfa86743-058d-43d5-8a37-e84a611df045 {
  
  
  
  
}

#s-dfa86743-058d-43d5-8a37-e84a611df045 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dfa86743-058d-43d5-8a37-e84a611df045 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-dfa86743-058d-43d5-8a37-e84a611df045 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dfa86743-058d-43d5-8a37-e84a611df045 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dfa86743-058d-43d5-8a37-e84a611df045.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dfa86743-058d-43d5-8a37-e84a611df045 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-dfa86743-058d-43d5-8a37-e84a611df045.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-dfa86743-058d-43d5-8a37-e84a611df045 .shogun-image-content {
  
    align-items: center;
  
}

.s-dfa86743-058d-43d5-8a37-e84a611df045.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfa86743-058d-43d5-8a37-e84a611df045.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfa86743-058d-43d5-8a37-e84a611df045.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dfa86743-058d-43d5-8a37-e84a611df045 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-dfa86743-058d-43d5-8a37-e84a611df045.shogun-image-container {
      position: relative;
    }

    .s-dfa86743-058d-43d5-8a37-e84a611df045.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dfa86743-058d-43d5-8a37-e84a611df045.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dfa86743-058d-43d5-8a37-e84a611df045 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

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

.shg-image-margin-container-s-dfa86743-058d-43d5-8a37-e84a611df045 {
  
  
  
  
}

#s-dfa86743-058d-43d5-8a37-e84a611df045 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dfa86743-058d-43d5-8a37-e84a611df045 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-dfa86743-058d-43d5-8a37-e84a611df045 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dfa86743-058d-43d5-8a37-e84a611df045 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dfa86743-058d-43d5-8a37-e84a611df045.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dfa86743-058d-43d5-8a37-e84a611df045 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1200px;
  }



  img.s-dfa86743-058d-43d5-8a37-e84a611df045.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-dfa86743-058d-43d5-8a37-e84a611df045 .shogun-image-content {
  
    align-items: center;
  
}

.s-dfa86743-058d-43d5-8a37-e84a611df045.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfa86743-058d-43d5-8a37-e84a611df045.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfa86743-058d-43d5-8a37-e84a611df045.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dfa86743-058d-43d5-8a37-e84a611df045 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-dfa86743-058d-43d5-8a37-e84a611df045.shogun-image-container {
      position: relative;
    }

    .s-dfa86743-058d-43d5-8a37-e84a611df045.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dfa86743-058d-43d5-8a37-e84a611df045.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dfa86743-058d-43d5-8a37-e84a611df045 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#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"] &gt; .shg-row &gt; .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-6781b526-c870-4677-8a9d-24e64b120ef5"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-6781b526-c870-4677-8a9d-24e64b120ef5"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-6781b526-c870-4677-8a9d-24e64b120ef5"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-ebb5469c-00a2-4611-92ed-b779af195315 {
  margin-left: auto;
margin-right: auto;
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;
max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-ebb5469c-00a2-4611-92ed-b779af195315 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-ebb5469c-00a2-4611-92ed-b779af195315 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-ebb5469c-00a2-4611-92ed-b779af195315.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-ebb5469c-00a2-4611-92ed-b779af195315 .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-ebb5469c-00a2-4611-92ed-b779af195315 {
  
  
  
  
}

#s-ebb5469c-00a2-4611-92ed-b779af195315 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-ebb5469c-00a2-4611-92ed-b779af195315.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-ebb5469c-00a2-4611-92ed-b779af195315 .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-ebb5469c-00a2-4611-92ed-b779af195315 {
  
  
  
  
}

#s-ebb5469c-00a2-4611-92ed-b779af195315 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-ebb5469c-00a2-4611-92ed-b779af195315.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-ebb5469c-00a2-4611-92ed-b779af195315 .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-ebb5469c-00a2-4611-92ed-b779af195315 {
  
  
  
  
}

#s-ebb5469c-00a2-4611-92ed-b779af195315 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-ebb5469c-00a2-4611-92ed-b779af195315.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-ebb5469c-00a2-4611-92ed-b779af195315 .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-ebb5469c-00a2-4611-92ed-b779af195315 {
  
  
  
  
}

#s-ebb5469c-00a2-4611-92ed-b779af195315 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-ebb5469c-00a2-4611-92ed-b779af195315.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-ebb5469c-00a2-4611-92ed-b779af195315 .shogun-image-content {
  
    align-items: 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;
}




  @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;
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;
max-width: 750px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-77682f21-9188-4327-a52f-5da9b5ea4147 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-77682f21-9188-4327-a52f-5da9b5ea4147 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 750px;
  }



  img.s-77682f21-9188-4327-a52f-5da9b5ea4147.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-77682f21-9188-4327-a52f-5da9b5ea4147 .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-77682f21-9188-4327-a52f-5da9b5ea4147 {
  
  
  
  
}

#s-77682f21-9188-4327-a52f-5da9b5ea4147 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 750px;
  }



  img.s-77682f21-9188-4327-a52f-5da9b5ea4147.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-77682f21-9188-4327-a52f-5da9b5ea4147 .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-77682f21-9188-4327-a52f-5da9b5ea4147 {
  
  
  
  
}

#s-77682f21-9188-4327-a52f-5da9b5ea4147 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 750px;
  }



  img.s-77682f21-9188-4327-a52f-5da9b5ea4147.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-77682f21-9188-4327-a52f-5da9b5ea4147 .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-77682f21-9188-4327-a52f-5da9b5ea4147 {
  
  
  
  
}

#s-77682f21-9188-4327-a52f-5da9b5ea4147 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 750px;
  }



  img.s-77682f21-9188-4327-a52f-5da9b5ea4147.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-77682f21-9188-4327-a52f-5da9b5ea4147 .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-77682f21-9188-4327-a52f-5da9b5ea4147 {
  
  
  
  
}

#s-77682f21-9188-4327-a52f-5da9b5ea4147 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 750px;
  }



  img.s-77682f21-9188-4327-a52f-5da9b5ea4147.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-77682f21-9188-4327-a52f-5da9b5ea4147 .shogun-image-content {
  
    align-items: 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;
}




  @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"] &gt; .shg-row &gt; .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-8135d4c9-1fd6-4f50-8b86-c135a8e0d629"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-8135d4c9-1fd6-4f50-8b86-c135a8e0d629"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-8135d4c9-1fd6-4f50-8b86-c135a8e0d629"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-0d13873e-efd5-45d7-adfd-568e1cdd7581 {
  margin-left: auto;
margin-right: auto;
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;
max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-0d13873e-efd5-45d7-adfd-568e1cdd7581 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-0d13873e-efd5-45d7-adfd-568e1cdd7581 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-0d13873e-efd5-45d7-adfd-568e1cdd7581.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-0d13873e-efd5-45d7-adfd-568e1cdd7581 .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-0d13873e-efd5-45d7-adfd-568e1cdd7581 {
  
  
  
  
}

#s-0d13873e-efd5-45d7-adfd-568e1cdd7581 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-0d13873e-efd5-45d7-adfd-568e1cdd7581.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-0d13873e-efd5-45d7-adfd-568e1cdd7581 .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-0d13873e-efd5-45d7-adfd-568e1cdd7581 {
  
  
  
  
}

#s-0d13873e-efd5-45d7-adfd-568e1cdd7581 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-0d13873e-efd5-45d7-adfd-568e1cdd7581.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-0d13873e-efd5-45d7-adfd-568e1cdd7581 .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-0d13873e-efd5-45d7-adfd-568e1cdd7581 {
  
  
  
  
}

#s-0d13873e-efd5-45d7-adfd-568e1cdd7581 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-0d13873e-efd5-45d7-adfd-568e1cdd7581.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-0d13873e-efd5-45d7-adfd-568e1cdd7581 .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-0d13873e-efd5-45d7-adfd-568e1cdd7581 {
  
  
  
  
}

#s-0d13873e-efd5-45d7-adfd-568e1cdd7581 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 900px;
  }



  img.s-0d13873e-efd5-45d7-adfd-568e1cdd7581.shogun-image {
    
    
    
    max-height: 900px;
  }


.s-0d13873e-efd5-45d7-adfd-568e1cdd7581 .shogun-image-content {
  
    align-items: 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;
}




  @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;
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;
max-width: 750px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 750px;
  }



  img.s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 {
  
  
  
  
}

#s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 750px;
  }



  img.s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 {
  
  
  
  
}

#s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 750px;
  }



  img.s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 {
  
  
  
  
}

#s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 750px;
  }



  img.s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 .shogun-image-content {
  
    align-items: 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;
}




  @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){

.shg-image-margin-container-s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 {
  
  
  
  
}

#s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 {
  margin: 0 !important;
}



  @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%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 750px;
  }



  img.s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-8fd2b30b-ed76-4d15-a5cb-b4c40f70b0d4 .shogun-image-content {
  
    align-items: 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;
}




  @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 { 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 { 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 { 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 { display: none !important; }}







#s-15a2a843-19c9-4cb9-90b6-a3ea2242a5ce &gt; .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 { 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 { 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 --&gt; */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* &lt;-- 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}</pre></body></html>