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

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.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-b205dc9c-e0db-4043-97b2-d4173923779f {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 10%;
padding-left: 0%;
padding-bottom: 6%;
padding-right: 0%;
min-height: 29em;
max-width: 100%;
}
@media (min-width: 1200px){#s-b205dc9c-e0db-4043-97b2-d4173923779f {
  display: unset;
}
#s-b205dc9c-e0db-4043-97b2-d4173923779f, #wrap-s-b205dc9c-e0db-4043-97b2-d4173923779f { display: unset !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b205dc9c-e0db-4043-97b2-d4173923779f {
  display: none;
}
#s-b205dc9c-e0db-4043-97b2-d4173923779f, #wrap-s-b205dc9c-e0db-4043-97b2-d4173923779f { display: none !important; }}@media (max-width: 767px){#s-b205dc9c-e0db-4043-97b2-d4173923779f {
  display: none;
}
#s-b205dc9c-e0db-4043-97b2-d4173923779f, #wrap-s-b205dc9c-e0db-4043-97b2-d4173923779f { display: none !important; }}







#s-b205dc9c-e0db-4043-97b2-d4173923779f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b205dc9c-e0db-4043-97b2-d4173923779f {
  cursor: pointer;
}#s-b205dc9c-e0db-4043-97b2-d4173923779f.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

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

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

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

#s-bae5af90-736b-4b4e-889a-5ad734370e9f {
  
}

@media (min-width: 0px) {
[id="s-bae5af90-736b-4b4e-889a-5ad734370e9f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bae5af90-736b-4b4e-889a-5ad734370e9f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bae5af90-736b-4b4e-889a-5ad734370e9f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bae5af90-736b-4b4e-889a-5ad734370e9f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-bae5af90-736b-4b4e-889a-5ad734370e9f"] > .shg-row {
    flex-flow: column-reverse;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-52724a4c-f8b8-4385-8ed8-bf5aa9470897 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 15%;
padding-right: 15%;
}
@media (min-width: 768px) and (max-width: 991px){#s-52724a4c-f8b8-4385-8ed8-bf5aa9470897 {
  display: none;
}
#s-52724a4c-f8b8-4385-8ed8-bf5aa9470897, #wrap-s-52724a4c-f8b8-4385-8ed8-bf5aa9470897 { display: none !important; }}@media (max-width: 767px){#s-52724a4c-f8b8-4385-8ed8-bf5aa9470897 {
  display: none;
}
#s-52724a4c-f8b8-4385-8ed8-bf5aa9470897, #wrap-s-52724a4c-f8b8-4385-8ed8-bf5aa9470897 { display: none !important; }}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

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

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

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

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

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

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

#s-d8fc2b52-7e49-48a3-954e-236a6257f5ef {
  background-size: 0px 0px;
margin-top: 25px;
margin-bottom: 25px;
padding-top: 2px;
padding-left: 15px;
padding-bottom: 2px;
padding-right: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 113, 103, 1);
border-style: solid;
border-radius: 6px;
min-height: 0px;
max-width: 100%;
background-color: rgba(0, 101, 93, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 4px;
}
#s-d8fc2b52-7e49-48a3-954e-236a6257f5ef:hover {background-color: rgba(255, 157, 108, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d8fc2b52-7e49-48a3-954e-236a6257f5ef:active {background-color: rgba(102, 209, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-d8fc2b52-7e49-48a3-954e-236a6257f5ef {
  display: none;
}
#s-d8fc2b52-7e49-48a3-954e-236a6257f5ef, #wrap-s-d8fc2b52-7e49-48a3-954e-236a6257f5ef { display: none !important; }}@media (max-width: 767px){#s-d8fc2b52-7e49-48a3-954e-236a6257f5ef {
  display: none;
}
#s-d8fc2b52-7e49-48a3-954e-236a6257f5ef, #wrap-s-d8fc2b52-7e49-48a3-954e-236a6257f5ef { display: none !important; }}

  #s-d8fc2b52-7e49-48a3-954e-236a6257f5ef-root {
    text-align: center;
  }


#s-d8fc2b52-7e49-48a3-954e-236a6257f5ef.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d8fc2b52-7e49-48a3-954e-236a6257f5ef-root {
    text-align: center;
  }


#s-d8fc2b52-7e49-48a3-954e-236a6257f5ef.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d8fc2b52-7e49-48a3-954e-236a6257f5ef-root {
    text-align: center;
  }


#s-d8fc2b52-7e49-48a3-954e-236a6257f5ef.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d8fc2b52-7e49-48a3-954e-236a6257f5ef-root {
    text-align: center;
  }


#s-d8fc2b52-7e49-48a3-954e-236a6257f5ef.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d8fc2b52-7e49-48a3-954e-236a6257f5ef-root {
    text-align: center;
  }


#s-d8fc2b52-7e49-48a3-954e-236a6257f5ef.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-32dfdbf3-c8d4-45e2-a138-c3b9f8bddfa9 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 26em;
padding-left: 0%;
padding-bottom: 4%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-32dfdbf3-c8d4-45e2-a138-c3b9f8bddfa9 {
  display: none;
}
#s-32dfdbf3-c8d4-45e2-a138-c3b9f8bddfa9, #wrap-s-32dfdbf3-c8d4-45e2-a138-c3b9f8bddfa9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-32dfdbf3-c8d4-45e2-a138-c3b9f8bddfa9 {
  display: none;
}
#s-32dfdbf3-c8d4-45e2-a138-c3b9f8bddfa9, #wrap-s-32dfdbf3-c8d4-45e2-a138-c3b9f8bddfa9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-32dfdbf3-c8d4-45e2-a138-c3b9f8bddfa9 {
  display: unset;
}
#s-32dfdbf3-c8d4-45e2-a138-c3b9f8bddfa9, #wrap-s-32dfdbf3-c8d4-45e2-a138-c3b9f8bddfa9 { display: unset !important; }}@media (max-width: 767px){#s-32dfdbf3-c8d4-45e2-a138-c3b9f8bddfa9 {
  display: unset;
}
#s-32dfdbf3-c8d4-45e2-a138-c3b9f8bddfa9, #wrap-s-32dfdbf3-c8d4-45e2-a138-c3b9f8bddfa9 { display: unset !important; }}







#s-32dfdbf3-c8d4-45e2-a138-c3b9f8bddfa9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32dfdbf3-c8d4-45e2-a138-c3b9f8bddfa9 {
  cursor: pointer;
}#s-32dfdbf3-c8d4-45e2-a138-c3b9f8bddfa9.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

@media (min-width: 1200px){#s-a4586748-da5b-428e-bd56-b7c0a91e4f02 {
  display: none;
}
#s-a4586748-da5b-428e-bd56-b7c0a91e4f02, #wrap-s-a4586748-da5b-428e-bd56-b7c0a91e4f02 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a4586748-da5b-428e-bd56-b7c0a91e4f02 {
  display: none;
}
#s-a4586748-da5b-428e-bd56-b7c0a91e4f02, #wrap-s-a4586748-da5b-428e-bd56-b7c0a91e4f02 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a4586748-da5b-428e-bd56-b7c0a91e4f02 {
  display: none;
}
#s-a4586748-da5b-428e-bd56-b7c0a91e4f02, #wrap-s-a4586748-da5b-428e-bd56-b7c0a91e4f02 { display: none !important; }}
#s-5847515c-19cc-448f-b008-b045555dd6f9 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 16%;
padding-right: 16%;
}
@media (min-width: 1200px){#s-5847515c-19cc-448f-b008-b045555dd6f9 {
  display: none;
}
#s-5847515c-19cc-448f-b008-b045555dd6f9, #wrap-s-5847515c-19cc-448f-b008-b045555dd6f9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5847515c-19cc-448f-b008-b045555dd6f9 {
  display: none;
}
#s-5847515c-19cc-448f-b008-b045555dd6f9, #wrap-s-5847515c-19cc-448f-b008-b045555dd6f9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5847515c-19cc-448f-b008-b045555dd6f9 {
  display: none;
}
#s-5847515c-19cc-448f-b008-b045555dd6f9, #wrap-s-5847515c-19cc-448f-b008-b045555dd6f9 { display: none !important; }}
#s-e2b69b6d-ad8c-4976-9cf1-0c0f9569644e {
  background-size: 0px 0px;
margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 4px;
padding-left: 10px;
padding-bottom: 4px;
padding-right: 4px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 101, 93, 1);
border-style: solid;
border-radius: 6px;
min-height: 0px;
max-width: 100%;
background-color: rgba(0, 101, 93, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 4px;
}
#s-e2b69b6d-ad8c-4976-9cf1-0c0f9569644e:hover {background-color: rgba(255, 157, 108, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e2b69b6d-ad8c-4976-9cf1-0c0f9569644e:active {background-color: rgba(102, 209, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-e2b69b6d-ad8c-4976-9cf1-0c0f9569644e {
  display: none;
}
#s-e2b69b6d-ad8c-4976-9cf1-0c0f9569644e, #wrap-s-e2b69b6d-ad8c-4976-9cf1-0c0f9569644e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e2b69b6d-ad8c-4976-9cf1-0c0f9569644e {
  display: none;
}
#s-e2b69b6d-ad8c-4976-9cf1-0c0f9569644e, #wrap-s-e2b69b6d-ad8c-4976-9cf1-0c0f9569644e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e2b69b6d-ad8c-4976-9cf1-0c0f9569644e {
  display: none;
}
#s-e2b69b6d-ad8c-4976-9cf1-0c0f9569644e, #wrap-s-e2b69b6d-ad8c-4976-9cf1-0c0f9569644e { display: none !important; }}

  #s-e2b69b6d-ad8c-4976-9cf1-0c0f9569644e-root {
    text-align: center;
  }


#s-e2b69b6d-ad8c-4976-9cf1-0c0f9569644e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e2b69b6d-ad8c-4976-9cf1-0c0f9569644e-root {
    text-align: center;
  }


#s-e2b69b6d-ad8c-4976-9cf1-0c0f9569644e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e2b69b6d-ad8c-4976-9cf1-0c0f9569644e-root {
    text-align: center;
  }


#s-e2b69b6d-ad8c-4976-9cf1-0c0f9569644e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e2b69b6d-ad8c-4976-9cf1-0c0f9569644e-root {
    text-align: center;
  }


#s-e2b69b6d-ad8c-4976-9cf1-0c0f9569644e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e2b69b6d-ad8c-4976-9cf1-0c0f9569644e-root {
    text-align: center;
  }


#s-e2b69b6d-ad8c-4976-9cf1-0c0f9569644e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-db2288ef-511a-4448-ac84-3bcb8a2674a6 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10%;
padding-left: 15%;
padding-bottom: 0%;
padding-right: 15%;
}
@media (min-width: 1200px){#s-db2288ef-511a-4448-ac84-3bcb8a2674a6 {
  display: none;
}
#s-db2288ef-511a-4448-ac84-3bcb8a2674a6, #wrap-s-db2288ef-511a-4448-ac84-3bcb8a2674a6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-db2288ef-511a-4448-ac84-3bcb8a2674a6 {
  display: none;
}
#s-db2288ef-511a-4448-ac84-3bcb8a2674a6, #wrap-s-db2288ef-511a-4448-ac84-3bcb8a2674a6 { display: none !important; }}@media (max-width: 767px){#s-db2288ef-511a-4448-ac84-3bcb8a2674a6 {
  display: none;
}
#s-db2288ef-511a-4448-ac84-3bcb8a2674a6, #wrap-s-db2288ef-511a-4448-ac84-3bcb8a2674a6 { display: none !important; }}
#s-766d1970-2f91-4d89-af23-74b20d038749 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 5px;
padding-left: 3px;
padding-bottom: 5px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 101, 93, 0);
border-style: solid;
border-radius: 7px;
max-width: 275px;
background-color: rgba(0, 101, 93, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
}
#s-766d1970-2f91-4d89-af23-74b20d038749:hover {background-color: rgba(246, 155, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-766d1970-2f91-4d89-af23-74b20d038749:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-766d1970-2f91-4d89-af23-74b20d038749 {
  display: none;
}
#s-766d1970-2f91-4d89-af23-74b20d038749, #wrap-s-766d1970-2f91-4d89-af23-74b20d038749 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-766d1970-2f91-4d89-af23-74b20d038749 {
  display: none;
}
#s-766d1970-2f91-4d89-af23-74b20d038749, #wrap-s-766d1970-2f91-4d89-af23-74b20d038749 { display: none !important; }}@media (max-width: 767px){#s-766d1970-2f91-4d89-af23-74b20d038749 {
  display: none;
}
#s-766d1970-2f91-4d89-af23-74b20d038749, #wrap-s-766d1970-2f91-4d89-af23-74b20d038749 { display: none !important; }}

  #s-766d1970-2f91-4d89-af23-74b20d038749-root {
    text-align: center;
  }


#s-766d1970-2f91-4d89-af23-74b20d038749.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-766d1970-2f91-4d89-af23-74b20d038749-root {
    text-align: center;
  }


#s-766d1970-2f91-4d89-af23-74b20d038749.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-766d1970-2f91-4d89-af23-74b20d038749-root {
    text-align: center;
  }


#s-766d1970-2f91-4d89-af23-74b20d038749.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-766d1970-2f91-4d89-af23-74b20d038749-root {
    text-align: center;
  }


#s-766d1970-2f91-4d89-af23-74b20d038749.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-766d1970-2f91-4d89-af23-74b20d038749-root {
    text-align: center;
  }


#s-766d1970-2f91-4d89-af23-74b20d038749.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  block ;
}
}
#s-24c5550e-3fda-4b31-9e69-367e6eb7dae1 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-24c5550e-3fda-4b31-9e69-367e6eb7dae1 {
  display: none;
}
#s-24c5550e-3fda-4b31-9e69-367e6eb7dae1, #wrap-s-24c5550e-3fda-4b31-9e69-367e6eb7dae1 { display: none !important; }}@media (max-width: 767px){#s-24c5550e-3fda-4b31-9e69-367e6eb7dae1 {
  display: none;
}
#s-24c5550e-3fda-4b31-9e69-367e6eb7dae1, #wrap-s-24c5550e-3fda-4b31-9e69-367e6eb7dae1 { display: none !important; }}







#s-24c5550e-3fda-4b31-9e69-367e6eb7dae1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24c5550e-3fda-4b31-9e69-367e6eb7dae1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-68d23cb9-3f47-4b55-86af-a4df0089445b {
  margin-top: 3%;
margin-bottom: 1%;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.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 > 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-3e6e33cb-b501-4a35-b198-b77b8d29b6b7 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-3e6e33cb-b501-4a35-b198-b77b8d29b6b7 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-3e6e33cb-b501-4a35-b198-b77b8d29b6b7 .shg-sld-nav-button.shg-sld-left,
#s-3e6e33cb-b501-4a35-b198-b77b8d29b6b7 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-2daa364e-0e07-445e-94a1-e68c65de7a16"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2daa364e-0e07-445e-94a1-e68c65de7a16"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-2daa364e-0e07-445e-94a1-e68c65de7a16"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-2daa364e-0e07-445e-94a1-e68c65de7a16"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.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>div {
  pointer-events: auto;
}

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

.shogun-image-content>div {
  width: 100%;
}

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-c406571a-50cd-45bb-887b-0ebb83e9f7ce {
  max-width: 326px;
aspect-ratio: 326/444;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-c406571a-50cd-45bb-887b-0ebb83e9f7ce .shg-image-content-wrapper {
      aspect-ratio: 326/444;
      min-width: 100%;
      height: auto;
    }

    #s-c406571a-50cd-45bb-887b-0ebb83e9f7ce .shogun-image-link {
      aspect-ratio: 326/444;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c406571a-50cd-45bb-887b-0ebb83e9f7ce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c406571a-50cd-45bb-887b-0ebb83e9f7ce {
    width: 100%;
    height: auto;
  }

  #s-c406571a-50cd-45bb-887b-0ebb83e9f7ce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c406571a-50cd-45bb-887b-0ebb83e9f7ce.shogun-image {
    
    
  }


.s-c406571a-50cd-45bb-887b-0ebb83e9f7ce .shogun-image-content {
  
    align-items: center;
  
}

.s-c406571a-50cd-45bb-887b-0ebb83e9f7ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c406571a-50cd-45bb-887b-0ebb83e9f7ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c406571a-50cd-45bb-887b-0ebb83e9f7ce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c406571a-50cd-45bb-887b-0ebb83e9f7ce {
      --shg-aspect-ratio: calc(326/444); 
    }

    .s-c406571a-50cd-45bb-887b-0ebb83e9f7ce.shogun-image-container {
      position: relative;
    }

    .s-c406571a-50cd-45bb-887b-0ebb83e9f7ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c406571a-50cd-45bb-887b-0ebb83e9f7ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c406571a-50cd-45bb-887b-0ebb83e9f7ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-c406571a-50cd-45bb-887b-0ebb83e9f7ce .shg-image-content-wrapper {
      aspect-ratio: 326/444;
      min-width: 100%;
      height: auto;
    }

    #s-c406571a-50cd-45bb-887b-0ebb83e9f7ce .shogun-image-link {
      aspect-ratio: 326/444;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c406571a-50cd-45bb-887b-0ebb83e9f7ce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c406571a-50cd-45bb-887b-0ebb83e9f7ce {
    width: 100%;
    height: auto;
  }

  #s-c406571a-50cd-45bb-887b-0ebb83e9f7ce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c406571a-50cd-45bb-887b-0ebb83e9f7ce.shogun-image {
    
    
  }


.s-c406571a-50cd-45bb-887b-0ebb83e9f7ce .shogun-image-content {
  
    align-items: center;
  
}

.s-c406571a-50cd-45bb-887b-0ebb83e9f7ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c406571a-50cd-45bb-887b-0ebb83e9f7ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c406571a-50cd-45bb-887b-0ebb83e9f7ce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c406571a-50cd-45bb-887b-0ebb83e9f7ce {
      --shg-aspect-ratio: calc(326/444); 
    }

    .s-c406571a-50cd-45bb-887b-0ebb83e9f7ce.shogun-image-container {
      position: relative;
    }

    .s-c406571a-50cd-45bb-887b-0ebb83e9f7ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c406571a-50cd-45bb-887b-0ebb83e9f7ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c406571a-50cd-45bb-887b-0ebb83e9f7ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-c406571a-50cd-45bb-887b-0ebb83e9f7ce .shg-image-content-wrapper {
      aspect-ratio: 326/444;
      min-width: 100%;
      height: auto;
    }

    #s-c406571a-50cd-45bb-887b-0ebb83e9f7ce .shogun-image-link {
      aspect-ratio: 326/444;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c406571a-50cd-45bb-887b-0ebb83e9f7ce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c406571a-50cd-45bb-887b-0ebb83e9f7ce {
    width: 100%;
    height: auto;
  }

  #s-c406571a-50cd-45bb-887b-0ebb83e9f7ce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c406571a-50cd-45bb-887b-0ebb83e9f7ce.shogun-image {
    
    
  }


.s-c406571a-50cd-45bb-887b-0ebb83e9f7ce .shogun-image-content {
  
    align-items: center;
  
}

.s-c406571a-50cd-45bb-887b-0ebb83e9f7ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c406571a-50cd-45bb-887b-0ebb83e9f7ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c406571a-50cd-45bb-887b-0ebb83e9f7ce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c406571a-50cd-45bb-887b-0ebb83e9f7ce {
      --shg-aspect-ratio: calc(326/444); 
    }

    .s-c406571a-50cd-45bb-887b-0ebb83e9f7ce.shogun-image-container {
      position: relative;
    }

    .s-c406571a-50cd-45bb-887b-0ebb83e9f7ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c406571a-50cd-45bb-887b-0ebb83e9f7ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c406571a-50cd-45bb-887b-0ebb83e9f7ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-c406571a-50cd-45bb-887b-0ebb83e9f7ce .shg-image-content-wrapper {
      aspect-ratio: 326/444;
      min-width: 100%;
      height: auto;
    }

    #s-c406571a-50cd-45bb-887b-0ebb83e9f7ce .shogun-image-link {
      aspect-ratio: 326/444;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c406571a-50cd-45bb-887b-0ebb83e9f7ce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c406571a-50cd-45bb-887b-0ebb83e9f7ce {
    width: 100%;
    height: auto;
  }

  #s-c406571a-50cd-45bb-887b-0ebb83e9f7ce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c406571a-50cd-45bb-887b-0ebb83e9f7ce.shogun-image {
    
    
  }


.s-c406571a-50cd-45bb-887b-0ebb83e9f7ce .shogun-image-content {
  
    align-items: center;
  
}

.s-c406571a-50cd-45bb-887b-0ebb83e9f7ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c406571a-50cd-45bb-887b-0ebb83e9f7ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c406571a-50cd-45bb-887b-0ebb83e9f7ce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c406571a-50cd-45bb-887b-0ebb83e9f7ce {
      --shg-aspect-ratio: calc(326/444); 
    }

    .s-c406571a-50cd-45bb-887b-0ebb83e9f7ce.shogun-image-container {
      position: relative;
    }

    .s-c406571a-50cd-45bb-887b-0ebb83e9f7ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c406571a-50cd-45bb-887b-0ebb83e9f7ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c406571a-50cd-45bb-887b-0ebb83e9f7ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-c406571a-50cd-45bb-887b-0ebb83e9f7ce .shg-image-content-wrapper {
      aspect-ratio: 326/444;
      min-width: 100%;
      height: auto;
    }

    #s-c406571a-50cd-45bb-887b-0ebb83e9f7ce .shogun-image-link {
      aspect-ratio: 326/444;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c406571a-50cd-45bb-887b-0ebb83e9f7ce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c406571a-50cd-45bb-887b-0ebb83e9f7ce {
    width: 100%;
    height: auto;
  }

  #s-c406571a-50cd-45bb-887b-0ebb83e9f7ce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c406571a-50cd-45bb-887b-0ebb83e9f7ce.shogun-image {
    
    
  }


.s-c406571a-50cd-45bb-887b-0ebb83e9f7ce .shogun-image-content {
  
    align-items: center;
  
}

.s-c406571a-50cd-45bb-887b-0ebb83e9f7ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c406571a-50cd-45bb-887b-0ebb83e9f7ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c406571a-50cd-45bb-887b-0ebb83e9f7ce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c406571a-50cd-45bb-887b-0ebb83e9f7ce {
      --shg-aspect-ratio: calc(326/444); 
    }

    .s-c406571a-50cd-45bb-887b-0ebb83e9f7ce.shogun-image-container {
      position: relative;
    }

    .s-c406571a-50cd-45bb-887b-0ebb83e9f7ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c406571a-50cd-45bb-887b-0ebb83e9f7ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c406571a-50cd-45bb-887b-0ebb83e9f7ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-629cd40e-3c76-463f-ada4-b8e3093cfda2 {
  background-size: 0px 0px;
margin-top: 25px;
margin-bottom: 25px;
padding-top: 2px;
padding-left: 8px;
padding-bottom: 2px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 101, 93, 1);
border-style: solid;
border-radius: 6px;
min-height: 0px;
max-width: 100%;
background-color: rgba(0, 113, 103, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 4px;
}
#s-629cd40e-3c76-463f-ada4-b8e3093cfda2:hover {background-color: rgba(255, 157, 108, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-629cd40e-3c76-463f-ada4-b8e3093cfda2:active {background-color: rgba(102, 209, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-629cd40e-3c76-463f-ada4-b8e3093cfda2-root {
    text-align: center;
  }


#s-629cd40e-3c76-463f-ada4-b8e3093cfda2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-629cd40e-3c76-463f-ada4-b8e3093cfda2-root {
    text-align: center;
  }


#s-629cd40e-3c76-463f-ada4-b8e3093cfda2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-629cd40e-3c76-463f-ada4-b8e3093cfda2-root {
    text-align: center;
  }


#s-629cd40e-3c76-463f-ada4-b8e3093cfda2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-629cd40e-3c76-463f-ada4-b8e3093cfda2-root {
    text-align: center;
  }


#s-629cd40e-3c76-463f-ada4-b8e3093cfda2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-629cd40e-3c76-463f-ada4-b8e3093cfda2-root {
    text-align: center;
  }


#s-629cd40e-3c76-463f-ada4-b8e3093cfda2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe {
  max-width: 326px;
aspect-ratio: 326/445;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe {
    width: 100%;
    height: auto;
  }

  #s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe.shogun-image {
    
    
  }


.s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe .shogun-image-content {
  
    align-items: center;
  
}

.s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe.shogun-image-container {
      position: relative;
    }

    .s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe {
    width: 100%;
    height: auto;
  }

  #s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe.shogun-image {
    
    
  }


.s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe .shogun-image-content {
  
    align-items: center;
  
}

.s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe.shogun-image-container {
      position: relative;
    }

    .s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe {
    width: 100%;
    height: auto;
  }

  #s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe.shogun-image {
    
    
  }


.s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe .shogun-image-content {
  
    align-items: center;
  
}

.s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe.shogun-image-container {
      position: relative;
    }

    .s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe {
    width: 100%;
    height: auto;
  }

  #s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe.shogun-image {
    
    
  }


.s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe .shogun-image-content {
  
    align-items: center;
  
}

.s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe.shogun-image-container {
      position: relative;
    }

    .s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe {
    width: 100%;
    height: auto;
  }

  #s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe.shogun-image {
    
    
  }


.s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe .shogun-image-content {
  
    align-items: center;
  
}

.s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe.shogun-image-container {
      position: relative;
    }

    .s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a55ad4c-b6d4-4fab-996a-8b0b51976ebe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-bab9dd70-1db1-49fc-8a9c-b1dd8a118e5f {
  background-size: 0px 0px;
margin-top: 25px;
margin-bottom: 25px;
padding-top: 2px;
padding-left: 8px;
padding-bottom: 2px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 101, 93, 1);
border-style: solid;
border-radius: 6px;
min-height: 0px;
max-width: 100%;
background-color: rgba(0, 113, 103, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 4px;
}
#s-bab9dd70-1db1-49fc-8a9c-b1dd8a118e5f:hover {background-color: rgba(255, 157, 108, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bab9dd70-1db1-49fc-8a9c-b1dd8a118e5f:active {background-color: rgba(102, 209, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-bab9dd70-1db1-49fc-8a9c-b1dd8a118e5f-root {
    text-align: center;
  }


#s-bab9dd70-1db1-49fc-8a9c-b1dd8a118e5f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-bab9dd70-1db1-49fc-8a9c-b1dd8a118e5f-root {
    text-align: center;
  }


#s-bab9dd70-1db1-49fc-8a9c-b1dd8a118e5f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bab9dd70-1db1-49fc-8a9c-b1dd8a118e5f-root {
    text-align: center;
  }


#s-bab9dd70-1db1-49fc-8a9c-b1dd8a118e5f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bab9dd70-1db1-49fc-8a9c-b1dd8a118e5f-root {
    text-align: center;
  }


#s-bab9dd70-1db1-49fc-8a9c-b1dd8a118e5f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-bab9dd70-1db1-49fc-8a9c-b1dd8a118e5f-root {
    text-align: center;
  }


#s-bab9dd70-1db1-49fc-8a9c-b1dd8a118e5f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2 {
  max-width: 327px;
aspect-ratio: 327/445;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2 .shg-image-content-wrapper {
      aspect-ratio: 327/445;
      min-width: 100%;
      height: auto;
    }

    #s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2 .shogun-image-link {
      aspect-ratio: 327/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2 {
    width: 100%;
    height: auto;
  }

  #s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2.shogun-image {
    
    
  }


.s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2 .shogun-image-content {
  
    align-items: center;
  
}

.s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2 {
      --shg-aspect-ratio: calc(327/445); 
    }

    .s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2.shogun-image-container {
      position: relative;
    }

    .s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2 .shg-image-content-wrapper {
      aspect-ratio: 327/445;
      min-width: 100%;
      height: auto;
    }

    #s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2 .shogun-image-link {
      aspect-ratio: 327/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2 {
    width: 100%;
    height: auto;
  }

  #s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2.shogun-image {
    
    
  }


.s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2 .shogun-image-content {
  
    align-items: center;
  
}

.s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2 {
      --shg-aspect-ratio: calc(327/445); 
    }

    .s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2.shogun-image-container {
      position: relative;
    }

    .s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2 .shg-image-content-wrapper {
      aspect-ratio: 327/445;
      min-width: 100%;
      height: auto;
    }

    #s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2 .shogun-image-link {
      aspect-ratio: 327/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2 {
    width: 100%;
    height: auto;
  }

  #s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2.shogun-image {
    
    
  }


.s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2 .shogun-image-content {
  
    align-items: center;
  
}

.s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2 {
      --shg-aspect-ratio: calc(327/445); 
    }

    .s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2.shogun-image-container {
      position: relative;
    }

    .s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2 .shg-image-content-wrapper {
      aspect-ratio: 327/445;
      min-width: 100%;
      height: auto;
    }

    #s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2 .shogun-image-link {
      aspect-ratio: 327/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2 {
    width: 100%;
    height: auto;
  }

  #s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2.shogun-image {
    
    
  }


.s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2 .shogun-image-content {
  
    align-items: center;
  
}

.s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2 {
      --shg-aspect-ratio: calc(327/445); 
    }

    .s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2.shogun-image-container {
      position: relative;
    }

    .s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2 .shg-image-content-wrapper {
      aspect-ratio: 327/445;
      min-width: 100%;
      height: auto;
    }

    #s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2 .shogun-image-link {
      aspect-ratio: 327/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2 {
    width: 100%;
    height: auto;
  }

  #s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2.shogun-image {
    
    
  }


.s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2 .shogun-image-content {
  
    align-items: center;
  
}

.s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2 {
      --shg-aspect-ratio: calc(327/445); 
    }

    .s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2.shogun-image-container {
      position: relative;
    }

    .s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-876c01e4-ff40-44a4-a3f1-9af6c8a5bcb2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-d6fdd9a2-23f7-4c72-b09b-ee6130b69359 {
  background-size: 0px 0px;
margin-top: 25px;
margin-bottom: 25px;
padding-top: 2px;
padding-left: 8px;
padding-bottom: 2px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 101, 93, 1);
border-style: solid;
border-radius: 6px;
min-height: 0px;
max-width: 100%;
background-color: rgba(0, 113, 103, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 4px;
}
#s-d6fdd9a2-23f7-4c72-b09b-ee6130b69359:hover {background-color: rgba(255, 157, 108, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d6fdd9a2-23f7-4c72-b09b-ee6130b69359:active {background-color: rgba(102, 209, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-d6fdd9a2-23f7-4c72-b09b-ee6130b69359-root {
    text-align: center;
  }


#s-d6fdd9a2-23f7-4c72-b09b-ee6130b69359.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-d6fdd9a2-23f7-4c72-b09b-ee6130b69359-root {
    text-align: center;
  }


#s-d6fdd9a2-23f7-4c72-b09b-ee6130b69359.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d6fdd9a2-23f7-4c72-b09b-ee6130b69359-root {
    text-align: center;
  }


#s-d6fdd9a2-23f7-4c72-b09b-ee6130b69359.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d6fdd9a2-23f7-4c72-b09b-ee6130b69359-root {
    text-align: center;
  }


#s-d6fdd9a2-23f7-4c72-b09b-ee6130b69359.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-d6fdd9a2-23f7-4c72-b09b-ee6130b69359-root {
    text-align: center;
  }


#s-d6fdd9a2-23f7-4c72-b09b-ee6130b69359.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e {
  max-width: 326px;
aspect-ratio: 326/445;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e {
    width: 100%;
    height: auto;
  }

  #s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e.shogun-image {
    
    
  }


.s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e .shogun-image-content {
  
    align-items: center;
  
}

.s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e.shogun-image-container {
      position: relative;
    }

    .s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e {
    width: 100%;
    height: auto;
  }

  #s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e.shogun-image {
    
    
  }


.s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e .shogun-image-content {
  
    align-items: center;
  
}

.s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e.shogun-image-container {
      position: relative;
    }

    .s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e {
    width: 100%;
    height: auto;
  }

  #s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e.shogun-image {
    
    
  }


.s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e .shogun-image-content {
  
    align-items: center;
  
}

.s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e.shogun-image-container {
      position: relative;
    }

    .s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e {
    width: 100%;
    height: auto;
  }

  #s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e.shogun-image {
    
    
  }


.s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e .shogun-image-content {
  
    align-items: center;
  
}

.s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e.shogun-image-container {
      position: relative;
    }

    .s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e {
    width: 100%;
    height: auto;
  }

  #s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e.shogun-image {
    
    
  }


.s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e .shogun-image-content {
  
    align-items: center;
  
}

.s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e.shogun-image-container {
      position: relative;
    }

    .s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e292c3bb-14e0-42a2-9b8c-2fe59843da7e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-1c3223f1-6b42-416a-81ca-512ebf786338 {
  background-size: 0px 0px;
margin-top: 25px;
margin-bottom: 25px;
padding-top: 2px;
padding-left: 8px;
padding-bottom: 2px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 101, 93, 1);
border-style: solid;
border-radius: 6px;
min-height: 0px;
max-width: 100%;
background-color: rgba(0, 113, 103, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 4px;
}
#s-1c3223f1-6b42-416a-81ca-512ebf786338:hover {background-color: rgba(255, 157, 108, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1c3223f1-6b42-416a-81ca-512ebf786338:active {background-color: rgba(102, 209, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-1c3223f1-6b42-416a-81ca-512ebf786338-root {
    text-align: center;
  }


#s-1c3223f1-6b42-416a-81ca-512ebf786338.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-1c3223f1-6b42-416a-81ca-512ebf786338-root {
    text-align: center;
  }


#s-1c3223f1-6b42-416a-81ca-512ebf786338.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1c3223f1-6b42-416a-81ca-512ebf786338-root {
    text-align: center;
  }


#s-1c3223f1-6b42-416a-81ca-512ebf786338.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1c3223f1-6b42-416a-81ca-512ebf786338-root {
    text-align: center;
  }


#s-1c3223f1-6b42-416a-81ca-512ebf786338.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-1c3223f1-6b42-416a-81ca-512ebf786338-root {
    text-align: center;
  }


#s-1c3223f1-6b42-416a-81ca-512ebf786338.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-bb310002-c26e-47d0-a4df-48302eafc46a {
  max-width: 327px;
aspect-ratio: 327/445;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-bb310002-c26e-47d0-a4df-48302eafc46a .shg-image-content-wrapper {
      aspect-ratio: 327/445;
      min-width: 100%;
      height: auto;
    }

    #s-bb310002-c26e-47d0-a4df-48302eafc46a .shogun-image-link {
      aspect-ratio: 327/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bb310002-c26e-47d0-a4df-48302eafc46a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-bb310002-c26e-47d0-a4df-48302eafc46a {
    width: 100%;
    height: auto;
  }

  #s-bb310002-c26e-47d0-a4df-48302eafc46a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bb310002-c26e-47d0-a4df-48302eafc46a.shogun-image {
    
    
  }


.s-bb310002-c26e-47d0-a4df-48302eafc46a .shogun-image-content {
  
    align-items: center;
  
}

.s-bb310002-c26e-47d0-a4df-48302eafc46a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb310002-c26e-47d0-a4df-48302eafc46a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb310002-c26e-47d0-a4df-48302eafc46a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bb310002-c26e-47d0-a4df-48302eafc46a {
      --shg-aspect-ratio: calc(327/445); 
    }

    .s-bb310002-c26e-47d0-a4df-48302eafc46a.shogun-image-container {
      position: relative;
    }

    .s-bb310002-c26e-47d0-a4df-48302eafc46a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb310002-c26e-47d0-a4df-48302eafc46a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb310002-c26e-47d0-a4df-48302eafc46a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-bb310002-c26e-47d0-a4df-48302eafc46a .shg-image-content-wrapper {
      aspect-ratio: 327/445;
      min-width: 100%;
      height: auto;
    }

    #s-bb310002-c26e-47d0-a4df-48302eafc46a .shogun-image-link {
      aspect-ratio: 327/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bb310002-c26e-47d0-a4df-48302eafc46a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-bb310002-c26e-47d0-a4df-48302eafc46a {
    width: 100%;
    height: auto;
  }

  #s-bb310002-c26e-47d0-a4df-48302eafc46a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bb310002-c26e-47d0-a4df-48302eafc46a.shogun-image {
    
    
  }


.s-bb310002-c26e-47d0-a4df-48302eafc46a .shogun-image-content {
  
    align-items: center;
  
}

.s-bb310002-c26e-47d0-a4df-48302eafc46a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb310002-c26e-47d0-a4df-48302eafc46a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb310002-c26e-47d0-a4df-48302eafc46a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bb310002-c26e-47d0-a4df-48302eafc46a {
      --shg-aspect-ratio: calc(327/445); 
    }

    .s-bb310002-c26e-47d0-a4df-48302eafc46a.shogun-image-container {
      position: relative;
    }

    .s-bb310002-c26e-47d0-a4df-48302eafc46a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb310002-c26e-47d0-a4df-48302eafc46a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb310002-c26e-47d0-a4df-48302eafc46a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-bb310002-c26e-47d0-a4df-48302eafc46a .shg-image-content-wrapper {
      aspect-ratio: 327/445;
      min-width: 100%;
      height: auto;
    }

    #s-bb310002-c26e-47d0-a4df-48302eafc46a .shogun-image-link {
      aspect-ratio: 327/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bb310002-c26e-47d0-a4df-48302eafc46a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-bb310002-c26e-47d0-a4df-48302eafc46a {
    width: 100%;
    height: auto;
  }

  #s-bb310002-c26e-47d0-a4df-48302eafc46a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bb310002-c26e-47d0-a4df-48302eafc46a.shogun-image {
    
    
  }


.s-bb310002-c26e-47d0-a4df-48302eafc46a .shogun-image-content {
  
    align-items: center;
  
}

.s-bb310002-c26e-47d0-a4df-48302eafc46a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb310002-c26e-47d0-a4df-48302eafc46a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb310002-c26e-47d0-a4df-48302eafc46a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bb310002-c26e-47d0-a4df-48302eafc46a {
      --shg-aspect-ratio: calc(327/445); 
    }

    .s-bb310002-c26e-47d0-a4df-48302eafc46a.shogun-image-container {
      position: relative;
    }

    .s-bb310002-c26e-47d0-a4df-48302eafc46a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb310002-c26e-47d0-a4df-48302eafc46a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb310002-c26e-47d0-a4df-48302eafc46a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-bb310002-c26e-47d0-a4df-48302eafc46a .shg-image-content-wrapper {
      aspect-ratio: 327/445;
      min-width: 100%;
      height: auto;
    }

    #s-bb310002-c26e-47d0-a4df-48302eafc46a .shogun-image-link {
      aspect-ratio: 327/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bb310002-c26e-47d0-a4df-48302eafc46a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-bb310002-c26e-47d0-a4df-48302eafc46a {
    width: 100%;
    height: auto;
  }

  #s-bb310002-c26e-47d0-a4df-48302eafc46a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bb310002-c26e-47d0-a4df-48302eafc46a.shogun-image {
    
    
  }


.s-bb310002-c26e-47d0-a4df-48302eafc46a .shogun-image-content {
  
    align-items: center;
  
}

.s-bb310002-c26e-47d0-a4df-48302eafc46a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb310002-c26e-47d0-a4df-48302eafc46a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb310002-c26e-47d0-a4df-48302eafc46a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bb310002-c26e-47d0-a4df-48302eafc46a {
      --shg-aspect-ratio: calc(327/445); 
    }

    .s-bb310002-c26e-47d0-a4df-48302eafc46a.shogun-image-container {
      position: relative;
    }

    .s-bb310002-c26e-47d0-a4df-48302eafc46a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb310002-c26e-47d0-a4df-48302eafc46a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb310002-c26e-47d0-a4df-48302eafc46a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-bb310002-c26e-47d0-a4df-48302eafc46a .shg-image-content-wrapper {
      aspect-ratio: 327/445;
      min-width: 100%;
      height: auto;
    }

    #s-bb310002-c26e-47d0-a4df-48302eafc46a .shogun-image-link {
      aspect-ratio: 327/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bb310002-c26e-47d0-a4df-48302eafc46a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-bb310002-c26e-47d0-a4df-48302eafc46a {
    width: 100%;
    height: auto;
  }

  #s-bb310002-c26e-47d0-a4df-48302eafc46a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bb310002-c26e-47d0-a4df-48302eafc46a.shogun-image {
    
    
  }


.s-bb310002-c26e-47d0-a4df-48302eafc46a .shogun-image-content {
  
    align-items: center;
  
}

.s-bb310002-c26e-47d0-a4df-48302eafc46a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb310002-c26e-47d0-a4df-48302eafc46a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb310002-c26e-47d0-a4df-48302eafc46a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bb310002-c26e-47d0-a4df-48302eafc46a {
      --shg-aspect-ratio: calc(327/445); 
    }

    .s-bb310002-c26e-47d0-a4df-48302eafc46a.shogun-image-container {
      position: relative;
    }

    .s-bb310002-c26e-47d0-a4df-48302eafc46a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb310002-c26e-47d0-a4df-48302eafc46a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb310002-c26e-47d0-a4df-48302eafc46a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-83cd4022-7da1-43fb-85a3-360c86320d3c {
  background-size: 0px 0px;
margin-top: 25px;
margin-bottom: 25px;
padding-top: 2px;
padding-left: 8px;
padding-bottom: 2px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 113, 103, 1);
border-style: solid;
border-radius: 6px;
min-height: 0px;
max-width: 100%;
background-color: rgba(0, 101, 93, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 4px;
}
#s-83cd4022-7da1-43fb-85a3-360c86320d3c:hover {background-color: rgba(255, 157, 108, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-83cd4022-7da1-43fb-85a3-360c86320d3c:active {background-color: rgba(102, 209, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-83cd4022-7da1-43fb-85a3-360c86320d3c-root {
    text-align: center;
  }


#s-83cd4022-7da1-43fb-85a3-360c86320d3c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-83cd4022-7da1-43fb-85a3-360c86320d3c-root {
    text-align: center;
  }


#s-83cd4022-7da1-43fb-85a3-360c86320d3c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-83cd4022-7da1-43fb-85a3-360c86320d3c-root {
    text-align: center;
  }


#s-83cd4022-7da1-43fb-85a3-360c86320d3c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-83cd4022-7da1-43fb-85a3-360c86320d3c-root {
    text-align: center;
  }


#s-83cd4022-7da1-43fb-85a3-360c86320d3c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-83cd4022-7da1-43fb-85a3-360c86320d3c-root {
    text-align: center;
  }


#s-83cd4022-7da1-43fb-85a3-360c86320d3c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}
@media (min-width: 0px) {
[id="s-f55cfd58-ab78-4435-b907-2c9facb00594"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f55cfd58-ab78-4435-b907-2c9facb00594"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-f55cfd58-ab78-4435-b907-2c9facb00594"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-f55cfd58-ab78-4435-b907-2c9facb00594"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5 {
  max-width: 326px;
aspect-ratio: 326/445;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5 .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5 .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5 {
    width: 100%;
    height: auto;
  }

  #s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5.shogun-image {
    
    
  }


.s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5 {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5.shogun-image-container {
      position: relative;
    }

    .s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5 .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5 .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5 {
    width: 100%;
    height: auto;
  }

  #s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5.shogun-image {
    
    
  }


.s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5 {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5.shogun-image-container {
      position: relative;
    }

    .s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5 .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5 .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5 {
    width: 100%;
    height: auto;
  }

  #s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5.shogun-image {
    
    
  }


.s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5 {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5.shogun-image-container {
      position: relative;
    }

    .s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5 .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5 .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5 {
    width: 100%;
    height: auto;
  }

  #s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5.shogun-image {
    
    
  }


.s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5 {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5.shogun-image-container {
      position: relative;
    }

    .s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5 .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5 .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5 {
    width: 100%;
    height: auto;
  }

  #s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5.shogun-image {
    
    
  }


.s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5 {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5.shogun-image-container {
      position: relative;
    }

    .s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa7c5a0f-7c6d-4d53-bf7f-75aed7d267a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-8f1b587a-23d3-42d4-a897-cb6484e72bc8 {
  background-size: 0px 0px;
margin-top: 25px;
margin-bottom: 25px;
padding-top: 2px;
padding-left: 8px;
padding-bottom: 2px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 101, 93, 1);
border-style: solid;
border-radius: 6px;
min-height: 0px;
max-width: 100%;
background-color: rgba(0, 113, 103, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 4px;
}
#s-8f1b587a-23d3-42d4-a897-cb6484e72bc8:hover {background-color: rgba(255, 157, 108, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8f1b587a-23d3-42d4-a897-cb6484e72bc8:active {background-color: rgba(102, 209, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-8f1b587a-23d3-42d4-a897-cb6484e72bc8-root {
    text-align: center;
  }


#s-8f1b587a-23d3-42d4-a897-cb6484e72bc8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-8f1b587a-23d3-42d4-a897-cb6484e72bc8-root {
    text-align: center;
  }


#s-8f1b587a-23d3-42d4-a897-cb6484e72bc8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8f1b587a-23d3-42d4-a897-cb6484e72bc8-root {
    text-align: center;
  }


#s-8f1b587a-23d3-42d4-a897-cb6484e72bc8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8f1b587a-23d3-42d4-a897-cb6484e72bc8-root {
    text-align: center;
  }


#s-8f1b587a-23d3-42d4-a897-cb6484e72bc8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-8f1b587a-23d3-42d4-a897-cb6484e72bc8-root {
    text-align: center;
  }


#s-8f1b587a-23d3-42d4-a897-cb6484e72bc8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32 {
  max-width: 326px;
aspect-ratio: 326/445;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32 .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32 .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32 {
    width: 100%;
    height: auto;
  }

  #s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32.shogun-image {
    
    
  }


.s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32 .shogun-image-content {
  
    align-items: center;
  
}

.s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32 {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32.shogun-image-container {
      position: relative;
    }

    .s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32 .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32 .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32 {
    width: 100%;
    height: auto;
  }

  #s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32.shogun-image {
    
    
  }


.s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32 .shogun-image-content {
  
    align-items: center;
  
}

.s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32 {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32.shogun-image-container {
      position: relative;
    }

    .s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32 .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32 .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32 {
    width: 100%;
    height: auto;
  }

  #s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32.shogun-image {
    
    
  }


.s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32 .shogun-image-content {
  
    align-items: center;
  
}

.s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32 {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32.shogun-image-container {
      position: relative;
    }

    .s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32 .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32 .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32 {
    width: 100%;
    height: auto;
  }

  #s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32.shogun-image {
    
    
  }


.s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32 .shogun-image-content {
  
    align-items: center;
  
}

.s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32 {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32.shogun-image-container {
      position: relative;
    }

    .s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32 .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32 .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32 {
    width: 100%;
    height: auto;
  }

  #s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32.shogun-image {
    
    
  }


.s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32 .shogun-image-content {
  
    align-items: center;
  
}

.s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32 {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32.shogun-image-container {
      position: relative;
    }

    .s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a54f3e55-07d4-47e6-ad5e-a34fedf88e32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-52c5fd37-151b-412b-aa57-b26efad6bca2 {
  background-size: 0px 0px;
margin-top: 25px;
margin-bottom: 25px;
padding-top: 2px;
padding-left: 8px;
padding-bottom: 2px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 113, 103, 1);
border-style: solid;
border-radius: 6px;
min-height: 0px;
max-width: 100%;
background-color: rgba(0, 101, 93, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 4px;
}
#s-52c5fd37-151b-412b-aa57-b26efad6bca2:hover {background-color: rgba(255, 157, 108, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-52c5fd37-151b-412b-aa57-b26efad6bca2:active {background-color: rgba(102, 209, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-52c5fd37-151b-412b-aa57-b26efad6bca2-root {
    text-align: center;
  }


#s-52c5fd37-151b-412b-aa57-b26efad6bca2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-52c5fd37-151b-412b-aa57-b26efad6bca2-root {
    text-align: center;
  }


#s-52c5fd37-151b-412b-aa57-b26efad6bca2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-52c5fd37-151b-412b-aa57-b26efad6bca2-root {
    text-align: center;
  }


#s-52c5fd37-151b-412b-aa57-b26efad6bca2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-52c5fd37-151b-412b-aa57-b26efad6bca2-root {
    text-align: center;
  }


#s-52c5fd37-151b-412b-aa57-b26efad6bca2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-52c5fd37-151b-412b-aa57-b26efad6bca2-root {
    text-align: center;
  }


#s-52c5fd37-151b-412b-aa57-b26efad6bca2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b {
  max-width: 327px;
aspect-ratio: 327/445;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b .shg-image-content-wrapper {
      aspect-ratio: 327/445;
      min-width: 100%;
      height: auto;
    }

    #s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b .shogun-image-link {
      aspect-ratio: 327/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b {
    width: 100%;
    height: auto;
  }

  #s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b.shogun-image {
    
    
  }


.s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b .shogun-image-content {
  
    align-items: center;
  
}

.s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b {
      --shg-aspect-ratio: calc(327/445); 
    }

    .s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b.shogun-image-container {
      position: relative;
    }

    .s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b .shg-image-content-wrapper {
      aspect-ratio: 327/445;
      min-width: 100%;
      height: auto;
    }

    #s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b .shogun-image-link {
      aspect-ratio: 327/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b {
    width: 100%;
    height: auto;
  }

  #s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b.shogun-image {
    
    
  }


.s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b .shogun-image-content {
  
    align-items: center;
  
}

.s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b {
      --shg-aspect-ratio: calc(327/445); 
    }

    .s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b.shogun-image-container {
      position: relative;
    }

    .s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b .shg-image-content-wrapper {
      aspect-ratio: 327/445;
      min-width: 100%;
      height: auto;
    }

    #s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b .shogun-image-link {
      aspect-ratio: 327/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b {
    width: 100%;
    height: auto;
  }

  #s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b.shogun-image {
    
    
  }


.s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b .shogun-image-content {
  
    align-items: center;
  
}

.s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b {
      --shg-aspect-ratio: calc(327/445); 
    }

    .s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b.shogun-image-container {
      position: relative;
    }

    .s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b .shg-image-content-wrapper {
      aspect-ratio: 327/445;
      min-width: 100%;
      height: auto;
    }

    #s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b .shogun-image-link {
      aspect-ratio: 327/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b {
    width: 100%;
    height: auto;
  }

  #s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b.shogun-image {
    
    
  }


.s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b .shogun-image-content {
  
    align-items: center;
  
}

.s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b {
      --shg-aspect-ratio: calc(327/445); 
    }

    .s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b.shogun-image-container {
      position: relative;
    }

    .s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b .shg-image-content-wrapper {
      aspect-ratio: 327/445;
      min-width: 100%;
      height: auto;
    }

    #s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b .shogun-image-link {
      aspect-ratio: 327/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b {
    width: 100%;
    height: auto;
  }

  #s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b.shogun-image {
    
    
  }


.s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b .shogun-image-content {
  
    align-items: center;
  
}

.s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b {
      --shg-aspect-ratio: calc(327/445); 
    }

    .s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b.shogun-image-container {
      position: relative;
    }

    .s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9e9464a-50f7-4e9e-a0f2-c1785977e08b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-a559cfb1-61f8-466b-8d2e-900f258ddeef {
  background-size: 0px 0px;
margin-top: 25px;
margin-bottom: 25px;
padding-top: 2px;
padding-left: 8px;
padding-bottom: 2px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 113, 103, 1);
border-style: solid;
border-radius: 6px;
min-height: 0px;
max-width: 100%;
background-color: rgba(0, 101, 93, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 4px;
}
#s-a559cfb1-61f8-466b-8d2e-900f258ddeef:hover {background-color: rgba(255, 157, 108, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a559cfb1-61f8-466b-8d2e-900f258ddeef:active {background-color: rgba(102, 209, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-a559cfb1-61f8-466b-8d2e-900f258ddeef-root {
    text-align: center;
  }


#s-a559cfb1-61f8-466b-8d2e-900f258ddeef.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-a559cfb1-61f8-466b-8d2e-900f258ddeef-root {
    text-align: center;
  }


#s-a559cfb1-61f8-466b-8d2e-900f258ddeef.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a559cfb1-61f8-466b-8d2e-900f258ddeef-root {
    text-align: center;
  }


#s-a559cfb1-61f8-466b-8d2e-900f258ddeef.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a559cfb1-61f8-466b-8d2e-900f258ddeef-root {
    text-align: center;
  }


#s-a559cfb1-61f8-466b-8d2e-900f258ddeef.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-a559cfb1-61f8-466b-8d2e-900f258ddeef-root {
    text-align: center;
  }


#s-a559cfb1-61f8-466b-8d2e-900f258ddeef.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-ba59904d-04ee-4669-9625-17faa31207ab {
  max-width: 326px;
aspect-ratio: 326/445;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-ba59904d-04ee-4669-9625-17faa31207ab .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-ba59904d-04ee-4669-9625-17faa31207ab .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ba59904d-04ee-4669-9625-17faa31207ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ba59904d-04ee-4669-9625-17faa31207ab {
    width: 100%;
    height: auto;
  }

  #s-ba59904d-04ee-4669-9625-17faa31207ab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ba59904d-04ee-4669-9625-17faa31207ab.shogun-image {
    
    
  }


.s-ba59904d-04ee-4669-9625-17faa31207ab .shogun-image-content {
  
    align-items: center;
  
}

.s-ba59904d-04ee-4669-9625-17faa31207ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba59904d-04ee-4669-9625-17faa31207ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba59904d-04ee-4669-9625-17faa31207ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ba59904d-04ee-4669-9625-17faa31207ab {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-ba59904d-04ee-4669-9625-17faa31207ab.shogun-image-container {
      position: relative;
    }

    .s-ba59904d-04ee-4669-9625-17faa31207ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba59904d-04ee-4669-9625-17faa31207ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba59904d-04ee-4669-9625-17faa31207ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-ba59904d-04ee-4669-9625-17faa31207ab .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-ba59904d-04ee-4669-9625-17faa31207ab .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ba59904d-04ee-4669-9625-17faa31207ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ba59904d-04ee-4669-9625-17faa31207ab {
    width: 100%;
    height: auto;
  }

  #s-ba59904d-04ee-4669-9625-17faa31207ab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ba59904d-04ee-4669-9625-17faa31207ab.shogun-image {
    
    
  }


.s-ba59904d-04ee-4669-9625-17faa31207ab .shogun-image-content {
  
    align-items: center;
  
}

.s-ba59904d-04ee-4669-9625-17faa31207ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba59904d-04ee-4669-9625-17faa31207ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba59904d-04ee-4669-9625-17faa31207ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ba59904d-04ee-4669-9625-17faa31207ab {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-ba59904d-04ee-4669-9625-17faa31207ab.shogun-image-container {
      position: relative;
    }

    .s-ba59904d-04ee-4669-9625-17faa31207ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba59904d-04ee-4669-9625-17faa31207ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba59904d-04ee-4669-9625-17faa31207ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ba59904d-04ee-4669-9625-17faa31207ab .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-ba59904d-04ee-4669-9625-17faa31207ab .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ba59904d-04ee-4669-9625-17faa31207ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ba59904d-04ee-4669-9625-17faa31207ab {
    width: 100%;
    height: auto;
  }

  #s-ba59904d-04ee-4669-9625-17faa31207ab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ba59904d-04ee-4669-9625-17faa31207ab.shogun-image {
    
    
  }


.s-ba59904d-04ee-4669-9625-17faa31207ab .shogun-image-content {
  
    align-items: center;
  
}

.s-ba59904d-04ee-4669-9625-17faa31207ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba59904d-04ee-4669-9625-17faa31207ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba59904d-04ee-4669-9625-17faa31207ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ba59904d-04ee-4669-9625-17faa31207ab {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-ba59904d-04ee-4669-9625-17faa31207ab.shogun-image-container {
      position: relative;
    }

    .s-ba59904d-04ee-4669-9625-17faa31207ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba59904d-04ee-4669-9625-17faa31207ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba59904d-04ee-4669-9625-17faa31207ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ba59904d-04ee-4669-9625-17faa31207ab .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-ba59904d-04ee-4669-9625-17faa31207ab .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ba59904d-04ee-4669-9625-17faa31207ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ba59904d-04ee-4669-9625-17faa31207ab {
    width: 100%;
    height: auto;
  }

  #s-ba59904d-04ee-4669-9625-17faa31207ab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ba59904d-04ee-4669-9625-17faa31207ab.shogun-image {
    
    
  }


.s-ba59904d-04ee-4669-9625-17faa31207ab .shogun-image-content {
  
    align-items: center;
  
}

.s-ba59904d-04ee-4669-9625-17faa31207ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba59904d-04ee-4669-9625-17faa31207ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba59904d-04ee-4669-9625-17faa31207ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ba59904d-04ee-4669-9625-17faa31207ab {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-ba59904d-04ee-4669-9625-17faa31207ab.shogun-image-container {
      position: relative;
    }

    .s-ba59904d-04ee-4669-9625-17faa31207ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba59904d-04ee-4669-9625-17faa31207ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba59904d-04ee-4669-9625-17faa31207ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ba59904d-04ee-4669-9625-17faa31207ab .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-ba59904d-04ee-4669-9625-17faa31207ab .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ba59904d-04ee-4669-9625-17faa31207ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ba59904d-04ee-4669-9625-17faa31207ab {
    width: 100%;
    height: auto;
  }

  #s-ba59904d-04ee-4669-9625-17faa31207ab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ba59904d-04ee-4669-9625-17faa31207ab.shogun-image {
    
    
  }


.s-ba59904d-04ee-4669-9625-17faa31207ab .shogun-image-content {
  
    align-items: center;
  
}

.s-ba59904d-04ee-4669-9625-17faa31207ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba59904d-04ee-4669-9625-17faa31207ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba59904d-04ee-4669-9625-17faa31207ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ba59904d-04ee-4669-9625-17faa31207ab {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-ba59904d-04ee-4669-9625-17faa31207ab.shogun-image-container {
      position: relative;
    }

    .s-ba59904d-04ee-4669-9625-17faa31207ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba59904d-04ee-4669-9625-17faa31207ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba59904d-04ee-4669-9625-17faa31207ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-ff789d7a-711c-4169-9ddf-03c65ce1c1e7 {
  background-size: 0px 0px;
margin-top: 25px;
margin-bottom: 25px;
padding-top: 2px;
padding-left: 8px;
padding-bottom: 2px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 101, 93, 1);
border-style: solid;
border-radius: 6px;
min-height: 0px;
max-width: 100%;
background-color: rgba(0, 113, 103, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 4px;
}
#s-ff789d7a-711c-4169-9ddf-03c65ce1c1e7:hover {background-color: rgba(255, 157, 108, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ff789d7a-711c-4169-9ddf-03c65ce1c1e7:active {background-color: rgba(102, 209, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-ff789d7a-711c-4169-9ddf-03c65ce1c1e7-root {
    text-align: center;
  }


#s-ff789d7a-711c-4169-9ddf-03c65ce1c1e7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-ff789d7a-711c-4169-9ddf-03c65ce1c1e7-root {
    text-align: center;
  }


#s-ff789d7a-711c-4169-9ddf-03c65ce1c1e7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ff789d7a-711c-4169-9ddf-03c65ce1c1e7-root {
    text-align: center;
  }


#s-ff789d7a-711c-4169-9ddf-03c65ce1c1e7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ff789d7a-711c-4169-9ddf-03c65ce1c1e7-root {
    text-align: center;
  }


#s-ff789d7a-711c-4169-9ddf-03c65ce1c1e7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-ff789d7a-711c-4169-9ddf-03c65ce1c1e7-root {
    text-align: center;
  }


#s-ff789d7a-711c-4169-9ddf-03c65ce1c1e7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-6bd6577a-6ed7-4176-b559-648f09c8f09f {
  max-width: 326px;
aspect-ratio: 326/445;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-6bd6577a-6ed7-4176-b559-648f09c8f09f .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-6bd6577a-6ed7-4176-b559-648f09c8f09f .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6bd6577a-6ed7-4176-b559-648f09c8f09f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6bd6577a-6ed7-4176-b559-648f09c8f09f {
    width: 100%;
    height: auto;
  }

  #s-6bd6577a-6ed7-4176-b559-648f09c8f09f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6bd6577a-6ed7-4176-b559-648f09c8f09f.shogun-image {
    
    
  }


.s-6bd6577a-6ed7-4176-b559-648f09c8f09f .shogun-image-content {
  
    align-items: center;
  
}

.s-6bd6577a-6ed7-4176-b559-648f09c8f09f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bd6577a-6ed7-4176-b559-648f09c8f09f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bd6577a-6ed7-4176-b559-648f09c8f09f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6bd6577a-6ed7-4176-b559-648f09c8f09f {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-6bd6577a-6ed7-4176-b559-648f09c8f09f.shogun-image-container {
      position: relative;
    }

    .s-6bd6577a-6ed7-4176-b559-648f09c8f09f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6bd6577a-6ed7-4176-b559-648f09c8f09f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6bd6577a-6ed7-4176-b559-648f09c8f09f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-6bd6577a-6ed7-4176-b559-648f09c8f09f .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-6bd6577a-6ed7-4176-b559-648f09c8f09f .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6bd6577a-6ed7-4176-b559-648f09c8f09f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6bd6577a-6ed7-4176-b559-648f09c8f09f {
    width: 100%;
    height: auto;
  }

  #s-6bd6577a-6ed7-4176-b559-648f09c8f09f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6bd6577a-6ed7-4176-b559-648f09c8f09f.shogun-image {
    
    
  }


.s-6bd6577a-6ed7-4176-b559-648f09c8f09f .shogun-image-content {
  
    align-items: center;
  
}

.s-6bd6577a-6ed7-4176-b559-648f09c8f09f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bd6577a-6ed7-4176-b559-648f09c8f09f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bd6577a-6ed7-4176-b559-648f09c8f09f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6bd6577a-6ed7-4176-b559-648f09c8f09f {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-6bd6577a-6ed7-4176-b559-648f09c8f09f.shogun-image-container {
      position: relative;
    }

    .s-6bd6577a-6ed7-4176-b559-648f09c8f09f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6bd6577a-6ed7-4176-b559-648f09c8f09f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6bd6577a-6ed7-4176-b559-648f09c8f09f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6bd6577a-6ed7-4176-b559-648f09c8f09f .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-6bd6577a-6ed7-4176-b559-648f09c8f09f .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6bd6577a-6ed7-4176-b559-648f09c8f09f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6bd6577a-6ed7-4176-b559-648f09c8f09f {
    width: 100%;
    height: auto;
  }

  #s-6bd6577a-6ed7-4176-b559-648f09c8f09f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6bd6577a-6ed7-4176-b559-648f09c8f09f.shogun-image {
    
    
  }


.s-6bd6577a-6ed7-4176-b559-648f09c8f09f .shogun-image-content {
  
    align-items: center;
  
}

.s-6bd6577a-6ed7-4176-b559-648f09c8f09f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bd6577a-6ed7-4176-b559-648f09c8f09f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bd6577a-6ed7-4176-b559-648f09c8f09f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6bd6577a-6ed7-4176-b559-648f09c8f09f {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-6bd6577a-6ed7-4176-b559-648f09c8f09f.shogun-image-container {
      position: relative;
    }

    .s-6bd6577a-6ed7-4176-b559-648f09c8f09f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6bd6577a-6ed7-4176-b559-648f09c8f09f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6bd6577a-6ed7-4176-b559-648f09c8f09f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6bd6577a-6ed7-4176-b559-648f09c8f09f .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-6bd6577a-6ed7-4176-b559-648f09c8f09f .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6bd6577a-6ed7-4176-b559-648f09c8f09f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6bd6577a-6ed7-4176-b559-648f09c8f09f {
    width: 100%;
    height: auto;
  }

  #s-6bd6577a-6ed7-4176-b559-648f09c8f09f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6bd6577a-6ed7-4176-b559-648f09c8f09f.shogun-image {
    
    
  }


.s-6bd6577a-6ed7-4176-b559-648f09c8f09f .shogun-image-content {
  
    align-items: center;
  
}

.s-6bd6577a-6ed7-4176-b559-648f09c8f09f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bd6577a-6ed7-4176-b559-648f09c8f09f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bd6577a-6ed7-4176-b559-648f09c8f09f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6bd6577a-6ed7-4176-b559-648f09c8f09f {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-6bd6577a-6ed7-4176-b559-648f09c8f09f.shogun-image-container {
      position: relative;
    }

    .s-6bd6577a-6ed7-4176-b559-648f09c8f09f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6bd6577a-6ed7-4176-b559-648f09c8f09f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6bd6577a-6ed7-4176-b559-648f09c8f09f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6bd6577a-6ed7-4176-b559-648f09c8f09f .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-6bd6577a-6ed7-4176-b559-648f09c8f09f .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6bd6577a-6ed7-4176-b559-648f09c8f09f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6bd6577a-6ed7-4176-b559-648f09c8f09f {
    width: 100%;
    height: auto;
  }

  #s-6bd6577a-6ed7-4176-b559-648f09c8f09f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6bd6577a-6ed7-4176-b559-648f09c8f09f.shogun-image {
    
    
  }


.s-6bd6577a-6ed7-4176-b559-648f09c8f09f .shogun-image-content {
  
    align-items: center;
  
}

.s-6bd6577a-6ed7-4176-b559-648f09c8f09f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6bd6577a-6ed7-4176-b559-648f09c8f09f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bd6577a-6ed7-4176-b559-648f09c8f09f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6bd6577a-6ed7-4176-b559-648f09c8f09f {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-6bd6577a-6ed7-4176-b559-648f09c8f09f.shogun-image-container {
      position: relative;
    }

    .s-6bd6577a-6ed7-4176-b559-648f09c8f09f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6bd6577a-6ed7-4176-b559-648f09c8f09f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6bd6577a-6ed7-4176-b559-648f09c8f09f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-bacfaa5a-fe3f-4712-9045-016ea958e23c {
  background-size: 0px 0px;
margin-top: 25px;
margin-bottom: 25px;
padding-top: 2px;
padding-left: 8px;
padding-bottom: 2px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 101, 93, 1);
border-style: solid;
border-radius: 6px;
min-height: 0px;
max-width: 100%;
background-color: rgba(0, 113, 103, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 4px;
}
#s-bacfaa5a-fe3f-4712-9045-016ea958e23c:hover {background-color: rgba(255, 157, 108, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bacfaa5a-fe3f-4712-9045-016ea958e23c:active {background-color: rgba(102, 209, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-bacfaa5a-fe3f-4712-9045-016ea958e23c-root {
    text-align: center;
  }


#s-bacfaa5a-fe3f-4712-9045-016ea958e23c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-bacfaa5a-fe3f-4712-9045-016ea958e23c-root {
    text-align: center;
  }


#s-bacfaa5a-fe3f-4712-9045-016ea958e23c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bacfaa5a-fe3f-4712-9045-016ea958e23c-root {
    text-align: center;
  }


#s-bacfaa5a-fe3f-4712-9045-016ea958e23c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bacfaa5a-fe3f-4712-9045-016ea958e23c-root {
    text-align: center;
  }


#s-bacfaa5a-fe3f-4712-9045-016ea958e23c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-bacfaa5a-fe3f-4712-9045-016ea958e23c-root {
    text-align: center;
  }


#s-bacfaa5a-fe3f-4712-9045-016ea958e23c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-ac0e63ab-33f8-4865-85fe-b0e41d648e67 {
  max-width: 2048px;
aspect-ratio: 2048/454;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-ac0e63ab-33f8-4865-85fe-b0e41d648e67 .shg-image-content-wrapper {
      aspect-ratio: 2048/454;
      min-width: 100%;
      height: auto;
    }

    #s-ac0e63ab-33f8-4865-85fe-b0e41d648e67 .shogun-image-link {
      aspect-ratio: 2048/454;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ac0e63ab-33f8-4865-85fe-b0e41d648e67 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ac0e63ab-33f8-4865-85fe-b0e41d648e67 {
    width: 100%;
    height: auto;
  }

  #s-ac0e63ab-33f8-4865-85fe-b0e41d648e67 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ac0e63ab-33f8-4865-85fe-b0e41d648e67.shogun-image {
    
    
  }


.s-ac0e63ab-33f8-4865-85fe-b0e41d648e67 .shogun-image-content {
  
    align-items: center;
  
}

.s-ac0e63ab-33f8-4865-85fe-b0e41d648e67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac0e63ab-33f8-4865-85fe-b0e41d648e67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac0e63ab-33f8-4865-85fe-b0e41d648e67.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ac0e63ab-33f8-4865-85fe-b0e41d648e67 {
      --shg-aspect-ratio: calc(2048/454); 
    }

    .s-ac0e63ab-33f8-4865-85fe-b0e41d648e67.shogun-image-container {
      position: relative;
    }

    .s-ac0e63ab-33f8-4865-85fe-b0e41d648e67.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac0e63ab-33f8-4865-85fe-b0e41d648e67.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac0e63ab-33f8-4865-85fe-b0e41d648e67 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-ac0e63ab-33f8-4865-85fe-b0e41d648e67 .shg-image-content-wrapper {
      aspect-ratio: 2048/454;
      min-width: 100%;
      height: auto;
    }

    #s-ac0e63ab-33f8-4865-85fe-b0e41d648e67 .shogun-image-link {
      aspect-ratio: 2048/454;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ac0e63ab-33f8-4865-85fe-b0e41d648e67 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ac0e63ab-33f8-4865-85fe-b0e41d648e67 {
    width: 100%;
    height: auto;
  }

  #s-ac0e63ab-33f8-4865-85fe-b0e41d648e67 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ac0e63ab-33f8-4865-85fe-b0e41d648e67.shogun-image {
    
    
  }


.s-ac0e63ab-33f8-4865-85fe-b0e41d648e67 .shogun-image-content {
  
    align-items: center;
  
}

.s-ac0e63ab-33f8-4865-85fe-b0e41d648e67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac0e63ab-33f8-4865-85fe-b0e41d648e67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac0e63ab-33f8-4865-85fe-b0e41d648e67.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ac0e63ab-33f8-4865-85fe-b0e41d648e67 {
      --shg-aspect-ratio: calc(2048/454); 
    }

    .s-ac0e63ab-33f8-4865-85fe-b0e41d648e67.shogun-image-container {
      position: relative;
    }

    .s-ac0e63ab-33f8-4865-85fe-b0e41d648e67.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac0e63ab-33f8-4865-85fe-b0e41d648e67.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac0e63ab-33f8-4865-85fe-b0e41d648e67 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ac0e63ab-33f8-4865-85fe-b0e41d648e67 .shg-image-content-wrapper {
      aspect-ratio: 2048/454;
      min-width: 100%;
      height: auto;
    }

    #s-ac0e63ab-33f8-4865-85fe-b0e41d648e67 .shogun-image-link {
      aspect-ratio: 2048/454;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ac0e63ab-33f8-4865-85fe-b0e41d648e67 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ac0e63ab-33f8-4865-85fe-b0e41d648e67 {
    width: 100%;
    height: auto;
  }

  #s-ac0e63ab-33f8-4865-85fe-b0e41d648e67 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ac0e63ab-33f8-4865-85fe-b0e41d648e67.shogun-image {
    
    
  }


.s-ac0e63ab-33f8-4865-85fe-b0e41d648e67 .shogun-image-content {
  
    align-items: center;
  
}

.s-ac0e63ab-33f8-4865-85fe-b0e41d648e67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac0e63ab-33f8-4865-85fe-b0e41d648e67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac0e63ab-33f8-4865-85fe-b0e41d648e67.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ac0e63ab-33f8-4865-85fe-b0e41d648e67 {
      --shg-aspect-ratio: calc(2048/454); 
    }

    .s-ac0e63ab-33f8-4865-85fe-b0e41d648e67.shogun-image-container {
      position: relative;
    }

    .s-ac0e63ab-33f8-4865-85fe-b0e41d648e67.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac0e63ab-33f8-4865-85fe-b0e41d648e67.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac0e63ab-33f8-4865-85fe-b0e41d648e67 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ac0e63ab-33f8-4865-85fe-b0e41d648e67 .shg-image-content-wrapper {
      aspect-ratio: 2048/454;
      min-width: 100%;
      height: auto;
    }

    #s-ac0e63ab-33f8-4865-85fe-b0e41d648e67 .shogun-image-link {
      aspect-ratio: 2048/454;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ac0e63ab-33f8-4865-85fe-b0e41d648e67 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ac0e63ab-33f8-4865-85fe-b0e41d648e67 {
    width: 100%;
    height: auto;
  }

  #s-ac0e63ab-33f8-4865-85fe-b0e41d648e67 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ac0e63ab-33f8-4865-85fe-b0e41d648e67.shogun-image {
    
    
  }


.s-ac0e63ab-33f8-4865-85fe-b0e41d648e67 .shogun-image-content {
  
    align-items: center;
  
}

.s-ac0e63ab-33f8-4865-85fe-b0e41d648e67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac0e63ab-33f8-4865-85fe-b0e41d648e67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac0e63ab-33f8-4865-85fe-b0e41d648e67.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ac0e63ab-33f8-4865-85fe-b0e41d648e67 {
      --shg-aspect-ratio: calc(2048/454); 
    }

    .s-ac0e63ab-33f8-4865-85fe-b0e41d648e67.shogun-image-container {
      position: relative;
    }

    .s-ac0e63ab-33f8-4865-85fe-b0e41d648e67.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac0e63ab-33f8-4865-85fe-b0e41d648e67.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac0e63ab-33f8-4865-85fe-b0e41d648e67 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ac0e63ab-33f8-4865-85fe-b0e41d648e67 .shg-image-content-wrapper {
      aspect-ratio: 2048/454;
      min-width: 100%;
      height: auto;
    }

    #s-ac0e63ab-33f8-4865-85fe-b0e41d648e67 .shogun-image-link {
      aspect-ratio: 2048/454;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ac0e63ab-33f8-4865-85fe-b0e41d648e67 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ac0e63ab-33f8-4865-85fe-b0e41d648e67 {
    width: 100%;
    height: auto;
  }

  #s-ac0e63ab-33f8-4865-85fe-b0e41d648e67 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ac0e63ab-33f8-4865-85fe-b0e41d648e67.shogun-image {
    
    
  }


.s-ac0e63ab-33f8-4865-85fe-b0e41d648e67 .shogun-image-content {
  
    align-items: center;
  
}

.s-ac0e63ab-33f8-4865-85fe-b0e41d648e67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac0e63ab-33f8-4865-85fe-b0e41d648e67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac0e63ab-33f8-4865-85fe-b0e41d648e67.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ac0e63ab-33f8-4865-85fe-b0e41d648e67 {
      --shg-aspect-ratio: calc(2048/454); 
    }

    .s-ac0e63ab-33f8-4865-85fe-b0e41d648e67.shogun-image-container {
      position: relative;
    }

    .s-ac0e63ab-33f8-4865-85fe-b0e41d648e67.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac0e63ab-33f8-4865-85fe-b0e41d648e67.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac0e63ab-33f8-4865-85fe-b0e41d648e67 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb {
  max-width: 2048px;
aspect-ratio: 2048/580;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb .shg-image-content-wrapper {
      aspect-ratio: 2048/580;
      min-width: 100%;
      height: auto;
    }

    #s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb .shogun-image-link {
      aspect-ratio: 2048/580;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb {
    width: 100%;
    height: auto;
  }

  #s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb.shogun-image {
    
    
  }


.s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb .shogun-image-content {
  
    align-items: center;
  
}

.s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb {
      --shg-aspect-ratio: calc(2048/580); 
    }

    .s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb.shogun-image-container {
      position: relative;
    }

    .s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb .shg-image-content-wrapper {
      aspect-ratio: 2048/580;
      min-width: 100%;
      height: auto;
    }

    #s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb .shogun-image-link {
      aspect-ratio: 2048/580;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb {
    width: 100%;
    height: auto;
  }

  #s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb.shogun-image {
    
    
  }


.s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb .shogun-image-content {
  
    align-items: center;
  
}

.s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb {
      --shg-aspect-ratio: calc(2048/580); 
    }

    .s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb.shogun-image-container {
      position: relative;
    }

    .s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb .shg-image-content-wrapper {
      aspect-ratio: 2048/580;
      min-width: 100%;
      height: auto;
    }

    #s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb .shogun-image-link {
      aspect-ratio: 2048/580;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb {
    width: 100%;
    height: auto;
  }

  #s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb.shogun-image {
    
    
  }


.s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb .shogun-image-content {
  
    align-items: center;
  
}

.s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb {
      --shg-aspect-ratio: calc(2048/580); 
    }

    .s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb.shogun-image-container {
      position: relative;
    }

    .s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb .shg-image-content-wrapper {
      aspect-ratio: 2048/580;
      min-width: 100%;
      height: auto;
    }

    #s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb .shogun-image-link {
      aspect-ratio: 2048/580;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb {
    width: 100%;
    height: auto;
  }

  #s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb.shogun-image {
    
    
  }


.s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb .shogun-image-content {
  
    align-items: center;
  
}

.s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb {
      --shg-aspect-ratio: calc(2048/580); 
    }

    .s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb.shogun-image-container {
      position: relative;
    }

    .s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb .shg-image-content-wrapper {
      aspect-ratio: 2048/580;
      min-width: 100%;
      height: auto;
    }

    #s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb .shogun-image-link {
      aspect-ratio: 2048/580;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb {
    width: 100%;
    height: auto;
  }

  #s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb.shogun-image {
    
    
  }


.s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb .shogun-image-content {
  
    align-items: center;
  
}

.s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb {
      --shg-aspect-ratio: calc(2048/580); 
    }

    .s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb.shogun-image-container {
      position: relative;
    }

    .s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b564d5f-25b0-46b0-983f-6d2dac82f7fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-2c00160f-d892-4d08-8d05-6fd6495a7380 {
  margin-top: 4%;
margin-bottom: 1%;
background-color: rgba(0, 0, 0, 0);
}

#s-2215c052-7c99-40ee-9e19-57438f7d0220 {
  max-width: 2048px;
aspect-ratio: 2048/385;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-2215c052-7c99-40ee-9e19-57438f7d0220 .shg-image-content-wrapper {
      aspect-ratio: 2048/385;
      min-width: 100%;
      height: auto;
    }

    #s-2215c052-7c99-40ee-9e19-57438f7d0220 .shogun-image-link {
      aspect-ratio: 2048/385;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2215c052-7c99-40ee-9e19-57438f7d0220 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2215c052-7c99-40ee-9e19-57438f7d0220 {
    width: 100%;
    height: auto;
  }

  #s-2215c052-7c99-40ee-9e19-57438f7d0220 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2215c052-7c99-40ee-9e19-57438f7d0220.shogun-image {
    
    
  }


.s-2215c052-7c99-40ee-9e19-57438f7d0220 .shogun-image-content {
  
    align-items: center;
  
}

.s-2215c052-7c99-40ee-9e19-57438f7d0220.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2215c052-7c99-40ee-9e19-57438f7d0220.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2215c052-7c99-40ee-9e19-57438f7d0220.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2215c052-7c99-40ee-9e19-57438f7d0220 {
      --shg-aspect-ratio: calc(2048/385); 
    }

    .s-2215c052-7c99-40ee-9e19-57438f7d0220.shogun-image-container {
      position: relative;
    }

    .s-2215c052-7c99-40ee-9e19-57438f7d0220.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2215c052-7c99-40ee-9e19-57438f7d0220.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2215c052-7c99-40ee-9e19-57438f7d0220 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-2215c052-7c99-40ee-9e19-57438f7d0220 .shg-image-content-wrapper {
      aspect-ratio: 2048/385;
      min-width: 100%;
      height: auto;
    }

    #s-2215c052-7c99-40ee-9e19-57438f7d0220 .shogun-image-link {
      aspect-ratio: 2048/385;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2215c052-7c99-40ee-9e19-57438f7d0220 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2215c052-7c99-40ee-9e19-57438f7d0220 {
    width: 100%;
    height: auto;
  }

  #s-2215c052-7c99-40ee-9e19-57438f7d0220 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2215c052-7c99-40ee-9e19-57438f7d0220.shogun-image {
    
    
  }


.s-2215c052-7c99-40ee-9e19-57438f7d0220 .shogun-image-content {
  
    align-items: center;
  
}

.s-2215c052-7c99-40ee-9e19-57438f7d0220.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2215c052-7c99-40ee-9e19-57438f7d0220.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2215c052-7c99-40ee-9e19-57438f7d0220.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2215c052-7c99-40ee-9e19-57438f7d0220 {
      --shg-aspect-ratio: calc(2048/385); 
    }

    .s-2215c052-7c99-40ee-9e19-57438f7d0220.shogun-image-container {
      position: relative;
    }

    .s-2215c052-7c99-40ee-9e19-57438f7d0220.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2215c052-7c99-40ee-9e19-57438f7d0220.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2215c052-7c99-40ee-9e19-57438f7d0220 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-2215c052-7c99-40ee-9e19-57438f7d0220 .shg-image-content-wrapper {
      aspect-ratio: 2048/385;
      min-width: 100%;
      height: auto;
    }

    #s-2215c052-7c99-40ee-9e19-57438f7d0220 .shogun-image-link {
      aspect-ratio: 2048/385;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2215c052-7c99-40ee-9e19-57438f7d0220 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2215c052-7c99-40ee-9e19-57438f7d0220 {
    width: 100%;
    height: auto;
  }

  #s-2215c052-7c99-40ee-9e19-57438f7d0220 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2215c052-7c99-40ee-9e19-57438f7d0220.shogun-image {
    
    
  }


.s-2215c052-7c99-40ee-9e19-57438f7d0220 .shogun-image-content {
  
    align-items: center;
  
}

.s-2215c052-7c99-40ee-9e19-57438f7d0220.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2215c052-7c99-40ee-9e19-57438f7d0220.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2215c052-7c99-40ee-9e19-57438f7d0220.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2215c052-7c99-40ee-9e19-57438f7d0220 {
      --shg-aspect-ratio: calc(2048/385); 
    }

    .s-2215c052-7c99-40ee-9e19-57438f7d0220.shogun-image-container {
      position: relative;
    }

    .s-2215c052-7c99-40ee-9e19-57438f7d0220.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2215c052-7c99-40ee-9e19-57438f7d0220.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2215c052-7c99-40ee-9e19-57438f7d0220 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-2215c052-7c99-40ee-9e19-57438f7d0220 .shg-image-content-wrapper {
      aspect-ratio: 2048/385;
      min-width: 100%;
      height: auto;
    }

    #s-2215c052-7c99-40ee-9e19-57438f7d0220 .shogun-image-link {
      aspect-ratio: 2048/385;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2215c052-7c99-40ee-9e19-57438f7d0220 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2215c052-7c99-40ee-9e19-57438f7d0220 {
    width: 100%;
    height: auto;
  }

  #s-2215c052-7c99-40ee-9e19-57438f7d0220 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2215c052-7c99-40ee-9e19-57438f7d0220.shogun-image {
    
    
  }


.s-2215c052-7c99-40ee-9e19-57438f7d0220 .shogun-image-content {
  
    align-items: center;
  
}

.s-2215c052-7c99-40ee-9e19-57438f7d0220.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2215c052-7c99-40ee-9e19-57438f7d0220.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2215c052-7c99-40ee-9e19-57438f7d0220.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2215c052-7c99-40ee-9e19-57438f7d0220 {
      --shg-aspect-ratio: calc(2048/385); 
    }

    .s-2215c052-7c99-40ee-9e19-57438f7d0220.shogun-image-container {
      position: relative;
    }

    .s-2215c052-7c99-40ee-9e19-57438f7d0220.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2215c052-7c99-40ee-9e19-57438f7d0220.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2215c052-7c99-40ee-9e19-57438f7d0220 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-2215c052-7c99-40ee-9e19-57438f7d0220 .shg-image-content-wrapper {
      aspect-ratio: 2048/385;
      min-width: 100%;
      height: auto;
    }

    #s-2215c052-7c99-40ee-9e19-57438f7d0220 .shogun-image-link {
      aspect-ratio: 2048/385;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2215c052-7c99-40ee-9e19-57438f7d0220 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2215c052-7c99-40ee-9e19-57438f7d0220 {
    width: 100%;
    height: auto;
  }

  #s-2215c052-7c99-40ee-9e19-57438f7d0220 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2215c052-7c99-40ee-9e19-57438f7d0220.shogun-image {
    
    
  }


.s-2215c052-7c99-40ee-9e19-57438f7d0220 .shogun-image-content {
  
    align-items: center;
  
}

.s-2215c052-7c99-40ee-9e19-57438f7d0220.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2215c052-7c99-40ee-9e19-57438f7d0220.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2215c052-7c99-40ee-9e19-57438f7d0220.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2215c052-7c99-40ee-9e19-57438f7d0220 {
      --shg-aspect-ratio: calc(2048/385); 
    }

    .s-2215c052-7c99-40ee-9e19-57438f7d0220.shogun-image-container {
      position: relative;
    }

    .s-2215c052-7c99-40ee-9e19-57438f7d0220.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2215c052-7c99-40ee-9e19-57438f7d0220.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2215c052-7c99-40ee-9e19-57438f7d0220 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-3ae04712-b50e-4708-97a2-23ae48406897 {
  margin-top: 4%;
margin-bottom: 1%;
}

#s-7c13d409-73a1-4a26-8add-bdb8b52df4bb {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-7c13d409-73a1-4a26-8add-bdb8b52df4bb .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-7c13d409-73a1-4a26-8add-bdb8b52df4bb .shg-sld-nav-button.shg-sld-left,
#s-7c13d409-73a1-4a26-8add-bdb8b52df4bb .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-92f0547b-1ccf-4931-98a0-51675386a21c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-92f0547b-1ccf-4931-98a0-51675386a21c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-92f0547b-1ccf-4931-98a0-51675386a21c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-92f0547b-1ccf-4931-98a0-51675386a21c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-745a4a9d-12fe-4939-ad28-429261eebc7f {
  text-align: center;
}







  img.s-745a4a9d-12fe-4939-ad28-429261eebc7f.shogun-image {
    
    
  }


.s-745a4a9d-12fe-4939-ad28-429261eebc7f .shogun-image-content {
  
    align-items: center;
  
}

.s-745a4a9d-12fe-4939-ad28-429261eebc7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-745a4a9d-12fe-4939-ad28-429261eebc7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-745a4a9d-12fe-4939-ad28-429261eebc7f.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-745a4a9d-12fe-4939-ad28-429261eebc7f.shogun-image {
    
    
  }


.s-745a4a9d-12fe-4939-ad28-429261eebc7f .shogun-image-content {
  
    align-items: center;
  
}

.s-745a4a9d-12fe-4939-ad28-429261eebc7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-745a4a9d-12fe-4939-ad28-429261eebc7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-745a4a9d-12fe-4939-ad28-429261eebc7f.shogun-image {
  box-sizing: border-box;
}




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





  img.s-745a4a9d-12fe-4939-ad28-429261eebc7f.shogun-image {
    
    
  }


.s-745a4a9d-12fe-4939-ad28-429261eebc7f .shogun-image-content {
  
    align-items: center;
  
}

.s-745a4a9d-12fe-4939-ad28-429261eebc7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-745a4a9d-12fe-4939-ad28-429261eebc7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-745a4a9d-12fe-4939-ad28-429261eebc7f.shogun-image {
  box-sizing: border-box;
}




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





  img.s-745a4a9d-12fe-4939-ad28-429261eebc7f.shogun-image {
    
    
  }


.s-745a4a9d-12fe-4939-ad28-429261eebc7f .shogun-image-content {
  
    align-items: center;
  
}

.s-745a4a9d-12fe-4939-ad28-429261eebc7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-745a4a9d-12fe-4939-ad28-429261eebc7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-745a4a9d-12fe-4939-ad28-429261eebc7f.shogun-image {
  box-sizing: border-box;
}




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





  img.s-745a4a9d-12fe-4939-ad28-429261eebc7f.shogun-image {
    
    
  }


.s-745a4a9d-12fe-4939-ad28-429261eebc7f .shogun-image-content {
  
    align-items: center;
  
}

.s-745a4a9d-12fe-4939-ad28-429261eebc7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-745a4a9d-12fe-4939-ad28-429261eebc7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-745a4a9d-12fe-4939-ad28-429261eebc7f.shogun-image {
  box-sizing: border-box;
}




}
#s-19bff92f-c085-411f-9240-f2380f68d742 {
  text-align: center;
}







  img.s-19bff92f-c085-411f-9240-f2380f68d742.shogun-image {
    
    
  }


.s-19bff92f-c085-411f-9240-f2380f68d742 .shogun-image-content {
  
    align-items: center;
  
}

.s-19bff92f-c085-411f-9240-f2380f68d742.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19bff92f-c085-411f-9240-f2380f68d742.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19bff92f-c085-411f-9240-f2380f68d742.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-19bff92f-c085-411f-9240-f2380f68d742.shogun-image {
    
    
  }


.s-19bff92f-c085-411f-9240-f2380f68d742 .shogun-image-content {
  
    align-items: center;
  
}

.s-19bff92f-c085-411f-9240-f2380f68d742.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19bff92f-c085-411f-9240-f2380f68d742.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19bff92f-c085-411f-9240-f2380f68d742.shogun-image {
  box-sizing: border-box;
}




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





  img.s-19bff92f-c085-411f-9240-f2380f68d742.shogun-image {
    
    
  }


.s-19bff92f-c085-411f-9240-f2380f68d742 .shogun-image-content {
  
    align-items: center;
  
}

.s-19bff92f-c085-411f-9240-f2380f68d742.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19bff92f-c085-411f-9240-f2380f68d742.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19bff92f-c085-411f-9240-f2380f68d742.shogun-image {
  box-sizing: border-box;
}




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





  img.s-19bff92f-c085-411f-9240-f2380f68d742.shogun-image {
    
    
  }


.s-19bff92f-c085-411f-9240-f2380f68d742 .shogun-image-content {
  
    align-items: center;
  
}

.s-19bff92f-c085-411f-9240-f2380f68d742.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19bff92f-c085-411f-9240-f2380f68d742.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19bff92f-c085-411f-9240-f2380f68d742.shogun-image {
  box-sizing: border-box;
}




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





  img.s-19bff92f-c085-411f-9240-f2380f68d742.shogun-image {
    
    
  }


.s-19bff92f-c085-411f-9240-f2380f68d742 .shogun-image-content {
  
    align-items: center;
  
}

.s-19bff92f-c085-411f-9240-f2380f68d742.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19bff92f-c085-411f-9240-f2380f68d742.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19bff92f-c085-411f-9240-f2380f68d742.shogun-image {
  box-sizing: border-box;
}




}
#s-56fff0f5-13de-4901-b664-d40b87ef0e49 {
  text-align: center;
}







  img.s-56fff0f5-13de-4901-b664-d40b87ef0e49.shogun-image {
    
    
  }


.s-56fff0f5-13de-4901-b664-d40b87ef0e49 .shogun-image-content {
  
    align-items: center;
  
}

.s-56fff0f5-13de-4901-b664-d40b87ef0e49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56fff0f5-13de-4901-b664-d40b87ef0e49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56fff0f5-13de-4901-b664-d40b87ef0e49.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-56fff0f5-13de-4901-b664-d40b87ef0e49.shogun-image {
    
    
  }


.s-56fff0f5-13de-4901-b664-d40b87ef0e49 .shogun-image-content {
  
    align-items: center;
  
}

.s-56fff0f5-13de-4901-b664-d40b87ef0e49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56fff0f5-13de-4901-b664-d40b87ef0e49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56fff0f5-13de-4901-b664-d40b87ef0e49.shogun-image {
  box-sizing: border-box;
}




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





  img.s-56fff0f5-13de-4901-b664-d40b87ef0e49.shogun-image {
    
    
  }


.s-56fff0f5-13de-4901-b664-d40b87ef0e49 .shogun-image-content {
  
    align-items: center;
  
}

.s-56fff0f5-13de-4901-b664-d40b87ef0e49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56fff0f5-13de-4901-b664-d40b87ef0e49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56fff0f5-13de-4901-b664-d40b87ef0e49.shogun-image {
  box-sizing: border-box;
}




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





  img.s-56fff0f5-13de-4901-b664-d40b87ef0e49.shogun-image {
    
    
  }


.s-56fff0f5-13de-4901-b664-d40b87ef0e49 .shogun-image-content {
  
    align-items: center;
  
}

.s-56fff0f5-13de-4901-b664-d40b87ef0e49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56fff0f5-13de-4901-b664-d40b87ef0e49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56fff0f5-13de-4901-b664-d40b87ef0e49.shogun-image {
  box-sizing: border-box;
}




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





  img.s-56fff0f5-13de-4901-b664-d40b87ef0e49.shogun-image {
    
    
  }


.s-56fff0f5-13de-4901-b664-d40b87ef0e49 .shogun-image-content {
  
    align-items: center;
  
}

.s-56fff0f5-13de-4901-b664-d40b87ef0e49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56fff0f5-13de-4901-b664-d40b87ef0e49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56fff0f5-13de-4901-b664-d40b87ef0e49.shogun-image {
  box-sizing: border-box;
}




}
#s-9d2bdf1d-d54b-47be-a1e5-b32866f86ceb {
  text-align: center;
}







  img.s-9d2bdf1d-d54b-47be-a1e5-b32866f86ceb.shogun-image {
    
    
  }


.s-9d2bdf1d-d54b-47be-a1e5-b32866f86ceb .shogun-image-content {
  
    align-items: center;
  
}

.s-9d2bdf1d-d54b-47be-a1e5-b32866f86ceb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d2bdf1d-d54b-47be-a1e5-b32866f86ceb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d2bdf1d-d54b-47be-a1e5-b32866f86ceb.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-9d2bdf1d-d54b-47be-a1e5-b32866f86ceb.shogun-image {
    
    
  }


.s-9d2bdf1d-d54b-47be-a1e5-b32866f86ceb .shogun-image-content {
  
    align-items: center;
  
}

.s-9d2bdf1d-d54b-47be-a1e5-b32866f86ceb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d2bdf1d-d54b-47be-a1e5-b32866f86ceb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d2bdf1d-d54b-47be-a1e5-b32866f86ceb.shogun-image {
  box-sizing: border-box;
}




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





  img.s-9d2bdf1d-d54b-47be-a1e5-b32866f86ceb.shogun-image {
    
    
  }


.s-9d2bdf1d-d54b-47be-a1e5-b32866f86ceb .shogun-image-content {
  
    align-items: center;
  
}

.s-9d2bdf1d-d54b-47be-a1e5-b32866f86ceb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d2bdf1d-d54b-47be-a1e5-b32866f86ceb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d2bdf1d-d54b-47be-a1e5-b32866f86ceb.shogun-image {
  box-sizing: border-box;
}




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





  img.s-9d2bdf1d-d54b-47be-a1e5-b32866f86ceb.shogun-image {
    
    
  }


.s-9d2bdf1d-d54b-47be-a1e5-b32866f86ceb .shogun-image-content {
  
    align-items: center;
  
}

.s-9d2bdf1d-d54b-47be-a1e5-b32866f86ceb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d2bdf1d-d54b-47be-a1e5-b32866f86ceb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d2bdf1d-d54b-47be-a1e5-b32866f86ceb.shogun-image {
  box-sizing: border-box;
}




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





  img.s-9d2bdf1d-d54b-47be-a1e5-b32866f86ceb.shogun-image {
    
    
  }


.s-9d2bdf1d-d54b-47be-a1e5-b32866f86ceb .shogun-image-content {
  
    align-items: center;
  
}

.s-9d2bdf1d-d54b-47be-a1e5-b32866f86ceb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d2bdf1d-d54b-47be-a1e5-b32866f86ceb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d2bdf1d-d54b-47be-a1e5-b32866f86ceb.shogun-image {
  box-sizing: border-box;
}




}
@media (min-width: 0px) {
[id="s-91538520-ea24-482a-b054-2b932157b2e3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-91538520-ea24-482a-b054-2b932157b2e3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-91538520-ea24-482a-b054-2b932157b2e3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-91538520-ea24-482a-b054-2b932157b2e3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-bba6c34d-348f-469b-80f1-2f99fc5d4c0a {
  text-align: center;
}







  img.s-bba6c34d-348f-469b-80f1-2f99fc5d4c0a.shogun-image {
    
    
  }


.s-bba6c34d-348f-469b-80f1-2f99fc5d4c0a .shogun-image-content {
  
    align-items: center;
  
}

.s-bba6c34d-348f-469b-80f1-2f99fc5d4c0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bba6c34d-348f-469b-80f1-2f99fc5d4c0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bba6c34d-348f-469b-80f1-2f99fc5d4c0a.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-bba6c34d-348f-469b-80f1-2f99fc5d4c0a.shogun-image {
    
    
  }


.s-bba6c34d-348f-469b-80f1-2f99fc5d4c0a .shogun-image-content {
  
    align-items: center;
  
}

.s-bba6c34d-348f-469b-80f1-2f99fc5d4c0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bba6c34d-348f-469b-80f1-2f99fc5d4c0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bba6c34d-348f-469b-80f1-2f99fc5d4c0a.shogun-image {
  box-sizing: border-box;
}




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





  img.s-bba6c34d-348f-469b-80f1-2f99fc5d4c0a.shogun-image {
    
    
  }


.s-bba6c34d-348f-469b-80f1-2f99fc5d4c0a .shogun-image-content {
  
    align-items: center;
  
}

.s-bba6c34d-348f-469b-80f1-2f99fc5d4c0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bba6c34d-348f-469b-80f1-2f99fc5d4c0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bba6c34d-348f-469b-80f1-2f99fc5d4c0a.shogun-image {
  box-sizing: border-box;
}




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





  img.s-bba6c34d-348f-469b-80f1-2f99fc5d4c0a.shogun-image {
    
    
  }


.s-bba6c34d-348f-469b-80f1-2f99fc5d4c0a .shogun-image-content {
  
    align-items: center;
  
}

.s-bba6c34d-348f-469b-80f1-2f99fc5d4c0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bba6c34d-348f-469b-80f1-2f99fc5d4c0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bba6c34d-348f-469b-80f1-2f99fc5d4c0a.shogun-image {
  box-sizing: border-box;
}




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





  img.s-bba6c34d-348f-469b-80f1-2f99fc5d4c0a.shogun-image {
    
    
  }


.s-bba6c34d-348f-469b-80f1-2f99fc5d4c0a .shogun-image-content {
  
    align-items: center;
  
}

.s-bba6c34d-348f-469b-80f1-2f99fc5d4c0a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bba6c34d-348f-469b-80f1-2f99fc5d4c0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bba6c34d-348f-469b-80f1-2f99fc5d4c0a.shogun-image {
  box-sizing: border-box;
}




}
#s-deea450a-44f4-4c6a-ae71-b451513f53ea {
  text-align: center;
}







  img.s-deea450a-44f4-4c6a-ae71-b451513f53ea.shogun-image {
    
    
  }


.s-deea450a-44f4-4c6a-ae71-b451513f53ea .shogun-image-content {
  
    align-items: center;
  
}

.s-deea450a-44f4-4c6a-ae71-b451513f53ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-deea450a-44f4-4c6a-ae71-b451513f53ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-deea450a-44f4-4c6a-ae71-b451513f53ea.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-deea450a-44f4-4c6a-ae71-b451513f53ea.shogun-image {
    
    
  }


.s-deea450a-44f4-4c6a-ae71-b451513f53ea .shogun-image-content {
  
    align-items: center;
  
}

.s-deea450a-44f4-4c6a-ae71-b451513f53ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-deea450a-44f4-4c6a-ae71-b451513f53ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-deea450a-44f4-4c6a-ae71-b451513f53ea.shogun-image {
  box-sizing: border-box;
}




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





  img.s-deea450a-44f4-4c6a-ae71-b451513f53ea.shogun-image {
    
    
  }


.s-deea450a-44f4-4c6a-ae71-b451513f53ea .shogun-image-content {
  
    align-items: center;
  
}

.s-deea450a-44f4-4c6a-ae71-b451513f53ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-deea450a-44f4-4c6a-ae71-b451513f53ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-deea450a-44f4-4c6a-ae71-b451513f53ea.shogun-image {
  box-sizing: border-box;
}




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





  img.s-deea450a-44f4-4c6a-ae71-b451513f53ea.shogun-image {
    
    
  }


.s-deea450a-44f4-4c6a-ae71-b451513f53ea .shogun-image-content {
  
    align-items: center;
  
}

.s-deea450a-44f4-4c6a-ae71-b451513f53ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-deea450a-44f4-4c6a-ae71-b451513f53ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-deea450a-44f4-4c6a-ae71-b451513f53ea.shogun-image {
  box-sizing: border-box;
}




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





  img.s-deea450a-44f4-4c6a-ae71-b451513f53ea.shogun-image {
    
    
  }


.s-deea450a-44f4-4c6a-ae71-b451513f53ea .shogun-image-content {
  
    align-items: center;
  
}

.s-deea450a-44f4-4c6a-ae71-b451513f53ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-deea450a-44f4-4c6a-ae71-b451513f53ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-deea450a-44f4-4c6a-ae71-b451513f53ea.shogun-image {
  box-sizing: border-box;
}




}
#s-c922e02b-213a-4a7c-8917-784898a256c9 {
  text-align: center;
}







  img.s-c922e02b-213a-4a7c-8917-784898a256c9.shogun-image {
    
    
  }


.s-c922e02b-213a-4a7c-8917-784898a256c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-c922e02b-213a-4a7c-8917-784898a256c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c922e02b-213a-4a7c-8917-784898a256c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c922e02b-213a-4a7c-8917-784898a256c9.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-c922e02b-213a-4a7c-8917-784898a256c9.shogun-image {
    
    
  }


.s-c922e02b-213a-4a7c-8917-784898a256c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-c922e02b-213a-4a7c-8917-784898a256c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c922e02b-213a-4a7c-8917-784898a256c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c922e02b-213a-4a7c-8917-784898a256c9.shogun-image {
  box-sizing: border-box;
}




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





  img.s-c922e02b-213a-4a7c-8917-784898a256c9.shogun-image {
    
    
  }


.s-c922e02b-213a-4a7c-8917-784898a256c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-c922e02b-213a-4a7c-8917-784898a256c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c922e02b-213a-4a7c-8917-784898a256c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c922e02b-213a-4a7c-8917-784898a256c9.shogun-image {
  box-sizing: border-box;
}




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





  img.s-c922e02b-213a-4a7c-8917-784898a256c9.shogun-image {
    
    
  }


.s-c922e02b-213a-4a7c-8917-784898a256c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-c922e02b-213a-4a7c-8917-784898a256c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c922e02b-213a-4a7c-8917-784898a256c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c922e02b-213a-4a7c-8917-784898a256c9.shogun-image {
  box-sizing: border-box;
}




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





  img.s-c922e02b-213a-4a7c-8917-784898a256c9.shogun-image {
    
    
  }


.s-c922e02b-213a-4a7c-8917-784898a256c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-c922e02b-213a-4a7c-8917-784898a256c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c922e02b-213a-4a7c-8917-784898a256c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c922e02b-213a-4a7c-8917-784898a256c9.shogun-image {
  box-sizing: border-box;
}




}
#s-3816f845-baf0-41b5-a10f-aaf53334ee4a {
  text-align: center;
}







  img.s-3816f845-baf0-41b5-a10f-aaf53334ee4a.shogun-image {
    
    
  }


.s-3816f845-baf0-41b5-a10f-aaf53334ee4a .shogun-image-content {
  
    align-items: center;
  
}

.s-3816f845-baf0-41b5-a10f-aaf53334ee4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3816f845-baf0-41b5-a10f-aaf53334ee4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3816f845-baf0-41b5-a10f-aaf53334ee4a.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-3816f845-baf0-41b5-a10f-aaf53334ee4a.shogun-image {
    
    
  }


.s-3816f845-baf0-41b5-a10f-aaf53334ee4a .shogun-image-content {
  
    align-items: center;
  
}

.s-3816f845-baf0-41b5-a10f-aaf53334ee4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3816f845-baf0-41b5-a10f-aaf53334ee4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3816f845-baf0-41b5-a10f-aaf53334ee4a.shogun-image {
  box-sizing: border-box;
}




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





  img.s-3816f845-baf0-41b5-a10f-aaf53334ee4a.shogun-image {
    
    
  }


.s-3816f845-baf0-41b5-a10f-aaf53334ee4a .shogun-image-content {
  
    align-items: center;
  
}

.s-3816f845-baf0-41b5-a10f-aaf53334ee4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3816f845-baf0-41b5-a10f-aaf53334ee4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3816f845-baf0-41b5-a10f-aaf53334ee4a.shogun-image {
  box-sizing: border-box;
}




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





  img.s-3816f845-baf0-41b5-a10f-aaf53334ee4a.shogun-image {
    
    
  }


.s-3816f845-baf0-41b5-a10f-aaf53334ee4a .shogun-image-content {
  
    align-items: center;
  
}

.s-3816f845-baf0-41b5-a10f-aaf53334ee4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3816f845-baf0-41b5-a10f-aaf53334ee4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3816f845-baf0-41b5-a10f-aaf53334ee4a.shogun-image {
  box-sizing: border-box;
}




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





  img.s-3816f845-baf0-41b5-a10f-aaf53334ee4a.shogun-image {
    
    
  }


.s-3816f845-baf0-41b5-a10f-aaf53334ee4a .shogun-image-content {
  
    align-items: center;
  
}

.s-3816f845-baf0-41b5-a10f-aaf53334ee4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3816f845-baf0-41b5-a10f-aaf53334ee4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3816f845-baf0-41b5-a10f-aaf53334ee4a.shogun-image {
  box-sizing: border-box;
}




}
#s-d978ad95-f911-4777-b6d7-5720f2ab6658 {
  text-align: center;
}







  img.s-d978ad95-f911-4777-b6d7-5720f2ab6658.shogun-image {
    
    
  }


.s-d978ad95-f911-4777-b6d7-5720f2ab6658 .shogun-image-content {
  
    align-items: center;
  
}

.s-d978ad95-f911-4777-b6d7-5720f2ab6658.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d978ad95-f911-4777-b6d7-5720f2ab6658.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d978ad95-f911-4777-b6d7-5720f2ab6658.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-d978ad95-f911-4777-b6d7-5720f2ab6658.shogun-image {
    
    
  }


.s-d978ad95-f911-4777-b6d7-5720f2ab6658 .shogun-image-content {
  
    align-items: center;
  
}

.s-d978ad95-f911-4777-b6d7-5720f2ab6658.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d978ad95-f911-4777-b6d7-5720f2ab6658.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d978ad95-f911-4777-b6d7-5720f2ab6658.shogun-image {
  box-sizing: border-box;
}




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





  img.s-d978ad95-f911-4777-b6d7-5720f2ab6658.shogun-image {
    
    
  }


.s-d978ad95-f911-4777-b6d7-5720f2ab6658 .shogun-image-content {
  
    align-items: center;
  
}

.s-d978ad95-f911-4777-b6d7-5720f2ab6658.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d978ad95-f911-4777-b6d7-5720f2ab6658.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d978ad95-f911-4777-b6d7-5720f2ab6658.shogun-image {
  box-sizing: border-box;
}




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





  img.s-d978ad95-f911-4777-b6d7-5720f2ab6658.shogun-image {
    
    
  }


.s-d978ad95-f911-4777-b6d7-5720f2ab6658 .shogun-image-content {
  
    align-items: center;
  
}

.s-d978ad95-f911-4777-b6d7-5720f2ab6658.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d978ad95-f911-4777-b6d7-5720f2ab6658.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d978ad95-f911-4777-b6d7-5720f2ab6658.shogun-image {
  box-sizing: border-box;
}




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





  img.s-d978ad95-f911-4777-b6d7-5720f2ab6658.shogun-image {
    
    
  }


.s-d978ad95-f911-4777-b6d7-5720f2ab6658 .shogun-image-content {
  
    align-items: center;
  
}

.s-d978ad95-f911-4777-b6d7-5720f2ab6658.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d978ad95-f911-4777-b6d7-5720f2ab6658.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d978ad95-f911-4777-b6d7-5720f2ab6658.shogun-image {
  box-sizing: border-box;
}




}
#s-7a03c06b-3119-4ead-ad08-260f544f4fd7 {
  text-align: center;
}







  img.s-7a03c06b-3119-4ead-ad08-260f544f4fd7.shogun-image {
    
    
  }


.s-7a03c06b-3119-4ead-ad08-260f544f4fd7 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a03c06b-3119-4ead-ad08-260f544f4fd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a03c06b-3119-4ead-ad08-260f544f4fd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a03c06b-3119-4ead-ad08-260f544f4fd7.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-7a03c06b-3119-4ead-ad08-260f544f4fd7.shogun-image {
    
    
  }


.s-7a03c06b-3119-4ead-ad08-260f544f4fd7 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a03c06b-3119-4ead-ad08-260f544f4fd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a03c06b-3119-4ead-ad08-260f544f4fd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a03c06b-3119-4ead-ad08-260f544f4fd7.shogun-image {
  box-sizing: border-box;
}




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





  img.s-7a03c06b-3119-4ead-ad08-260f544f4fd7.shogun-image {
    
    
  }


.s-7a03c06b-3119-4ead-ad08-260f544f4fd7 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a03c06b-3119-4ead-ad08-260f544f4fd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a03c06b-3119-4ead-ad08-260f544f4fd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a03c06b-3119-4ead-ad08-260f544f4fd7.shogun-image {
  box-sizing: border-box;
}




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





  img.s-7a03c06b-3119-4ead-ad08-260f544f4fd7.shogun-image {
    
    
  }


.s-7a03c06b-3119-4ead-ad08-260f544f4fd7 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a03c06b-3119-4ead-ad08-260f544f4fd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a03c06b-3119-4ead-ad08-260f544f4fd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a03c06b-3119-4ead-ad08-260f544f4fd7.shogun-image {
  box-sizing: border-box;
}




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





  img.s-7a03c06b-3119-4ead-ad08-260f544f4fd7.shogun-image {
    
    
  }


.s-7a03c06b-3119-4ead-ad08-260f544f4fd7 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a03c06b-3119-4ead-ad08-260f544f4fd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a03c06b-3119-4ead-ad08-260f544f4fd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a03c06b-3119-4ead-ad08-260f544f4fd7.shogun-image {
  box-sizing: border-box;
}




}
@media (min-width: 0px) {
[id="s-8e41b828-6723-4f30-9fe3-e20e3584c727"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8e41b828-6723-4f30-9fe3-e20e3584c727"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-8e41b828-6723-4f30-9fe3-e20e3584c727"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-8e41b828-6723-4f30-9fe3-e20e3584c727"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-ca4ec61e-dc7b-4423-b0f6-664cf862879b {
  max-width: 293px;
aspect-ratio: 293/234;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-ca4ec61e-dc7b-4423-b0f6-664cf862879b .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-ca4ec61e-dc7b-4423-b0f6-664cf862879b .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca4ec61e-dc7b-4423-b0f6-664cf862879b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ca4ec61e-dc7b-4423-b0f6-664cf862879b {
    width: 100%;
    height: auto;
  }

  #s-ca4ec61e-dc7b-4423-b0f6-664cf862879b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ca4ec61e-dc7b-4423-b0f6-664cf862879b.shogun-image {
    
    
  }


.s-ca4ec61e-dc7b-4423-b0f6-664cf862879b .shogun-image-content {
  
    align-items: center;
  
}

.s-ca4ec61e-dc7b-4423-b0f6-664cf862879b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca4ec61e-dc7b-4423-b0f6-664cf862879b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca4ec61e-dc7b-4423-b0f6-664cf862879b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ca4ec61e-dc7b-4423-b0f6-664cf862879b {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-ca4ec61e-dc7b-4423-b0f6-664cf862879b.shogun-image-container {
      position: relative;
    }

    .s-ca4ec61e-dc7b-4423-b0f6-664cf862879b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca4ec61e-dc7b-4423-b0f6-664cf862879b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca4ec61e-dc7b-4423-b0f6-664cf862879b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca4ec61e-dc7b-4423-b0f6-664cf862879b .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-ca4ec61e-dc7b-4423-b0f6-664cf862879b .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca4ec61e-dc7b-4423-b0f6-664cf862879b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ca4ec61e-dc7b-4423-b0f6-664cf862879b {
    width: 100%;
    height: auto;
  }

  #s-ca4ec61e-dc7b-4423-b0f6-664cf862879b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ca4ec61e-dc7b-4423-b0f6-664cf862879b.shogun-image {
    
    
  }


.s-ca4ec61e-dc7b-4423-b0f6-664cf862879b .shogun-image-content {
  
    align-items: center;
  
}

.s-ca4ec61e-dc7b-4423-b0f6-664cf862879b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca4ec61e-dc7b-4423-b0f6-664cf862879b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca4ec61e-dc7b-4423-b0f6-664cf862879b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ca4ec61e-dc7b-4423-b0f6-664cf862879b {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-ca4ec61e-dc7b-4423-b0f6-664cf862879b.shogun-image-container {
      position: relative;
    }

    .s-ca4ec61e-dc7b-4423-b0f6-664cf862879b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca4ec61e-dc7b-4423-b0f6-664cf862879b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca4ec61e-dc7b-4423-b0f6-664cf862879b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca4ec61e-dc7b-4423-b0f6-664cf862879b .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-ca4ec61e-dc7b-4423-b0f6-664cf862879b .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca4ec61e-dc7b-4423-b0f6-664cf862879b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ca4ec61e-dc7b-4423-b0f6-664cf862879b {
    width: 100%;
    height: auto;
  }

  #s-ca4ec61e-dc7b-4423-b0f6-664cf862879b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ca4ec61e-dc7b-4423-b0f6-664cf862879b.shogun-image {
    
    
  }


.s-ca4ec61e-dc7b-4423-b0f6-664cf862879b .shogun-image-content {
  
    align-items: center;
  
}

.s-ca4ec61e-dc7b-4423-b0f6-664cf862879b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca4ec61e-dc7b-4423-b0f6-664cf862879b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca4ec61e-dc7b-4423-b0f6-664cf862879b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ca4ec61e-dc7b-4423-b0f6-664cf862879b {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-ca4ec61e-dc7b-4423-b0f6-664cf862879b.shogun-image-container {
      position: relative;
    }

    .s-ca4ec61e-dc7b-4423-b0f6-664cf862879b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca4ec61e-dc7b-4423-b0f6-664cf862879b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca4ec61e-dc7b-4423-b0f6-664cf862879b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca4ec61e-dc7b-4423-b0f6-664cf862879b .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-ca4ec61e-dc7b-4423-b0f6-664cf862879b .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca4ec61e-dc7b-4423-b0f6-664cf862879b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ca4ec61e-dc7b-4423-b0f6-664cf862879b {
    width: 100%;
    height: auto;
  }

  #s-ca4ec61e-dc7b-4423-b0f6-664cf862879b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ca4ec61e-dc7b-4423-b0f6-664cf862879b.shogun-image {
    
    
  }


.s-ca4ec61e-dc7b-4423-b0f6-664cf862879b .shogun-image-content {
  
    align-items: center;
  
}

.s-ca4ec61e-dc7b-4423-b0f6-664cf862879b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca4ec61e-dc7b-4423-b0f6-664cf862879b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca4ec61e-dc7b-4423-b0f6-664cf862879b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ca4ec61e-dc7b-4423-b0f6-664cf862879b {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-ca4ec61e-dc7b-4423-b0f6-664cf862879b.shogun-image-container {
      position: relative;
    }

    .s-ca4ec61e-dc7b-4423-b0f6-664cf862879b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca4ec61e-dc7b-4423-b0f6-664cf862879b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca4ec61e-dc7b-4423-b0f6-664cf862879b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca4ec61e-dc7b-4423-b0f6-664cf862879b .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-ca4ec61e-dc7b-4423-b0f6-664cf862879b .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca4ec61e-dc7b-4423-b0f6-664cf862879b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ca4ec61e-dc7b-4423-b0f6-664cf862879b {
    width: 100%;
    height: auto;
  }

  #s-ca4ec61e-dc7b-4423-b0f6-664cf862879b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ca4ec61e-dc7b-4423-b0f6-664cf862879b.shogun-image {
    
    
  }


.s-ca4ec61e-dc7b-4423-b0f6-664cf862879b .shogun-image-content {
  
    align-items: center;
  
}

.s-ca4ec61e-dc7b-4423-b0f6-664cf862879b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca4ec61e-dc7b-4423-b0f6-664cf862879b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca4ec61e-dc7b-4423-b0f6-664cf862879b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ca4ec61e-dc7b-4423-b0f6-664cf862879b {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-ca4ec61e-dc7b-4423-b0f6-664cf862879b.shogun-image-container {
      position: relative;
    }

    .s-ca4ec61e-dc7b-4423-b0f6-664cf862879b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca4ec61e-dc7b-4423-b0f6-664cf862879b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca4ec61e-dc7b-4423-b0f6-664cf862879b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-2eb940e3-1e07-43ce-903f-523fee55f1d1 {
  max-width: 293px;
aspect-ratio: 293/234;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-2eb940e3-1e07-43ce-903f-523fee55f1d1 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-2eb940e3-1e07-43ce-903f-523fee55f1d1 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2eb940e3-1e07-43ce-903f-523fee55f1d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2eb940e3-1e07-43ce-903f-523fee55f1d1 {
    width: 100%;
    height: auto;
  }

  #s-2eb940e3-1e07-43ce-903f-523fee55f1d1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2eb940e3-1e07-43ce-903f-523fee55f1d1.shogun-image {
    
    
  }


.s-2eb940e3-1e07-43ce-903f-523fee55f1d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-2eb940e3-1e07-43ce-903f-523fee55f1d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2eb940e3-1e07-43ce-903f-523fee55f1d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2eb940e3-1e07-43ce-903f-523fee55f1d1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2eb940e3-1e07-43ce-903f-523fee55f1d1 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-2eb940e3-1e07-43ce-903f-523fee55f1d1.shogun-image-container {
      position: relative;
    }

    .s-2eb940e3-1e07-43ce-903f-523fee55f1d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2eb940e3-1e07-43ce-903f-523fee55f1d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2eb940e3-1e07-43ce-903f-523fee55f1d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-2eb940e3-1e07-43ce-903f-523fee55f1d1 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-2eb940e3-1e07-43ce-903f-523fee55f1d1 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2eb940e3-1e07-43ce-903f-523fee55f1d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2eb940e3-1e07-43ce-903f-523fee55f1d1 {
    width: 100%;
    height: auto;
  }

  #s-2eb940e3-1e07-43ce-903f-523fee55f1d1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2eb940e3-1e07-43ce-903f-523fee55f1d1.shogun-image {
    
    
  }


.s-2eb940e3-1e07-43ce-903f-523fee55f1d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-2eb940e3-1e07-43ce-903f-523fee55f1d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2eb940e3-1e07-43ce-903f-523fee55f1d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2eb940e3-1e07-43ce-903f-523fee55f1d1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2eb940e3-1e07-43ce-903f-523fee55f1d1 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-2eb940e3-1e07-43ce-903f-523fee55f1d1.shogun-image-container {
      position: relative;
    }

    .s-2eb940e3-1e07-43ce-903f-523fee55f1d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2eb940e3-1e07-43ce-903f-523fee55f1d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2eb940e3-1e07-43ce-903f-523fee55f1d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-2eb940e3-1e07-43ce-903f-523fee55f1d1 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-2eb940e3-1e07-43ce-903f-523fee55f1d1 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2eb940e3-1e07-43ce-903f-523fee55f1d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2eb940e3-1e07-43ce-903f-523fee55f1d1 {
    width: 100%;
    height: auto;
  }

  #s-2eb940e3-1e07-43ce-903f-523fee55f1d1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2eb940e3-1e07-43ce-903f-523fee55f1d1.shogun-image {
    
    
  }


.s-2eb940e3-1e07-43ce-903f-523fee55f1d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-2eb940e3-1e07-43ce-903f-523fee55f1d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2eb940e3-1e07-43ce-903f-523fee55f1d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2eb940e3-1e07-43ce-903f-523fee55f1d1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2eb940e3-1e07-43ce-903f-523fee55f1d1 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-2eb940e3-1e07-43ce-903f-523fee55f1d1.shogun-image-container {
      position: relative;
    }

    .s-2eb940e3-1e07-43ce-903f-523fee55f1d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2eb940e3-1e07-43ce-903f-523fee55f1d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2eb940e3-1e07-43ce-903f-523fee55f1d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-2eb940e3-1e07-43ce-903f-523fee55f1d1 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-2eb940e3-1e07-43ce-903f-523fee55f1d1 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2eb940e3-1e07-43ce-903f-523fee55f1d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2eb940e3-1e07-43ce-903f-523fee55f1d1 {
    width: 100%;
    height: auto;
  }

  #s-2eb940e3-1e07-43ce-903f-523fee55f1d1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2eb940e3-1e07-43ce-903f-523fee55f1d1.shogun-image {
    
    
  }


.s-2eb940e3-1e07-43ce-903f-523fee55f1d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-2eb940e3-1e07-43ce-903f-523fee55f1d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2eb940e3-1e07-43ce-903f-523fee55f1d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2eb940e3-1e07-43ce-903f-523fee55f1d1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2eb940e3-1e07-43ce-903f-523fee55f1d1 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-2eb940e3-1e07-43ce-903f-523fee55f1d1.shogun-image-container {
      position: relative;
    }

    .s-2eb940e3-1e07-43ce-903f-523fee55f1d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2eb940e3-1e07-43ce-903f-523fee55f1d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2eb940e3-1e07-43ce-903f-523fee55f1d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-2eb940e3-1e07-43ce-903f-523fee55f1d1 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-2eb940e3-1e07-43ce-903f-523fee55f1d1 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2eb940e3-1e07-43ce-903f-523fee55f1d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2eb940e3-1e07-43ce-903f-523fee55f1d1 {
    width: 100%;
    height: auto;
  }

  #s-2eb940e3-1e07-43ce-903f-523fee55f1d1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2eb940e3-1e07-43ce-903f-523fee55f1d1.shogun-image {
    
    
  }


.s-2eb940e3-1e07-43ce-903f-523fee55f1d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-2eb940e3-1e07-43ce-903f-523fee55f1d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2eb940e3-1e07-43ce-903f-523fee55f1d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2eb940e3-1e07-43ce-903f-523fee55f1d1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2eb940e3-1e07-43ce-903f-523fee55f1d1 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-2eb940e3-1e07-43ce-903f-523fee55f1d1.shogun-image-container {
      position: relative;
    }

    .s-2eb940e3-1e07-43ce-903f-523fee55f1d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2eb940e3-1e07-43ce-903f-523fee55f1d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2eb940e3-1e07-43ce-903f-523fee55f1d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8 {
  max-width: 293px;
aspect-ratio: 293/234;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8 {
    width: 100%;
    height: auto;
  }

  #s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8.shogun-image {
    
    
  }


.s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8.shogun-image-container {
      position: relative;
    }

    .s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8 {
    width: 100%;
    height: auto;
  }

  #s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8.shogun-image {
    
    
  }


.s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8.shogun-image-container {
      position: relative;
    }

    .s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8 {
    width: 100%;
    height: auto;
  }

  #s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8.shogun-image {
    
    
  }


.s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8.shogun-image-container {
      position: relative;
    }

    .s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8 {
    width: 100%;
    height: auto;
  }

  #s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8.shogun-image {
    
    
  }


.s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8.shogun-image-container {
      position: relative;
    }

    .s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8 {
    width: 100%;
    height: auto;
  }

  #s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8.shogun-image {
    
    
  }


.s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8.shogun-image-container {
      position: relative;
    }

    .s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5932e5a5-77e6-4c38-ac1d-c18582b7a8d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-044d0032-6f9d-4a74-979d-ea119d123abe {
  max-width: 293px;
aspect-ratio: 293/234;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-044d0032-6f9d-4a74-979d-ea119d123abe .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-044d0032-6f9d-4a74-979d-ea119d123abe .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-044d0032-6f9d-4a74-979d-ea119d123abe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-044d0032-6f9d-4a74-979d-ea119d123abe {
    width: 100%;
    height: auto;
  }

  #s-044d0032-6f9d-4a74-979d-ea119d123abe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-044d0032-6f9d-4a74-979d-ea119d123abe.shogun-image {
    
    
  }


.s-044d0032-6f9d-4a74-979d-ea119d123abe .shogun-image-content {
  
    align-items: center;
  
}

.s-044d0032-6f9d-4a74-979d-ea119d123abe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-044d0032-6f9d-4a74-979d-ea119d123abe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-044d0032-6f9d-4a74-979d-ea119d123abe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-044d0032-6f9d-4a74-979d-ea119d123abe {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-044d0032-6f9d-4a74-979d-ea119d123abe.shogun-image-container {
      position: relative;
    }

    .s-044d0032-6f9d-4a74-979d-ea119d123abe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-044d0032-6f9d-4a74-979d-ea119d123abe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-044d0032-6f9d-4a74-979d-ea119d123abe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-044d0032-6f9d-4a74-979d-ea119d123abe .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-044d0032-6f9d-4a74-979d-ea119d123abe .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-044d0032-6f9d-4a74-979d-ea119d123abe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-044d0032-6f9d-4a74-979d-ea119d123abe {
    width: 100%;
    height: auto;
  }

  #s-044d0032-6f9d-4a74-979d-ea119d123abe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-044d0032-6f9d-4a74-979d-ea119d123abe.shogun-image {
    
    
  }


.s-044d0032-6f9d-4a74-979d-ea119d123abe .shogun-image-content {
  
    align-items: center;
  
}

.s-044d0032-6f9d-4a74-979d-ea119d123abe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-044d0032-6f9d-4a74-979d-ea119d123abe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-044d0032-6f9d-4a74-979d-ea119d123abe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-044d0032-6f9d-4a74-979d-ea119d123abe {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-044d0032-6f9d-4a74-979d-ea119d123abe.shogun-image-container {
      position: relative;
    }

    .s-044d0032-6f9d-4a74-979d-ea119d123abe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-044d0032-6f9d-4a74-979d-ea119d123abe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-044d0032-6f9d-4a74-979d-ea119d123abe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-044d0032-6f9d-4a74-979d-ea119d123abe .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-044d0032-6f9d-4a74-979d-ea119d123abe .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-044d0032-6f9d-4a74-979d-ea119d123abe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-044d0032-6f9d-4a74-979d-ea119d123abe {
    width: 100%;
    height: auto;
  }

  #s-044d0032-6f9d-4a74-979d-ea119d123abe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-044d0032-6f9d-4a74-979d-ea119d123abe.shogun-image {
    
    
  }


.s-044d0032-6f9d-4a74-979d-ea119d123abe .shogun-image-content {
  
    align-items: center;
  
}

.s-044d0032-6f9d-4a74-979d-ea119d123abe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-044d0032-6f9d-4a74-979d-ea119d123abe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-044d0032-6f9d-4a74-979d-ea119d123abe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-044d0032-6f9d-4a74-979d-ea119d123abe {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-044d0032-6f9d-4a74-979d-ea119d123abe.shogun-image-container {
      position: relative;
    }

    .s-044d0032-6f9d-4a74-979d-ea119d123abe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-044d0032-6f9d-4a74-979d-ea119d123abe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-044d0032-6f9d-4a74-979d-ea119d123abe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-044d0032-6f9d-4a74-979d-ea119d123abe .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-044d0032-6f9d-4a74-979d-ea119d123abe .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-044d0032-6f9d-4a74-979d-ea119d123abe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-044d0032-6f9d-4a74-979d-ea119d123abe {
    width: 100%;
    height: auto;
  }

  #s-044d0032-6f9d-4a74-979d-ea119d123abe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-044d0032-6f9d-4a74-979d-ea119d123abe.shogun-image {
    
    
  }


.s-044d0032-6f9d-4a74-979d-ea119d123abe .shogun-image-content {
  
    align-items: center;
  
}

.s-044d0032-6f9d-4a74-979d-ea119d123abe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-044d0032-6f9d-4a74-979d-ea119d123abe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-044d0032-6f9d-4a74-979d-ea119d123abe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-044d0032-6f9d-4a74-979d-ea119d123abe {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-044d0032-6f9d-4a74-979d-ea119d123abe.shogun-image-container {
      position: relative;
    }

    .s-044d0032-6f9d-4a74-979d-ea119d123abe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-044d0032-6f9d-4a74-979d-ea119d123abe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-044d0032-6f9d-4a74-979d-ea119d123abe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-044d0032-6f9d-4a74-979d-ea119d123abe .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-044d0032-6f9d-4a74-979d-ea119d123abe .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-044d0032-6f9d-4a74-979d-ea119d123abe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-044d0032-6f9d-4a74-979d-ea119d123abe {
    width: 100%;
    height: auto;
  }

  #s-044d0032-6f9d-4a74-979d-ea119d123abe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-044d0032-6f9d-4a74-979d-ea119d123abe.shogun-image {
    
    
  }


.s-044d0032-6f9d-4a74-979d-ea119d123abe .shogun-image-content {
  
    align-items: center;
  
}

.s-044d0032-6f9d-4a74-979d-ea119d123abe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-044d0032-6f9d-4a74-979d-ea119d123abe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-044d0032-6f9d-4a74-979d-ea119d123abe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-044d0032-6f9d-4a74-979d-ea119d123abe {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-044d0032-6f9d-4a74-979d-ea119d123abe.shogun-image-container {
      position: relative;
    }

    .s-044d0032-6f9d-4a74-979d-ea119d123abe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-044d0032-6f9d-4a74-979d-ea119d123abe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-044d0032-6f9d-4a74-979d-ea119d123abe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e {
  max-width: 293px;
aspect-ratio: 293/234;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e {
    width: 100%;
    height: auto;
  }

  #s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e.shogun-image {
    
    
  }


.s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e .shogun-image-content {
  
    align-items: center;
  
}

.s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e.shogun-image-container {
      position: relative;
    }

    .s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e {
    width: 100%;
    height: auto;
  }

  #s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e.shogun-image {
    
    
  }


.s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e .shogun-image-content {
  
    align-items: center;
  
}

.s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e.shogun-image-container {
      position: relative;
    }

    .s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e {
    width: 100%;
    height: auto;
  }

  #s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e.shogun-image {
    
    
  }


.s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e .shogun-image-content {
  
    align-items: center;
  
}

.s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e.shogun-image-container {
      position: relative;
    }

    .s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e {
    width: 100%;
    height: auto;
  }

  #s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e.shogun-image {
    
    
  }


.s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e .shogun-image-content {
  
    align-items: center;
  
}

.s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e.shogun-image-container {
      position: relative;
    }

    .s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e {
    width: 100%;
    height: auto;
  }

  #s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e.shogun-image {
    
    
  }


.s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e .shogun-image-content {
  
    align-items: center;
  
}

.s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e.shogun-image-container {
      position: relative;
    }

    .s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b9a0ef0-57fe-4bcb-9509-f3dbe9c71c7e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-4e21de74-441d-4d07-9d7f-e931d6ecb88e {
  max-width: 293px;
aspect-ratio: 293/234;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-4e21de74-441d-4d07-9d7f-e931d6ecb88e .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-4e21de74-441d-4d07-9d7f-e931d6ecb88e .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e21de74-441d-4d07-9d7f-e931d6ecb88e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4e21de74-441d-4d07-9d7f-e931d6ecb88e {
    width: 100%;
    height: auto;
  }

  #s-4e21de74-441d-4d07-9d7f-e931d6ecb88e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4e21de74-441d-4d07-9d7f-e931d6ecb88e.shogun-image {
    
    
  }


.s-4e21de74-441d-4d07-9d7f-e931d6ecb88e .shogun-image-content {
  
    align-items: center;
  
}

.s-4e21de74-441d-4d07-9d7f-e931d6ecb88e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e21de74-441d-4d07-9d7f-e931d6ecb88e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e21de74-441d-4d07-9d7f-e931d6ecb88e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4e21de74-441d-4d07-9d7f-e931d6ecb88e {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-4e21de74-441d-4d07-9d7f-e931d6ecb88e.shogun-image-container {
      position: relative;
    }

    .s-4e21de74-441d-4d07-9d7f-e931d6ecb88e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e21de74-441d-4d07-9d7f-e931d6ecb88e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e21de74-441d-4d07-9d7f-e931d6ecb88e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e21de74-441d-4d07-9d7f-e931d6ecb88e .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-4e21de74-441d-4d07-9d7f-e931d6ecb88e .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e21de74-441d-4d07-9d7f-e931d6ecb88e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4e21de74-441d-4d07-9d7f-e931d6ecb88e {
    width: 100%;
    height: auto;
  }

  #s-4e21de74-441d-4d07-9d7f-e931d6ecb88e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4e21de74-441d-4d07-9d7f-e931d6ecb88e.shogun-image {
    
    
  }


.s-4e21de74-441d-4d07-9d7f-e931d6ecb88e .shogun-image-content {
  
    align-items: center;
  
}

.s-4e21de74-441d-4d07-9d7f-e931d6ecb88e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e21de74-441d-4d07-9d7f-e931d6ecb88e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e21de74-441d-4d07-9d7f-e931d6ecb88e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4e21de74-441d-4d07-9d7f-e931d6ecb88e {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-4e21de74-441d-4d07-9d7f-e931d6ecb88e.shogun-image-container {
      position: relative;
    }

    .s-4e21de74-441d-4d07-9d7f-e931d6ecb88e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e21de74-441d-4d07-9d7f-e931d6ecb88e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e21de74-441d-4d07-9d7f-e931d6ecb88e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e21de74-441d-4d07-9d7f-e931d6ecb88e .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-4e21de74-441d-4d07-9d7f-e931d6ecb88e .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e21de74-441d-4d07-9d7f-e931d6ecb88e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4e21de74-441d-4d07-9d7f-e931d6ecb88e {
    width: 100%;
    height: auto;
  }

  #s-4e21de74-441d-4d07-9d7f-e931d6ecb88e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4e21de74-441d-4d07-9d7f-e931d6ecb88e.shogun-image {
    
    
  }


.s-4e21de74-441d-4d07-9d7f-e931d6ecb88e .shogun-image-content {
  
    align-items: center;
  
}

.s-4e21de74-441d-4d07-9d7f-e931d6ecb88e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e21de74-441d-4d07-9d7f-e931d6ecb88e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e21de74-441d-4d07-9d7f-e931d6ecb88e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4e21de74-441d-4d07-9d7f-e931d6ecb88e {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-4e21de74-441d-4d07-9d7f-e931d6ecb88e.shogun-image-container {
      position: relative;
    }

    .s-4e21de74-441d-4d07-9d7f-e931d6ecb88e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e21de74-441d-4d07-9d7f-e931d6ecb88e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e21de74-441d-4d07-9d7f-e931d6ecb88e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e21de74-441d-4d07-9d7f-e931d6ecb88e .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-4e21de74-441d-4d07-9d7f-e931d6ecb88e .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e21de74-441d-4d07-9d7f-e931d6ecb88e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4e21de74-441d-4d07-9d7f-e931d6ecb88e {
    width: 100%;
    height: auto;
  }

  #s-4e21de74-441d-4d07-9d7f-e931d6ecb88e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4e21de74-441d-4d07-9d7f-e931d6ecb88e.shogun-image {
    
    
  }


.s-4e21de74-441d-4d07-9d7f-e931d6ecb88e .shogun-image-content {
  
    align-items: center;
  
}

.s-4e21de74-441d-4d07-9d7f-e931d6ecb88e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e21de74-441d-4d07-9d7f-e931d6ecb88e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e21de74-441d-4d07-9d7f-e931d6ecb88e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4e21de74-441d-4d07-9d7f-e931d6ecb88e {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-4e21de74-441d-4d07-9d7f-e931d6ecb88e.shogun-image-container {
      position: relative;
    }

    .s-4e21de74-441d-4d07-9d7f-e931d6ecb88e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e21de74-441d-4d07-9d7f-e931d6ecb88e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e21de74-441d-4d07-9d7f-e931d6ecb88e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e21de74-441d-4d07-9d7f-e931d6ecb88e .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-4e21de74-441d-4d07-9d7f-e931d6ecb88e .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e21de74-441d-4d07-9d7f-e931d6ecb88e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4e21de74-441d-4d07-9d7f-e931d6ecb88e {
    width: 100%;
    height: auto;
  }

  #s-4e21de74-441d-4d07-9d7f-e931d6ecb88e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4e21de74-441d-4d07-9d7f-e931d6ecb88e.shogun-image {
    
    
  }


.s-4e21de74-441d-4d07-9d7f-e931d6ecb88e .shogun-image-content {
  
    align-items: center;
  
}

.s-4e21de74-441d-4d07-9d7f-e931d6ecb88e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e21de74-441d-4d07-9d7f-e931d6ecb88e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e21de74-441d-4d07-9d7f-e931d6ecb88e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4e21de74-441d-4d07-9d7f-e931d6ecb88e {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-4e21de74-441d-4d07-9d7f-e931d6ecb88e.shogun-image-container {
      position: relative;
    }

    .s-4e21de74-441d-4d07-9d7f-e931d6ecb88e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e21de74-441d-4d07-9d7f-e931d6ecb88e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e21de74-441d-4d07-9d7f-e931d6ecb88e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
@media (min-width: 0px) {
[id="s-8fdf2fe6-f066-485f-8c8e-d2f028f360d5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8fdf2fe6-f066-485f-8c8e-d2f028f360d5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-8fdf2fe6-f066-485f-8c8e-d2f028f360d5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-8fdf2fe6-f066-485f-8c8e-d2f028f360d5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-e6541bb3-3acd-44b0-93d5-c2391d688fd5 {
  max-width: 293px;
aspect-ratio: 293/234;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-e6541bb3-3acd-44b0-93d5-c2391d688fd5 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-e6541bb3-3acd-44b0-93d5-c2391d688fd5 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6541bb3-3acd-44b0-93d5-c2391d688fd5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e6541bb3-3acd-44b0-93d5-c2391d688fd5 {
    width: 100%;
    height: auto;
  }

  #s-e6541bb3-3acd-44b0-93d5-c2391d688fd5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e6541bb3-3acd-44b0-93d5-c2391d688fd5.shogun-image {
    
    
  }


.s-e6541bb3-3acd-44b0-93d5-c2391d688fd5 .shogun-image-content {
  
    align-items: center;
  
}

.s-e6541bb3-3acd-44b0-93d5-c2391d688fd5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6541bb3-3acd-44b0-93d5-c2391d688fd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6541bb3-3acd-44b0-93d5-c2391d688fd5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e6541bb3-3acd-44b0-93d5-c2391d688fd5 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-e6541bb3-3acd-44b0-93d5-c2391d688fd5.shogun-image-container {
      position: relative;
    }

    .s-e6541bb3-3acd-44b0-93d5-c2391d688fd5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6541bb3-3acd-44b0-93d5-c2391d688fd5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6541bb3-3acd-44b0-93d5-c2391d688fd5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6541bb3-3acd-44b0-93d5-c2391d688fd5 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-e6541bb3-3acd-44b0-93d5-c2391d688fd5 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6541bb3-3acd-44b0-93d5-c2391d688fd5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e6541bb3-3acd-44b0-93d5-c2391d688fd5 {
    width: 100%;
    height: auto;
  }

  #s-e6541bb3-3acd-44b0-93d5-c2391d688fd5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e6541bb3-3acd-44b0-93d5-c2391d688fd5.shogun-image {
    
    
  }


.s-e6541bb3-3acd-44b0-93d5-c2391d688fd5 .shogun-image-content {
  
    align-items: center;
  
}

.s-e6541bb3-3acd-44b0-93d5-c2391d688fd5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6541bb3-3acd-44b0-93d5-c2391d688fd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6541bb3-3acd-44b0-93d5-c2391d688fd5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e6541bb3-3acd-44b0-93d5-c2391d688fd5 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-e6541bb3-3acd-44b0-93d5-c2391d688fd5.shogun-image-container {
      position: relative;
    }

    .s-e6541bb3-3acd-44b0-93d5-c2391d688fd5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6541bb3-3acd-44b0-93d5-c2391d688fd5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6541bb3-3acd-44b0-93d5-c2391d688fd5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6541bb3-3acd-44b0-93d5-c2391d688fd5 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-e6541bb3-3acd-44b0-93d5-c2391d688fd5 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6541bb3-3acd-44b0-93d5-c2391d688fd5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e6541bb3-3acd-44b0-93d5-c2391d688fd5 {
    width: 100%;
    height: auto;
  }

  #s-e6541bb3-3acd-44b0-93d5-c2391d688fd5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e6541bb3-3acd-44b0-93d5-c2391d688fd5.shogun-image {
    
    
  }


.s-e6541bb3-3acd-44b0-93d5-c2391d688fd5 .shogun-image-content {
  
    align-items: center;
  
}

.s-e6541bb3-3acd-44b0-93d5-c2391d688fd5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6541bb3-3acd-44b0-93d5-c2391d688fd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6541bb3-3acd-44b0-93d5-c2391d688fd5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e6541bb3-3acd-44b0-93d5-c2391d688fd5 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-e6541bb3-3acd-44b0-93d5-c2391d688fd5.shogun-image-container {
      position: relative;
    }

    .s-e6541bb3-3acd-44b0-93d5-c2391d688fd5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6541bb3-3acd-44b0-93d5-c2391d688fd5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6541bb3-3acd-44b0-93d5-c2391d688fd5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6541bb3-3acd-44b0-93d5-c2391d688fd5 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-e6541bb3-3acd-44b0-93d5-c2391d688fd5 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6541bb3-3acd-44b0-93d5-c2391d688fd5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e6541bb3-3acd-44b0-93d5-c2391d688fd5 {
    width: 100%;
    height: auto;
  }

  #s-e6541bb3-3acd-44b0-93d5-c2391d688fd5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e6541bb3-3acd-44b0-93d5-c2391d688fd5.shogun-image {
    
    
  }


.s-e6541bb3-3acd-44b0-93d5-c2391d688fd5 .shogun-image-content {
  
    align-items: center;
  
}

.s-e6541bb3-3acd-44b0-93d5-c2391d688fd5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6541bb3-3acd-44b0-93d5-c2391d688fd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6541bb3-3acd-44b0-93d5-c2391d688fd5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e6541bb3-3acd-44b0-93d5-c2391d688fd5 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-e6541bb3-3acd-44b0-93d5-c2391d688fd5.shogun-image-container {
      position: relative;
    }

    .s-e6541bb3-3acd-44b0-93d5-c2391d688fd5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6541bb3-3acd-44b0-93d5-c2391d688fd5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6541bb3-3acd-44b0-93d5-c2391d688fd5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6541bb3-3acd-44b0-93d5-c2391d688fd5 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-e6541bb3-3acd-44b0-93d5-c2391d688fd5 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6541bb3-3acd-44b0-93d5-c2391d688fd5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e6541bb3-3acd-44b0-93d5-c2391d688fd5 {
    width: 100%;
    height: auto;
  }

  #s-e6541bb3-3acd-44b0-93d5-c2391d688fd5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e6541bb3-3acd-44b0-93d5-c2391d688fd5.shogun-image {
    
    
  }


.s-e6541bb3-3acd-44b0-93d5-c2391d688fd5 .shogun-image-content {
  
    align-items: center;
  
}

.s-e6541bb3-3acd-44b0-93d5-c2391d688fd5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6541bb3-3acd-44b0-93d5-c2391d688fd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6541bb3-3acd-44b0-93d5-c2391d688fd5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e6541bb3-3acd-44b0-93d5-c2391d688fd5 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-e6541bb3-3acd-44b0-93d5-c2391d688fd5.shogun-image-container {
      position: relative;
    }

    .s-e6541bb3-3acd-44b0-93d5-c2391d688fd5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6541bb3-3acd-44b0-93d5-c2391d688fd5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6541bb3-3acd-44b0-93d5-c2391d688fd5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb {
  max-width: 293px;
aspect-ratio: 293/234;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb {
    width: 100%;
    height: auto;
  }

  #s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb.shogun-image {
    
    
  }


.s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb .shogun-image-content {
  
    align-items: center;
  
}

.s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb.shogun-image-container {
      position: relative;
    }

    .s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb {
    width: 100%;
    height: auto;
  }

  #s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb.shogun-image {
    
    
  }


.s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb .shogun-image-content {
  
    align-items: center;
  
}

.s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb.shogun-image-container {
      position: relative;
    }

    .s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb {
    width: 100%;
    height: auto;
  }

  #s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb.shogun-image {
    
    
  }


.s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb .shogun-image-content {
  
    align-items: center;
  
}

.s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb.shogun-image-container {
      position: relative;
    }

    .s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb {
    width: 100%;
    height: auto;
  }

  #s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb.shogun-image {
    
    
  }


.s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb .shogun-image-content {
  
    align-items: center;
  
}

.s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb.shogun-image-container {
      position: relative;
    }

    .s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb {
    width: 100%;
    height: auto;
  }

  #s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb.shogun-image {
    
    
  }


.s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb .shogun-image-content {
  
    align-items: center;
  
}

.s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb.shogun-image-container {
      position: relative;
    }

    .s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-abf4a1ed-0b43-4e85-9a14-50d1b64247eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-6f7330de-0414-4afa-8c32-2eaab0485695 {
  max-width: 293px;
aspect-ratio: 293/234;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-6f7330de-0414-4afa-8c32-2eaab0485695 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-6f7330de-0414-4afa-8c32-2eaab0485695 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6f7330de-0414-4afa-8c32-2eaab0485695 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6f7330de-0414-4afa-8c32-2eaab0485695 {
    width: 100%;
    height: auto;
  }

  #s-6f7330de-0414-4afa-8c32-2eaab0485695 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6f7330de-0414-4afa-8c32-2eaab0485695.shogun-image {
    
    
  }


.s-6f7330de-0414-4afa-8c32-2eaab0485695 .shogun-image-content {
  
    align-items: center;
  
}

.s-6f7330de-0414-4afa-8c32-2eaab0485695.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f7330de-0414-4afa-8c32-2eaab0485695.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f7330de-0414-4afa-8c32-2eaab0485695.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6f7330de-0414-4afa-8c32-2eaab0485695 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-6f7330de-0414-4afa-8c32-2eaab0485695.shogun-image-container {
      position: relative;
    }

    .s-6f7330de-0414-4afa-8c32-2eaab0485695.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6f7330de-0414-4afa-8c32-2eaab0485695.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6f7330de-0414-4afa-8c32-2eaab0485695 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-6f7330de-0414-4afa-8c32-2eaab0485695 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-6f7330de-0414-4afa-8c32-2eaab0485695 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6f7330de-0414-4afa-8c32-2eaab0485695 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6f7330de-0414-4afa-8c32-2eaab0485695 {
    width: 100%;
    height: auto;
  }

  #s-6f7330de-0414-4afa-8c32-2eaab0485695 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6f7330de-0414-4afa-8c32-2eaab0485695.shogun-image {
    
    
  }


.s-6f7330de-0414-4afa-8c32-2eaab0485695 .shogun-image-content {
  
    align-items: center;
  
}

.s-6f7330de-0414-4afa-8c32-2eaab0485695.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f7330de-0414-4afa-8c32-2eaab0485695.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f7330de-0414-4afa-8c32-2eaab0485695.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6f7330de-0414-4afa-8c32-2eaab0485695 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-6f7330de-0414-4afa-8c32-2eaab0485695.shogun-image-container {
      position: relative;
    }

    .s-6f7330de-0414-4afa-8c32-2eaab0485695.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6f7330de-0414-4afa-8c32-2eaab0485695.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6f7330de-0414-4afa-8c32-2eaab0485695 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6f7330de-0414-4afa-8c32-2eaab0485695 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-6f7330de-0414-4afa-8c32-2eaab0485695 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6f7330de-0414-4afa-8c32-2eaab0485695 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6f7330de-0414-4afa-8c32-2eaab0485695 {
    width: 100%;
    height: auto;
  }

  #s-6f7330de-0414-4afa-8c32-2eaab0485695 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6f7330de-0414-4afa-8c32-2eaab0485695.shogun-image {
    
    
  }


.s-6f7330de-0414-4afa-8c32-2eaab0485695 .shogun-image-content {
  
    align-items: center;
  
}

.s-6f7330de-0414-4afa-8c32-2eaab0485695.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f7330de-0414-4afa-8c32-2eaab0485695.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f7330de-0414-4afa-8c32-2eaab0485695.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6f7330de-0414-4afa-8c32-2eaab0485695 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-6f7330de-0414-4afa-8c32-2eaab0485695.shogun-image-container {
      position: relative;
    }

    .s-6f7330de-0414-4afa-8c32-2eaab0485695.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6f7330de-0414-4afa-8c32-2eaab0485695.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6f7330de-0414-4afa-8c32-2eaab0485695 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6f7330de-0414-4afa-8c32-2eaab0485695 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-6f7330de-0414-4afa-8c32-2eaab0485695 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6f7330de-0414-4afa-8c32-2eaab0485695 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6f7330de-0414-4afa-8c32-2eaab0485695 {
    width: 100%;
    height: auto;
  }

  #s-6f7330de-0414-4afa-8c32-2eaab0485695 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6f7330de-0414-4afa-8c32-2eaab0485695.shogun-image {
    
    
  }


.s-6f7330de-0414-4afa-8c32-2eaab0485695 .shogun-image-content {
  
    align-items: center;
  
}

.s-6f7330de-0414-4afa-8c32-2eaab0485695.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f7330de-0414-4afa-8c32-2eaab0485695.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f7330de-0414-4afa-8c32-2eaab0485695.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6f7330de-0414-4afa-8c32-2eaab0485695 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-6f7330de-0414-4afa-8c32-2eaab0485695.shogun-image-container {
      position: relative;
    }

    .s-6f7330de-0414-4afa-8c32-2eaab0485695.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6f7330de-0414-4afa-8c32-2eaab0485695.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6f7330de-0414-4afa-8c32-2eaab0485695 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6f7330de-0414-4afa-8c32-2eaab0485695 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-6f7330de-0414-4afa-8c32-2eaab0485695 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6f7330de-0414-4afa-8c32-2eaab0485695 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6f7330de-0414-4afa-8c32-2eaab0485695 {
    width: 100%;
    height: auto;
  }

  #s-6f7330de-0414-4afa-8c32-2eaab0485695 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6f7330de-0414-4afa-8c32-2eaab0485695.shogun-image {
    
    
  }


.s-6f7330de-0414-4afa-8c32-2eaab0485695 .shogun-image-content {
  
    align-items: center;
  
}

.s-6f7330de-0414-4afa-8c32-2eaab0485695.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f7330de-0414-4afa-8c32-2eaab0485695.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f7330de-0414-4afa-8c32-2eaab0485695.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6f7330de-0414-4afa-8c32-2eaab0485695 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-6f7330de-0414-4afa-8c32-2eaab0485695.shogun-image-container {
      position: relative;
    }

    .s-6f7330de-0414-4afa-8c32-2eaab0485695.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6f7330de-0414-4afa-8c32-2eaab0485695.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6f7330de-0414-4afa-8c32-2eaab0485695 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476 {
  max-width: 293px;
aspect-ratio: 293/234;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476 {
    width: 100%;
    height: auto;
  }

  #s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476.shogun-image {
    
    
  }


.s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476 .shogun-image-content {
  
    align-items: center;
  
}

.s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476.shogun-image-container {
      position: relative;
    }

    .s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476 {
    width: 100%;
    height: auto;
  }

  #s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476.shogun-image {
    
    
  }


.s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476 .shogun-image-content {
  
    align-items: center;
  
}

.s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476.shogun-image-container {
      position: relative;
    }

    .s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476 {
    width: 100%;
    height: auto;
  }

  #s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476.shogun-image {
    
    
  }


.s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476 .shogun-image-content {
  
    align-items: center;
  
}

.s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476.shogun-image-container {
      position: relative;
    }

    .s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476 {
    width: 100%;
    height: auto;
  }

  #s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476.shogun-image {
    
    
  }


.s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476 .shogun-image-content {
  
    align-items: center;
  
}

.s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476.shogun-image-container {
      position: relative;
    }

    .s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476 {
    width: 100%;
    height: auto;
  }

  #s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476.shogun-image {
    
    
  }


.s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476 .shogun-image-content {
  
    align-items: center;
  
}

.s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476.shogun-image-container {
      position: relative;
    }

    .s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5d1d2b7-95e2-4e7b-83d5-5eddc165b476 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-55bf64c1-8f68-4540-b43d-54a87e7e1046 {
  max-width: 293px;
aspect-ratio: 293/234;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-55bf64c1-8f68-4540-b43d-54a87e7e1046 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-55bf64c1-8f68-4540-b43d-54a87e7e1046 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-55bf64c1-8f68-4540-b43d-54a87e7e1046 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-55bf64c1-8f68-4540-b43d-54a87e7e1046 {
    width: 100%;
    height: auto;
  }

  #s-55bf64c1-8f68-4540-b43d-54a87e7e1046 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-55bf64c1-8f68-4540-b43d-54a87e7e1046.shogun-image {
    
    
  }


.s-55bf64c1-8f68-4540-b43d-54a87e7e1046 .shogun-image-content {
  
    align-items: center;
  
}

.s-55bf64c1-8f68-4540-b43d-54a87e7e1046.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55bf64c1-8f68-4540-b43d-54a87e7e1046.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55bf64c1-8f68-4540-b43d-54a87e7e1046.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-55bf64c1-8f68-4540-b43d-54a87e7e1046 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-55bf64c1-8f68-4540-b43d-54a87e7e1046.shogun-image-container {
      position: relative;
    }

    .s-55bf64c1-8f68-4540-b43d-54a87e7e1046.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55bf64c1-8f68-4540-b43d-54a87e7e1046.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55bf64c1-8f68-4540-b43d-54a87e7e1046 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-55bf64c1-8f68-4540-b43d-54a87e7e1046 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-55bf64c1-8f68-4540-b43d-54a87e7e1046 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-55bf64c1-8f68-4540-b43d-54a87e7e1046 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-55bf64c1-8f68-4540-b43d-54a87e7e1046 {
    width: 100%;
    height: auto;
  }

  #s-55bf64c1-8f68-4540-b43d-54a87e7e1046 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-55bf64c1-8f68-4540-b43d-54a87e7e1046.shogun-image {
    
    
  }


.s-55bf64c1-8f68-4540-b43d-54a87e7e1046 .shogun-image-content {
  
    align-items: center;
  
}

.s-55bf64c1-8f68-4540-b43d-54a87e7e1046.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55bf64c1-8f68-4540-b43d-54a87e7e1046.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55bf64c1-8f68-4540-b43d-54a87e7e1046.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-55bf64c1-8f68-4540-b43d-54a87e7e1046 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-55bf64c1-8f68-4540-b43d-54a87e7e1046.shogun-image-container {
      position: relative;
    }

    .s-55bf64c1-8f68-4540-b43d-54a87e7e1046.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55bf64c1-8f68-4540-b43d-54a87e7e1046.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55bf64c1-8f68-4540-b43d-54a87e7e1046 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-55bf64c1-8f68-4540-b43d-54a87e7e1046 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-55bf64c1-8f68-4540-b43d-54a87e7e1046 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-55bf64c1-8f68-4540-b43d-54a87e7e1046 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-55bf64c1-8f68-4540-b43d-54a87e7e1046 {
    width: 100%;
    height: auto;
  }

  #s-55bf64c1-8f68-4540-b43d-54a87e7e1046 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-55bf64c1-8f68-4540-b43d-54a87e7e1046.shogun-image {
    
    
  }


.s-55bf64c1-8f68-4540-b43d-54a87e7e1046 .shogun-image-content {
  
    align-items: center;
  
}

.s-55bf64c1-8f68-4540-b43d-54a87e7e1046.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55bf64c1-8f68-4540-b43d-54a87e7e1046.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55bf64c1-8f68-4540-b43d-54a87e7e1046.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-55bf64c1-8f68-4540-b43d-54a87e7e1046 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-55bf64c1-8f68-4540-b43d-54a87e7e1046.shogun-image-container {
      position: relative;
    }

    .s-55bf64c1-8f68-4540-b43d-54a87e7e1046.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55bf64c1-8f68-4540-b43d-54a87e7e1046.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55bf64c1-8f68-4540-b43d-54a87e7e1046 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-55bf64c1-8f68-4540-b43d-54a87e7e1046 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-55bf64c1-8f68-4540-b43d-54a87e7e1046 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-55bf64c1-8f68-4540-b43d-54a87e7e1046 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-55bf64c1-8f68-4540-b43d-54a87e7e1046 {
    width: 100%;
    height: auto;
  }

  #s-55bf64c1-8f68-4540-b43d-54a87e7e1046 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-55bf64c1-8f68-4540-b43d-54a87e7e1046.shogun-image {
    
    
  }


.s-55bf64c1-8f68-4540-b43d-54a87e7e1046 .shogun-image-content {
  
    align-items: center;
  
}

.s-55bf64c1-8f68-4540-b43d-54a87e7e1046.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55bf64c1-8f68-4540-b43d-54a87e7e1046.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55bf64c1-8f68-4540-b43d-54a87e7e1046.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-55bf64c1-8f68-4540-b43d-54a87e7e1046 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-55bf64c1-8f68-4540-b43d-54a87e7e1046.shogun-image-container {
      position: relative;
    }

    .s-55bf64c1-8f68-4540-b43d-54a87e7e1046.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55bf64c1-8f68-4540-b43d-54a87e7e1046.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55bf64c1-8f68-4540-b43d-54a87e7e1046 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-55bf64c1-8f68-4540-b43d-54a87e7e1046 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-55bf64c1-8f68-4540-b43d-54a87e7e1046 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-55bf64c1-8f68-4540-b43d-54a87e7e1046 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-55bf64c1-8f68-4540-b43d-54a87e7e1046 {
    width: 100%;
    height: auto;
  }

  #s-55bf64c1-8f68-4540-b43d-54a87e7e1046 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-55bf64c1-8f68-4540-b43d-54a87e7e1046.shogun-image {
    
    
  }


.s-55bf64c1-8f68-4540-b43d-54a87e7e1046 .shogun-image-content {
  
    align-items: center;
  
}

.s-55bf64c1-8f68-4540-b43d-54a87e7e1046.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55bf64c1-8f68-4540-b43d-54a87e7e1046.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55bf64c1-8f68-4540-b43d-54a87e7e1046.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-55bf64c1-8f68-4540-b43d-54a87e7e1046 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-55bf64c1-8f68-4540-b43d-54a87e7e1046.shogun-image-container {
      position: relative;
    }

    .s-55bf64c1-8f68-4540-b43d-54a87e7e1046.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55bf64c1-8f68-4540-b43d-54a87e7e1046.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55bf64c1-8f68-4540-b43d-54a87e7e1046 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-3e148af7-f27a-4ba1-927a-93296faa8ee8 {
  max-width: 293px;
aspect-ratio: 293/234;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-3e148af7-f27a-4ba1-927a-93296faa8ee8 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-3e148af7-f27a-4ba1-927a-93296faa8ee8 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3e148af7-f27a-4ba1-927a-93296faa8ee8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3e148af7-f27a-4ba1-927a-93296faa8ee8 {
    width: 100%;
    height: auto;
  }

  #s-3e148af7-f27a-4ba1-927a-93296faa8ee8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3e148af7-f27a-4ba1-927a-93296faa8ee8.shogun-image {
    
    
  }


.s-3e148af7-f27a-4ba1-927a-93296faa8ee8 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e148af7-f27a-4ba1-927a-93296faa8ee8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e148af7-f27a-4ba1-927a-93296faa8ee8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e148af7-f27a-4ba1-927a-93296faa8ee8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3e148af7-f27a-4ba1-927a-93296faa8ee8 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-3e148af7-f27a-4ba1-927a-93296faa8ee8.shogun-image-container {
      position: relative;
    }

    .s-3e148af7-f27a-4ba1-927a-93296faa8ee8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e148af7-f27a-4ba1-927a-93296faa8ee8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e148af7-f27a-4ba1-927a-93296faa8ee8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-3e148af7-f27a-4ba1-927a-93296faa8ee8 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-3e148af7-f27a-4ba1-927a-93296faa8ee8 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3e148af7-f27a-4ba1-927a-93296faa8ee8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3e148af7-f27a-4ba1-927a-93296faa8ee8 {
    width: 100%;
    height: auto;
  }

  #s-3e148af7-f27a-4ba1-927a-93296faa8ee8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3e148af7-f27a-4ba1-927a-93296faa8ee8.shogun-image {
    
    
  }


.s-3e148af7-f27a-4ba1-927a-93296faa8ee8 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e148af7-f27a-4ba1-927a-93296faa8ee8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e148af7-f27a-4ba1-927a-93296faa8ee8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e148af7-f27a-4ba1-927a-93296faa8ee8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3e148af7-f27a-4ba1-927a-93296faa8ee8 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-3e148af7-f27a-4ba1-927a-93296faa8ee8.shogun-image-container {
      position: relative;
    }

    .s-3e148af7-f27a-4ba1-927a-93296faa8ee8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e148af7-f27a-4ba1-927a-93296faa8ee8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e148af7-f27a-4ba1-927a-93296faa8ee8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3e148af7-f27a-4ba1-927a-93296faa8ee8 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-3e148af7-f27a-4ba1-927a-93296faa8ee8 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3e148af7-f27a-4ba1-927a-93296faa8ee8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3e148af7-f27a-4ba1-927a-93296faa8ee8 {
    width: 100%;
    height: auto;
  }

  #s-3e148af7-f27a-4ba1-927a-93296faa8ee8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3e148af7-f27a-4ba1-927a-93296faa8ee8.shogun-image {
    
    
  }


.s-3e148af7-f27a-4ba1-927a-93296faa8ee8 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e148af7-f27a-4ba1-927a-93296faa8ee8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e148af7-f27a-4ba1-927a-93296faa8ee8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e148af7-f27a-4ba1-927a-93296faa8ee8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3e148af7-f27a-4ba1-927a-93296faa8ee8 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-3e148af7-f27a-4ba1-927a-93296faa8ee8.shogun-image-container {
      position: relative;
    }

    .s-3e148af7-f27a-4ba1-927a-93296faa8ee8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e148af7-f27a-4ba1-927a-93296faa8ee8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e148af7-f27a-4ba1-927a-93296faa8ee8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3e148af7-f27a-4ba1-927a-93296faa8ee8 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-3e148af7-f27a-4ba1-927a-93296faa8ee8 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3e148af7-f27a-4ba1-927a-93296faa8ee8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3e148af7-f27a-4ba1-927a-93296faa8ee8 {
    width: 100%;
    height: auto;
  }

  #s-3e148af7-f27a-4ba1-927a-93296faa8ee8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3e148af7-f27a-4ba1-927a-93296faa8ee8.shogun-image {
    
    
  }


.s-3e148af7-f27a-4ba1-927a-93296faa8ee8 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e148af7-f27a-4ba1-927a-93296faa8ee8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e148af7-f27a-4ba1-927a-93296faa8ee8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e148af7-f27a-4ba1-927a-93296faa8ee8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3e148af7-f27a-4ba1-927a-93296faa8ee8 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-3e148af7-f27a-4ba1-927a-93296faa8ee8.shogun-image-container {
      position: relative;
    }

    .s-3e148af7-f27a-4ba1-927a-93296faa8ee8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e148af7-f27a-4ba1-927a-93296faa8ee8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e148af7-f27a-4ba1-927a-93296faa8ee8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3e148af7-f27a-4ba1-927a-93296faa8ee8 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-3e148af7-f27a-4ba1-927a-93296faa8ee8 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3e148af7-f27a-4ba1-927a-93296faa8ee8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3e148af7-f27a-4ba1-927a-93296faa8ee8 {
    width: 100%;
    height: auto;
  }

  #s-3e148af7-f27a-4ba1-927a-93296faa8ee8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3e148af7-f27a-4ba1-927a-93296faa8ee8.shogun-image {
    
    
  }


.s-3e148af7-f27a-4ba1-927a-93296faa8ee8 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e148af7-f27a-4ba1-927a-93296faa8ee8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e148af7-f27a-4ba1-927a-93296faa8ee8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e148af7-f27a-4ba1-927a-93296faa8ee8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3e148af7-f27a-4ba1-927a-93296faa8ee8 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-3e148af7-f27a-4ba1-927a-93296faa8ee8.shogun-image-container {
      position: relative;
    }

    .s-3e148af7-f27a-4ba1-927a-93296faa8ee8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e148af7-f27a-4ba1-927a-93296faa8ee8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e148af7-f27a-4ba1-927a-93296faa8ee8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
@media (min-width: 0px) {
[id="s-6e672858-fb2b-4cf0-ad0c-c187e40c1b97"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6e672858-fb2b-4cf0-ad0c-c187e40c1b97"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-6e672858-fb2b-4cf0-ad0c-c187e40c1b97"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e672858-fb2b-4cf0-ad0c-c187e40c1b97"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-1e1b9e75-8d39-491a-932f-e515dc07a523 {
  max-width: 293px;
aspect-ratio: 293/234;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-1e1b9e75-8d39-491a-932f-e515dc07a523 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-1e1b9e75-8d39-491a-932f-e515dc07a523 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e1b9e75-8d39-491a-932f-e515dc07a523 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1e1b9e75-8d39-491a-932f-e515dc07a523 {
    width: 100%;
    height: auto;
  }

  #s-1e1b9e75-8d39-491a-932f-e515dc07a523 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1e1b9e75-8d39-491a-932f-e515dc07a523.shogun-image {
    
    
  }


.s-1e1b9e75-8d39-491a-932f-e515dc07a523 .shogun-image-content {
  
    align-items: center;
  
}

.s-1e1b9e75-8d39-491a-932f-e515dc07a523.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e1b9e75-8d39-491a-932f-e515dc07a523.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e1b9e75-8d39-491a-932f-e515dc07a523.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e1b9e75-8d39-491a-932f-e515dc07a523 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-1e1b9e75-8d39-491a-932f-e515dc07a523.shogun-image-container {
      position: relative;
    }

    .s-1e1b9e75-8d39-491a-932f-e515dc07a523.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e1b9e75-8d39-491a-932f-e515dc07a523.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e1b9e75-8d39-491a-932f-e515dc07a523 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-1e1b9e75-8d39-491a-932f-e515dc07a523 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-1e1b9e75-8d39-491a-932f-e515dc07a523 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e1b9e75-8d39-491a-932f-e515dc07a523 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1e1b9e75-8d39-491a-932f-e515dc07a523 {
    width: 100%;
    height: auto;
  }

  #s-1e1b9e75-8d39-491a-932f-e515dc07a523 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1e1b9e75-8d39-491a-932f-e515dc07a523.shogun-image {
    
    
  }


.s-1e1b9e75-8d39-491a-932f-e515dc07a523 .shogun-image-content {
  
    align-items: center;
  
}

.s-1e1b9e75-8d39-491a-932f-e515dc07a523.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e1b9e75-8d39-491a-932f-e515dc07a523.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e1b9e75-8d39-491a-932f-e515dc07a523.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e1b9e75-8d39-491a-932f-e515dc07a523 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-1e1b9e75-8d39-491a-932f-e515dc07a523.shogun-image-container {
      position: relative;
    }

    .s-1e1b9e75-8d39-491a-932f-e515dc07a523.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e1b9e75-8d39-491a-932f-e515dc07a523.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e1b9e75-8d39-491a-932f-e515dc07a523 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1e1b9e75-8d39-491a-932f-e515dc07a523 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-1e1b9e75-8d39-491a-932f-e515dc07a523 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e1b9e75-8d39-491a-932f-e515dc07a523 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1e1b9e75-8d39-491a-932f-e515dc07a523 {
    width: 100%;
    height: auto;
  }

  #s-1e1b9e75-8d39-491a-932f-e515dc07a523 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1e1b9e75-8d39-491a-932f-e515dc07a523.shogun-image {
    
    
  }


.s-1e1b9e75-8d39-491a-932f-e515dc07a523 .shogun-image-content {
  
    align-items: center;
  
}

.s-1e1b9e75-8d39-491a-932f-e515dc07a523.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e1b9e75-8d39-491a-932f-e515dc07a523.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e1b9e75-8d39-491a-932f-e515dc07a523.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e1b9e75-8d39-491a-932f-e515dc07a523 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-1e1b9e75-8d39-491a-932f-e515dc07a523.shogun-image-container {
      position: relative;
    }

    .s-1e1b9e75-8d39-491a-932f-e515dc07a523.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e1b9e75-8d39-491a-932f-e515dc07a523.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e1b9e75-8d39-491a-932f-e515dc07a523 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1e1b9e75-8d39-491a-932f-e515dc07a523 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-1e1b9e75-8d39-491a-932f-e515dc07a523 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e1b9e75-8d39-491a-932f-e515dc07a523 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1e1b9e75-8d39-491a-932f-e515dc07a523 {
    width: 100%;
    height: auto;
  }

  #s-1e1b9e75-8d39-491a-932f-e515dc07a523 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1e1b9e75-8d39-491a-932f-e515dc07a523.shogun-image {
    
    
  }


.s-1e1b9e75-8d39-491a-932f-e515dc07a523 .shogun-image-content {
  
    align-items: center;
  
}

.s-1e1b9e75-8d39-491a-932f-e515dc07a523.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e1b9e75-8d39-491a-932f-e515dc07a523.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e1b9e75-8d39-491a-932f-e515dc07a523.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e1b9e75-8d39-491a-932f-e515dc07a523 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-1e1b9e75-8d39-491a-932f-e515dc07a523.shogun-image-container {
      position: relative;
    }

    .s-1e1b9e75-8d39-491a-932f-e515dc07a523.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e1b9e75-8d39-491a-932f-e515dc07a523.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e1b9e75-8d39-491a-932f-e515dc07a523 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1e1b9e75-8d39-491a-932f-e515dc07a523 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-1e1b9e75-8d39-491a-932f-e515dc07a523 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e1b9e75-8d39-491a-932f-e515dc07a523 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1e1b9e75-8d39-491a-932f-e515dc07a523 {
    width: 100%;
    height: auto;
  }

  #s-1e1b9e75-8d39-491a-932f-e515dc07a523 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1e1b9e75-8d39-491a-932f-e515dc07a523.shogun-image {
    
    
  }


.s-1e1b9e75-8d39-491a-932f-e515dc07a523 .shogun-image-content {
  
    align-items: center;
  
}

.s-1e1b9e75-8d39-491a-932f-e515dc07a523.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e1b9e75-8d39-491a-932f-e515dc07a523.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e1b9e75-8d39-491a-932f-e515dc07a523.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e1b9e75-8d39-491a-932f-e515dc07a523 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-1e1b9e75-8d39-491a-932f-e515dc07a523.shogun-image-container {
      position: relative;
    }

    .s-1e1b9e75-8d39-491a-932f-e515dc07a523.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e1b9e75-8d39-491a-932f-e515dc07a523.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e1b9e75-8d39-491a-932f-e515dc07a523 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-28f54a3e-8740-4999-acc6-23adcf248159 {
  margin-left: -8%;
margin-right: -8%;
padding-left: 0%;
}

#s-c422042a-7e6b-4b32-8783-b79d213e8331 {
  max-width: 293px;
aspect-ratio: 293/234;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-c422042a-7e6b-4b32-8783-b79d213e8331 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-c422042a-7e6b-4b32-8783-b79d213e8331 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c422042a-7e6b-4b32-8783-b79d213e8331 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c422042a-7e6b-4b32-8783-b79d213e8331 {
    width: 100%;
    height: auto;
  }

  #s-c422042a-7e6b-4b32-8783-b79d213e8331 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c422042a-7e6b-4b32-8783-b79d213e8331.shogun-image {
    
    
  }


.s-c422042a-7e6b-4b32-8783-b79d213e8331 .shogun-image-content {
  
    align-items: center;
  
}

.s-c422042a-7e6b-4b32-8783-b79d213e8331.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c422042a-7e6b-4b32-8783-b79d213e8331.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c422042a-7e6b-4b32-8783-b79d213e8331.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c422042a-7e6b-4b32-8783-b79d213e8331 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-c422042a-7e6b-4b32-8783-b79d213e8331.shogun-image-container {
      position: relative;
    }

    .s-c422042a-7e6b-4b32-8783-b79d213e8331.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c422042a-7e6b-4b32-8783-b79d213e8331.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c422042a-7e6b-4b32-8783-b79d213e8331 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-c422042a-7e6b-4b32-8783-b79d213e8331 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-c422042a-7e6b-4b32-8783-b79d213e8331 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c422042a-7e6b-4b32-8783-b79d213e8331 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c422042a-7e6b-4b32-8783-b79d213e8331 {
    width: 100%;
    height: auto;
  }

  #s-c422042a-7e6b-4b32-8783-b79d213e8331 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c422042a-7e6b-4b32-8783-b79d213e8331.shogun-image {
    
    
  }


.s-c422042a-7e6b-4b32-8783-b79d213e8331 .shogun-image-content {
  
    align-items: center;
  
}

.s-c422042a-7e6b-4b32-8783-b79d213e8331.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c422042a-7e6b-4b32-8783-b79d213e8331.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c422042a-7e6b-4b32-8783-b79d213e8331.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c422042a-7e6b-4b32-8783-b79d213e8331 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-c422042a-7e6b-4b32-8783-b79d213e8331.shogun-image-container {
      position: relative;
    }

    .s-c422042a-7e6b-4b32-8783-b79d213e8331.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c422042a-7e6b-4b32-8783-b79d213e8331.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c422042a-7e6b-4b32-8783-b79d213e8331 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-c422042a-7e6b-4b32-8783-b79d213e8331 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-c422042a-7e6b-4b32-8783-b79d213e8331 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c422042a-7e6b-4b32-8783-b79d213e8331 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c422042a-7e6b-4b32-8783-b79d213e8331 {
    width: 100%;
    height: auto;
  }

  #s-c422042a-7e6b-4b32-8783-b79d213e8331 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c422042a-7e6b-4b32-8783-b79d213e8331.shogun-image {
    
    
  }


.s-c422042a-7e6b-4b32-8783-b79d213e8331 .shogun-image-content {
  
    align-items: center;
  
}

.s-c422042a-7e6b-4b32-8783-b79d213e8331.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c422042a-7e6b-4b32-8783-b79d213e8331.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c422042a-7e6b-4b32-8783-b79d213e8331.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c422042a-7e6b-4b32-8783-b79d213e8331 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-c422042a-7e6b-4b32-8783-b79d213e8331.shogun-image-container {
      position: relative;
    }

    .s-c422042a-7e6b-4b32-8783-b79d213e8331.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c422042a-7e6b-4b32-8783-b79d213e8331.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c422042a-7e6b-4b32-8783-b79d213e8331 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-c422042a-7e6b-4b32-8783-b79d213e8331 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-c422042a-7e6b-4b32-8783-b79d213e8331 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c422042a-7e6b-4b32-8783-b79d213e8331 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c422042a-7e6b-4b32-8783-b79d213e8331 {
    width: 100%;
    height: auto;
  }

  #s-c422042a-7e6b-4b32-8783-b79d213e8331 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c422042a-7e6b-4b32-8783-b79d213e8331.shogun-image {
    
    
  }


.s-c422042a-7e6b-4b32-8783-b79d213e8331 .shogun-image-content {
  
    align-items: center;
  
}

.s-c422042a-7e6b-4b32-8783-b79d213e8331.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c422042a-7e6b-4b32-8783-b79d213e8331.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c422042a-7e6b-4b32-8783-b79d213e8331.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c422042a-7e6b-4b32-8783-b79d213e8331 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-c422042a-7e6b-4b32-8783-b79d213e8331.shogun-image-container {
      position: relative;
    }

    .s-c422042a-7e6b-4b32-8783-b79d213e8331.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c422042a-7e6b-4b32-8783-b79d213e8331.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c422042a-7e6b-4b32-8783-b79d213e8331 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-c422042a-7e6b-4b32-8783-b79d213e8331 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-c422042a-7e6b-4b32-8783-b79d213e8331 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c422042a-7e6b-4b32-8783-b79d213e8331 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c422042a-7e6b-4b32-8783-b79d213e8331 {
    width: 100%;
    height: auto;
  }

  #s-c422042a-7e6b-4b32-8783-b79d213e8331 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c422042a-7e6b-4b32-8783-b79d213e8331.shogun-image {
    
    
  }


.s-c422042a-7e6b-4b32-8783-b79d213e8331 .shogun-image-content {
  
    align-items: center;
  
}

.s-c422042a-7e6b-4b32-8783-b79d213e8331.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c422042a-7e6b-4b32-8783-b79d213e8331.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c422042a-7e6b-4b32-8783-b79d213e8331.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c422042a-7e6b-4b32-8783-b79d213e8331 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-c422042a-7e6b-4b32-8783-b79d213e8331.shogun-image-container {
      position: relative;
    }

    .s-c422042a-7e6b-4b32-8783-b79d213e8331.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c422042a-7e6b-4b32-8783-b79d213e8331.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c422042a-7e6b-4b32-8783-b79d213e8331 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb {
  max-width: 293px;
aspect-ratio: 293/234;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb {
    width: 100%;
    height: auto;
  }

  #s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb.shogun-image {
    
    
  }


.s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb .shogun-image-content {
  
    align-items: center;
  
}

.s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb.shogun-image-container {
      position: relative;
    }

    .s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb {
    width: 100%;
    height: auto;
  }

  #s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb.shogun-image {
    
    
  }


.s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb .shogun-image-content {
  
    align-items: center;
  
}

.s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb.shogun-image-container {
      position: relative;
    }

    .s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb {
    width: 100%;
    height: auto;
  }

  #s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb.shogun-image {
    
    
  }


.s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb .shogun-image-content {
  
    align-items: center;
  
}

.s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb.shogun-image-container {
      position: relative;
    }

    .s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb {
    width: 100%;
    height: auto;
  }

  #s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb.shogun-image {
    
    
  }


.s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb .shogun-image-content {
  
    align-items: center;
  
}

.s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb.shogun-image-container {
      position: relative;
    }

    .s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb {
    width: 100%;
    height: auto;
  }

  #s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb.shogun-image {
    
    
  }


.s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb .shogun-image-content {
  
    align-items: center;
  
}

.s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb.shogun-image-container {
      position: relative;
    }

    .s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6655c6ec-17e1-49dd-adc4-2ddb9f0a8ccb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-df107064-3046-4425-88f7-55a0c6c19435 {
  max-width: 293px;
aspect-ratio: 293/234;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-df107064-3046-4425-88f7-55a0c6c19435 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-df107064-3046-4425-88f7-55a0c6c19435 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df107064-3046-4425-88f7-55a0c6c19435 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-df107064-3046-4425-88f7-55a0c6c19435 {
    width: 100%;
    height: auto;
  }

  #s-df107064-3046-4425-88f7-55a0c6c19435 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-df107064-3046-4425-88f7-55a0c6c19435.shogun-image {
    
    
  }


.s-df107064-3046-4425-88f7-55a0c6c19435 .shogun-image-content {
  
    align-items: center;
  
}

.s-df107064-3046-4425-88f7-55a0c6c19435.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df107064-3046-4425-88f7-55a0c6c19435.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df107064-3046-4425-88f7-55a0c6c19435.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-df107064-3046-4425-88f7-55a0c6c19435 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-df107064-3046-4425-88f7-55a0c6c19435.shogun-image-container {
      position: relative;
    }

    .s-df107064-3046-4425-88f7-55a0c6c19435.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df107064-3046-4425-88f7-55a0c6c19435.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df107064-3046-4425-88f7-55a0c6c19435 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-df107064-3046-4425-88f7-55a0c6c19435 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-df107064-3046-4425-88f7-55a0c6c19435 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df107064-3046-4425-88f7-55a0c6c19435 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-df107064-3046-4425-88f7-55a0c6c19435 {
    width: 100%;
    height: auto;
  }

  #s-df107064-3046-4425-88f7-55a0c6c19435 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-df107064-3046-4425-88f7-55a0c6c19435.shogun-image {
    
    
  }


.s-df107064-3046-4425-88f7-55a0c6c19435 .shogun-image-content {
  
    align-items: center;
  
}

.s-df107064-3046-4425-88f7-55a0c6c19435.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df107064-3046-4425-88f7-55a0c6c19435.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df107064-3046-4425-88f7-55a0c6c19435.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-df107064-3046-4425-88f7-55a0c6c19435 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-df107064-3046-4425-88f7-55a0c6c19435.shogun-image-container {
      position: relative;
    }

    .s-df107064-3046-4425-88f7-55a0c6c19435.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df107064-3046-4425-88f7-55a0c6c19435.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df107064-3046-4425-88f7-55a0c6c19435 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-df107064-3046-4425-88f7-55a0c6c19435 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-df107064-3046-4425-88f7-55a0c6c19435 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df107064-3046-4425-88f7-55a0c6c19435 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-df107064-3046-4425-88f7-55a0c6c19435 {
    width: 100%;
    height: auto;
  }

  #s-df107064-3046-4425-88f7-55a0c6c19435 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-df107064-3046-4425-88f7-55a0c6c19435.shogun-image {
    
    
  }


.s-df107064-3046-4425-88f7-55a0c6c19435 .shogun-image-content {
  
    align-items: center;
  
}

.s-df107064-3046-4425-88f7-55a0c6c19435.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df107064-3046-4425-88f7-55a0c6c19435.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df107064-3046-4425-88f7-55a0c6c19435.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-df107064-3046-4425-88f7-55a0c6c19435 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-df107064-3046-4425-88f7-55a0c6c19435.shogun-image-container {
      position: relative;
    }

    .s-df107064-3046-4425-88f7-55a0c6c19435.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df107064-3046-4425-88f7-55a0c6c19435.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df107064-3046-4425-88f7-55a0c6c19435 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-df107064-3046-4425-88f7-55a0c6c19435 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-df107064-3046-4425-88f7-55a0c6c19435 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df107064-3046-4425-88f7-55a0c6c19435 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-df107064-3046-4425-88f7-55a0c6c19435 {
    width: 100%;
    height: auto;
  }

  #s-df107064-3046-4425-88f7-55a0c6c19435 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-df107064-3046-4425-88f7-55a0c6c19435.shogun-image {
    
    
  }


.s-df107064-3046-4425-88f7-55a0c6c19435 .shogun-image-content {
  
    align-items: center;
  
}

.s-df107064-3046-4425-88f7-55a0c6c19435.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df107064-3046-4425-88f7-55a0c6c19435.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df107064-3046-4425-88f7-55a0c6c19435.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-df107064-3046-4425-88f7-55a0c6c19435 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-df107064-3046-4425-88f7-55a0c6c19435.shogun-image-container {
      position: relative;
    }

    .s-df107064-3046-4425-88f7-55a0c6c19435.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df107064-3046-4425-88f7-55a0c6c19435.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df107064-3046-4425-88f7-55a0c6c19435 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-df107064-3046-4425-88f7-55a0c6c19435 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-df107064-3046-4425-88f7-55a0c6c19435 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df107064-3046-4425-88f7-55a0c6c19435 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-df107064-3046-4425-88f7-55a0c6c19435 {
    width: 100%;
    height: auto;
  }

  #s-df107064-3046-4425-88f7-55a0c6c19435 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-df107064-3046-4425-88f7-55a0c6c19435.shogun-image {
    
    
  }


.s-df107064-3046-4425-88f7-55a0c6c19435 .shogun-image-content {
  
    align-items: center;
  
}

.s-df107064-3046-4425-88f7-55a0c6c19435.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df107064-3046-4425-88f7-55a0c6c19435.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df107064-3046-4425-88f7-55a0c6c19435.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-df107064-3046-4425-88f7-55a0c6c19435 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-df107064-3046-4425-88f7-55a0c6c19435.shogun-image-container {
      position: relative;
    }

    .s-df107064-3046-4425-88f7-55a0c6c19435.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df107064-3046-4425-88f7-55a0c6c19435.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df107064-3046-4425-88f7-55a0c6c19435 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1 {
  max-width: 293px;
aspect-ratio: 293/234;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1 {
    width: 100%;
    height: auto;
  }

  #s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1.shogun-image {
    
    
  }


.s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1.shogun-image-container {
      position: relative;
    }

    .s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1 {
    width: 100%;
    height: auto;
  }

  #s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1.shogun-image {
    
    
  }


.s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1.shogun-image-container {
      position: relative;
    }

    .s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1 {
    width: 100%;
    height: auto;
  }

  #s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1.shogun-image {
    
    
  }


.s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1.shogun-image-container {
      position: relative;
    }

    .s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1 {
    width: 100%;
    height: auto;
  }

  #s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1.shogun-image {
    
    
  }


.s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1.shogun-image-container {
      position: relative;
    }

    .s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1 {
    width: 100%;
    height: auto;
  }

  #s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1.shogun-image {
    
    
  }


.s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1.shogun-image-container {
      position: relative;
    }

    .s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88ec4c13-a7a7-42f5-a9e2-c0175528e1e1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-3b74fbe7-4aed-420d-9e56-0d67d073f183 {
  max-width: 293px;
aspect-ratio: 293/234;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-3b74fbe7-4aed-420d-9e56-0d67d073f183 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-3b74fbe7-4aed-420d-9e56-0d67d073f183 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b74fbe7-4aed-420d-9e56-0d67d073f183 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3b74fbe7-4aed-420d-9e56-0d67d073f183 {
    width: 100%;
    height: auto;
  }

  #s-3b74fbe7-4aed-420d-9e56-0d67d073f183 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3b74fbe7-4aed-420d-9e56-0d67d073f183.shogun-image {
    
    
  }


.s-3b74fbe7-4aed-420d-9e56-0d67d073f183 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b74fbe7-4aed-420d-9e56-0d67d073f183.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b74fbe7-4aed-420d-9e56-0d67d073f183.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b74fbe7-4aed-420d-9e56-0d67d073f183.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3b74fbe7-4aed-420d-9e56-0d67d073f183 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-3b74fbe7-4aed-420d-9e56-0d67d073f183.shogun-image-container {
      position: relative;
    }

    .s-3b74fbe7-4aed-420d-9e56-0d67d073f183.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b74fbe7-4aed-420d-9e56-0d67d073f183.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b74fbe7-4aed-420d-9e56-0d67d073f183 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b74fbe7-4aed-420d-9e56-0d67d073f183 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-3b74fbe7-4aed-420d-9e56-0d67d073f183 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b74fbe7-4aed-420d-9e56-0d67d073f183 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3b74fbe7-4aed-420d-9e56-0d67d073f183 {
    width: 100%;
    height: auto;
  }

  #s-3b74fbe7-4aed-420d-9e56-0d67d073f183 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3b74fbe7-4aed-420d-9e56-0d67d073f183.shogun-image {
    
    
  }


.s-3b74fbe7-4aed-420d-9e56-0d67d073f183 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b74fbe7-4aed-420d-9e56-0d67d073f183.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b74fbe7-4aed-420d-9e56-0d67d073f183.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b74fbe7-4aed-420d-9e56-0d67d073f183.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3b74fbe7-4aed-420d-9e56-0d67d073f183 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-3b74fbe7-4aed-420d-9e56-0d67d073f183.shogun-image-container {
      position: relative;
    }

    .s-3b74fbe7-4aed-420d-9e56-0d67d073f183.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b74fbe7-4aed-420d-9e56-0d67d073f183.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b74fbe7-4aed-420d-9e56-0d67d073f183 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b74fbe7-4aed-420d-9e56-0d67d073f183 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-3b74fbe7-4aed-420d-9e56-0d67d073f183 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b74fbe7-4aed-420d-9e56-0d67d073f183 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3b74fbe7-4aed-420d-9e56-0d67d073f183 {
    width: 100%;
    height: auto;
  }

  #s-3b74fbe7-4aed-420d-9e56-0d67d073f183 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3b74fbe7-4aed-420d-9e56-0d67d073f183.shogun-image {
    
    
  }


.s-3b74fbe7-4aed-420d-9e56-0d67d073f183 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b74fbe7-4aed-420d-9e56-0d67d073f183.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b74fbe7-4aed-420d-9e56-0d67d073f183.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b74fbe7-4aed-420d-9e56-0d67d073f183.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3b74fbe7-4aed-420d-9e56-0d67d073f183 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-3b74fbe7-4aed-420d-9e56-0d67d073f183.shogun-image-container {
      position: relative;
    }

    .s-3b74fbe7-4aed-420d-9e56-0d67d073f183.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b74fbe7-4aed-420d-9e56-0d67d073f183.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b74fbe7-4aed-420d-9e56-0d67d073f183 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b74fbe7-4aed-420d-9e56-0d67d073f183 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-3b74fbe7-4aed-420d-9e56-0d67d073f183 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b74fbe7-4aed-420d-9e56-0d67d073f183 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3b74fbe7-4aed-420d-9e56-0d67d073f183 {
    width: 100%;
    height: auto;
  }

  #s-3b74fbe7-4aed-420d-9e56-0d67d073f183 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3b74fbe7-4aed-420d-9e56-0d67d073f183.shogun-image {
    
    
  }


.s-3b74fbe7-4aed-420d-9e56-0d67d073f183 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b74fbe7-4aed-420d-9e56-0d67d073f183.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b74fbe7-4aed-420d-9e56-0d67d073f183.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b74fbe7-4aed-420d-9e56-0d67d073f183.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3b74fbe7-4aed-420d-9e56-0d67d073f183 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-3b74fbe7-4aed-420d-9e56-0d67d073f183.shogun-image-container {
      position: relative;
    }

    .s-3b74fbe7-4aed-420d-9e56-0d67d073f183.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b74fbe7-4aed-420d-9e56-0d67d073f183.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b74fbe7-4aed-420d-9e56-0d67d073f183 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b74fbe7-4aed-420d-9e56-0d67d073f183 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-3b74fbe7-4aed-420d-9e56-0d67d073f183 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b74fbe7-4aed-420d-9e56-0d67d073f183 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3b74fbe7-4aed-420d-9e56-0d67d073f183 {
    width: 100%;
    height: auto;
  }

  #s-3b74fbe7-4aed-420d-9e56-0d67d073f183 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3b74fbe7-4aed-420d-9e56-0d67d073f183.shogun-image {
    
    
  }


.s-3b74fbe7-4aed-420d-9e56-0d67d073f183 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b74fbe7-4aed-420d-9e56-0d67d073f183.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b74fbe7-4aed-420d-9e56-0d67d073f183.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b74fbe7-4aed-420d-9e56-0d67d073f183.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3b74fbe7-4aed-420d-9e56-0d67d073f183 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-3b74fbe7-4aed-420d-9e56-0d67d073f183.shogun-image-container {
      position: relative;
    }

    .s-3b74fbe7-4aed-420d-9e56-0d67d073f183.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b74fbe7-4aed-420d-9e56-0d67d073f183.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b74fbe7-4aed-420d-9e56-0d67d073f183 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-e64fa7d9-4c42-4f0c-8de6-8f264edec2c9 {
  background-size: 0px 0px;
margin-top: 25px;
margin-left: 0%;
margin-bottom: 25px;
margin-right: 0%;
padding-top: 2px;
padding-left: 10px;
padding-bottom: 2px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 101, 93, 1);
border-style: solid;
border-radius: 6px;
min-height: 0px;
max-width: 100%;
background-color: rgba(0, 113, 103, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 4px;
background-position: center center;
background-repeat: no-repeat;
}
#s-e64fa7d9-4c42-4f0c-8de6-8f264edec2c9:hover {background-color: rgba(255, 157, 108, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e64fa7d9-4c42-4f0c-8de6-8f264edec2c9:active {background-color: rgba(102, 209, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-e64fa7d9-4c42-4f0c-8de6-8f264edec2c9-root {
    text-align: center;
  }


#s-e64fa7d9-4c42-4f0c-8de6-8f264edec2c9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e64fa7d9-4c42-4f0c-8de6-8f264edec2c9-root {
    text-align: center;
  }


#s-e64fa7d9-4c42-4f0c-8de6-8f264edec2c9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e64fa7d9-4c42-4f0c-8de6-8f264edec2c9-root {
    text-align: center;
  }


#s-e64fa7d9-4c42-4f0c-8de6-8f264edec2c9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e64fa7d9-4c42-4f0c-8de6-8f264edec2c9-root {
    text-align: center;
  }


#s-e64fa7d9-4c42-4f0c-8de6-8f264edec2c9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e64fa7d9-4c42-4f0c-8de6-8f264edec2c9-root {
    text-align: center;
  }


#s-e64fa7d9-4c42-4f0c-8de6-8f264edec2c9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-8780efd8-4f28-4eff-9f96-c1aaad1efa06 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-8780efd8-4f28-4eff-9f96-c1aaad1efa06 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-8780efd8-4f28-4eff-9f96-c1aaad1efa06 .shg-sld-nav-button.shg-sld-left,
#s-8780efd8-4f28-4eff-9f96-c1aaad1efa06 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-12da79ed-3eea-49a7-9306-34ae79ad70dd {
  max-width: 2048px;
aspect-ratio: 2048/658;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-12da79ed-3eea-49a7-9306-34ae79ad70dd .shg-image-content-wrapper {
      aspect-ratio: 2048/658;
      min-width: 100%;
      height: auto;
    }

    #s-12da79ed-3eea-49a7-9306-34ae79ad70dd .shogun-image-link {
      aspect-ratio: 2048/658;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12da79ed-3eea-49a7-9306-34ae79ad70dd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-12da79ed-3eea-49a7-9306-34ae79ad70dd {
    width: 100%;
    height: auto;
  }

  #s-12da79ed-3eea-49a7-9306-34ae79ad70dd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-12da79ed-3eea-49a7-9306-34ae79ad70dd.shogun-image {
    
    
  }


.s-12da79ed-3eea-49a7-9306-34ae79ad70dd .shogun-image-content {
  
    align-items: center;
  
}

.s-12da79ed-3eea-49a7-9306-34ae79ad70dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12da79ed-3eea-49a7-9306-34ae79ad70dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12da79ed-3eea-49a7-9306-34ae79ad70dd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-12da79ed-3eea-49a7-9306-34ae79ad70dd {
      --shg-aspect-ratio: calc(2048/658); 
    }

    .s-12da79ed-3eea-49a7-9306-34ae79ad70dd.shogun-image-container {
      position: relative;
    }

    .s-12da79ed-3eea-49a7-9306-34ae79ad70dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12da79ed-3eea-49a7-9306-34ae79ad70dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12da79ed-3eea-49a7-9306-34ae79ad70dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-12da79ed-3eea-49a7-9306-34ae79ad70dd .shg-image-content-wrapper {
      aspect-ratio: 2048/658;
      min-width: 100%;
      height: auto;
    }

    #s-12da79ed-3eea-49a7-9306-34ae79ad70dd .shogun-image-link {
      aspect-ratio: 2048/658;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12da79ed-3eea-49a7-9306-34ae79ad70dd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-12da79ed-3eea-49a7-9306-34ae79ad70dd {
    width: 100%;
    height: auto;
  }

  #s-12da79ed-3eea-49a7-9306-34ae79ad70dd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-12da79ed-3eea-49a7-9306-34ae79ad70dd.shogun-image {
    
    
  }


.s-12da79ed-3eea-49a7-9306-34ae79ad70dd .shogun-image-content {
  
    align-items: center;
  
}

.s-12da79ed-3eea-49a7-9306-34ae79ad70dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12da79ed-3eea-49a7-9306-34ae79ad70dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12da79ed-3eea-49a7-9306-34ae79ad70dd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-12da79ed-3eea-49a7-9306-34ae79ad70dd {
      --shg-aspect-ratio: calc(2048/658); 
    }

    .s-12da79ed-3eea-49a7-9306-34ae79ad70dd.shogun-image-container {
      position: relative;
    }

    .s-12da79ed-3eea-49a7-9306-34ae79ad70dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12da79ed-3eea-49a7-9306-34ae79ad70dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12da79ed-3eea-49a7-9306-34ae79ad70dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-12da79ed-3eea-49a7-9306-34ae79ad70dd .shg-image-content-wrapper {
      aspect-ratio: 2048/658;
      min-width: 100%;
      height: auto;
    }

    #s-12da79ed-3eea-49a7-9306-34ae79ad70dd .shogun-image-link {
      aspect-ratio: 2048/658;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12da79ed-3eea-49a7-9306-34ae79ad70dd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-12da79ed-3eea-49a7-9306-34ae79ad70dd {
    width: 100%;
    height: auto;
  }

  #s-12da79ed-3eea-49a7-9306-34ae79ad70dd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-12da79ed-3eea-49a7-9306-34ae79ad70dd.shogun-image {
    
    
  }


.s-12da79ed-3eea-49a7-9306-34ae79ad70dd .shogun-image-content {
  
    align-items: center;
  
}

.s-12da79ed-3eea-49a7-9306-34ae79ad70dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12da79ed-3eea-49a7-9306-34ae79ad70dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12da79ed-3eea-49a7-9306-34ae79ad70dd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-12da79ed-3eea-49a7-9306-34ae79ad70dd {
      --shg-aspect-ratio: calc(2048/658); 
    }

    .s-12da79ed-3eea-49a7-9306-34ae79ad70dd.shogun-image-container {
      position: relative;
    }

    .s-12da79ed-3eea-49a7-9306-34ae79ad70dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12da79ed-3eea-49a7-9306-34ae79ad70dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12da79ed-3eea-49a7-9306-34ae79ad70dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-12da79ed-3eea-49a7-9306-34ae79ad70dd .shg-image-content-wrapper {
      aspect-ratio: 2048/658;
      min-width: 100%;
      height: auto;
    }

    #s-12da79ed-3eea-49a7-9306-34ae79ad70dd .shogun-image-link {
      aspect-ratio: 2048/658;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12da79ed-3eea-49a7-9306-34ae79ad70dd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-12da79ed-3eea-49a7-9306-34ae79ad70dd {
    width: 100%;
    height: auto;
  }

  #s-12da79ed-3eea-49a7-9306-34ae79ad70dd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-12da79ed-3eea-49a7-9306-34ae79ad70dd.shogun-image {
    
    
  }


.s-12da79ed-3eea-49a7-9306-34ae79ad70dd .shogun-image-content {
  
    align-items: center;
  
}

.s-12da79ed-3eea-49a7-9306-34ae79ad70dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12da79ed-3eea-49a7-9306-34ae79ad70dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12da79ed-3eea-49a7-9306-34ae79ad70dd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-12da79ed-3eea-49a7-9306-34ae79ad70dd {
      --shg-aspect-ratio: calc(2048/658); 
    }

    .s-12da79ed-3eea-49a7-9306-34ae79ad70dd.shogun-image-container {
      position: relative;
    }

    .s-12da79ed-3eea-49a7-9306-34ae79ad70dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12da79ed-3eea-49a7-9306-34ae79ad70dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12da79ed-3eea-49a7-9306-34ae79ad70dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-12da79ed-3eea-49a7-9306-34ae79ad70dd .shg-image-content-wrapper {
      aspect-ratio: 2048/658;
      min-width: 100%;
      height: auto;
    }

    #s-12da79ed-3eea-49a7-9306-34ae79ad70dd .shogun-image-link {
      aspect-ratio: 2048/658;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12da79ed-3eea-49a7-9306-34ae79ad70dd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-12da79ed-3eea-49a7-9306-34ae79ad70dd {
    width: 100%;
    height: auto;
  }

  #s-12da79ed-3eea-49a7-9306-34ae79ad70dd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-12da79ed-3eea-49a7-9306-34ae79ad70dd.shogun-image {
    
    
  }


.s-12da79ed-3eea-49a7-9306-34ae79ad70dd .shogun-image-content {
  
    align-items: center;
  
}

.s-12da79ed-3eea-49a7-9306-34ae79ad70dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12da79ed-3eea-49a7-9306-34ae79ad70dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12da79ed-3eea-49a7-9306-34ae79ad70dd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-12da79ed-3eea-49a7-9306-34ae79ad70dd {
      --shg-aspect-ratio: calc(2048/658); 
    }

    .s-12da79ed-3eea-49a7-9306-34ae79ad70dd.shogun-image-container {
      position: relative;
    }

    .s-12da79ed-3eea-49a7-9306-34ae79ad70dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12da79ed-3eea-49a7-9306-34ae79ad70dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12da79ed-3eea-49a7-9306-34ae79ad70dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-25ff0eba-247b-443c-a69c-001a7504f5c2 {
  max-width: 2049px;
aspect-ratio: 2049/658;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-25ff0eba-247b-443c-a69c-001a7504f5c2 .shg-image-content-wrapper {
      aspect-ratio: 2049/658;
      min-width: 100%;
      height: auto;
    }

    #s-25ff0eba-247b-443c-a69c-001a7504f5c2 .shogun-image-link {
      aspect-ratio: 2049/658;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-25ff0eba-247b-443c-a69c-001a7504f5c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-25ff0eba-247b-443c-a69c-001a7504f5c2 {
    width: 100%;
    height: auto;
  }

  #s-25ff0eba-247b-443c-a69c-001a7504f5c2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-25ff0eba-247b-443c-a69c-001a7504f5c2.shogun-image {
    
    
  }


.s-25ff0eba-247b-443c-a69c-001a7504f5c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-25ff0eba-247b-443c-a69c-001a7504f5c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25ff0eba-247b-443c-a69c-001a7504f5c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25ff0eba-247b-443c-a69c-001a7504f5c2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25ff0eba-247b-443c-a69c-001a7504f5c2 {
      --shg-aspect-ratio: calc(2049/658); 
    }

    .s-25ff0eba-247b-443c-a69c-001a7504f5c2.shogun-image-container {
      position: relative;
    }

    .s-25ff0eba-247b-443c-a69c-001a7504f5c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25ff0eba-247b-443c-a69c-001a7504f5c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25ff0eba-247b-443c-a69c-001a7504f5c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-25ff0eba-247b-443c-a69c-001a7504f5c2 .shg-image-content-wrapper {
      aspect-ratio: 2049/658;
      min-width: 100%;
      height: auto;
    }

    #s-25ff0eba-247b-443c-a69c-001a7504f5c2 .shogun-image-link {
      aspect-ratio: 2049/658;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-25ff0eba-247b-443c-a69c-001a7504f5c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-25ff0eba-247b-443c-a69c-001a7504f5c2 {
    width: 100%;
    height: auto;
  }

  #s-25ff0eba-247b-443c-a69c-001a7504f5c2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-25ff0eba-247b-443c-a69c-001a7504f5c2.shogun-image {
    
    
  }


.s-25ff0eba-247b-443c-a69c-001a7504f5c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-25ff0eba-247b-443c-a69c-001a7504f5c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25ff0eba-247b-443c-a69c-001a7504f5c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25ff0eba-247b-443c-a69c-001a7504f5c2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25ff0eba-247b-443c-a69c-001a7504f5c2 {
      --shg-aspect-ratio: calc(2049/658); 
    }

    .s-25ff0eba-247b-443c-a69c-001a7504f5c2.shogun-image-container {
      position: relative;
    }

    .s-25ff0eba-247b-443c-a69c-001a7504f5c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25ff0eba-247b-443c-a69c-001a7504f5c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25ff0eba-247b-443c-a69c-001a7504f5c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-25ff0eba-247b-443c-a69c-001a7504f5c2 .shg-image-content-wrapper {
      aspect-ratio: 2049/658;
      min-width: 100%;
      height: auto;
    }

    #s-25ff0eba-247b-443c-a69c-001a7504f5c2 .shogun-image-link {
      aspect-ratio: 2049/658;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-25ff0eba-247b-443c-a69c-001a7504f5c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-25ff0eba-247b-443c-a69c-001a7504f5c2 {
    width: 100%;
    height: auto;
  }

  #s-25ff0eba-247b-443c-a69c-001a7504f5c2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-25ff0eba-247b-443c-a69c-001a7504f5c2.shogun-image {
    
    
  }


.s-25ff0eba-247b-443c-a69c-001a7504f5c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-25ff0eba-247b-443c-a69c-001a7504f5c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25ff0eba-247b-443c-a69c-001a7504f5c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25ff0eba-247b-443c-a69c-001a7504f5c2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25ff0eba-247b-443c-a69c-001a7504f5c2 {
      --shg-aspect-ratio: calc(2049/658); 
    }

    .s-25ff0eba-247b-443c-a69c-001a7504f5c2.shogun-image-container {
      position: relative;
    }

    .s-25ff0eba-247b-443c-a69c-001a7504f5c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25ff0eba-247b-443c-a69c-001a7504f5c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25ff0eba-247b-443c-a69c-001a7504f5c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-25ff0eba-247b-443c-a69c-001a7504f5c2 .shg-image-content-wrapper {
      aspect-ratio: 2049/658;
      min-width: 100%;
      height: auto;
    }

    #s-25ff0eba-247b-443c-a69c-001a7504f5c2 .shogun-image-link {
      aspect-ratio: 2049/658;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-25ff0eba-247b-443c-a69c-001a7504f5c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-25ff0eba-247b-443c-a69c-001a7504f5c2 {
    width: 100%;
    height: auto;
  }

  #s-25ff0eba-247b-443c-a69c-001a7504f5c2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-25ff0eba-247b-443c-a69c-001a7504f5c2.shogun-image {
    
    
  }


.s-25ff0eba-247b-443c-a69c-001a7504f5c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-25ff0eba-247b-443c-a69c-001a7504f5c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25ff0eba-247b-443c-a69c-001a7504f5c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25ff0eba-247b-443c-a69c-001a7504f5c2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25ff0eba-247b-443c-a69c-001a7504f5c2 {
      --shg-aspect-ratio: calc(2049/658); 
    }

    .s-25ff0eba-247b-443c-a69c-001a7504f5c2.shogun-image-container {
      position: relative;
    }

    .s-25ff0eba-247b-443c-a69c-001a7504f5c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25ff0eba-247b-443c-a69c-001a7504f5c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25ff0eba-247b-443c-a69c-001a7504f5c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-25ff0eba-247b-443c-a69c-001a7504f5c2 .shg-image-content-wrapper {
      aspect-ratio: 2049/658;
      min-width: 100%;
      height: auto;
    }

    #s-25ff0eba-247b-443c-a69c-001a7504f5c2 .shogun-image-link {
      aspect-ratio: 2049/658;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-25ff0eba-247b-443c-a69c-001a7504f5c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-25ff0eba-247b-443c-a69c-001a7504f5c2 {
    width: 100%;
    height: auto;
  }

  #s-25ff0eba-247b-443c-a69c-001a7504f5c2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-25ff0eba-247b-443c-a69c-001a7504f5c2.shogun-image {
    
    
  }


.s-25ff0eba-247b-443c-a69c-001a7504f5c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-25ff0eba-247b-443c-a69c-001a7504f5c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25ff0eba-247b-443c-a69c-001a7504f5c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25ff0eba-247b-443c-a69c-001a7504f5c2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25ff0eba-247b-443c-a69c-001a7504f5c2 {
      --shg-aspect-ratio: calc(2049/658); 
    }

    .s-25ff0eba-247b-443c-a69c-001a7504f5c2.shogun-image-container {
      position: relative;
    }

    .s-25ff0eba-247b-443c-a69c-001a7504f5c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25ff0eba-247b-443c-a69c-001a7504f5c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25ff0eba-247b-443c-a69c-001a7504f5c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-143f3987-e2d2-4f71-bc7b-fa750190a985 {
  max-width: 2049px;
aspect-ratio: 2049/658;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-143f3987-e2d2-4f71-bc7b-fa750190a985 .shg-image-content-wrapper {
      aspect-ratio: 2049/658;
      min-width: 100%;
      height: auto;
    }

    #s-143f3987-e2d2-4f71-bc7b-fa750190a985 .shogun-image-link {
      aspect-ratio: 2049/658;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-143f3987-e2d2-4f71-bc7b-fa750190a985 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-143f3987-e2d2-4f71-bc7b-fa750190a985 {
    width: 100%;
    height: auto;
  }

  #s-143f3987-e2d2-4f71-bc7b-fa750190a985 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-143f3987-e2d2-4f71-bc7b-fa750190a985.shogun-image {
    
    
  }


.s-143f3987-e2d2-4f71-bc7b-fa750190a985 .shogun-image-content {
  
    align-items: center;
  
}

.s-143f3987-e2d2-4f71-bc7b-fa750190a985.shg-align-container {
  display: flex;
  justify-content: center
}

.s-143f3987-e2d2-4f71-bc7b-fa750190a985.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-143f3987-e2d2-4f71-bc7b-fa750190a985.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-143f3987-e2d2-4f71-bc7b-fa750190a985 {
      --shg-aspect-ratio: calc(2049/658); 
    }

    .s-143f3987-e2d2-4f71-bc7b-fa750190a985.shogun-image-container {
      position: relative;
    }

    .s-143f3987-e2d2-4f71-bc7b-fa750190a985.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-143f3987-e2d2-4f71-bc7b-fa750190a985.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-143f3987-e2d2-4f71-bc7b-fa750190a985 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-143f3987-e2d2-4f71-bc7b-fa750190a985 .shg-image-content-wrapper {
      aspect-ratio: 2049/658;
      min-width: 100%;
      height: auto;
    }

    #s-143f3987-e2d2-4f71-bc7b-fa750190a985 .shogun-image-link {
      aspect-ratio: 2049/658;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-143f3987-e2d2-4f71-bc7b-fa750190a985 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-143f3987-e2d2-4f71-bc7b-fa750190a985 {
    width: 100%;
    height: auto;
  }

  #s-143f3987-e2d2-4f71-bc7b-fa750190a985 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-143f3987-e2d2-4f71-bc7b-fa750190a985.shogun-image {
    
    
  }


.s-143f3987-e2d2-4f71-bc7b-fa750190a985 .shogun-image-content {
  
    align-items: center;
  
}

.s-143f3987-e2d2-4f71-bc7b-fa750190a985.shg-align-container {
  display: flex;
  justify-content: center
}

.s-143f3987-e2d2-4f71-bc7b-fa750190a985.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-143f3987-e2d2-4f71-bc7b-fa750190a985.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-143f3987-e2d2-4f71-bc7b-fa750190a985 {
      --shg-aspect-ratio: calc(2049/658); 
    }

    .s-143f3987-e2d2-4f71-bc7b-fa750190a985.shogun-image-container {
      position: relative;
    }

    .s-143f3987-e2d2-4f71-bc7b-fa750190a985.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-143f3987-e2d2-4f71-bc7b-fa750190a985.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-143f3987-e2d2-4f71-bc7b-fa750190a985 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-143f3987-e2d2-4f71-bc7b-fa750190a985 .shg-image-content-wrapper {
      aspect-ratio: 2049/658;
      min-width: 100%;
      height: auto;
    }

    #s-143f3987-e2d2-4f71-bc7b-fa750190a985 .shogun-image-link {
      aspect-ratio: 2049/658;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-143f3987-e2d2-4f71-bc7b-fa750190a985 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-143f3987-e2d2-4f71-bc7b-fa750190a985 {
    width: 100%;
    height: auto;
  }

  #s-143f3987-e2d2-4f71-bc7b-fa750190a985 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-143f3987-e2d2-4f71-bc7b-fa750190a985.shogun-image {
    
    
  }


.s-143f3987-e2d2-4f71-bc7b-fa750190a985 .shogun-image-content {
  
    align-items: center;
  
}

.s-143f3987-e2d2-4f71-bc7b-fa750190a985.shg-align-container {
  display: flex;
  justify-content: center
}

.s-143f3987-e2d2-4f71-bc7b-fa750190a985.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-143f3987-e2d2-4f71-bc7b-fa750190a985.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-143f3987-e2d2-4f71-bc7b-fa750190a985 {
      --shg-aspect-ratio: calc(2049/658); 
    }

    .s-143f3987-e2d2-4f71-bc7b-fa750190a985.shogun-image-container {
      position: relative;
    }

    .s-143f3987-e2d2-4f71-bc7b-fa750190a985.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-143f3987-e2d2-4f71-bc7b-fa750190a985.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-143f3987-e2d2-4f71-bc7b-fa750190a985 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-143f3987-e2d2-4f71-bc7b-fa750190a985 .shg-image-content-wrapper {
      aspect-ratio: 2049/658;
      min-width: 100%;
      height: auto;
    }

    #s-143f3987-e2d2-4f71-bc7b-fa750190a985 .shogun-image-link {
      aspect-ratio: 2049/658;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-143f3987-e2d2-4f71-bc7b-fa750190a985 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-143f3987-e2d2-4f71-bc7b-fa750190a985 {
    width: 100%;
    height: auto;
  }

  #s-143f3987-e2d2-4f71-bc7b-fa750190a985 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-143f3987-e2d2-4f71-bc7b-fa750190a985.shogun-image {
    
    
  }


.s-143f3987-e2d2-4f71-bc7b-fa750190a985 .shogun-image-content {
  
    align-items: center;
  
}

.s-143f3987-e2d2-4f71-bc7b-fa750190a985.shg-align-container {
  display: flex;
  justify-content: center
}

.s-143f3987-e2d2-4f71-bc7b-fa750190a985.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-143f3987-e2d2-4f71-bc7b-fa750190a985.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-143f3987-e2d2-4f71-bc7b-fa750190a985 {
      --shg-aspect-ratio: calc(2049/658); 
    }

    .s-143f3987-e2d2-4f71-bc7b-fa750190a985.shogun-image-container {
      position: relative;
    }

    .s-143f3987-e2d2-4f71-bc7b-fa750190a985.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-143f3987-e2d2-4f71-bc7b-fa750190a985.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-143f3987-e2d2-4f71-bc7b-fa750190a985 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-143f3987-e2d2-4f71-bc7b-fa750190a985 .shg-image-content-wrapper {
      aspect-ratio: 2049/658;
      min-width: 100%;
      height: auto;
    }

    #s-143f3987-e2d2-4f71-bc7b-fa750190a985 .shogun-image-link {
      aspect-ratio: 2049/658;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-143f3987-e2d2-4f71-bc7b-fa750190a985 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-143f3987-e2d2-4f71-bc7b-fa750190a985 {
    width: 100%;
    height: auto;
  }

  #s-143f3987-e2d2-4f71-bc7b-fa750190a985 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-143f3987-e2d2-4f71-bc7b-fa750190a985.shogun-image {
    
    
  }


.s-143f3987-e2d2-4f71-bc7b-fa750190a985 .shogun-image-content {
  
    align-items: center;
  
}

.s-143f3987-e2d2-4f71-bc7b-fa750190a985.shg-align-container {
  display: flex;
  justify-content: center
}

.s-143f3987-e2d2-4f71-bc7b-fa750190a985.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-143f3987-e2d2-4f71-bc7b-fa750190a985.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-143f3987-e2d2-4f71-bc7b-fa750190a985 {
      --shg-aspect-ratio: calc(2049/658); 
    }

    .s-143f3987-e2d2-4f71-bc7b-fa750190a985.shogun-image-container {
      position: relative;
    }

    .s-143f3987-e2d2-4f71-bc7b-fa750190a985.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-143f3987-e2d2-4f71-bc7b-fa750190a985.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-143f3987-e2d2-4f71-bc7b-fa750190a985 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-b1422a3b-3c1c-4e57-b8f7-048006161fed {
  max-width: 2049px;
aspect-ratio: 2049/658;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-b1422a3b-3c1c-4e57-b8f7-048006161fed .shg-image-content-wrapper {
      aspect-ratio: 2049/658;
      min-width: 100%;
      height: auto;
    }

    #s-b1422a3b-3c1c-4e57-b8f7-048006161fed .shogun-image-link {
      aspect-ratio: 2049/658;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b1422a3b-3c1c-4e57-b8f7-048006161fed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b1422a3b-3c1c-4e57-b8f7-048006161fed {
    width: 100%;
    height: auto;
  }

  #s-b1422a3b-3c1c-4e57-b8f7-048006161fed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b1422a3b-3c1c-4e57-b8f7-048006161fed.shogun-image {
    
    
  }


.s-b1422a3b-3c1c-4e57-b8f7-048006161fed .shogun-image-content {
  
    align-items: center;
  
}

.s-b1422a3b-3c1c-4e57-b8f7-048006161fed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1422a3b-3c1c-4e57-b8f7-048006161fed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1422a3b-3c1c-4e57-b8f7-048006161fed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b1422a3b-3c1c-4e57-b8f7-048006161fed {
      --shg-aspect-ratio: calc(2049/658); 
    }

    .s-b1422a3b-3c1c-4e57-b8f7-048006161fed.shogun-image-container {
      position: relative;
    }

    .s-b1422a3b-3c1c-4e57-b8f7-048006161fed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b1422a3b-3c1c-4e57-b8f7-048006161fed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b1422a3b-3c1c-4e57-b8f7-048006161fed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-b1422a3b-3c1c-4e57-b8f7-048006161fed .shg-image-content-wrapper {
      aspect-ratio: 2049/658;
      min-width: 100%;
      height: auto;
    }

    #s-b1422a3b-3c1c-4e57-b8f7-048006161fed .shogun-image-link {
      aspect-ratio: 2049/658;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b1422a3b-3c1c-4e57-b8f7-048006161fed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b1422a3b-3c1c-4e57-b8f7-048006161fed {
    width: 100%;
    height: auto;
  }

  #s-b1422a3b-3c1c-4e57-b8f7-048006161fed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b1422a3b-3c1c-4e57-b8f7-048006161fed.shogun-image {
    
    
  }


.s-b1422a3b-3c1c-4e57-b8f7-048006161fed .shogun-image-content {
  
    align-items: center;
  
}

.s-b1422a3b-3c1c-4e57-b8f7-048006161fed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1422a3b-3c1c-4e57-b8f7-048006161fed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1422a3b-3c1c-4e57-b8f7-048006161fed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b1422a3b-3c1c-4e57-b8f7-048006161fed {
      --shg-aspect-ratio: calc(2049/658); 
    }

    .s-b1422a3b-3c1c-4e57-b8f7-048006161fed.shogun-image-container {
      position: relative;
    }

    .s-b1422a3b-3c1c-4e57-b8f7-048006161fed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b1422a3b-3c1c-4e57-b8f7-048006161fed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b1422a3b-3c1c-4e57-b8f7-048006161fed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-b1422a3b-3c1c-4e57-b8f7-048006161fed .shg-image-content-wrapper {
      aspect-ratio: 2049/658;
      min-width: 100%;
      height: auto;
    }

    #s-b1422a3b-3c1c-4e57-b8f7-048006161fed .shogun-image-link {
      aspect-ratio: 2049/658;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b1422a3b-3c1c-4e57-b8f7-048006161fed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b1422a3b-3c1c-4e57-b8f7-048006161fed {
    width: 100%;
    height: auto;
  }

  #s-b1422a3b-3c1c-4e57-b8f7-048006161fed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b1422a3b-3c1c-4e57-b8f7-048006161fed.shogun-image {
    
    
  }


.s-b1422a3b-3c1c-4e57-b8f7-048006161fed .shogun-image-content {
  
    align-items: center;
  
}

.s-b1422a3b-3c1c-4e57-b8f7-048006161fed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1422a3b-3c1c-4e57-b8f7-048006161fed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1422a3b-3c1c-4e57-b8f7-048006161fed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b1422a3b-3c1c-4e57-b8f7-048006161fed {
      --shg-aspect-ratio: calc(2049/658); 
    }

    .s-b1422a3b-3c1c-4e57-b8f7-048006161fed.shogun-image-container {
      position: relative;
    }

    .s-b1422a3b-3c1c-4e57-b8f7-048006161fed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b1422a3b-3c1c-4e57-b8f7-048006161fed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b1422a3b-3c1c-4e57-b8f7-048006161fed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-b1422a3b-3c1c-4e57-b8f7-048006161fed .shg-image-content-wrapper {
      aspect-ratio: 2049/658;
      min-width: 100%;
      height: auto;
    }

    #s-b1422a3b-3c1c-4e57-b8f7-048006161fed .shogun-image-link {
      aspect-ratio: 2049/658;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b1422a3b-3c1c-4e57-b8f7-048006161fed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b1422a3b-3c1c-4e57-b8f7-048006161fed {
    width: 100%;
    height: auto;
  }

  #s-b1422a3b-3c1c-4e57-b8f7-048006161fed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b1422a3b-3c1c-4e57-b8f7-048006161fed.shogun-image {
    
    
  }


.s-b1422a3b-3c1c-4e57-b8f7-048006161fed .shogun-image-content {
  
    align-items: center;
  
}

.s-b1422a3b-3c1c-4e57-b8f7-048006161fed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1422a3b-3c1c-4e57-b8f7-048006161fed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1422a3b-3c1c-4e57-b8f7-048006161fed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b1422a3b-3c1c-4e57-b8f7-048006161fed {
      --shg-aspect-ratio: calc(2049/658); 
    }

    .s-b1422a3b-3c1c-4e57-b8f7-048006161fed.shogun-image-container {
      position: relative;
    }

    .s-b1422a3b-3c1c-4e57-b8f7-048006161fed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b1422a3b-3c1c-4e57-b8f7-048006161fed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b1422a3b-3c1c-4e57-b8f7-048006161fed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-b1422a3b-3c1c-4e57-b8f7-048006161fed .shg-image-content-wrapper {
      aspect-ratio: 2049/658;
      min-width: 100%;
      height: auto;
    }

    #s-b1422a3b-3c1c-4e57-b8f7-048006161fed .shogun-image-link {
      aspect-ratio: 2049/658;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b1422a3b-3c1c-4e57-b8f7-048006161fed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b1422a3b-3c1c-4e57-b8f7-048006161fed {
    width: 100%;
    height: auto;
  }

  #s-b1422a3b-3c1c-4e57-b8f7-048006161fed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b1422a3b-3c1c-4e57-b8f7-048006161fed.shogun-image {
    
    
  }


.s-b1422a3b-3c1c-4e57-b8f7-048006161fed .shogun-image-content {
  
    align-items: center;
  
}

.s-b1422a3b-3c1c-4e57-b8f7-048006161fed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1422a3b-3c1c-4e57-b8f7-048006161fed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1422a3b-3c1c-4e57-b8f7-048006161fed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b1422a3b-3c1c-4e57-b8f7-048006161fed {
      --shg-aspect-ratio: calc(2049/658); 
    }

    .s-b1422a3b-3c1c-4e57-b8f7-048006161fed.shogun-image-container {
      position: relative;
    }

    .s-b1422a3b-3c1c-4e57-b8f7-048006161fed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b1422a3b-3c1c-4e57-b8f7-048006161fed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b1422a3b-3c1c-4e57-b8f7-048006161fed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-282b7471-45d7-4515-b58e-9994830a0405 {
  max-width: 2049px;
aspect-ratio: 2049/562;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-282b7471-45d7-4515-b58e-9994830a0405 .shg-image-content-wrapper {
      aspect-ratio: 2049/562;
      min-width: 100%;
      height: auto;
    }

    #s-282b7471-45d7-4515-b58e-9994830a0405 .shogun-image-link {
      aspect-ratio: 2049/562;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-282b7471-45d7-4515-b58e-9994830a0405 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-282b7471-45d7-4515-b58e-9994830a0405 {
    width: 100%;
    height: auto;
  }

  #s-282b7471-45d7-4515-b58e-9994830a0405 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-282b7471-45d7-4515-b58e-9994830a0405.shogun-image {
    
    
  }


.s-282b7471-45d7-4515-b58e-9994830a0405 .shogun-image-content {
  
    align-items: center;
  
}

.s-282b7471-45d7-4515-b58e-9994830a0405.shg-align-container {
  display: flex;
  justify-content: center
}

.s-282b7471-45d7-4515-b58e-9994830a0405.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-282b7471-45d7-4515-b58e-9994830a0405.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-282b7471-45d7-4515-b58e-9994830a0405 {
      --shg-aspect-ratio: calc(2049/562); 
    }

    .s-282b7471-45d7-4515-b58e-9994830a0405.shogun-image-container {
      position: relative;
    }

    .s-282b7471-45d7-4515-b58e-9994830a0405.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-282b7471-45d7-4515-b58e-9994830a0405.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-282b7471-45d7-4515-b58e-9994830a0405 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-282b7471-45d7-4515-b58e-9994830a0405 .shg-image-content-wrapper {
      aspect-ratio: 2049/562;
      min-width: 100%;
      height: auto;
    }

    #s-282b7471-45d7-4515-b58e-9994830a0405 .shogun-image-link {
      aspect-ratio: 2049/562;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-282b7471-45d7-4515-b58e-9994830a0405 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-282b7471-45d7-4515-b58e-9994830a0405 {
    width: 100%;
    height: auto;
  }

  #s-282b7471-45d7-4515-b58e-9994830a0405 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-282b7471-45d7-4515-b58e-9994830a0405.shogun-image {
    
    
  }


.s-282b7471-45d7-4515-b58e-9994830a0405 .shogun-image-content {
  
    align-items: center;
  
}

.s-282b7471-45d7-4515-b58e-9994830a0405.shg-align-container {
  display: flex;
  justify-content: center
}

.s-282b7471-45d7-4515-b58e-9994830a0405.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-282b7471-45d7-4515-b58e-9994830a0405.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-282b7471-45d7-4515-b58e-9994830a0405 {
      --shg-aspect-ratio: calc(2049/562); 
    }

    .s-282b7471-45d7-4515-b58e-9994830a0405.shogun-image-container {
      position: relative;
    }

    .s-282b7471-45d7-4515-b58e-9994830a0405.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-282b7471-45d7-4515-b58e-9994830a0405.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-282b7471-45d7-4515-b58e-9994830a0405 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-282b7471-45d7-4515-b58e-9994830a0405 .shg-image-content-wrapper {
      aspect-ratio: 2049/562;
      min-width: 100%;
      height: auto;
    }

    #s-282b7471-45d7-4515-b58e-9994830a0405 .shogun-image-link {
      aspect-ratio: 2049/562;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-282b7471-45d7-4515-b58e-9994830a0405 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-282b7471-45d7-4515-b58e-9994830a0405 {
    width: 100%;
    height: auto;
  }

  #s-282b7471-45d7-4515-b58e-9994830a0405 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-282b7471-45d7-4515-b58e-9994830a0405.shogun-image {
    
    
  }


.s-282b7471-45d7-4515-b58e-9994830a0405 .shogun-image-content {
  
    align-items: center;
  
}

.s-282b7471-45d7-4515-b58e-9994830a0405.shg-align-container {
  display: flex;
  justify-content: center
}

.s-282b7471-45d7-4515-b58e-9994830a0405.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-282b7471-45d7-4515-b58e-9994830a0405.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-282b7471-45d7-4515-b58e-9994830a0405 {
      --shg-aspect-ratio: calc(2049/562); 
    }

    .s-282b7471-45d7-4515-b58e-9994830a0405.shogun-image-container {
      position: relative;
    }

    .s-282b7471-45d7-4515-b58e-9994830a0405.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-282b7471-45d7-4515-b58e-9994830a0405.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-282b7471-45d7-4515-b58e-9994830a0405 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-282b7471-45d7-4515-b58e-9994830a0405 .shg-image-content-wrapper {
      aspect-ratio: 2049/562;
      min-width: 100%;
      height: auto;
    }

    #s-282b7471-45d7-4515-b58e-9994830a0405 .shogun-image-link {
      aspect-ratio: 2049/562;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-282b7471-45d7-4515-b58e-9994830a0405 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-282b7471-45d7-4515-b58e-9994830a0405 {
    width: 100%;
    height: auto;
  }

  #s-282b7471-45d7-4515-b58e-9994830a0405 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-282b7471-45d7-4515-b58e-9994830a0405.shogun-image {
    
    
  }


.s-282b7471-45d7-4515-b58e-9994830a0405 .shogun-image-content {
  
    align-items: center;
  
}

.s-282b7471-45d7-4515-b58e-9994830a0405.shg-align-container {
  display: flex;
  justify-content: center
}

.s-282b7471-45d7-4515-b58e-9994830a0405.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-282b7471-45d7-4515-b58e-9994830a0405.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-282b7471-45d7-4515-b58e-9994830a0405 {
      --shg-aspect-ratio: calc(2049/562); 
    }

    .s-282b7471-45d7-4515-b58e-9994830a0405.shogun-image-container {
      position: relative;
    }

    .s-282b7471-45d7-4515-b58e-9994830a0405.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-282b7471-45d7-4515-b58e-9994830a0405.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-282b7471-45d7-4515-b58e-9994830a0405 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-282b7471-45d7-4515-b58e-9994830a0405 .shg-image-content-wrapper {
      aspect-ratio: 2049/562;
      min-width: 100%;
      height: auto;
    }

    #s-282b7471-45d7-4515-b58e-9994830a0405 .shogun-image-link {
      aspect-ratio: 2049/562;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-282b7471-45d7-4515-b58e-9994830a0405 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-282b7471-45d7-4515-b58e-9994830a0405 {
    width: 100%;
    height: auto;
  }

  #s-282b7471-45d7-4515-b58e-9994830a0405 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-282b7471-45d7-4515-b58e-9994830a0405.shogun-image {
    
    
  }


.s-282b7471-45d7-4515-b58e-9994830a0405 .shogun-image-content {
  
    align-items: center;
  
}

.s-282b7471-45d7-4515-b58e-9994830a0405.shg-align-container {
  display: flex;
  justify-content: center
}

.s-282b7471-45d7-4515-b58e-9994830a0405.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-282b7471-45d7-4515-b58e-9994830a0405.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-282b7471-45d7-4515-b58e-9994830a0405 {
      --shg-aspect-ratio: calc(2049/562); 
    }

    .s-282b7471-45d7-4515-b58e-9994830a0405.shogun-image-container {
      position: relative;
    }

    .s-282b7471-45d7-4515-b58e-9994830a0405.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-282b7471-45d7-4515-b58e-9994830a0405.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-282b7471-45d7-4515-b58e-9994830a0405 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88 {
  max-width: 2049px;
aspect-ratio: 2049/672;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88 .shg-image-content-wrapper {
      aspect-ratio: 2049/672;
      min-width: 100%;
      height: auto;
    }

    #s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88 .shogun-image-link {
      aspect-ratio: 2049/672;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88 {
    width: 100%;
    height: auto;
  }

  #s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88.shogun-image {
    
    
  }


.s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88 .shogun-image-content {
  
    align-items: center;
  
}

.s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88 {
      --shg-aspect-ratio: calc(2049/672); 
    }

    .s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88.shogun-image-container {
      position: relative;
    }

    .s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88 .shg-image-content-wrapper {
      aspect-ratio: 2049/672;
      min-width: 100%;
      height: auto;
    }

    #s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88 .shogun-image-link {
      aspect-ratio: 2049/672;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88 {
    width: 100%;
    height: auto;
  }

  #s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88.shogun-image {
    
    
  }


.s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88 .shogun-image-content {
  
    align-items: center;
  
}

.s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88 {
      --shg-aspect-ratio: calc(2049/672); 
    }

    .s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88.shogun-image-container {
      position: relative;
    }

    .s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88 .shg-image-content-wrapper {
      aspect-ratio: 2049/672;
      min-width: 100%;
      height: auto;
    }

    #s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88 .shogun-image-link {
      aspect-ratio: 2049/672;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88 {
    width: 100%;
    height: auto;
  }

  #s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88.shogun-image {
    
    
  }


.s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88 .shogun-image-content {
  
    align-items: center;
  
}

.s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88 {
      --shg-aspect-ratio: calc(2049/672); 
    }

    .s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88.shogun-image-container {
      position: relative;
    }

    .s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88 .shg-image-content-wrapper {
      aspect-ratio: 2049/672;
      min-width: 100%;
      height: auto;
    }

    #s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88 .shogun-image-link {
      aspect-ratio: 2049/672;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88 {
    width: 100%;
    height: auto;
  }

  #s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88.shogun-image {
    
    
  }


.s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88 .shogun-image-content {
  
    align-items: center;
  
}

.s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88 {
      --shg-aspect-ratio: calc(2049/672); 
    }

    .s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88.shogun-image-container {
      position: relative;
    }

    .s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88 .shg-image-content-wrapper {
      aspect-ratio: 2049/672;
      min-width: 100%;
      height: auto;
    }

    #s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88 .shogun-image-link {
      aspect-ratio: 2049/672;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88 {
    width: 100%;
    height: auto;
  }

  #s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88.shogun-image {
    
    
  }


.s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88 .shogun-image-content {
  
    align-items: center;
  
}

.s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88 {
      --shg-aspect-ratio: calc(2049/672); 
    }

    .s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88.shogun-image-container {
      position: relative;
    }

    .s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2778a83-8aa7-4b4d-9bb9-4eb4a5f05b88 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-0c1bb1d3-e181-4c96-a3f7-45d18ce8695a {
  margin-top: 4%;
margin-bottom: 1%;
}

#s-0a92aefa-dddd-46aa-9153-8e2edabafcd7 {
  margin-left: 7%;
margin-right: 7%;
}

@media (min-width: 0px) {
[id="s-0a92aefa-dddd-46aa-9153-8e2edabafcd7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0a92aefa-dddd-46aa-9153-8e2edabafcd7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-0a92aefa-dddd-46aa-9153-8e2edabafcd7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-0a92aefa-dddd-46aa-9153-8e2edabafcd7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-e6ee5f49-d219-4685-91f0-cdca06e7ad65 {
  min-height: 250px;
}








#s-e6ee5f49-d219-4685-91f0-cdca06e7ad65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e6ee5f49-d219-4685-91f0-cdca06e7ad65.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1df90feb-0b79-4f3e-9448-c2c2f13b3ecb {
  min-height: 250px;
}








#s-1df90feb-0b79-4f3e-9448-c2c2f13b3ecb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1df90feb-0b79-4f3e-9448-c2c2f13b3ecb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ccd8f85e-54f8-4756-a5dd-2598b01ee170 {
  min-height: 250px;
}








#s-ccd8f85e-54f8-4756-a5dd-2598b01ee170 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ccd8f85e-54f8-4756-a5dd-2598b01ee170.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-816db94a-6026-4771-acd7-d1675650a705 {
  min-height: 250px;
}








#s-816db94a-6026-4771-acd7-d1675650a705 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-816db94a-6026-4771-acd7-d1675650a705.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fdd01cce-cc0b-4dec-93f9-892f5db61133 {
  margin-top: 0%;
margin-bottom: 2%;
max-width: 2049px;
aspect-ratio: 2049/357;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-fdd01cce-cc0b-4dec-93f9-892f5db61133 .shg-image-content-wrapper {
      aspect-ratio: 2049/357;
      min-width: 100%;
      height: auto;
    }

    #s-fdd01cce-cc0b-4dec-93f9-892f5db61133 .shogun-image-link {
      aspect-ratio: 2049/357;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fdd01cce-cc0b-4dec-93f9-892f5db61133 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-fdd01cce-cc0b-4dec-93f9-892f5db61133 {
    width: 100%;
    height: auto;
  }

  #s-fdd01cce-cc0b-4dec-93f9-892f5db61133 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fdd01cce-cc0b-4dec-93f9-892f5db61133.shogun-image {
    
    
  }


.s-fdd01cce-cc0b-4dec-93f9-892f5db61133 .shogun-image-content {
  
    align-items: center;
  
}

.s-fdd01cce-cc0b-4dec-93f9-892f5db61133.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdd01cce-cc0b-4dec-93f9-892f5db61133.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdd01cce-cc0b-4dec-93f9-892f5db61133.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fdd01cce-cc0b-4dec-93f9-892f5db61133 {
      --shg-aspect-ratio: calc(2049/357); 
    }

    .s-fdd01cce-cc0b-4dec-93f9-892f5db61133.shogun-image-container {
      position: relative;
    }

    .s-fdd01cce-cc0b-4dec-93f9-892f5db61133.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fdd01cce-cc0b-4dec-93f9-892f5db61133.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fdd01cce-cc0b-4dec-93f9-892f5db61133 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-fdd01cce-cc0b-4dec-93f9-892f5db61133 .shg-image-content-wrapper {
      aspect-ratio: 2049/357;
      min-width: 100%;
      height: auto;
    }

    #s-fdd01cce-cc0b-4dec-93f9-892f5db61133 .shogun-image-link {
      aspect-ratio: 2049/357;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fdd01cce-cc0b-4dec-93f9-892f5db61133 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-fdd01cce-cc0b-4dec-93f9-892f5db61133 {
    width: 100%;
    height: auto;
  }

  #s-fdd01cce-cc0b-4dec-93f9-892f5db61133 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fdd01cce-cc0b-4dec-93f9-892f5db61133.shogun-image {
    
    
  }


.s-fdd01cce-cc0b-4dec-93f9-892f5db61133 .shogun-image-content {
  
    align-items: center;
  
}

.s-fdd01cce-cc0b-4dec-93f9-892f5db61133.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdd01cce-cc0b-4dec-93f9-892f5db61133.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdd01cce-cc0b-4dec-93f9-892f5db61133.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fdd01cce-cc0b-4dec-93f9-892f5db61133 {
      --shg-aspect-ratio: calc(2049/357); 
    }

    .s-fdd01cce-cc0b-4dec-93f9-892f5db61133.shogun-image-container {
      position: relative;
    }

    .s-fdd01cce-cc0b-4dec-93f9-892f5db61133.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fdd01cce-cc0b-4dec-93f9-892f5db61133.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fdd01cce-cc0b-4dec-93f9-892f5db61133 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-fdd01cce-cc0b-4dec-93f9-892f5db61133 .shg-image-content-wrapper {
      aspect-ratio: 2049/357;
      min-width: 100%;
      height: auto;
    }

    #s-fdd01cce-cc0b-4dec-93f9-892f5db61133 .shogun-image-link {
      aspect-ratio: 2049/357;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fdd01cce-cc0b-4dec-93f9-892f5db61133 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-fdd01cce-cc0b-4dec-93f9-892f5db61133 {
    width: 100%;
    height: auto;
  }

  #s-fdd01cce-cc0b-4dec-93f9-892f5db61133 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fdd01cce-cc0b-4dec-93f9-892f5db61133.shogun-image {
    
    
  }


.s-fdd01cce-cc0b-4dec-93f9-892f5db61133 .shogun-image-content {
  
    align-items: center;
  
}

.s-fdd01cce-cc0b-4dec-93f9-892f5db61133.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdd01cce-cc0b-4dec-93f9-892f5db61133.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdd01cce-cc0b-4dec-93f9-892f5db61133.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fdd01cce-cc0b-4dec-93f9-892f5db61133 {
      --shg-aspect-ratio: calc(2049/357); 
    }

    .s-fdd01cce-cc0b-4dec-93f9-892f5db61133.shogun-image-container {
      position: relative;
    }

    .s-fdd01cce-cc0b-4dec-93f9-892f5db61133.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fdd01cce-cc0b-4dec-93f9-892f5db61133.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fdd01cce-cc0b-4dec-93f9-892f5db61133 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-fdd01cce-cc0b-4dec-93f9-892f5db61133 .shg-image-content-wrapper {
      aspect-ratio: 2049/357;
      min-width: 100%;
      height: auto;
    }

    #s-fdd01cce-cc0b-4dec-93f9-892f5db61133 .shogun-image-link {
      aspect-ratio: 2049/357;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fdd01cce-cc0b-4dec-93f9-892f5db61133 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-fdd01cce-cc0b-4dec-93f9-892f5db61133 {
    width: 100%;
    height: auto;
  }

  #s-fdd01cce-cc0b-4dec-93f9-892f5db61133 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fdd01cce-cc0b-4dec-93f9-892f5db61133.shogun-image {
    
    
  }


.s-fdd01cce-cc0b-4dec-93f9-892f5db61133 .shogun-image-content {
  
    align-items: center;
  
}

.s-fdd01cce-cc0b-4dec-93f9-892f5db61133.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdd01cce-cc0b-4dec-93f9-892f5db61133.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdd01cce-cc0b-4dec-93f9-892f5db61133.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fdd01cce-cc0b-4dec-93f9-892f5db61133 {
      --shg-aspect-ratio: calc(2049/357); 
    }

    .s-fdd01cce-cc0b-4dec-93f9-892f5db61133.shogun-image-container {
      position: relative;
    }

    .s-fdd01cce-cc0b-4dec-93f9-892f5db61133.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fdd01cce-cc0b-4dec-93f9-892f5db61133.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fdd01cce-cc0b-4dec-93f9-892f5db61133 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-fdd01cce-cc0b-4dec-93f9-892f5db61133 .shg-image-content-wrapper {
      aspect-ratio: 2049/357;
      min-width: 100%;
      height: auto;
    }

    #s-fdd01cce-cc0b-4dec-93f9-892f5db61133 .shogun-image-link {
      aspect-ratio: 2049/357;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fdd01cce-cc0b-4dec-93f9-892f5db61133 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-fdd01cce-cc0b-4dec-93f9-892f5db61133 {
    width: 100%;
    height: auto;
  }

  #s-fdd01cce-cc0b-4dec-93f9-892f5db61133 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fdd01cce-cc0b-4dec-93f9-892f5db61133.shogun-image {
    
    
  }


.s-fdd01cce-cc0b-4dec-93f9-892f5db61133 .shogun-image-content {
  
    align-items: center;
  
}

.s-fdd01cce-cc0b-4dec-93f9-892f5db61133.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdd01cce-cc0b-4dec-93f9-892f5db61133.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdd01cce-cc0b-4dec-93f9-892f5db61133.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fdd01cce-cc0b-4dec-93f9-892f5db61133 {
      --shg-aspect-ratio: calc(2049/357); 
    }

    .s-fdd01cce-cc0b-4dec-93f9-892f5db61133.shogun-image-container {
      position: relative;
    }

    .s-fdd01cce-cc0b-4dec-93f9-892f5db61133.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fdd01cce-cc0b-4dec-93f9-892f5db61133.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fdd01cce-cc0b-4dec-93f9-892f5db61133 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-2a54a396-93e5-4b79-88f5-546597745473 {
  margin-top: 0%;
margin-bottom: 4%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
max-width: 2049px;
aspect-ratio: 2049/438;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-2a54a396-93e5-4b79-88f5-546597745473 .shg-image-content-wrapper {
      aspect-ratio: 2049/438;
      min-width: 100%;
      height: auto;
    }

    #s-2a54a396-93e5-4b79-88f5-546597745473 .shogun-image-link {
      aspect-ratio: 2049/438;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a54a396-93e5-4b79-88f5-546597745473 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2a54a396-93e5-4b79-88f5-546597745473 {
    width: 100%;
    height: auto;
  }

  #s-2a54a396-93e5-4b79-88f5-546597745473 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2a54a396-93e5-4b79-88f5-546597745473.shogun-image {
    
    
  }


.s-2a54a396-93e5-4b79-88f5-546597745473 .shogun-image-content {
  
    align-items: center;
  
}

.s-2a54a396-93e5-4b79-88f5-546597745473.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a54a396-93e5-4b79-88f5-546597745473.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a54a396-93e5-4b79-88f5-546597745473.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2a54a396-93e5-4b79-88f5-546597745473 {
      --shg-aspect-ratio: calc(2049/438); 
    }

    .s-2a54a396-93e5-4b79-88f5-546597745473.shogun-image-container {
      position: relative;
    }

    .s-2a54a396-93e5-4b79-88f5-546597745473.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a54a396-93e5-4b79-88f5-546597745473.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a54a396-93e5-4b79-88f5-546597745473 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a54a396-93e5-4b79-88f5-546597745473 .shg-image-content-wrapper {
      aspect-ratio: 2049/438;
      min-width: 100%;
      height: auto;
    }

    #s-2a54a396-93e5-4b79-88f5-546597745473 .shogun-image-link {
      aspect-ratio: 2049/438;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a54a396-93e5-4b79-88f5-546597745473 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2a54a396-93e5-4b79-88f5-546597745473 {
    width: 100%;
    height: auto;
  }

  #s-2a54a396-93e5-4b79-88f5-546597745473 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2a54a396-93e5-4b79-88f5-546597745473.shogun-image {
    
    
  }


.s-2a54a396-93e5-4b79-88f5-546597745473 .shogun-image-content {
  
    align-items: center;
  
}

.s-2a54a396-93e5-4b79-88f5-546597745473.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a54a396-93e5-4b79-88f5-546597745473.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a54a396-93e5-4b79-88f5-546597745473.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2a54a396-93e5-4b79-88f5-546597745473 {
      --shg-aspect-ratio: calc(2049/438); 
    }

    .s-2a54a396-93e5-4b79-88f5-546597745473.shogun-image-container {
      position: relative;
    }

    .s-2a54a396-93e5-4b79-88f5-546597745473.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a54a396-93e5-4b79-88f5-546597745473.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a54a396-93e5-4b79-88f5-546597745473 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a54a396-93e5-4b79-88f5-546597745473 .shg-image-content-wrapper {
      aspect-ratio: 2049/438;
      min-width: 100%;
      height: auto;
    }

    #s-2a54a396-93e5-4b79-88f5-546597745473 .shogun-image-link {
      aspect-ratio: 2049/438;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a54a396-93e5-4b79-88f5-546597745473 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2a54a396-93e5-4b79-88f5-546597745473 {
    width: 100%;
    height: auto;
  }

  #s-2a54a396-93e5-4b79-88f5-546597745473 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2a54a396-93e5-4b79-88f5-546597745473.shogun-image {
    
    
  }


.s-2a54a396-93e5-4b79-88f5-546597745473 .shogun-image-content {
  
    align-items: center;
  
}

.s-2a54a396-93e5-4b79-88f5-546597745473.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a54a396-93e5-4b79-88f5-546597745473.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a54a396-93e5-4b79-88f5-546597745473.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2a54a396-93e5-4b79-88f5-546597745473 {
      --shg-aspect-ratio: calc(2049/438); 
    }

    .s-2a54a396-93e5-4b79-88f5-546597745473.shogun-image-container {
      position: relative;
    }

    .s-2a54a396-93e5-4b79-88f5-546597745473.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a54a396-93e5-4b79-88f5-546597745473.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a54a396-93e5-4b79-88f5-546597745473 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a54a396-93e5-4b79-88f5-546597745473 .shg-image-content-wrapper {
      aspect-ratio: 2049/438;
      min-width: 100%;
      height: auto;
    }

    #s-2a54a396-93e5-4b79-88f5-546597745473 .shogun-image-link {
      aspect-ratio: 2049/438;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a54a396-93e5-4b79-88f5-546597745473 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2a54a396-93e5-4b79-88f5-546597745473 {
    width: 100%;
    height: auto;
  }

  #s-2a54a396-93e5-4b79-88f5-546597745473 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2a54a396-93e5-4b79-88f5-546597745473.shogun-image {
    
    
  }


.s-2a54a396-93e5-4b79-88f5-546597745473 .shogun-image-content {
  
    align-items: center;
  
}

.s-2a54a396-93e5-4b79-88f5-546597745473.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a54a396-93e5-4b79-88f5-546597745473.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a54a396-93e5-4b79-88f5-546597745473.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2a54a396-93e5-4b79-88f5-546597745473 {
      --shg-aspect-ratio: calc(2049/438); 
    }

    .s-2a54a396-93e5-4b79-88f5-546597745473.shogun-image-container {
      position: relative;
    }

    .s-2a54a396-93e5-4b79-88f5-546597745473.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a54a396-93e5-4b79-88f5-546597745473.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a54a396-93e5-4b79-88f5-546597745473 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a54a396-93e5-4b79-88f5-546597745473 .shg-image-content-wrapper {
      aspect-ratio: 2049/438;
      min-width: 100%;
      height: auto;
    }

    #s-2a54a396-93e5-4b79-88f5-546597745473 .shogun-image-link {
      aspect-ratio: 2049/438;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a54a396-93e5-4b79-88f5-546597745473 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2a54a396-93e5-4b79-88f5-546597745473 {
    width: 100%;
    height: auto;
  }

  #s-2a54a396-93e5-4b79-88f5-546597745473 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2a54a396-93e5-4b79-88f5-546597745473.shogun-image {
    
    
  }


.s-2a54a396-93e5-4b79-88f5-546597745473 .shogun-image-content {
  
    align-items: center;
  
}

.s-2a54a396-93e5-4b79-88f5-546597745473.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a54a396-93e5-4b79-88f5-546597745473.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a54a396-93e5-4b79-88f5-546597745473.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2a54a396-93e5-4b79-88f5-546597745473 {
      --shg-aspect-ratio: calc(2049/438); 
    }

    .s-2a54a396-93e5-4b79-88f5-546597745473.shogun-image-container {
      position: relative;
    }

    .s-2a54a396-93e5-4b79-88f5-546597745473.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a54a396-93e5-4b79-88f5-546597745473.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a54a396-93e5-4b79-88f5-546597745473 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-a48a1849-b2ee-4426-b607-8a7349ad9cbf {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a48a1849-b2ee-4426-b607-8a7349ad9cbf {
  display: none;
}
#s-a48a1849-b2ee-4426-b607-8a7349ad9cbf, #wrap-s-a48a1849-b2ee-4426-b607-8a7349ad9cbf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a48a1849-b2ee-4426-b607-8a7349ad9cbf {
  display: none;
}
#s-a48a1849-b2ee-4426-b607-8a7349ad9cbf, #wrap-s-a48a1849-b2ee-4426-b607-8a7349ad9cbf { display: none !important; }}







#s-a48a1849-b2ee-4426-b607-8a7349ad9cbf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a48a1849-b2ee-4426-b607-8a7349ad9cbf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-03723599-46fc-4810-8a6d-0a0afc69a202 {
  margin-top: 4%;
margin-bottom: 0%;
}

#s-67f0eb92-1be0-43c2-bc70-9a129f53f161 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-67f0eb92-1be0-43c2-bc70-9a129f53f161 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-67f0eb92-1be0-43c2-bc70-9a129f53f161 .shg-sld-nav-button.shg-sld-left,
#s-67f0eb92-1be0-43c2-bc70-9a129f53f161 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-68d61f89-48fb-430c-a699-2d493dd9bdd1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 17.5px);
}

}

@media (min-width: 768px) {
[id="s-68d61f89-48fb-430c-a699-2d493dd9bdd1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 17.5px);
}

}

@media (min-width: 992px) {
[id="s-68d61f89-48fb-430c-a699-2d493dd9bdd1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 17.5px);
}

}

@media (min-width: 1200px) {
[id="s-68d61f89-48fb-430c-a699-2d493dd9bdd1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 17.5px);
}

}

#s-6e321501-9357-4cd9-8625-35d5224cba22 {
  max-width: 326px;
aspect-ratio: 326/445;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-6e321501-9357-4cd9-8625-35d5224cba22 .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-6e321501-9357-4cd9-8625-35d5224cba22 .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e321501-9357-4cd9-8625-35d5224cba22 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6e321501-9357-4cd9-8625-35d5224cba22 {
    width: 100%;
    height: auto;
  }

  #s-6e321501-9357-4cd9-8625-35d5224cba22 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6e321501-9357-4cd9-8625-35d5224cba22.shogun-image {
    
    
  }


.s-6e321501-9357-4cd9-8625-35d5224cba22 .shogun-image-content {
  
    align-items: center;
  
}

.s-6e321501-9357-4cd9-8625-35d5224cba22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e321501-9357-4cd9-8625-35d5224cba22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e321501-9357-4cd9-8625-35d5224cba22.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6e321501-9357-4cd9-8625-35d5224cba22 {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-6e321501-9357-4cd9-8625-35d5224cba22.shogun-image-container {
      position: relative;
    }

    .s-6e321501-9357-4cd9-8625-35d5224cba22.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e321501-9357-4cd9-8625-35d5224cba22.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e321501-9357-4cd9-8625-35d5224cba22 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e321501-9357-4cd9-8625-35d5224cba22 .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-6e321501-9357-4cd9-8625-35d5224cba22 .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e321501-9357-4cd9-8625-35d5224cba22 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6e321501-9357-4cd9-8625-35d5224cba22 {
    width: 100%;
    height: auto;
  }

  #s-6e321501-9357-4cd9-8625-35d5224cba22 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6e321501-9357-4cd9-8625-35d5224cba22.shogun-image {
    
    
  }


.s-6e321501-9357-4cd9-8625-35d5224cba22 .shogun-image-content {
  
    align-items: center;
  
}

.s-6e321501-9357-4cd9-8625-35d5224cba22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e321501-9357-4cd9-8625-35d5224cba22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e321501-9357-4cd9-8625-35d5224cba22.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6e321501-9357-4cd9-8625-35d5224cba22 {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-6e321501-9357-4cd9-8625-35d5224cba22.shogun-image-container {
      position: relative;
    }

    .s-6e321501-9357-4cd9-8625-35d5224cba22.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e321501-9357-4cd9-8625-35d5224cba22.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e321501-9357-4cd9-8625-35d5224cba22 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e321501-9357-4cd9-8625-35d5224cba22 .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-6e321501-9357-4cd9-8625-35d5224cba22 .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e321501-9357-4cd9-8625-35d5224cba22 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6e321501-9357-4cd9-8625-35d5224cba22 {
    width: 100%;
    height: auto;
  }

  #s-6e321501-9357-4cd9-8625-35d5224cba22 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6e321501-9357-4cd9-8625-35d5224cba22.shogun-image {
    
    
  }


.s-6e321501-9357-4cd9-8625-35d5224cba22 .shogun-image-content {
  
    align-items: center;
  
}

.s-6e321501-9357-4cd9-8625-35d5224cba22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e321501-9357-4cd9-8625-35d5224cba22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e321501-9357-4cd9-8625-35d5224cba22.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6e321501-9357-4cd9-8625-35d5224cba22 {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-6e321501-9357-4cd9-8625-35d5224cba22.shogun-image-container {
      position: relative;
    }

    .s-6e321501-9357-4cd9-8625-35d5224cba22.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e321501-9357-4cd9-8625-35d5224cba22.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e321501-9357-4cd9-8625-35d5224cba22 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e321501-9357-4cd9-8625-35d5224cba22 .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-6e321501-9357-4cd9-8625-35d5224cba22 .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e321501-9357-4cd9-8625-35d5224cba22 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6e321501-9357-4cd9-8625-35d5224cba22 {
    width: 100%;
    height: auto;
  }

  #s-6e321501-9357-4cd9-8625-35d5224cba22 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6e321501-9357-4cd9-8625-35d5224cba22.shogun-image {
    
    
  }


.s-6e321501-9357-4cd9-8625-35d5224cba22 .shogun-image-content {
  
    align-items: center;
  
}

.s-6e321501-9357-4cd9-8625-35d5224cba22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e321501-9357-4cd9-8625-35d5224cba22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e321501-9357-4cd9-8625-35d5224cba22.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6e321501-9357-4cd9-8625-35d5224cba22 {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-6e321501-9357-4cd9-8625-35d5224cba22.shogun-image-container {
      position: relative;
    }

    .s-6e321501-9357-4cd9-8625-35d5224cba22.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e321501-9357-4cd9-8625-35d5224cba22.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e321501-9357-4cd9-8625-35d5224cba22 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e321501-9357-4cd9-8625-35d5224cba22 .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-6e321501-9357-4cd9-8625-35d5224cba22 .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e321501-9357-4cd9-8625-35d5224cba22 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6e321501-9357-4cd9-8625-35d5224cba22 {
    width: 100%;
    height: auto;
  }

  #s-6e321501-9357-4cd9-8625-35d5224cba22 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6e321501-9357-4cd9-8625-35d5224cba22.shogun-image {
    
    
  }


.s-6e321501-9357-4cd9-8625-35d5224cba22 .shogun-image-content {
  
    align-items: center;
  
}

.s-6e321501-9357-4cd9-8625-35d5224cba22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e321501-9357-4cd9-8625-35d5224cba22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e321501-9357-4cd9-8625-35d5224cba22.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6e321501-9357-4cd9-8625-35d5224cba22 {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-6e321501-9357-4cd9-8625-35d5224cba22.shogun-image-container {
      position: relative;
    }

    .s-6e321501-9357-4cd9-8625-35d5224cba22.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e321501-9357-4cd9-8625-35d5224cba22.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e321501-9357-4cd9-8625-35d5224cba22 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-7da90c59-7611-462b-92b3-7af04cc5c8ed {
  background-size: 0px 0px;
margin-top: 25px;
margin-left: 0%;
margin-bottom: 25px;
margin-right: 0%;
padding-top: 2px;
padding-left: 5px;
padding-bottom: 2px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 101, 93, 1);
border-style: solid;
border-radius: 6px;
min-height: 0px;
max-width: 100%;
background-color: rgba(0, 101, 93, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 4px;
}
#s-7da90c59-7611-462b-92b3-7af04cc5c8ed:hover {background-color: rgba(255, 157, 108, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7da90c59-7611-462b-92b3-7af04cc5c8ed:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7da90c59-7611-462b-92b3-7af04cc5c8ed-root {
    text-align: center;
  }


#s-7da90c59-7611-462b-92b3-7af04cc5c8ed.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-7da90c59-7611-462b-92b3-7af04cc5c8ed-root {
    text-align: center;
  }


#s-7da90c59-7611-462b-92b3-7af04cc5c8ed.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7da90c59-7611-462b-92b3-7af04cc5c8ed-root {
    text-align: center;
  }


#s-7da90c59-7611-462b-92b3-7af04cc5c8ed.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7da90c59-7611-462b-92b3-7af04cc5c8ed-root {
    text-align: center;
  }


#s-7da90c59-7611-462b-92b3-7af04cc5c8ed.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-7da90c59-7611-462b-92b3-7af04cc5c8ed-root {
    text-align: center;
  }


#s-7da90c59-7611-462b-92b3-7af04cc5c8ed.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}
@media (min-width: 0px) {
[id="s-d323c11e-5f64-420a-8476-3e98c706b779"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 17.5px);
}

}

@media (min-width: 768px) {
[id="s-d323c11e-5f64-420a-8476-3e98c706b779"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 17.5px);
}

}

@media (min-width: 992px) {
[id="s-d323c11e-5f64-420a-8476-3e98c706b779"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 17.5px);
}

}

@media (min-width: 1200px) {
[id="s-d323c11e-5f64-420a-8476-3e98c706b779"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 17.5px);
}

}

#s-b6041f9e-6341-4b44-9398-fb137d982af2 {
  max-width: 326px;
aspect-ratio: 326/445;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-b6041f9e-6341-4b44-9398-fb137d982af2 .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-b6041f9e-6341-4b44-9398-fb137d982af2 .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6041f9e-6341-4b44-9398-fb137d982af2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b6041f9e-6341-4b44-9398-fb137d982af2 {
    width: 100%;
    height: auto;
  }

  #s-b6041f9e-6341-4b44-9398-fb137d982af2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b6041f9e-6341-4b44-9398-fb137d982af2.shogun-image {
    
    
  }


.s-b6041f9e-6341-4b44-9398-fb137d982af2 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6041f9e-6341-4b44-9398-fb137d982af2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6041f9e-6341-4b44-9398-fb137d982af2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6041f9e-6341-4b44-9398-fb137d982af2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b6041f9e-6341-4b44-9398-fb137d982af2 {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-b6041f9e-6341-4b44-9398-fb137d982af2.shogun-image-container {
      position: relative;
    }

    .s-b6041f9e-6341-4b44-9398-fb137d982af2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6041f9e-6341-4b44-9398-fb137d982af2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6041f9e-6341-4b44-9398-fb137d982af2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6041f9e-6341-4b44-9398-fb137d982af2 .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-b6041f9e-6341-4b44-9398-fb137d982af2 .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6041f9e-6341-4b44-9398-fb137d982af2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b6041f9e-6341-4b44-9398-fb137d982af2 {
    width: 100%;
    height: auto;
  }

  #s-b6041f9e-6341-4b44-9398-fb137d982af2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b6041f9e-6341-4b44-9398-fb137d982af2.shogun-image {
    
    
  }


.s-b6041f9e-6341-4b44-9398-fb137d982af2 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6041f9e-6341-4b44-9398-fb137d982af2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6041f9e-6341-4b44-9398-fb137d982af2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6041f9e-6341-4b44-9398-fb137d982af2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b6041f9e-6341-4b44-9398-fb137d982af2 {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-b6041f9e-6341-4b44-9398-fb137d982af2.shogun-image-container {
      position: relative;
    }

    .s-b6041f9e-6341-4b44-9398-fb137d982af2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6041f9e-6341-4b44-9398-fb137d982af2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6041f9e-6341-4b44-9398-fb137d982af2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6041f9e-6341-4b44-9398-fb137d982af2 .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-b6041f9e-6341-4b44-9398-fb137d982af2 .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6041f9e-6341-4b44-9398-fb137d982af2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b6041f9e-6341-4b44-9398-fb137d982af2 {
    width: 100%;
    height: auto;
  }

  #s-b6041f9e-6341-4b44-9398-fb137d982af2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b6041f9e-6341-4b44-9398-fb137d982af2.shogun-image {
    
    
  }


.s-b6041f9e-6341-4b44-9398-fb137d982af2 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6041f9e-6341-4b44-9398-fb137d982af2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6041f9e-6341-4b44-9398-fb137d982af2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6041f9e-6341-4b44-9398-fb137d982af2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b6041f9e-6341-4b44-9398-fb137d982af2 {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-b6041f9e-6341-4b44-9398-fb137d982af2.shogun-image-container {
      position: relative;
    }

    .s-b6041f9e-6341-4b44-9398-fb137d982af2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6041f9e-6341-4b44-9398-fb137d982af2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6041f9e-6341-4b44-9398-fb137d982af2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6041f9e-6341-4b44-9398-fb137d982af2 .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-b6041f9e-6341-4b44-9398-fb137d982af2 .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6041f9e-6341-4b44-9398-fb137d982af2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b6041f9e-6341-4b44-9398-fb137d982af2 {
    width: 100%;
    height: auto;
  }

  #s-b6041f9e-6341-4b44-9398-fb137d982af2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b6041f9e-6341-4b44-9398-fb137d982af2.shogun-image {
    
    
  }


.s-b6041f9e-6341-4b44-9398-fb137d982af2 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6041f9e-6341-4b44-9398-fb137d982af2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6041f9e-6341-4b44-9398-fb137d982af2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6041f9e-6341-4b44-9398-fb137d982af2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b6041f9e-6341-4b44-9398-fb137d982af2 {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-b6041f9e-6341-4b44-9398-fb137d982af2.shogun-image-container {
      position: relative;
    }

    .s-b6041f9e-6341-4b44-9398-fb137d982af2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6041f9e-6341-4b44-9398-fb137d982af2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6041f9e-6341-4b44-9398-fb137d982af2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6041f9e-6341-4b44-9398-fb137d982af2 .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-b6041f9e-6341-4b44-9398-fb137d982af2 .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6041f9e-6341-4b44-9398-fb137d982af2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b6041f9e-6341-4b44-9398-fb137d982af2 {
    width: 100%;
    height: auto;
  }

  #s-b6041f9e-6341-4b44-9398-fb137d982af2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b6041f9e-6341-4b44-9398-fb137d982af2.shogun-image {
    
    
  }


.s-b6041f9e-6341-4b44-9398-fb137d982af2 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6041f9e-6341-4b44-9398-fb137d982af2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6041f9e-6341-4b44-9398-fb137d982af2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6041f9e-6341-4b44-9398-fb137d982af2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b6041f9e-6341-4b44-9398-fb137d982af2 {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-b6041f9e-6341-4b44-9398-fb137d982af2.shogun-image-container {
      position: relative;
    }

    .s-b6041f9e-6341-4b44-9398-fb137d982af2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6041f9e-6341-4b44-9398-fb137d982af2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6041f9e-6341-4b44-9398-fb137d982af2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-c3748e99-3694-4064-a72a-362bc37bf893 {
  background-size: 0px 0px;
margin-top: 25px;
margin-left: 0%;
margin-bottom: 25px;
margin-right: 0%;
padding-top: 2px;
padding-left: 8px;
padding-bottom: 2px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 101, 93, 1);
border-style: solid;
border-radius: 6px;
min-height: 0px;
max-width: 100%;
background-color: rgba(0, 101, 93, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 4px;
}
#s-c3748e99-3694-4064-a72a-362bc37bf893:hover {background-color: rgba(255, 157, 108, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c3748e99-3694-4064-a72a-362bc37bf893:active {background-color: rgba(102, 209, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-c3748e99-3694-4064-a72a-362bc37bf893-root {
    text-align: center;
  }


#s-c3748e99-3694-4064-a72a-362bc37bf893.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-c3748e99-3694-4064-a72a-362bc37bf893-root {
    text-align: center;
  }


#s-c3748e99-3694-4064-a72a-362bc37bf893.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c3748e99-3694-4064-a72a-362bc37bf893-root {
    text-align: center;
  }


#s-c3748e99-3694-4064-a72a-362bc37bf893.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c3748e99-3694-4064-a72a-362bc37bf893-root {
    text-align: center;
  }


#s-c3748e99-3694-4064-a72a-362bc37bf893.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-c3748e99-3694-4064-a72a-362bc37bf893-root {
    text-align: center;
  }


#s-c3748e99-3694-4064-a72a-362bc37bf893.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-e35439fd-1812-4540-a001-bc8275b828fd {
  max-width: 326px;
aspect-ratio: 326/445;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-e35439fd-1812-4540-a001-bc8275b828fd .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-e35439fd-1812-4540-a001-bc8275b828fd .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e35439fd-1812-4540-a001-bc8275b828fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e35439fd-1812-4540-a001-bc8275b828fd {
    width: 100%;
    height: auto;
  }

  #s-e35439fd-1812-4540-a001-bc8275b828fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e35439fd-1812-4540-a001-bc8275b828fd.shogun-image {
    
    
  }


.s-e35439fd-1812-4540-a001-bc8275b828fd .shogun-image-content {
  
    align-items: center;
  
}

.s-e35439fd-1812-4540-a001-bc8275b828fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e35439fd-1812-4540-a001-bc8275b828fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e35439fd-1812-4540-a001-bc8275b828fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e35439fd-1812-4540-a001-bc8275b828fd {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-e35439fd-1812-4540-a001-bc8275b828fd.shogun-image-container {
      position: relative;
    }

    .s-e35439fd-1812-4540-a001-bc8275b828fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e35439fd-1812-4540-a001-bc8275b828fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e35439fd-1812-4540-a001-bc8275b828fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-e35439fd-1812-4540-a001-bc8275b828fd .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-e35439fd-1812-4540-a001-bc8275b828fd .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e35439fd-1812-4540-a001-bc8275b828fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e35439fd-1812-4540-a001-bc8275b828fd {
    width: 100%;
    height: auto;
  }

  #s-e35439fd-1812-4540-a001-bc8275b828fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e35439fd-1812-4540-a001-bc8275b828fd.shogun-image {
    
    
  }


.s-e35439fd-1812-4540-a001-bc8275b828fd .shogun-image-content {
  
    align-items: center;
  
}

.s-e35439fd-1812-4540-a001-bc8275b828fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e35439fd-1812-4540-a001-bc8275b828fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e35439fd-1812-4540-a001-bc8275b828fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e35439fd-1812-4540-a001-bc8275b828fd {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-e35439fd-1812-4540-a001-bc8275b828fd.shogun-image-container {
      position: relative;
    }

    .s-e35439fd-1812-4540-a001-bc8275b828fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e35439fd-1812-4540-a001-bc8275b828fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e35439fd-1812-4540-a001-bc8275b828fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e35439fd-1812-4540-a001-bc8275b828fd .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-e35439fd-1812-4540-a001-bc8275b828fd .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e35439fd-1812-4540-a001-bc8275b828fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e35439fd-1812-4540-a001-bc8275b828fd {
    width: 100%;
    height: auto;
  }

  #s-e35439fd-1812-4540-a001-bc8275b828fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e35439fd-1812-4540-a001-bc8275b828fd.shogun-image {
    
    
  }


.s-e35439fd-1812-4540-a001-bc8275b828fd .shogun-image-content {
  
    align-items: center;
  
}

.s-e35439fd-1812-4540-a001-bc8275b828fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e35439fd-1812-4540-a001-bc8275b828fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e35439fd-1812-4540-a001-bc8275b828fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e35439fd-1812-4540-a001-bc8275b828fd {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-e35439fd-1812-4540-a001-bc8275b828fd.shogun-image-container {
      position: relative;
    }

    .s-e35439fd-1812-4540-a001-bc8275b828fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e35439fd-1812-4540-a001-bc8275b828fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e35439fd-1812-4540-a001-bc8275b828fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e35439fd-1812-4540-a001-bc8275b828fd .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-e35439fd-1812-4540-a001-bc8275b828fd .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e35439fd-1812-4540-a001-bc8275b828fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e35439fd-1812-4540-a001-bc8275b828fd {
    width: 100%;
    height: auto;
  }

  #s-e35439fd-1812-4540-a001-bc8275b828fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e35439fd-1812-4540-a001-bc8275b828fd.shogun-image {
    
    
  }


.s-e35439fd-1812-4540-a001-bc8275b828fd .shogun-image-content {
  
    align-items: center;
  
}

.s-e35439fd-1812-4540-a001-bc8275b828fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e35439fd-1812-4540-a001-bc8275b828fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e35439fd-1812-4540-a001-bc8275b828fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e35439fd-1812-4540-a001-bc8275b828fd {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-e35439fd-1812-4540-a001-bc8275b828fd.shogun-image-container {
      position: relative;
    }

    .s-e35439fd-1812-4540-a001-bc8275b828fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e35439fd-1812-4540-a001-bc8275b828fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e35439fd-1812-4540-a001-bc8275b828fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e35439fd-1812-4540-a001-bc8275b828fd .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-e35439fd-1812-4540-a001-bc8275b828fd .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e35439fd-1812-4540-a001-bc8275b828fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e35439fd-1812-4540-a001-bc8275b828fd {
    width: 100%;
    height: auto;
  }

  #s-e35439fd-1812-4540-a001-bc8275b828fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e35439fd-1812-4540-a001-bc8275b828fd.shogun-image {
    
    
  }


.s-e35439fd-1812-4540-a001-bc8275b828fd .shogun-image-content {
  
    align-items: center;
  
}

.s-e35439fd-1812-4540-a001-bc8275b828fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e35439fd-1812-4540-a001-bc8275b828fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e35439fd-1812-4540-a001-bc8275b828fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e35439fd-1812-4540-a001-bc8275b828fd {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-e35439fd-1812-4540-a001-bc8275b828fd.shogun-image-container {
      position: relative;
    }

    .s-e35439fd-1812-4540-a001-bc8275b828fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e35439fd-1812-4540-a001-bc8275b828fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e35439fd-1812-4540-a001-bc8275b828fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-789e20ed-54d4-44d2-849a-499d65a61bef {
  background-size: 0px 0px;
margin-top: 25px;
margin-left: 0%;
margin-bottom: 25px;
margin-right: 0%;
padding-top: 2px;
padding-left: 8px;
padding-bottom: 2px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 101, 93, 1);
border-style: solid;
border-radius: 6px;
min-height: 0px;
max-width: 100%;
background-color: rgba(0, 101, 93, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 4px;
}
#s-789e20ed-54d4-44d2-849a-499d65a61bef:hover {background-color: rgba(255, 157, 108, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-789e20ed-54d4-44d2-849a-499d65a61bef:active {background-color: rgba(102, 209, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-789e20ed-54d4-44d2-849a-499d65a61bef-root {
    text-align: center;
  }


#s-789e20ed-54d4-44d2-849a-499d65a61bef.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-789e20ed-54d4-44d2-849a-499d65a61bef-root {
    text-align: center;
  }


#s-789e20ed-54d4-44d2-849a-499d65a61bef.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-789e20ed-54d4-44d2-849a-499d65a61bef-root {
    text-align: center;
  }


#s-789e20ed-54d4-44d2-849a-499d65a61bef.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-789e20ed-54d4-44d2-849a-499d65a61bef-root {
    text-align: center;
  }


#s-789e20ed-54d4-44d2-849a-499d65a61bef.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-789e20ed-54d4-44d2-849a-499d65a61bef-root {
    text-align: center;
  }


#s-789e20ed-54d4-44d2-849a-499d65a61bef.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}
@media (min-width: 0px) {
[id="s-d531c076-b59b-4e45-91c4-ad2ac4958041"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 17.5px);
}

}

@media (min-width: 768px) {
[id="s-d531c076-b59b-4e45-91c4-ad2ac4958041"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 17.5px);
}

}

@media (min-width: 992px) {
[id="s-d531c076-b59b-4e45-91c4-ad2ac4958041"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 17.5px);
}

}

@media (min-width: 1200px) {
[id="s-d531c076-b59b-4e45-91c4-ad2ac4958041"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 17.5px);
}

}

#s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f {
  max-width: 326px;
aspect-ratio: 326/445;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f {
    width: 100%;
    height: auto;
  }

  #s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f.shogun-image {
    
    
  }


.s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f .shogun-image-content {
  
    align-items: center;
  
}

.s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f.shogun-image-container {
      position: relative;
    }

    .s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f {
    width: 100%;
    height: auto;
  }

  #s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f.shogun-image {
    
    
  }


.s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f .shogun-image-content {
  
    align-items: center;
  
}

.s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f.shogun-image-container {
      position: relative;
    }

    .s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f {
    width: 100%;
    height: auto;
  }

  #s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f.shogun-image {
    
    
  }


.s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f .shogun-image-content {
  
    align-items: center;
  
}

.s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f.shogun-image-container {
      position: relative;
    }

    .s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f {
    width: 100%;
    height: auto;
  }

  #s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f.shogun-image {
    
    
  }


.s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f .shogun-image-content {
  
    align-items: center;
  
}

.s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f.shogun-image-container {
      position: relative;
    }

    .s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f {
    width: 100%;
    height: auto;
  }

  #s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f.shogun-image {
    
    
  }


.s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f .shogun-image-content {
  
    align-items: center;
  
}

.s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f.shogun-image-container {
      position: relative;
    }

    .s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ad82b3c-333f-4425-9e97-64ad5ad9b74f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-ca3a8769-b161-4560-8fb7-c8668573828b {
  background-size: 0px 0px;
margin-top: 25px;
margin-left: 0%;
margin-bottom: 25px;
margin-right: 0%;
padding-top: 2px;
padding-left: 8px;
padding-bottom: 2px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 101, 93, 1);
border-style: solid;
border-radius: 6px;
min-height: 0px;
max-width: 100%;
background-color: rgba(0, 101, 93, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 4px;
}
#s-ca3a8769-b161-4560-8fb7-c8668573828b:hover {background-color: rgba(255, 157, 108, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ca3a8769-b161-4560-8fb7-c8668573828b:active {background-color: rgba(102, 209, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-ca3a8769-b161-4560-8fb7-c8668573828b-root {
    text-align: center;
  }


#s-ca3a8769-b161-4560-8fb7-c8668573828b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-ca3a8769-b161-4560-8fb7-c8668573828b-root {
    text-align: center;
  }


#s-ca3a8769-b161-4560-8fb7-c8668573828b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ca3a8769-b161-4560-8fb7-c8668573828b-root {
    text-align: center;
  }


#s-ca3a8769-b161-4560-8fb7-c8668573828b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ca3a8769-b161-4560-8fb7-c8668573828b-root {
    text-align: center;
  }


#s-ca3a8769-b161-4560-8fb7-c8668573828b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-ca3a8769-b161-4560-8fb7-c8668573828b-root {
    text-align: center;
  }


#s-ca3a8769-b161-4560-8fb7-c8668573828b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-335c8eea-c852-4905-acc4-f832f3c7d804 {
  max-width: 327px;
aspect-ratio: 327/445;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-335c8eea-c852-4905-acc4-f832f3c7d804 .shg-image-content-wrapper {
      aspect-ratio: 327/445;
      min-width: 100%;
      height: auto;
    }

    #s-335c8eea-c852-4905-acc4-f832f3c7d804 .shogun-image-link {
      aspect-ratio: 327/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-335c8eea-c852-4905-acc4-f832f3c7d804 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-335c8eea-c852-4905-acc4-f832f3c7d804 {
    width: 100%;
    height: auto;
  }

  #s-335c8eea-c852-4905-acc4-f832f3c7d804 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-335c8eea-c852-4905-acc4-f832f3c7d804.shogun-image {
    
    
  }


.s-335c8eea-c852-4905-acc4-f832f3c7d804 .shogun-image-content {
  
    align-items: center;
  
}

.s-335c8eea-c852-4905-acc4-f832f3c7d804.shg-align-container {
  display: flex;
  justify-content: center
}

.s-335c8eea-c852-4905-acc4-f832f3c7d804.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-335c8eea-c852-4905-acc4-f832f3c7d804.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-335c8eea-c852-4905-acc4-f832f3c7d804 {
      --shg-aspect-ratio: calc(327/445); 
    }

    .s-335c8eea-c852-4905-acc4-f832f3c7d804.shogun-image-container {
      position: relative;
    }

    .s-335c8eea-c852-4905-acc4-f832f3c7d804.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-335c8eea-c852-4905-acc4-f832f3c7d804.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-335c8eea-c852-4905-acc4-f832f3c7d804 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-335c8eea-c852-4905-acc4-f832f3c7d804 .shg-image-content-wrapper {
      aspect-ratio: 327/445;
      min-width: 100%;
      height: auto;
    }

    #s-335c8eea-c852-4905-acc4-f832f3c7d804 .shogun-image-link {
      aspect-ratio: 327/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-335c8eea-c852-4905-acc4-f832f3c7d804 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-335c8eea-c852-4905-acc4-f832f3c7d804 {
    width: 100%;
    height: auto;
  }

  #s-335c8eea-c852-4905-acc4-f832f3c7d804 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-335c8eea-c852-4905-acc4-f832f3c7d804.shogun-image {
    
    
  }


.s-335c8eea-c852-4905-acc4-f832f3c7d804 .shogun-image-content {
  
    align-items: center;
  
}

.s-335c8eea-c852-4905-acc4-f832f3c7d804.shg-align-container {
  display: flex;
  justify-content: center
}

.s-335c8eea-c852-4905-acc4-f832f3c7d804.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-335c8eea-c852-4905-acc4-f832f3c7d804.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-335c8eea-c852-4905-acc4-f832f3c7d804 {
      --shg-aspect-ratio: calc(327/445); 
    }

    .s-335c8eea-c852-4905-acc4-f832f3c7d804.shogun-image-container {
      position: relative;
    }

    .s-335c8eea-c852-4905-acc4-f832f3c7d804.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-335c8eea-c852-4905-acc4-f832f3c7d804.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-335c8eea-c852-4905-acc4-f832f3c7d804 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-335c8eea-c852-4905-acc4-f832f3c7d804 .shg-image-content-wrapper {
      aspect-ratio: 327/445;
      min-width: 100%;
      height: auto;
    }

    #s-335c8eea-c852-4905-acc4-f832f3c7d804 .shogun-image-link {
      aspect-ratio: 327/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-335c8eea-c852-4905-acc4-f832f3c7d804 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-335c8eea-c852-4905-acc4-f832f3c7d804 {
    width: 100%;
    height: auto;
  }

  #s-335c8eea-c852-4905-acc4-f832f3c7d804 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-335c8eea-c852-4905-acc4-f832f3c7d804.shogun-image {
    
    
  }


.s-335c8eea-c852-4905-acc4-f832f3c7d804 .shogun-image-content {
  
    align-items: center;
  
}

.s-335c8eea-c852-4905-acc4-f832f3c7d804.shg-align-container {
  display: flex;
  justify-content: center
}

.s-335c8eea-c852-4905-acc4-f832f3c7d804.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-335c8eea-c852-4905-acc4-f832f3c7d804.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-335c8eea-c852-4905-acc4-f832f3c7d804 {
      --shg-aspect-ratio: calc(327/445); 
    }

    .s-335c8eea-c852-4905-acc4-f832f3c7d804.shogun-image-container {
      position: relative;
    }

    .s-335c8eea-c852-4905-acc4-f832f3c7d804.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-335c8eea-c852-4905-acc4-f832f3c7d804.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-335c8eea-c852-4905-acc4-f832f3c7d804 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-335c8eea-c852-4905-acc4-f832f3c7d804 .shg-image-content-wrapper {
      aspect-ratio: 327/445;
      min-width: 100%;
      height: auto;
    }

    #s-335c8eea-c852-4905-acc4-f832f3c7d804 .shogun-image-link {
      aspect-ratio: 327/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-335c8eea-c852-4905-acc4-f832f3c7d804 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-335c8eea-c852-4905-acc4-f832f3c7d804 {
    width: 100%;
    height: auto;
  }

  #s-335c8eea-c852-4905-acc4-f832f3c7d804 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-335c8eea-c852-4905-acc4-f832f3c7d804.shogun-image {
    
    
  }


.s-335c8eea-c852-4905-acc4-f832f3c7d804 .shogun-image-content {
  
    align-items: center;
  
}

.s-335c8eea-c852-4905-acc4-f832f3c7d804.shg-align-container {
  display: flex;
  justify-content: center
}

.s-335c8eea-c852-4905-acc4-f832f3c7d804.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-335c8eea-c852-4905-acc4-f832f3c7d804.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-335c8eea-c852-4905-acc4-f832f3c7d804 {
      --shg-aspect-ratio: calc(327/445); 
    }

    .s-335c8eea-c852-4905-acc4-f832f3c7d804.shogun-image-container {
      position: relative;
    }

    .s-335c8eea-c852-4905-acc4-f832f3c7d804.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-335c8eea-c852-4905-acc4-f832f3c7d804.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-335c8eea-c852-4905-acc4-f832f3c7d804 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-335c8eea-c852-4905-acc4-f832f3c7d804 .shg-image-content-wrapper {
      aspect-ratio: 327/445;
      min-width: 100%;
      height: auto;
    }

    #s-335c8eea-c852-4905-acc4-f832f3c7d804 .shogun-image-link {
      aspect-ratio: 327/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-335c8eea-c852-4905-acc4-f832f3c7d804 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-335c8eea-c852-4905-acc4-f832f3c7d804 {
    width: 100%;
    height: auto;
  }

  #s-335c8eea-c852-4905-acc4-f832f3c7d804 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-335c8eea-c852-4905-acc4-f832f3c7d804.shogun-image {
    
    
  }


.s-335c8eea-c852-4905-acc4-f832f3c7d804 .shogun-image-content {
  
    align-items: center;
  
}

.s-335c8eea-c852-4905-acc4-f832f3c7d804.shg-align-container {
  display: flex;
  justify-content: center
}

.s-335c8eea-c852-4905-acc4-f832f3c7d804.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-335c8eea-c852-4905-acc4-f832f3c7d804.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-335c8eea-c852-4905-acc4-f832f3c7d804 {
      --shg-aspect-ratio: calc(327/445); 
    }

    .s-335c8eea-c852-4905-acc4-f832f3c7d804.shogun-image-container {
      position: relative;
    }

    .s-335c8eea-c852-4905-acc4-f832f3c7d804.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-335c8eea-c852-4905-acc4-f832f3c7d804.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-335c8eea-c852-4905-acc4-f832f3c7d804 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-5b152202-a690-428f-a783-01828717fb1b {
  background-size: 0px 0px;
margin-top: 25px;
margin-left: 0%;
margin-bottom: 25px;
margin-right: 0%;
padding-top: 2px;
padding-left: 8px;
padding-bottom: 2px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 101, 93, 1);
border-style: solid;
border-radius: 6px;
min-height: 0px;
max-width: 100%;
background-color: rgba(0, 101, 93, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 4px;
}
#s-5b152202-a690-428f-a783-01828717fb1b:hover {background-color: rgba(255, 157, 108, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5b152202-a690-428f-a783-01828717fb1b:active {background-color: rgba(102, 209, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-5b152202-a690-428f-a783-01828717fb1b-root {
    text-align: center;
  }


#s-5b152202-a690-428f-a783-01828717fb1b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-5b152202-a690-428f-a783-01828717fb1b-root {
    text-align: center;
  }


#s-5b152202-a690-428f-a783-01828717fb1b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5b152202-a690-428f-a783-01828717fb1b-root {
    text-align: center;
  }


#s-5b152202-a690-428f-a783-01828717fb1b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5b152202-a690-428f-a783-01828717fb1b-root {
    text-align: center;
  }


#s-5b152202-a690-428f-a783-01828717fb1b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-5b152202-a690-428f-a783-01828717fb1b-root {
    text-align: center;
  }


#s-5b152202-a690-428f-a783-01828717fb1b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}
@media (min-width: 0px) {
[id="s-97f44b5e-5f99-41cd-8211-d22dcb5d420f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 17.5px);
}

}

@media (min-width: 768px) {
[id="s-97f44b5e-5f99-41cd-8211-d22dcb5d420f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 17.5px);
}

}

@media (min-width: 992px) {
[id="s-97f44b5e-5f99-41cd-8211-d22dcb5d420f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 17.5px);
}

}

@media (min-width: 1200px) {
[id="s-97f44b5e-5f99-41cd-8211-d22dcb5d420f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 17.5px);
}

}

#s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 327px;
aspect-ratio: 327/445;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3 .shg-image-content-wrapper {
      aspect-ratio: 327/445;
      min-width: 100%;
      height: auto;
    }

    #s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3 .shogun-image-link {
      aspect-ratio: 327/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3 {
    width: 100%;
    height: auto;
  }

  #s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3.shogun-image {
    
    
  }


.s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3 {
      --shg-aspect-ratio: calc(327/445); 
    }

    .s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3.shogun-image-container {
      position: relative;
    }

    .s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3 .shg-image-content-wrapper {
      aspect-ratio: 327/445;
      min-width: 100%;
      height: auto;
    }

    #s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3 .shogun-image-link {
      aspect-ratio: 327/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3 {
    width: 100%;
    height: auto;
  }

  #s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3.shogun-image {
    
    
  }


.s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3 {
      --shg-aspect-ratio: calc(327/445); 
    }

    .s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3.shogun-image-container {
      position: relative;
    }

    .s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3 .shg-image-content-wrapper {
      aspect-ratio: 327/445;
      min-width: 100%;
      height: auto;
    }

    #s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3 .shogun-image-link {
      aspect-ratio: 327/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3 {
    width: 100%;
    height: auto;
  }

  #s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3.shogun-image {
    
    
  }


.s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3 {
      --shg-aspect-ratio: calc(327/445); 
    }

    .s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3.shogun-image-container {
      position: relative;
    }

    .s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3 .shg-image-content-wrapper {
      aspect-ratio: 327/445;
      min-width: 100%;
      height: auto;
    }

    #s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3 .shogun-image-link {
      aspect-ratio: 327/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3 {
    width: 100%;
    height: auto;
  }

  #s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3.shogun-image {
    
    
  }


.s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3 {
      --shg-aspect-ratio: calc(327/445); 
    }

    .s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3.shogun-image-container {
      position: relative;
    }

    .s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3 .shg-image-content-wrapper {
      aspect-ratio: 327/445;
      min-width: 100%;
      height: auto;
    }

    #s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3 .shogun-image-link {
      aspect-ratio: 327/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3 {
    width: 100%;
    height: auto;
  }

  #s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3.shogun-image {
    
    
  }


.s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3 {
      --shg-aspect-ratio: calc(327/445); 
    }

    .s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3.shogun-image-container {
      position: relative;
    }

    .s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a1b4d1c-9c95-447b-8f09-ad4dfcf1b1e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-86c4c1b5-535c-4eba-8271-ccfc8551178f {
  background-size: 0px 0px;
margin-top: 25px;
margin-left: 0%;
margin-bottom: 25px;
margin-right: 0%;
padding-top: 2px;
padding-left: 8px;
padding-bottom: 2px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 101, 93, 1);
border-style: solid;
border-radius: 6px;
min-height: 0px;
max-width: 100%;
background-color: rgba(0, 101, 93, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 4px;
}
#s-86c4c1b5-535c-4eba-8271-ccfc8551178f:hover {background-color: rgba(255, 157, 108, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-86c4c1b5-535c-4eba-8271-ccfc8551178f:active {background-color: rgba(102, 209, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-86c4c1b5-535c-4eba-8271-ccfc8551178f-root {
    text-align: center;
  }


#s-86c4c1b5-535c-4eba-8271-ccfc8551178f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-86c4c1b5-535c-4eba-8271-ccfc8551178f-root {
    text-align: center;
  }


#s-86c4c1b5-535c-4eba-8271-ccfc8551178f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-86c4c1b5-535c-4eba-8271-ccfc8551178f-root {
    text-align: center;
  }


#s-86c4c1b5-535c-4eba-8271-ccfc8551178f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-86c4c1b5-535c-4eba-8271-ccfc8551178f-root {
    text-align: center;
  }


#s-86c4c1b5-535c-4eba-8271-ccfc8551178f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-86c4c1b5-535c-4eba-8271-ccfc8551178f-root {
    text-align: center;
  }


#s-86c4c1b5-535c-4eba-8271-ccfc8551178f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-39cea41b-60d3-4894-b8c4-e3bb77dd27db {
  max-width: 326px;
aspect-ratio: 326/445;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-39cea41b-60d3-4894-b8c4-e3bb77dd27db .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-39cea41b-60d3-4894-b8c4-e3bb77dd27db .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-39cea41b-60d3-4894-b8c4-e3bb77dd27db .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-39cea41b-60d3-4894-b8c4-e3bb77dd27db {
    width: 100%;
    height: auto;
  }

  #s-39cea41b-60d3-4894-b8c4-e3bb77dd27db img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-39cea41b-60d3-4894-b8c4-e3bb77dd27db.shogun-image {
    
    
  }


.s-39cea41b-60d3-4894-b8c4-e3bb77dd27db .shogun-image-content {
  
    align-items: center;
  
}

.s-39cea41b-60d3-4894-b8c4-e3bb77dd27db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39cea41b-60d3-4894-b8c4-e3bb77dd27db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39cea41b-60d3-4894-b8c4-e3bb77dd27db.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-39cea41b-60d3-4894-b8c4-e3bb77dd27db {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-39cea41b-60d3-4894-b8c4-e3bb77dd27db.shogun-image-container {
      position: relative;
    }

    .s-39cea41b-60d3-4894-b8c4-e3bb77dd27db.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-39cea41b-60d3-4894-b8c4-e3bb77dd27db.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-39cea41b-60d3-4894-b8c4-e3bb77dd27db img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-39cea41b-60d3-4894-b8c4-e3bb77dd27db .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-39cea41b-60d3-4894-b8c4-e3bb77dd27db .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-39cea41b-60d3-4894-b8c4-e3bb77dd27db .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-39cea41b-60d3-4894-b8c4-e3bb77dd27db {
    width: 100%;
    height: auto;
  }

  #s-39cea41b-60d3-4894-b8c4-e3bb77dd27db img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-39cea41b-60d3-4894-b8c4-e3bb77dd27db.shogun-image {
    
    
  }


.s-39cea41b-60d3-4894-b8c4-e3bb77dd27db .shogun-image-content {
  
    align-items: center;
  
}

.s-39cea41b-60d3-4894-b8c4-e3bb77dd27db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39cea41b-60d3-4894-b8c4-e3bb77dd27db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39cea41b-60d3-4894-b8c4-e3bb77dd27db.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-39cea41b-60d3-4894-b8c4-e3bb77dd27db {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-39cea41b-60d3-4894-b8c4-e3bb77dd27db.shogun-image-container {
      position: relative;
    }

    .s-39cea41b-60d3-4894-b8c4-e3bb77dd27db.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-39cea41b-60d3-4894-b8c4-e3bb77dd27db.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-39cea41b-60d3-4894-b8c4-e3bb77dd27db img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-39cea41b-60d3-4894-b8c4-e3bb77dd27db .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-39cea41b-60d3-4894-b8c4-e3bb77dd27db .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-39cea41b-60d3-4894-b8c4-e3bb77dd27db .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-39cea41b-60d3-4894-b8c4-e3bb77dd27db {
    width: 100%;
    height: auto;
  }

  #s-39cea41b-60d3-4894-b8c4-e3bb77dd27db img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-39cea41b-60d3-4894-b8c4-e3bb77dd27db.shogun-image {
    
    
  }


.s-39cea41b-60d3-4894-b8c4-e3bb77dd27db .shogun-image-content {
  
    align-items: center;
  
}

.s-39cea41b-60d3-4894-b8c4-e3bb77dd27db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39cea41b-60d3-4894-b8c4-e3bb77dd27db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39cea41b-60d3-4894-b8c4-e3bb77dd27db.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-39cea41b-60d3-4894-b8c4-e3bb77dd27db {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-39cea41b-60d3-4894-b8c4-e3bb77dd27db.shogun-image-container {
      position: relative;
    }

    .s-39cea41b-60d3-4894-b8c4-e3bb77dd27db.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-39cea41b-60d3-4894-b8c4-e3bb77dd27db.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-39cea41b-60d3-4894-b8c4-e3bb77dd27db img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-39cea41b-60d3-4894-b8c4-e3bb77dd27db .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-39cea41b-60d3-4894-b8c4-e3bb77dd27db .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-39cea41b-60d3-4894-b8c4-e3bb77dd27db .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-39cea41b-60d3-4894-b8c4-e3bb77dd27db {
    width: 100%;
    height: auto;
  }

  #s-39cea41b-60d3-4894-b8c4-e3bb77dd27db img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-39cea41b-60d3-4894-b8c4-e3bb77dd27db.shogun-image {
    
    
  }


.s-39cea41b-60d3-4894-b8c4-e3bb77dd27db .shogun-image-content {
  
    align-items: center;
  
}

.s-39cea41b-60d3-4894-b8c4-e3bb77dd27db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39cea41b-60d3-4894-b8c4-e3bb77dd27db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39cea41b-60d3-4894-b8c4-e3bb77dd27db.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-39cea41b-60d3-4894-b8c4-e3bb77dd27db {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-39cea41b-60d3-4894-b8c4-e3bb77dd27db.shogun-image-container {
      position: relative;
    }

    .s-39cea41b-60d3-4894-b8c4-e3bb77dd27db.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-39cea41b-60d3-4894-b8c4-e3bb77dd27db.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-39cea41b-60d3-4894-b8c4-e3bb77dd27db img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-39cea41b-60d3-4894-b8c4-e3bb77dd27db .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-39cea41b-60d3-4894-b8c4-e3bb77dd27db .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-39cea41b-60d3-4894-b8c4-e3bb77dd27db .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-39cea41b-60d3-4894-b8c4-e3bb77dd27db {
    width: 100%;
    height: auto;
  }

  #s-39cea41b-60d3-4894-b8c4-e3bb77dd27db img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-39cea41b-60d3-4894-b8c4-e3bb77dd27db.shogun-image {
    
    
  }


.s-39cea41b-60d3-4894-b8c4-e3bb77dd27db .shogun-image-content {
  
    align-items: center;
  
}

.s-39cea41b-60d3-4894-b8c4-e3bb77dd27db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39cea41b-60d3-4894-b8c4-e3bb77dd27db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39cea41b-60d3-4894-b8c4-e3bb77dd27db.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-39cea41b-60d3-4894-b8c4-e3bb77dd27db {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-39cea41b-60d3-4894-b8c4-e3bb77dd27db.shogun-image-container {
      position: relative;
    }

    .s-39cea41b-60d3-4894-b8c4-e3bb77dd27db.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-39cea41b-60d3-4894-b8c4-e3bb77dd27db.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-39cea41b-60d3-4894-b8c4-e3bb77dd27db img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-c8eeef48-ac1d-4742-bba0-39a1a18ff6a7 {
  background-size: 0px 0px;
margin-top: 25px;
margin-left: 0%;
margin-bottom: 25px;
margin-right: 0%;
padding-top: 2px;
padding-left: 8px;
padding-bottom: 2px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 101, 93, 1);
border-style: solid;
border-radius: 6px;
min-height: 0px;
max-width: 100%;
background-color: rgba(0, 101, 93, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 4px;
}
#s-c8eeef48-ac1d-4742-bba0-39a1a18ff6a7:hover {background-color: rgba(255, 157, 108, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c8eeef48-ac1d-4742-bba0-39a1a18ff6a7:active {background-color: rgba(102, 209, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-c8eeef48-ac1d-4742-bba0-39a1a18ff6a7-root {
    text-align: center;
  }


#s-c8eeef48-ac1d-4742-bba0-39a1a18ff6a7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-c8eeef48-ac1d-4742-bba0-39a1a18ff6a7-root {
    text-align: center;
  }


#s-c8eeef48-ac1d-4742-bba0-39a1a18ff6a7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c8eeef48-ac1d-4742-bba0-39a1a18ff6a7-root {
    text-align: center;
  }


#s-c8eeef48-ac1d-4742-bba0-39a1a18ff6a7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c8eeef48-ac1d-4742-bba0-39a1a18ff6a7-root {
    text-align: center;
  }


#s-c8eeef48-ac1d-4742-bba0-39a1a18ff6a7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-c8eeef48-ac1d-4742-bba0-39a1a18ff6a7-root {
    text-align: center;
  }


#s-c8eeef48-ac1d-4742-bba0-39a1a18ff6a7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}
@media (min-width: 0px) {
[id="s-b78991f4-7f25-4860-bc20-3b2f7c2011f8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 17.5px);
}

}

@media (min-width: 768px) {
[id="s-b78991f4-7f25-4860-bc20-3b2f7c2011f8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 17.5px);
}

}

@media (min-width: 992px) {
[id="s-b78991f4-7f25-4860-bc20-3b2f7c2011f8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 17.5px);
}

}

@media (min-width: 1200px) {
[id="s-b78991f4-7f25-4860-bc20-3b2f7c2011f8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 17.5px);
}

}

#s-b05c9276-d456-4ff4-bde7-632bd77f6e4c {
  max-width: 327px;
aspect-ratio: 327/445;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-b05c9276-d456-4ff4-bde7-632bd77f6e4c .shg-image-content-wrapper {
      aspect-ratio: 327/445;
      min-width: 100%;
      height: auto;
    }

    #s-b05c9276-d456-4ff4-bde7-632bd77f6e4c .shogun-image-link {
      aspect-ratio: 327/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b05c9276-d456-4ff4-bde7-632bd77f6e4c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b05c9276-d456-4ff4-bde7-632bd77f6e4c {
    width: 100%;
    height: auto;
  }

  #s-b05c9276-d456-4ff4-bde7-632bd77f6e4c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b05c9276-d456-4ff4-bde7-632bd77f6e4c.shogun-image {
    
    
  }


.s-b05c9276-d456-4ff4-bde7-632bd77f6e4c .shogun-image-content {
  
    align-items: center;
  
}

.s-b05c9276-d456-4ff4-bde7-632bd77f6e4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b05c9276-d456-4ff4-bde7-632bd77f6e4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b05c9276-d456-4ff4-bde7-632bd77f6e4c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b05c9276-d456-4ff4-bde7-632bd77f6e4c {
      --shg-aspect-ratio: calc(327/445); 
    }

    .s-b05c9276-d456-4ff4-bde7-632bd77f6e4c.shogun-image-container {
      position: relative;
    }

    .s-b05c9276-d456-4ff4-bde7-632bd77f6e4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b05c9276-d456-4ff4-bde7-632bd77f6e4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b05c9276-d456-4ff4-bde7-632bd77f6e4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-b05c9276-d456-4ff4-bde7-632bd77f6e4c .shg-image-content-wrapper {
      aspect-ratio: 327/445;
      min-width: 100%;
      height: auto;
    }

    #s-b05c9276-d456-4ff4-bde7-632bd77f6e4c .shogun-image-link {
      aspect-ratio: 327/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b05c9276-d456-4ff4-bde7-632bd77f6e4c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b05c9276-d456-4ff4-bde7-632bd77f6e4c {
    width: 100%;
    height: auto;
  }

  #s-b05c9276-d456-4ff4-bde7-632bd77f6e4c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b05c9276-d456-4ff4-bde7-632bd77f6e4c.shogun-image {
    
    
  }


.s-b05c9276-d456-4ff4-bde7-632bd77f6e4c .shogun-image-content {
  
    align-items: center;
  
}

.s-b05c9276-d456-4ff4-bde7-632bd77f6e4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b05c9276-d456-4ff4-bde7-632bd77f6e4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b05c9276-d456-4ff4-bde7-632bd77f6e4c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b05c9276-d456-4ff4-bde7-632bd77f6e4c {
      --shg-aspect-ratio: calc(327/445); 
    }

    .s-b05c9276-d456-4ff4-bde7-632bd77f6e4c.shogun-image-container {
      position: relative;
    }

    .s-b05c9276-d456-4ff4-bde7-632bd77f6e4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b05c9276-d456-4ff4-bde7-632bd77f6e4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b05c9276-d456-4ff4-bde7-632bd77f6e4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-b05c9276-d456-4ff4-bde7-632bd77f6e4c .shg-image-content-wrapper {
      aspect-ratio: 327/445;
      min-width: 100%;
      height: auto;
    }

    #s-b05c9276-d456-4ff4-bde7-632bd77f6e4c .shogun-image-link {
      aspect-ratio: 327/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b05c9276-d456-4ff4-bde7-632bd77f6e4c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b05c9276-d456-4ff4-bde7-632bd77f6e4c {
    width: 100%;
    height: auto;
  }

  #s-b05c9276-d456-4ff4-bde7-632bd77f6e4c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b05c9276-d456-4ff4-bde7-632bd77f6e4c.shogun-image {
    
    
  }


.s-b05c9276-d456-4ff4-bde7-632bd77f6e4c .shogun-image-content {
  
    align-items: center;
  
}

.s-b05c9276-d456-4ff4-bde7-632bd77f6e4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b05c9276-d456-4ff4-bde7-632bd77f6e4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b05c9276-d456-4ff4-bde7-632bd77f6e4c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b05c9276-d456-4ff4-bde7-632bd77f6e4c {
      --shg-aspect-ratio: calc(327/445); 
    }

    .s-b05c9276-d456-4ff4-bde7-632bd77f6e4c.shogun-image-container {
      position: relative;
    }

    .s-b05c9276-d456-4ff4-bde7-632bd77f6e4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b05c9276-d456-4ff4-bde7-632bd77f6e4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b05c9276-d456-4ff4-bde7-632bd77f6e4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-b05c9276-d456-4ff4-bde7-632bd77f6e4c .shg-image-content-wrapper {
      aspect-ratio: 327/445;
      min-width: 100%;
      height: auto;
    }

    #s-b05c9276-d456-4ff4-bde7-632bd77f6e4c .shogun-image-link {
      aspect-ratio: 327/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b05c9276-d456-4ff4-bde7-632bd77f6e4c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b05c9276-d456-4ff4-bde7-632bd77f6e4c {
    width: 100%;
    height: auto;
  }

  #s-b05c9276-d456-4ff4-bde7-632bd77f6e4c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b05c9276-d456-4ff4-bde7-632bd77f6e4c.shogun-image {
    
    
  }


.s-b05c9276-d456-4ff4-bde7-632bd77f6e4c .shogun-image-content {
  
    align-items: center;
  
}

.s-b05c9276-d456-4ff4-bde7-632bd77f6e4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b05c9276-d456-4ff4-bde7-632bd77f6e4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b05c9276-d456-4ff4-bde7-632bd77f6e4c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b05c9276-d456-4ff4-bde7-632bd77f6e4c {
      --shg-aspect-ratio: calc(327/445); 
    }

    .s-b05c9276-d456-4ff4-bde7-632bd77f6e4c.shogun-image-container {
      position: relative;
    }

    .s-b05c9276-d456-4ff4-bde7-632bd77f6e4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b05c9276-d456-4ff4-bde7-632bd77f6e4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b05c9276-d456-4ff4-bde7-632bd77f6e4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-b05c9276-d456-4ff4-bde7-632bd77f6e4c .shg-image-content-wrapper {
      aspect-ratio: 327/445;
      min-width: 100%;
      height: auto;
    }

    #s-b05c9276-d456-4ff4-bde7-632bd77f6e4c .shogun-image-link {
      aspect-ratio: 327/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b05c9276-d456-4ff4-bde7-632bd77f6e4c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b05c9276-d456-4ff4-bde7-632bd77f6e4c {
    width: 100%;
    height: auto;
  }

  #s-b05c9276-d456-4ff4-bde7-632bd77f6e4c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b05c9276-d456-4ff4-bde7-632bd77f6e4c.shogun-image {
    
    
  }


.s-b05c9276-d456-4ff4-bde7-632bd77f6e4c .shogun-image-content {
  
    align-items: center;
  
}

.s-b05c9276-d456-4ff4-bde7-632bd77f6e4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b05c9276-d456-4ff4-bde7-632bd77f6e4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b05c9276-d456-4ff4-bde7-632bd77f6e4c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b05c9276-d456-4ff4-bde7-632bd77f6e4c {
      --shg-aspect-ratio: calc(327/445); 
    }

    .s-b05c9276-d456-4ff4-bde7-632bd77f6e4c.shogun-image-container {
      position: relative;
    }

    .s-b05c9276-d456-4ff4-bde7-632bd77f6e4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b05c9276-d456-4ff4-bde7-632bd77f6e4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b05c9276-d456-4ff4-bde7-632bd77f6e4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-868e3b77-f434-4372-ab51-644dc31601f6 {
  background-size: 0px 0px;
margin-top: 25px;
margin-left: 0%;
margin-bottom: 25px;
margin-right: 0%;
padding-top: 2px;
padding-left: 8px;
padding-bottom: 2px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 101, 93, 1);
border-style: solid;
border-radius: 6px;
min-height: 0px;
max-width: 100%;
background-color: rgba(0, 101, 93, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 4px;
}
#s-868e3b77-f434-4372-ab51-644dc31601f6:hover {background-color: rgba(255, 157, 108, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-868e3b77-f434-4372-ab51-644dc31601f6:active {background-color: rgba(102, 209, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-868e3b77-f434-4372-ab51-644dc31601f6-root {
    text-align: center;
  }


#s-868e3b77-f434-4372-ab51-644dc31601f6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-868e3b77-f434-4372-ab51-644dc31601f6-root {
    text-align: center;
  }


#s-868e3b77-f434-4372-ab51-644dc31601f6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-868e3b77-f434-4372-ab51-644dc31601f6-root {
    text-align: center;
  }


#s-868e3b77-f434-4372-ab51-644dc31601f6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-868e3b77-f434-4372-ab51-644dc31601f6-root {
    text-align: center;
  }


#s-868e3b77-f434-4372-ab51-644dc31601f6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-868e3b77-f434-4372-ab51-644dc31601f6-root {
    text-align: center;
  }


#s-868e3b77-f434-4372-ab51-644dc31601f6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-59db3da3-48bb-45fe-a0b0-66ae764e0165 {
  max-width: 326px;
aspect-ratio: 326/445;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-59db3da3-48bb-45fe-a0b0-66ae764e0165 .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-59db3da3-48bb-45fe-a0b0-66ae764e0165 .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59db3da3-48bb-45fe-a0b0-66ae764e0165 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-59db3da3-48bb-45fe-a0b0-66ae764e0165 {
    width: 100%;
    height: auto;
  }

  #s-59db3da3-48bb-45fe-a0b0-66ae764e0165 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-59db3da3-48bb-45fe-a0b0-66ae764e0165.shogun-image {
    
    
  }


.s-59db3da3-48bb-45fe-a0b0-66ae764e0165 .shogun-image-content {
  
    align-items: center;
  
}

.s-59db3da3-48bb-45fe-a0b0-66ae764e0165.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59db3da3-48bb-45fe-a0b0-66ae764e0165.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59db3da3-48bb-45fe-a0b0-66ae764e0165.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-59db3da3-48bb-45fe-a0b0-66ae764e0165 {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-59db3da3-48bb-45fe-a0b0-66ae764e0165.shogun-image-container {
      position: relative;
    }

    .s-59db3da3-48bb-45fe-a0b0-66ae764e0165.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59db3da3-48bb-45fe-a0b0-66ae764e0165.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59db3da3-48bb-45fe-a0b0-66ae764e0165 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-59db3da3-48bb-45fe-a0b0-66ae764e0165 .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-59db3da3-48bb-45fe-a0b0-66ae764e0165 .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59db3da3-48bb-45fe-a0b0-66ae764e0165 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-59db3da3-48bb-45fe-a0b0-66ae764e0165 {
    width: 100%;
    height: auto;
  }

  #s-59db3da3-48bb-45fe-a0b0-66ae764e0165 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-59db3da3-48bb-45fe-a0b0-66ae764e0165.shogun-image {
    
    
  }


.s-59db3da3-48bb-45fe-a0b0-66ae764e0165 .shogun-image-content {
  
    align-items: center;
  
}

.s-59db3da3-48bb-45fe-a0b0-66ae764e0165.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59db3da3-48bb-45fe-a0b0-66ae764e0165.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59db3da3-48bb-45fe-a0b0-66ae764e0165.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-59db3da3-48bb-45fe-a0b0-66ae764e0165 {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-59db3da3-48bb-45fe-a0b0-66ae764e0165.shogun-image-container {
      position: relative;
    }

    .s-59db3da3-48bb-45fe-a0b0-66ae764e0165.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59db3da3-48bb-45fe-a0b0-66ae764e0165.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59db3da3-48bb-45fe-a0b0-66ae764e0165 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-59db3da3-48bb-45fe-a0b0-66ae764e0165 .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-59db3da3-48bb-45fe-a0b0-66ae764e0165 .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59db3da3-48bb-45fe-a0b0-66ae764e0165 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-59db3da3-48bb-45fe-a0b0-66ae764e0165 {
    width: 100%;
    height: auto;
  }

  #s-59db3da3-48bb-45fe-a0b0-66ae764e0165 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-59db3da3-48bb-45fe-a0b0-66ae764e0165.shogun-image {
    
    
  }


.s-59db3da3-48bb-45fe-a0b0-66ae764e0165 .shogun-image-content {
  
    align-items: center;
  
}

.s-59db3da3-48bb-45fe-a0b0-66ae764e0165.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59db3da3-48bb-45fe-a0b0-66ae764e0165.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59db3da3-48bb-45fe-a0b0-66ae764e0165.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-59db3da3-48bb-45fe-a0b0-66ae764e0165 {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-59db3da3-48bb-45fe-a0b0-66ae764e0165.shogun-image-container {
      position: relative;
    }

    .s-59db3da3-48bb-45fe-a0b0-66ae764e0165.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59db3da3-48bb-45fe-a0b0-66ae764e0165.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59db3da3-48bb-45fe-a0b0-66ae764e0165 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-59db3da3-48bb-45fe-a0b0-66ae764e0165 .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-59db3da3-48bb-45fe-a0b0-66ae764e0165 .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59db3da3-48bb-45fe-a0b0-66ae764e0165 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-59db3da3-48bb-45fe-a0b0-66ae764e0165 {
    width: 100%;
    height: auto;
  }

  #s-59db3da3-48bb-45fe-a0b0-66ae764e0165 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-59db3da3-48bb-45fe-a0b0-66ae764e0165.shogun-image {
    
    
  }


.s-59db3da3-48bb-45fe-a0b0-66ae764e0165 .shogun-image-content {
  
    align-items: center;
  
}

.s-59db3da3-48bb-45fe-a0b0-66ae764e0165.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59db3da3-48bb-45fe-a0b0-66ae764e0165.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59db3da3-48bb-45fe-a0b0-66ae764e0165.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-59db3da3-48bb-45fe-a0b0-66ae764e0165 {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-59db3da3-48bb-45fe-a0b0-66ae764e0165.shogun-image-container {
      position: relative;
    }

    .s-59db3da3-48bb-45fe-a0b0-66ae764e0165.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59db3da3-48bb-45fe-a0b0-66ae764e0165.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59db3da3-48bb-45fe-a0b0-66ae764e0165 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-59db3da3-48bb-45fe-a0b0-66ae764e0165 .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-59db3da3-48bb-45fe-a0b0-66ae764e0165 .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59db3da3-48bb-45fe-a0b0-66ae764e0165 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-59db3da3-48bb-45fe-a0b0-66ae764e0165 {
    width: 100%;
    height: auto;
  }

  #s-59db3da3-48bb-45fe-a0b0-66ae764e0165 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-59db3da3-48bb-45fe-a0b0-66ae764e0165.shogun-image {
    
    
  }


.s-59db3da3-48bb-45fe-a0b0-66ae764e0165 .shogun-image-content {
  
    align-items: center;
  
}

.s-59db3da3-48bb-45fe-a0b0-66ae764e0165.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59db3da3-48bb-45fe-a0b0-66ae764e0165.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59db3da3-48bb-45fe-a0b0-66ae764e0165.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-59db3da3-48bb-45fe-a0b0-66ae764e0165 {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-59db3da3-48bb-45fe-a0b0-66ae764e0165.shogun-image-container {
      position: relative;
    }

    .s-59db3da3-48bb-45fe-a0b0-66ae764e0165.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59db3da3-48bb-45fe-a0b0-66ae764e0165.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59db3da3-48bb-45fe-a0b0-66ae764e0165 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-7824cfdc-9f2d-47c8-978f-1ded36e1191e {
  background-size: 0px 0px;
margin-top: 25px;
margin-left: 0%;
margin-bottom: 25px;
margin-right: 0%;
padding-top: 2px;
padding-left: 8px;
padding-bottom: 2px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 101, 93, 1);
border-style: solid;
border-radius: 6px;
min-height: 0px;
max-width: 100%;
background-color: rgba(0, 101, 93, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 4px;
}
#s-7824cfdc-9f2d-47c8-978f-1ded36e1191e:hover {background-color: rgba(255, 157, 108, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7824cfdc-9f2d-47c8-978f-1ded36e1191e:active {background-color: rgba(102, 209, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-7824cfdc-9f2d-47c8-978f-1ded36e1191e-root {
    text-align: center;
  }


#s-7824cfdc-9f2d-47c8-978f-1ded36e1191e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-7824cfdc-9f2d-47c8-978f-1ded36e1191e-root {
    text-align: center;
  }


#s-7824cfdc-9f2d-47c8-978f-1ded36e1191e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7824cfdc-9f2d-47c8-978f-1ded36e1191e-root {
    text-align: center;
  }


#s-7824cfdc-9f2d-47c8-978f-1ded36e1191e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7824cfdc-9f2d-47c8-978f-1ded36e1191e-root {
    text-align: center;
  }


#s-7824cfdc-9f2d-47c8-978f-1ded36e1191e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-7824cfdc-9f2d-47c8-978f-1ded36e1191e-root {
    text-align: center;
  }


#s-7824cfdc-9f2d-47c8-978f-1ded36e1191e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}
@media (min-width: 0px) {
[id="s-4aabb0df-c901-4ee8-a7d4-a9d8eeb0d053"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 17.5px);
}

}

@media (min-width: 768px) {
[id="s-4aabb0df-c901-4ee8-a7d4-a9d8eeb0d053"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 17.5px);
}

}

@media (min-width: 992px) {
[id="s-4aabb0df-c901-4ee8-a7d4-a9d8eeb0d053"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 17.5px);
}

}

@media (min-width: 1200px) {
[id="s-4aabb0df-c901-4ee8-a7d4-a9d8eeb0d053"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 17.5px);
}

}

#s-1daf5176-f032-477b-90ed-97c04a48f557 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 326px;
aspect-ratio: 326/444;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-1daf5176-f032-477b-90ed-97c04a48f557 .shg-image-content-wrapper {
      aspect-ratio: 326/444;
      min-width: 100%;
      height: auto;
    }

    #s-1daf5176-f032-477b-90ed-97c04a48f557 .shogun-image-link {
      aspect-ratio: 326/444;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1daf5176-f032-477b-90ed-97c04a48f557 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1daf5176-f032-477b-90ed-97c04a48f557 {
    width: 100%;
    height: auto;
  }

  #s-1daf5176-f032-477b-90ed-97c04a48f557 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1daf5176-f032-477b-90ed-97c04a48f557.shogun-image {
    
    
  }


.s-1daf5176-f032-477b-90ed-97c04a48f557 .shogun-image-content {
  
    align-items: center;
  
}

.s-1daf5176-f032-477b-90ed-97c04a48f557.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1daf5176-f032-477b-90ed-97c04a48f557.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1daf5176-f032-477b-90ed-97c04a48f557.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1daf5176-f032-477b-90ed-97c04a48f557 {
      --shg-aspect-ratio: calc(326/444); 
    }

    .s-1daf5176-f032-477b-90ed-97c04a48f557.shogun-image-container {
      position: relative;
    }

    .s-1daf5176-f032-477b-90ed-97c04a48f557.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1daf5176-f032-477b-90ed-97c04a48f557.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1daf5176-f032-477b-90ed-97c04a48f557 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-1daf5176-f032-477b-90ed-97c04a48f557 .shg-image-content-wrapper {
      aspect-ratio: 326/444;
      min-width: 100%;
      height: auto;
    }

    #s-1daf5176-f032-477b-90ed-97c04a48f557 .shogun-image-link {
      aspect-ratio: 326/444;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1daf5176-f032-477b-90ed-97c04a48f557 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1daf5176-f032-477b-90ed-97c04a48f557 {
    width: 100%;
    height: auto;
  }

  #s-1daf5176-f032-477b-90ed-97c04a48f557 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1daf5176-f032-477b-90ed-97c04a48f557.shogun-image {
    
    
  }


.s-1daf5176-f032-477b-90ed-97c04a48f557 .shogun-image-content {
  
    align-items: center;
  
}

.s-1daf5176-f032-477b-90ed-97c04a48f557.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1daf5176-f032-477b-90ed-97c04a48f557.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1daf5176-f032-477b-90ed-97c04a48f557.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1daf5176-f032-477b-90ed-97c04a48f557 {
      --shg-aspect-ratio: calc(326/444); 
    }

    .s-1daf5176-f032-477b-90ed-97c04a48f557.shogun-image-container {
      position: relative;
    }

    .s-1daf5176-f032-477b-90ed-97c04a48f557.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1daf5176-f032-477b-90ed-97c04a48f557.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1daf5176-f032-477b-90ed-97c04a48f557 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1daf5176-f032-477b-90ed-97c04a48f557 .shg-image-content-wrapper {
      aspect-ratio: 326/444;
      min-width: 100%;
      height: auto;
    }

    #s-1daf5176-f032-477b-90ed-97c04a48f557 .shogun-image-link {
      aspect-ratio: 326/444;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1daf5176-f032-477b-90ed-97c04a48f557 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1daf5176-f032-477b-90ed-97c04a48f557 {
    width: 100%;
    height: auto;
  }

  #s-1daf5176-f032-477b-90ed-97c04a48f557 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1daf5176-f032-477b-90ed-97c04a48f557.shogun-image {
    
    
  }


.s-1daf5176-f032-477b-90ed-97c04a48f557 .shogun-image-content {
  
    align-items: center;
  
}

.s-1daf5176-f032-477b-90ed-97c04a48f557.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1daf5176-f032-477b-90ed-97c04a48f557.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1daf5176-f032-477b-90ed-97c04a48f557.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1daf5176-f032-477b-90ed-97c04a48f557 {
      --shg-aspect-ratio: calc(326/444); 
    }

    .s-1daf5176-f032-477b-90ed-97c04a48f557.shogun-image-container {
      position: relative;
    }

    .s-1daf5176-f032-477b-90ed-97c04a48f557.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1daf5176-f032-477b-90ed-97c04a48f557.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1daf5176-f032-477b-90ed-97c04a48f557 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1daf5176-f032-477b-90ed-97c04a48f557 .shg-image-content-wrapper {
      aspect-ratio: 326/444;
      min-width: 100%;
      height: auto;
    }

    #s-1daf5176-f032-477b-90ed-97c04a48f557 .shogun-image-link {
      aspect-ratio: 326/444;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1daf5176-f032-477b-90ed-97c04a48f557 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1daf5176-f032-477b-90ed-97c04a48f557 {
    width: 100%;
    height: auto;
  }

  #s-1daf5176-f032-477b-90ed-97c04a48f557 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1daf5176-f032-477b-90ed-97c04a48f557.shogun-image {
    
    
  }


.s-1daf5176-f032-477b-90ed-97c04a48f557 .shogun-image-content {
  
    align-items: center;
  
}

.s-1daf5176-f032-477b-90ed-97c04a48f557.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1daf5176-f032-477b-90ed-97c04a48f557.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1daf5176-f032-477b-90ed-97c04a48f557.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1daf5176-f032-477b-90ed-97c04a48f557 {
      --shg-aspect-ratio: calc(326/444); 
    }

    .s-1daf5176-f032-477b-90ed-97c04a48f557.shogun-image-container {
      position: relative;
    }

    .s-1daf5176-f032-477b-90ed-97c04a48f557.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1daf5176-f032-477b-90ed-97c04a48f557.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1daf5176-f032-477b-90ed-97c04a48f557 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1daf5176-f032-477b-90ed-97c04a48f557 .shg-image-content-wrapper {
      aspect-ratio: 326/444;
      min-width: 100%;
      height: auto;
    }

    #s-1daf5176-f032-477b-90ed-97c04a48f557 .shogun-image-link {
      aspect-ratio: 326/444;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1daf5176-f032-477b-90ed-97c04a48f557 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1daf5176-f032-477b-90ed-97c04a48f557 {
    width: 100%;
    height: auto;
  }

  #s-1daf5176-f032-477b-90ed-97c04a48f557 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1daf5176-f032-477b-90ed-97c04a48f557.shogun-image {
    
    
  }


.s-1daf5176-f032-477b-90ed-97c04a48f557 .shogun-image-content {
  
    align-items: center;
  
}

.s-1daf5176-f032-477b-90ed-97c04a48f557.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1daf5176-f032-477b-90ed-97c04a48f557.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1daf5176-f032-477b-90ed-97c04a48f557.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1daf5176-f032-477b-90ed-97c04a48f557 {
      --shg-aspect-ratio: calc(326/444); 
    }

    .s-1daf5176-f032-477b-90ed-97c04a48f557.shogun-image-container {
      position: relative;
    }

    .s-1daf5176-f032-477b-90ed-97c04a48f557.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1daf5176-f032-477b-90ed-97c04a48f557.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1daf5176-f032-477b-90ed-97c04a48f557 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-edd0230c-2a9b-49fb-9dbc-8abaacb926d1 {
  background-size: 0px 0px;
margin-top: 25px;
margin-left: 0%;
margin-bottom: 25px;
margin-right: 0%;
padding-top: 2px;
padding-left: 8px;
padding-bottom: 2px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 101, 93, 1);
border-style: solid;
border-radius: 6px;
min-height: 0px;
max-width: 100%;
background-color: rgba(0, 101, 93, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 4px;
}
#s-edd0230c-2a9b-49fb-9dbc-8abaacb926d1:hover {background-color: rgba(255, 157, 108, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-edd0230c-2a9b-49fb-9dbc-8abaacb926d1:active {background-color: rgba(102, 209, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-edd0230c-2a9b-49fb-9dbc-8abaacb926d1-root {
    text-align: center;
  }


#s-edd0230c-2a9b-49fb-9dbc-8abaacb926d1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-edd0230c-2a9b-49fb-9dbc-8abaacb926d1-root {
    text-align: center;
  }


#s-edd0230c-2a9b-49fb-9dbc-8abaacb926d1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-edd0230c-2a9b-49fb-9dbc-8abaacb926d1-root {
    text-align: center;
  }


#s-edd0230c-2a9b-49fb-9dbc-8abaacb926d1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-edd0230c-2a9b-49fb-9dbc-8abaacb926d1-root {
    text-align: center;
  }


#s-edd0230c-2a9b-49fb-9dbc-8abaacb926d1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-edd0230c-2a9b-49fb-9dbc-8abaacb926d1-root {
    text-align: center;
  }


#s-edd0230c-2a9b-49fb-9dbc-8abaacb926d1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 326px;
aspect-ratio: 326/445;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028 .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028 .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028 {
    width: 100%;
    height: auto;
  }

  #s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028.shogun-image {
    
    
  }


.s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028 .shogun-image-content {
  
    align-items: center;
  
}

.s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028 {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028.shogun-image-container {
      position: relative;
    }

    .s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028 .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028 .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028 {
    width: 100%;
    height: auto;
  }

  #s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028.shogun-image {
    
    
  }


.s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028 .shogun-image-content {
  
    align-items: center;
  
}

.s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028 {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028.shogun-image-container {
      position: relative;
    }

    .s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028 .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028 .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028 {
    width: 100%;
    height: auto;
  }

  #s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028.shogun-image {
    
    
  }


.s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028 .shogun-image-content {
  
    align-items: center;
  
}

.s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028 {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028.shogun-image-container {
      position: relative;
    }

    .s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028 .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028 .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028 {
    width: 100%;
    height: auto;
  }

  #s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028.shogun-image {
    
    
  }


.s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028 .shogun-image-content {
  
    align-items: center;
  
}

.s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028 {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028.shogun-image-container {
      position: relative;
    }

    .s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028 .shg-image-content-wrapper {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }

    #s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028 .shogun-image-link {
      aspect-ratio: 326/445;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028 {
    width: 100%;
    height: auto;
  }

  #s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028.shogun-image {
    
    
  }


.s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028 .shogun-image-content {
  
    align-items: center;
  
}

.s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028 {
      --shg-aspect-ratio: calc(326/445); 
    }

    .s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028.shogun-image-container {
      position: relative;
    }

    .s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f3f1ec1-f79d-4711-b54b-f2f8f4d02028 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-fddff278-1307-4675-93d7-c8a3e2b3a3d9 {
  background-size: 0px 0px;
margin-top: 25px;
margin-left: 0%;
margin-bottom: 25px;
margin-right: 0%;
padding-top: 2px;
padding-left: 8px;
padding-bottom: 2px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 101, 93, 1);
border-style: solid;
border-radius: 6px;
min-height: 0px;
max-width: 100%;
background-color: rgba(0, 101, 93, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 4px;
}
#s-fddff278-1307-4675-93d7-c8a3e2b3a3d9:hover {background-color: rgba(255, 157, 108, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fddff278-1307-4675-93d7-c8a3e2b3a3d9:active {background-color: rgba(102, 209, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-fddff278-1307-4675-93d7-c8a3e2b3a3d9-root {
    text-align: center;
  }


#s-fddff278-1307-4675-93d7-c8a3e2b3a3d9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-fddff278-1307-4675-93d7-c8a3e2b3a3d9-root {
    text-align: center;
  }


#s-fddff278-1307-4675-93d7-c8a3e2b3a3d9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fddff278-1307-4675-93d7-c8a3e2b3a3d9-root {
    text-align: center;
  }


#s-fddff278-1307-4675-93d7-c8a3e2b3a3d9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fddff278-1307-4675-93d7-c8a3e2b3a3d9-root {
    text-align: center;
  }


#s-fddff278-1307-4675-93d7-c8a3e2b3a3d9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-fddff278-1307-4675-93d7-c8a3e2b3a3d9-root {
    text-align: center;
  }


#s-fddff278-1307-4675-93d7-c8a3e2b3a3d9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-584afd2c-c938-441d-a5de-549848329f68 {
  max-width: 1025px;
aspect-ratio: 1025/784;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-584afd2c-c938-441d-a5de-549848329f68 .shg-image-content-wrapper {
      aspect-ratio: 1025/784;
      min-width: 100%;
      height: auto;
    }

    #s-584afd2c-c938-441d-a5de-549848329f68 .shogun-image-link {
      aspect-ratio: 1025/784;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-584afd2c-c938-441d-a5de-549848329f68 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-584afd2c-c938-441d-a5de-549848329f68 {
    width: 100%;
    height: auto;
  }

  #s-584afd2c-c938-441d-a5de-549848329f68 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-584afd2c-c938-441d-a5de-549848329f68.shogun-image {
    
    
  }


.s-584afd2c-c938-441d-a5de-549848329f68 .shogun-image-content {
  
    align-items: center;
  
}

.s-584afd2c-c938-441d-a5de-549848329f68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-584afd2c-c938-441d-a5de-549848329f68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-584afd2c-c938-441d-a5de-549848329f68.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-584afd2c-c938-441d-a5de-549848329f68 {
      --shg-aspect-ratio: calc(1025/784); 
    }

    .s-584afd2c-c938-441d-a5de-549848329f68.shogun-image-container {
      position: relative;
    }

    .s-584afd2c-c938-441d-a5de-549848329f68.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-584afd2c-c938-441d-a5de-549848329f68.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-584afd2c-c938-441d-a5de-549848329f68 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-584afd2c-c938-441d-a5de-549848329f68 .shg-image-content-wrapper {
      aspect-ratio: 1025/784;
      min-width: 100%;
      height: auto;
    }

    #s-584afd2c-c938-441d-a5de-549848329f68 .shogun-image-link {
      aspect-ratio: 1025/784;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-584afd2c-c938-441d-a5de-549848329f68 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-584afd2c-c938-441d-a5de-549848329f68 {
    width: 100%;
    height: auto;
  }

  #s-584afd2c-c938-441d-a5de-549848329f68 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-584afd2c-c938-441d-a5de-549848329f68.shogun-image {
    
    
  }


.s-584afd2c-c938-441d-a5de-549848329f68 .shogun-image-content {
  
    align-items: center;
  
}

.s-584afd2c-c938-441d-a5de-549848329f68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-584afd2c-c938-441d-a5de-549848329f68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-584afd2c-c938-441d-a5de-549848329f68.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-584afd2c-c938-441d-a5de-549848329f68 {
      --shg-aspect-ratio: calc(1025/784); 
    }

    .s-584afd2c-c938-441d-a5de-549848329f68.shogun-image-container {
      position: relative;
    }

    .s-584afd2c-c938-441d-a5de-549848329f68.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-584afd2c-c938-441d-a5de-549848329f68.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-584afd2c-c938-441d-a5de-549848329f68 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-584afd2c-c938-441d-a5de-549848329f68 .shg-image-content-wrapper {
      aspect-ratio: 1025/784;
      min-width: 100%;
      height: auto;
    }

    #s-584afd2c-c938-441d-a5de-549848329f68 .shogun-image-link {
      aspect-ratio: 1025/784;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-584afd2c-c938-441d-a5de-549848329f68 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-584afd2c-c938-441d-a5de-549848329f68 {
    width: 100%;
    height: auto;
  }

  #s-584afd2c-c938-441d-a5de-549848329f68 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-584afd2c-c938-441d-a5de-549848329f68.shogun-image {
    
    
  }


.s-584afd2c-c938-441d-a5de-549848329f68 .shogun-image-content {
  
    align-items: center;
  
}

.s-584afd2c-c938-441d-a5de-549848329f68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-584afd2c-c938-441d-a5de-549848329f68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-584afd2c-c938-441d-a5de-549848329f68.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-584afd2c-c938-441d-a5de-549848329f68 {
      --shg-aspect-ratio: calc(1025/784); 
    }

    .s-584afd2c-c938-441d-a5de-549848329f68.shogun-image-container {
      position: relative;
    }

    .s-584afd2c-c938-441d-a5de-549848329f68.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-584afd2c-c938-441d-a5de-549848329f68.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-584afd2c-c938-441d-a5de-549848329f68 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-584afd2c-c938-441d-a5de-549848329f68 .shg-image-content-wrapper {
      aspect-ratio: 1025/784;
      min-width: 100%;
      height: auto;
    }

    #s-584afd2c-c938-441d-a5de-549848329f68 .shogun-image-link {
      aspect-ratio: 1025/784;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-584afd2c-c938-441d-a5de-549848329f68 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-584afd2c-c938-441d-a5de-549848329f68 {
    width: 100%;
    height: auto;
  }

  #s-584afd2c-c938-441d-a5de-549848329f68 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-584afd2c-c938-441d-a5de-549848329f68.shogun-image {
    
    
  }


.s-584afd2c-c938-441d-a5de-549848329f68 .shogun-image-content {
  
    align-items: center;
  
}

.s-584afd2c-c938-441d-a5de-549848329f68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-584afd2c-c938-441d-a5de-549848329f68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-584afd2c-c938-441d-a5de-549848329f68.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-584afd2c-c938-441d-a5de-549848329f68 {
      --shg-aspect-ratio: calc(1025/784); 
    }

    .s-584afd2c-c938-441d-a5de-549848329f68.shogun-image-container {
      position: relative;
    }

    .s-584afd2c-c938-441d-a5de-549848329f68.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-584afd2c-c938-441d-a5de-549848329f68.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-584afd2c-c938-441d-a5de-549848329f68 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-584afd2c-c938-441d-a5de-549848329f68 .shg-image-content-wrapper {
      aspect-ratio: 1025/784;
      min-width: 100%;
      height: auto;
    }

    #s-584afd2c-c938-441d-a5de-549848329f68 .shogun-image-link {
      aspect-ratio: 1025/784;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-584afd2c-c938-441d-a5de-549848329f68 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-584afd2c-c938-441d-a5de-549848329f68 {
    width: 100%;
    height: auto;
  }

  #s-584afd2c-c938-441d-a5de-549848329f68 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-584afd2c-c938-441d-a5de-549848329f68.shogun-image {
    
    
  }


.s-584afd2c-c938-441d-a5de-549848329f68 .shogun-image-content {
  
    align-items: center;
  
}

.s-584afd2c-c938-441d-a5de-549848329f68.shg-align-container {
  display: flex;
  justify-content: center
}

.s-584afd2c-c938-441d-a5de-549848329f68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-584afd2c-c938-441d-a5de-549848329f68.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-584afd2c-c938-441d-a5de-549848329f68 {
      --shg-aspect-ratio: calc(1025/784); 
    }

    .s-584afd2c-c938-441d-a5de-549848329f68.shogun-image-container {
      position: relative;
    }

    .s-584afd2c-c938-441d-a5de-549848329f68.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-584afd2c-c938-441d-a5de-549848329f68.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-584afd2c-c938-441d-a5de-549848329f68 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c {
  margin-bottom: 4%;
padding-top: 0%;
padding-bottom: 0%;
max-width: 1025px;
aspect-ratio: 1025/689;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c .shg-image-content-wrapper {
      aspect-ratio: 1025/689;
      min-width: 100%;
      height: auto;
    }

    #s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c .shogun-image-link {
      aspect-ratio: 1025/689;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c {
    width: 100%;
    height: auto;
  }

  #s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c.shogun-image {
    
    
  }


.s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c .shogun-image-content {
  
    align-items: center;
  
}

.s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c {
      --shg-aspect-ratio: calc(1025/689); 
    }

    .s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c.shogun-image-container {
      position: relative;
    }

    .s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c .shg-image-content-wrapper {
      aspect-ratio: 1025/689;
      min-width: 100%;
      height: auto;
    }

    #s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c .shogun-image-link {
      aspect-ratio: 1025/689;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c {
    width: 100%;
    height: auto;
  }

  #s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c.shogun-image {
    
    
  }


.s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c .shogun-image-content {
  
    align-items: center;
  
}

.s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c {
      --shg-aspect-ratio: calc(1025/689); 
    }

    .s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c.shogun-image-container {
      position: relative;
    }

    .s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c .shg-image-content-wrapper {
      aspect-ratio: 1025/689;
      min-width: 100%;
      height: auto;
    }

    #s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c .shogun-image-link {
      aspect-ratio: 1025/689;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c {
    width: 100%;
    height: auto;
  }

  #s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c.shogun-image {
    
    
  }


.s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c .shogun-image-content {
  
    align-items: center;
  
}

.s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c {
      --shg-aspect-ratio: calc(1025/689); 
    }

    .s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c.shogun-image-container {
      position: relative;
    }

    .s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c .shg-image-content-wrapper {
      aspect-ratio: 1025/689;
      min-width: 100%;
      height: auto;
    }

    #s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c .shogun-image-link {
      aspect-ratio: 1025/689;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c {
    width: 100%;
    height: auto;
  }

  #s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c.shogun-image {
    
    
  }


.s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c .shogun-image-content {
  
    align-items: center;
  
}

.s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c {
      --shg-aspect-ratio: calc(1025/689); 
    }

    .s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c.shogun-image-container {
      position: relative;
    }

    .s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c .shg-image-content-wrapper {
      aspect-ratio: 1025/689;
      min-width: 100%;
      height: auto;
    }

    #s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c .shogun-image-link {
      aspect-ratio: 1025/689;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c {
    width: 100%;
    height: auto;
  }

  #s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c.shogun-image {
    
    
  }


.s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c .shogun-image-content {
  
    align-items: center;
  
}

.s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c {
      --shg-aspect-ratio: calc(1025/689); 
    }

    .s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c.shogun-image-container {
      position: relative;
    }

    .s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8b3bbd8-e393-4c2d-9181-eaee7c8f914c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-d5a0cbbc-c89a-468e-90de-f10965e6d489 {
  margin-top: 4%;
margin-bottom: 0%;
padding-left: 0%;
padding-right: 0%;
}

#s-c721e778-b110-42a8-824b-de2019dfa796 {
  margin-bottom: 4%;
padding-bottom: 0%;
max-width: 1024px;
aspect-ratio: 1024/685;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-c721e778-b110-42a8-824b-de2019dfa796 .shg-image-content-wrapper {
      aspect-ratio: 1024/685;
      min-width: 100%;
      height: auto;
    }

    #s-c721e778-b110-42a8-824b-de2019dfa796 .shogun-image-link {
      aspect-ratio: 1024/685;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c721e778-b110-42a8-824b-de2019dfa796 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c721e778-b110-42a8-824b-de2019dfa796 {
    width: 100%;
    height: auto;
  }

  #s-c721e778-b110-42a8-824b-de2019dfa796 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c721e778-b110-42a8-824b-de2019dfa796.shogun-image {
    
    
  }


.s-c721e778-b110-42a8-824b-de2019dfa796 .shogun-image-content {
  
    align-items: center;
  
}

.s-c721e778-b110-42a8-824b-de2019dfa796.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c721e778-b110-42a8-824b-de2019dfa796.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c721e778-b110-42a8-824b-de2019dfa796.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c721e778-b110-42a8-824b-de2019dfa796 {
      --shg-aspect-ratio: calc(1024/685); 
    }

    .s-c721e778-b110-42a8-824b-de2019dfa796.shogun-image-container {
      position: relative;
    }

    .s-c721e778-b110-42a8-824b-de2019dfa796.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c721e778-b110-42a8-824b-de2019dfa796.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c721e778-b110-42a8-824b-de2019dfa796 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-c721e778-b110-42a8-824b-de2019dfa796 .shg-image-content-wrapper {
      aspect-ratio: 1024/685;
      min-width: 100%;
      height: auto;
    }

    #s-c721e778-b110-42a8-824b-de2019dfa796 .shogun-image-link {
      aspect-ratio: 1024/685;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c721e778-b110-42a8-824b-de2019dfa796 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c721e778-b110-42a8-824b-de2019dfa796 {
    width: 100%;
    height: auto;
  }

  #s-c721e778-b110-42a8-824b-de2019dfa796 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c721e778-b110-42a8-824b-de2019dfa796.shogun-image {
    
    
  }


.s-c721e778-b110-42a8-824b-de2019dfa796 .shogun-image-content {
  
    align-items: center;
  
}

.s-c721e778-b110-42a8-824b-de2019dfa796.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c721e778-b110-42a8-824b-de2019dfa796.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c721e778-b110-42a8-824b-de2019dfa796.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c721e778-b110-42a8-824b-de2019dfa796 {
      --shg-aspect-ratio: calc(1024/685); 
    }

    .s-c721e778-b110-42a8-824b-de2019dfa796.shogun-image-container {
      position: relative;
    }

    .s-c721e778-b110-42a8-824b-de2019dfa796.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c721e778-b110-42a8-824b-de2019dfa796.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c721e778-b110-42a8-824b-de2019dfa796 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-c721e778-b110-42a8-824b-de2019dfa796 .shg-image-content-wrapper {
      aspect-ratio: 1024/685;
      min-width: 100%;
      height: auto;
    }

    #s-c721e778-b110-42a8-824b-de2019dfa796 .shogun-image-link {
      aspect-ratio: 1024/685;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c721e778-b110-42a8-824b-de2019dfa796 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c721e778-b110-42a8-824b-de2019dfa796 {
    width: 100%;
    height: auto;
  }

  #s-c721e778-b110-42a8-824b-de2019dfa796 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c721e778-b110-42a8-824b-de2019dfa796.shogun-image {
    
    
  }


.s-c721e778-b110-42a8-824b-de2019dfa796 .shogun-image-content {
  
    align-items: center;
  
}

.s-c721e778-b110-42a8-824b-de2019dfa796.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c721e778-b110-42a8-824b-de2019dfa796.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c721e778-b110-42a8-824b-de2019dfa796.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c721e778-b110-42a8-824b-de2019dfa796 {
      --shg-aspect-ratio: calc(1024/685); 
    }

    .s-c721e778-b110-42a8-824b-de2019dfa796.shogun-image-container {
      position: relative;
    }

    .s-c721e778-b110-42a8-824b-de2019dfa796.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c721e778-b110-42a8-824b-de2019dfa796.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c721e778-b110-42a8-824b-de2019dfa796 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-c721e778-b110-42a8-824b-de2019dfa796 .shg-image-content-wrapper {
      aspect-ratio: 1024/685;
      min-width: 100%;
      height: auto;
    }

    #s-c721e778-b110-42a8-824b-de2019dfa796 .shogun-image-link {
      aspect-ratio: 1024/685;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c721e778-b110-42a8-824b-de2019dfa796 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c721e778-b110-42a8-824b-de2019dfa796 {
    width: 100%;
    height: auto;
  }

  #s-c721e778-b110-42a8-824b-de2019dfa796 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c721e778-b110-42a8-824b-de2019dfa796.shogun-image {
    
    
  }


.s-c721e778-b110-42a8-824b-de2019dfa796 .shogun-image-content {
  
    align-items: center;
  
}

.s-c721e778-b110-42a8-824b-de2019dfa796.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c721e778-b110-42a8-824b-de2019dfa796.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c721e778-b110-42a8-824b-de2019dfa796.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c721e778-b110-42a8-824b-de2019dfa796 {
      --shg-aspect-ratio: calc(1024/685); 
    }

    .s-c721e778-b110-42a8-824b-de2019dfa796.shogun-image-container {
      position: relative;
    }

    .s-c721e778-b110-42a8-824b-de2019dfa796.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c721e778-b110-42a8-824b-de2019dfa796.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c721e778-b110-42a8-824b-de2019dfa796 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-c721e778-b110-42a8-824b-de2019dfa796 .shg-image-content-wrapper {
      aspect-ratio: 1024/685;
      min-width: 100%;
      height: auto;
    }

    #s-c721e778-b110-42a8-824b-de2019dfa796 .shogun-image-link {
      aspect-ratio: 1024/685;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c721e778-b110-42a8-824b-de2019dfa796 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c721e778-b110-42a8-824b-de2019dfa796 {
    width: 100%;
    height: auto;
  }

  #s-c721e778-b110-42a8-824b-de2019dfa796 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c721e778-b110-42a8-824b-de2019dfa796.shogun-image {
    
    
  }


.s-c721e778-b110-42a8-824b-de2019dfa796 .shogun-image-content {
  
    align-items: center;
  
}

.s-c721e778-b110-42a8-824b-de2019dfa796.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c721e778-b110-42a8-824b-de2019dfa796.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c721e778-b110-42a8-824b-de2019dfa796.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c721e778-b110-42a8-824b-de2019dfa796 {
      --shg-aspect-ratio: calc(1024/685); 
    }

    .s-c721e778-b110-42a8-824b-de2019dfa796.shogun-image-container {
      position: relative;
    }

    .s-c721e778-b110-42a8-824b-de2019dfa796.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c721e778-b110-42a8-824b-de2019dfa796.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c721e778-b110-42a8-824b-de2019dfa796 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-2ad35e28-ad68-4da7-b980-9d6730f2051c {
  margin-top: 4%;
margin-left: 0%;
margin-bottom: 1%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 4%;
padding-right: 0%;
}

#s-aba6f62f-e966-4d2c-8819-06e31a70857d {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-aba6f62f-e966-4d2c-8819-06e31a70857d .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-aba6f62f-e966-4d2c-8819-06e31a70857d .shg-sld-nav-button.shg-sld-left,
#s-aba6f62f-e966-4d2c-8819-06e31a70857d .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-9df33079-5c17-4a3d-86ec-c9063f548831"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9df33079-5c17-4a3d-86ec-c9063f548831"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9df33079-5c17-4a3d-86ec-c9063f548831"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9df33079-5c17-4a3d-86ec-c9063f548831"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170 {
  max-width: 293px;
aspect-ratio: 293/234;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170 {
    width: 100%;
    height: auto;
  }

  #s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170.shogun-image {
    
    
  }


.s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170 .shogun-image-content {
  
    align-items: center;
  
}

.s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170.shogun-image-container {
      position: relative;
    }

    .s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170 {
    width: 100%;
    height: auto;
  }

  #s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170.shogun-image {
    
    
  }


.s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170 .shogun-image-content {
  
    align-items: center;
  
}

.s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170.shogun-image-container {
      position: relative;
    }

    .s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170 {
    width: 100%;
    height: auto;
  }

  #s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170.shogun-image {
    
    
  }


.s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170 .shogun-image-content {
  
    align-items: center;
  
}

.s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170.shogun-image-container {
      position: relative;
    }

    .s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170 {
    width: 100%;
    height: auto;
  }

  #s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170.shogun-image {
    
    
  }


.s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170 .shogun-image-content {
  
    align-items: center;
  
}

.s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170.shogun-image-container {
      position: relative;
    }

    .s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170 {
    width: 100%;
    height: auto;
  }

  #s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170.shogun-image {
    
    
  }


.s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170 .shogun-image-content {
  
    align-items: center;
  
}

.s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170.shogun-image-container {
      position: relative;
    }

    .s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b3fe6cab-43b8-4559-bdab-a1d3f59d4170 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-8101eb73-33ed-408d-bb2d-081fc782c514 {
  max-width: 293px;
aspect-ratio: 293/234;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-8101eb73-33ed-408d-bb2d-081fc782c514 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-8101eb73-33ed-408d-bb2d-081fc782c514 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8101eb73-33ed-408d-bb2d-081fc782c514 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8101eb73-33ed-408d-bb2d-081fc782c514 {
    width: 100%;
    height: auto;
  }

  #s-8101eb73-33ed-408d-bb2d-081fc782c514 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8101eb73-33ed-408d-bb2d-081fc782c514.shogun-image {
    
    
  }


.s-8101eb73-33ed-408d-bb2d-081fc782c514 .shogun-image-content {
  
    align-items: center;
  
}

.s-8101eb73-33ed-408d-bb2d-081fc782c514.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8101eb73-33ed-408d-bb2d-081fc782c514.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8101eb73-33ed-408d-bb2d-081fc782c514.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8101eb73-33ed-408d-bb2d-081fc782c514 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-8101eb73-33ed-408d-bb2d-081fc782c514.shogun-image-container {
      position: relative;
    }

    .s-8101eb73-33ed-408d-bb2d-081fc782c514.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8101eb73-33ed-408d-bb2d-081fc782c514.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8101eb73-33ed-408d-bb2d-081fc782c514 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-8101eb73-33ed-408d-bb2d-081fc782c514 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-8101eb73-33ed-408d-bb2d-081fc782c514 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8101eb73-33ed-408d-bb2d-081fc782c514 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8101eb73-33ed-408d-bb2d-081fc782c514 {
    width: 100%;
    height: auto;
  }

  #s-8101eb73-33ed-408d-bb2d-081fc782c514 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8101eb73-33ed-408d-bb2d-081fc782c514.shogun-image {
    
    
  }


.s-8101eb73-33ed-408d-bb2d-081fc782c514 .shogun-image-content {
  
    align-items: center;
  
}

.s-8101eb73-33ed-408d-bb2d-081fc782c514.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8101eb73-33ed-408d-bb2d-081fc782c514.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8101eb73-33ed-408d-bb2d-081fc782c514.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8101eb73-33ed-408d-bb2d-081fc782c514 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-8101eb73-33ed-408d-bb2d-081fc782c514.shogun-image-container {
      position: relative;
    }

    .s-8101eb73-33ed-408d-bb2d-081fc782c514.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8101eb73-33ed-408d-bb2d-081fc782c514.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8101eb73-33ed-408d-bb2d-081fc782c514 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-8101eb73-33ed-408d-bb2d-081fc782c514 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-8101eb73-33ed-408d-bb2d-081fc782c514 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8101eb73-33ed-408d-bb2d-081fc782c514 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8101eb73-33ed-408d-bb2d-081fc782c514 {
    width: 100%;
    height: auto;
  }

  #s-8101eb73-33ed-408d-bb2d-081fc782c514 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8101eb73-33ed-408d-bb2d-081fc782c514.shogun-image {
    
    
  }


.s-8101eb73-33ed-408d-bb2d-081fc782c514 .shogun-image-content {
  
    align-items: center;
  
}

.s-8101eb73-33ed-408d-bb2d-081fc782c514.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8101eb73-33ed-408d-bb2d-081fc782c514.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8101eb73-33ed-408d-bb2d-081fc782c514.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8101eb73-33ed-408d-bb2d-081fc782c514 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-8101eb73-33ed-408d-bb2d-081fc782c514.shogun-image-container {
      position: relative;
    }

    .s-8101eb73-33ed-408d-bb2d-081fc782c514.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8101eb73-33ed-408d-bb2d-081fc782c514.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8101eb73-33ed-408d-bb2d-081fc782c514 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-8101eb73-33ed-408d-bb2d-081fc782c514 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-8101eb73-33ed-408d-bb2d-081fc782c514 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8101eb73-33ed-408d-bb2d-081fc782c514 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8101eb73-33ed-408d-bb2d-081fc782c514 {
    width: 100%;
    height: auto;
  }

  #s-8101eb73-33ed-408d-bb2d-081fc782c514 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8101eb73-33ed-408d-bb2d-081fc782c514.shogun-image {
    
    
  }


.s-8101eb73-33ed-408d-bb2d-081fc782c514 .shogun-image-content {
  
    align-items: center;
  
}

.s-8101eb73-33ed-408d-bb2d-081fc782c514.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8101eb73-33ed-408d-bb2d-081fc782c514.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8101eb73-33ed-408d-bb2d-081fc782c514.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8101eb73-33ed-408d-bb2d-081fc782c514 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-8101eb73-33ed-408d-bb2d-081fc782c514.shogun-image-container {
      position: relative;
    }

    .s-8101eb73-33ed-408d-bb2d-081fc782c514.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8101eb73-33ed-408d-bb2d-081fc782c514.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8101eb73-33ed-408d-bb2d-081fc782c514 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-8101eb73-33ed-408d-bb2d-081fc782c514 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-8101eb73-33ed-408d-bb2d-081fc782c514 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8101eb73-33ed-408d-bb2d-081fc782c514 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8101eb73-33ed-408d-bb2d-081fc782c514 {
    width: 100%;
    height: auto;
  }

  #s-8101eb73-33ed-408d-bb2d-081fc782c514 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8101eb73-33ed-408d-bb2d-081fc782c514.shogun-image {
    
    
  }


.s-8101eb73-33ed-408d-bb2d-081fc782c514 .shogun-image-content {
  
    align-items: center;
  
}

.s-8101eb73-33ed-408d-bb2d-081fc782c514.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8101eb73-33ed-408d-bb2d-081fc782c514.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8101eb73-33ed-408d-bb2d-081fc782c514.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8101eb73-33ed-408d-bb2d-081fc782c514 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-8101eb73-33ed-408d-bb2d-081fc782c514.shogun-image-container {
      position: relative;
    }

    .s-8101eb73-33ed-408d-bb2d-081fc782c514.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8101eb73-33ed-408d-bb2d-081fc782c514.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8101eb73-33ed-408d-bb2d-081fc782c514 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-87385fd6-894f-471f-82f1-29f28f40c1f6 {
  max-width: 293px;
aspect-ratio: 293/234;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-87385fd6-894f-471f-82f1-29f28f40c1f6 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-87385fd6-894f-471f-82f1-29f28f40c1f6 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87385fd6-894f-471f-82f1-29f28f40c1f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-87385fd6-894f-471f-82f1-29f28f40c1f6 {
    width: 100%;
    height: auto;
  }

  #s-87385fd6-894f-471f-82f1-29f28f40c1f6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-87385fd6-894f-471f-82f1-29f28f40c1f6.shogun-image {
    
    
  }


.s-87385fd6-894f-471f-82f1-29f28f40c1f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-87385fd6-894f-471f-82f1-29f28f40c1f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87385fd6-894f-471f-82f1-29f28f40c1f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87385fd6-894f-471f-82f1-29f28f40c1f6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87385fd6-894f-471f-82f1-29f28f40c1f6 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-87385fd6-894f-471f-82f1-29f28f40c1f6.shogun-image-container {
      position: relative;
    }

    .s-87385fd6-894f-471f-82f1-29f28f40c1f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87385fd6-894f-471f-82f1-29f28f40c1f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87385fd6-894f-471f-82f1-29f28f40c1f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-87385fd6-894f-471f-82f1-29f28f40c1f6 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-87385fd6-894f-471f-82f1-29f28f40c1f6 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87385fd6-894f-471f-82f1-29f28f40c1f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-87385fd6-894f-471f-82f1-29f28f40c1f6 {
    width: 100%;
    height: auto;
  }

  #s-87385fd6-894f-471f-82f1-29f28f40c1f6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-87385fd6-894f-471f-82f1-29f28f40c1f6.shogun-image {
    
    
  }


.s-87385fd6-894f-471f-82f1-29f28f40c1f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-87385fd6-894f-471f-82f1-29f28f40c1f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87385fd6-894f-471f-82f1-29f28f40c1f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87385fd6-894f-471f-82f1-29f28f40c1f6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87385fd6-894f-471f-82f1-29f28f40c1f6 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-87385fd6-894f-471f-82f1-29f28f40c1f6.shogun-image-container {
      position: relative;
    }

    .s-87385fd6-894f-471f-82f1-29f28f40c1f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87385fd6-894f-471f-82f1-29f28f40c1f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87385fd6-894f-471f-82f1-29f28f40c1f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-87385fd6-894f-471f-82f1-29f28f40c1f6 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-87385fd6-894f-471f-82f1-29f28f40c1f6 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87385fd6-894f-471f-82f1-29f28f40c1f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-87385fd6-894f-471f-82f1-29f28f40c1f6 {
    width: 100%;
    height: auto;
  }

  #s-87385fd6-894f-471f-82f1-29f28f40c1f6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-87385fd6-894f-471f-82f1-29f28f40c1f6.shogun-image {
    
    
  }


.s-87385fd6-894f-471f-82f1-29f28f40c1f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-87385fd6-894f-471f-82f1-29f28f40c1f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87385fd6-894f-471f-82f1-29f28f40c1f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87385fd6-894f-471f-82f1-29f28f40c1f6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87385fd6-894f-471f-82f1-29f28f40c1f6 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-87385fd6-894f-471f-82f1-29f28f40c1f6.shogun-image-container {
      position: relative;
    }

    .s-87385fd6-894f-471f-82f1-29f28f40c1f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87385fd6-894f-471f-82f1-29f28f40c1f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87385fd6-894f-471f-82f1-29f28f40c1f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-87385fd6-894f-471f-82f1-29f28f40c1f6 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-87385fd6-894f-471f-82f1-29f28f40c1f6 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87385fd6-894f-471f-82f1-29f28f40c1f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-87385fd6-894f-471f-82f1-29f28f40c1f6 {
    width: 100%;
    height: auto;
  }

  #s-87385fd6-894f-471f-82f1-29f28f40c1f6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-87385fd6-894f-471f-82f1-29f28f40c1f6.shogun-image {
    
    
  }


.s-87385fd6-894f-471f-82f1-29f28f40c1f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-87385fd6-894f-471f-82f1-29f28f40c1f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87385fd6-894f-471f-82f1-29f28f40c1f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87385fd6-894f-471f-82f1-29f28f40c1f6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87385fd6-894f-471f-82f1-29f28f40c1f6 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-87385fd6-894f-471f-82f1-29f28f40c1f6.shogun-image-container {
      position: relative;
    }

    .s-87385fd6-894f-471f-82f1-29f28f40c1f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87385fd6-894f-471f-82f1-29f28f40c1f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87385fd6-894f-471f-82f1-29f28f40c1f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-87385fd6-894f-471f-82f1-29f28f40c1f6 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-87385fd6-894f-471f-82f1-29f28f40c1f6 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87385fd6-894f-471f-82f1-29f28f40c1f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-87385fd6-894f-471f-82f1-29f28f40c1f6 {
    width: 100%;
    height: auto;
  }

  #s-87385fd6-894f-471f-82f1-29f28f40c1f6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-87385fd6-894f-471f-82f1-29f28f40c1f6.shogun-image {
    
    
  }


.s-87385fd6-894f-471f-82f1-29f28f40c1f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-87385fd6-894f-471f-82f1-29f28f40c1f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87385fd6-894f-471f-82f1-29f28f40c1f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87385fd6-894f-471f-82f1-29f28f40c1f6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87385fd6-894f-471f-82f1-29f28f40c1f6 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-87385fd6-894f-471f-82f1-29f28f40c1f6.shogun-image-container {
      position: relative;
    }

    .s-87385fd6-894f-471f-82f1-29f28f40c1f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87385fd6-894f-471f-82f1-29f28f40c1f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87385fd6-894f-471f-82f1-29f28f40c1f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
@media (min-width: 0px) {
[id="s-0e112cfc-924a-4556-a3f9-7443e48bff9a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-0e112cfc-924a-4556-a3f9-7443e48bff9a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0e112cfc-924a-4556-a3f9-7443e48bff9a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e112cfc-924a-4556-a3f9-7443e48bff9a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-a82770e4-40ac-4865-b7fd-0116f6b7848f {
  max-width: 293px;
aspect-ratio: 293/234;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-a82770e4-40ac-4865-b7fd-0116f6b7848f .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-a82770e4-40ac-4865-b7fd-0116f6b7848f .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a82770e4-40ac-4865-b7fd-0116f6b7848f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a82770e4-40ac-4865-b7fd-0116f6b7848f {
    width: 100%;
    height: auto;
  }

  #s-a82770e4-40ac-4865-b7fd-0116f6b7848f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a82770e4-40ac-4865-b7fd-0116f6b7848f.shogun-image {
    
    
  }


.s-a82770e4-40ac-4865-b7fd-0116f6b7848f .shogun-image-content {
  
    align-items: center;
  
}

.s-a82770e4-40ac-4865-b7fd-0116f6b7848f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a82770e4-40ac-4865-b7fd-0116f6b7848f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a82770e4-40ac-4865-b7fd-0116f6b7848f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a82770e4-40ac-4865-b7fd-0116f6b7848f {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-a82770e4-40ac-4865-b7fd-0116f6b7848f.shogun-image-container {
      position: relative;
    }

    .s-a82770e4-40ac-4865-b7fd-0116f6b7848f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a82770e4-40ac-4865-b7fd-0116f6b7848f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a82770e4-40ac-4865-b7fd-0116f6b7848f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-a82770e4-40ac-4865-b7fd-0116f6b7848f .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-a82770e4-40ac-4865-b7fd-0116f6b7848f .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a82770e4-40ac-4865-b7fd-0116f6b7848f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a82770e4-40ac-4865-b7fd-0116f6b7848f {
    width: 100%;
    height: auto;
  }

  #s-a82770e4-40ac-4865-b7fd-0116f6b7848f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a82770e4-40ac-4865-b7fd-0116f6b7848f.shogun-image {
    
    
  }


.s-a82770e4-40ac-4865-b7fd-0116f6b7848f .shogun-image-content {
  
    align-items: center;
  
}

.s-a82770e4-40ac-4865-b7fd-0116f6b7848f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a82770e4-40ac-4865-b7fd-0116f6b7848f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a82770e4-40ac-4865-b7fd-0116f6b7848f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a82770e4-40ac-4865-b7fd-0116f6b7848f {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-a82770e4-40ac-4865-b7fd-0116f6b7848f.shogun-image-container {
      position: relative;
    }

    .s-a82770e4-40ac-4865-b7fd-0116f6b7848f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a82770e4-40ac-4865-b7fd-0116f6b7848f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a82770e4-40ac-4865-b7fd-0116f6b7848f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-a82770e4-40ac-4865-b7fd-0116f6b7848f .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-a82770e4-40ac-4865-b7fd-0116f6b7848f .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a82770e4-40ac-4865-b7fd-0116f6b7848f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a82770e4-40ac-4865-b7fd-0116f6b7848f {
    width: 100%;
    height: auto;
  }

  #s-a82770e4-40ac-4865-b7fd-0116f6b7848f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a82770e4-40ac-4865-b7fd-0116f6b7848f.shogun-image {
    
    
  }


.s-a82770e4-40ac-4865-b7fd-0116f6b7848f .shogun-image-content {
  
    align-items: center;
  
}

.s-a82770e4-40ac-4865-b7fd-0116f6b7848f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a82770e4-40ac-4865-b7fd-0116f6b7848f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a82770e4-40ac-4865-b7fd-0116f6b7848f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a82770e4-40ac-4865-b7fd-0116f6b7848f {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-a82770e4-40ac-4865-b7fd-0116f6b7848f.shogun-image-container {
      position: relative;
    }

    .s-a82770e4-40ac-4865-b7fd-0116f6b7848f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a82770e4-40ac-4865-b7fd-0116f6b7848f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a82770e4-40ac-4865-b7fd-0116f6b7848f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-a82770e4-40ac-4865-b7fd-0116f6b7848f .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-a82770e4-40ac-4865-b7fd-0116f6b7848f .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a82770e4-40ac-4865-b7fd-0116f6b7848f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a82770e4-40ac-4865-b7fd-0116f6b7848f {
    width: 100%;
    height: auto;
  }

  #s-a82770e4-40ac-4865-b7fd-0116f6b7848f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a82770e4-40ac-4865-b7fd-0116f6b7848f.shogun-image {
    
    
  }


.s-a82770e4-40ac-4865-b7fd-0116f6b7848f .shogun-image-content {
  
    align-items: center;
  
}

.s-a82770e4-40ac-4865-b7fd-0116f6b7848f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a82770e4-40ac-4865-b7fd-0116f6b7848f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a82770e4-40ac-4865-b7fd-0116f6b7848f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a82770e4-40ac-4865-b7fd-0116f6b7848f {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-a82770e4-40ac-4865-b7fd-0116f6b7848f.shogun-image-container {
      position: relative;
    }

    .s-a82770e4-40ac-4865-b7fd-0116f6b7848f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a82770e4-40ac-4865-b7fd-0116f6b7848f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a82770e4-40ac-4865-b7fd-0116f6b7848f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-a82770e4-40ac-4865-b7fd-0116f6b7848f .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-a82770e4-40ac-4865-b7fd-0116f6b7848f .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a82770e4-40ac-4865-b7fd-0116f6b7848f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a82770e4-40ac-4865-b7fd-0116f6b7848f {
    width: 100%;
    height: auto;
  }

  #s-a82770e4-40ac-4865-b7fd-0116f6b7848f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a82770e4-40ac-4865-b7fd-0116f6b7848f.shogun-image {
    
    
  }


.s-a82770e4-40ac-4865-b7fd-0116f6b7848f .shogun-image-content {
  
    align-items: center;
  
}

.s-a82770e4-40ac-4865-b7fd-0116f6b7848f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a82770e4-40ac-4865-b7fd-0116f6b7848f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a82770e4-40ac-4865-b7fd-0116f6b7848f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a82770e4-40ac-4865-b7fd-0116f6b7848f {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-a82770e4-40ac-4865-b7fd-0116f6b7848f.shogun-image-container {
      position: relative;
    }

    .s-a82770e4-40ac-4865-b7fd-0116f6b7848f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a82770e4-40ac-4865-b7fd-0116f6b7848f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a82770e4-40ac-4865-b7fd-0116f6b7848f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-003e099e-00b4-4dec-84b2-b3c552772461 {
  max-width: 293px;
aspect-ratio: 293/234;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-003e099e-00b4-4dec-84b2-b3c552772461 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-003e099e-00b4-4dec-84b2-b3c552772461 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-003e099e-00b4-4dec-84b2-b3c552772461 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-003e099e-00b4-4dec-84b2-b3c552772461 {
    width: 100%;
    height: auto;
  }

  #s-003e099e-00b4-4dec-84b2-b3c552772461 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-003e099e-00b4-4dec-84b2-b3c552772461.shogun-image {
    
    
  }


.s-003e099e-00b4-4dec-84b2-b3c552772461 .shogun-image-content {
  
    align-items: center;
  
}

.s-003e099e-00b4-4dec-84b2-b3c552772461.shg-align-container {
  display: flex;
  justify-content: center
}

.s-003e099e-00b4-4dec-84b2-b3c552772461.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-003e099e-00b4-4dec-84b2-b3c552772461.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-003e099e-00b4-4dec-84b2-b3c552772461 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-003e099e-00b4-4dec-84b2-b3c552772461.shogun-image-container {
      position: relative;
    }

    .s-003e099e-00b4-4dec-84b2-b3c552772461.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-003e099e-00b4-4dec-84b2-b3c552772461.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-003e099e-00b4-4dec-84b2-b3c552772461 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-003e099e-00b4-4dec-84b2-b3c552772461 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-003e099e-00b4-4dec-84b2-b3c552772461 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-003e099e-00b4-4dec-84b2-b3c552772461 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-003e099e-00b4-4dec-84b2-b3c552772461 {
    width: 100%;
    height: auto;
  }

  #s-003e099e-00b4-4dec-84b2-b3c552772461 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-003e099e-00b4-4dec-84b2-b3c552772461.shogun-image {
    
    
  }


.s-003e099e-00b4-4dec-84b2-b3c552772461 .shogun-image-content {
  
    align-items: center;
  
}

.s-003e099e-00b4-4dec-84b2-b3c552772461.shg-align-container {
  display: flex;
  justify-content: center
}

.s-003e099e-00b4-4dec-84b2-b3c552772461.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-003e099e-00b4-4dec-84b2-b3c552772461.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-003e099e-00b4-4dec-84b2-b3c552772461 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-003e099e-00b4-4dec-84b2-b3c552772461.shogun-image-container {
      position: relative;
    }

    .s-003e099e-00b4-4dec-84b2-b3c552772461.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-003e099e-00b4-4dec-84b2-b3c552772461.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-003e099e-00b4-4dec-84b2-b3c552772461 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-003e099e-00b4-4dec-84b2-b3c552772461 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-003e099e-00b4-4dec-84b2-b3c552772461 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-003e099e-00b4-4dec-84b2-b3c552772461 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-003e099e-00b4-4dec-84b2-b3c552772461 {
    width: 100%;
    height: auto;
  }

  #s-003e099e-00b4-4dec-84b2-b3c552772461 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-003e099e-00b4-4dec-84b2-b3c552772461.shogun-image {
    
    
  }


.s-003e099e-00b4-4dec-84b2-b3c552772461 .shogun-image-content {
  
    align-items: center;
  
}

.s-003e099e-00b4-4dec-84b2-b3c552772461.shg-align-container {
  display: flex;
  justify-content: center
}

.s-003e099e-00b4-4dec-84b2-b3c552772461.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-003e099e-00b4-4dec-84b2-b3c552772461.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-003e099e-00b4-4dec-84b2-b3c552772461 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-003e099e-00b4-4dec-84b2-b3c552772461.shogun-image-container {
      position: relative;
    }

    .s-003e099e-00b4-4dec-84b2-b3c552772461.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-003e099e-00b4-4dec-84b2-b3c552772461.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-003e099e-00b4-4dec-84b2-b3c552772461 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-003e099e-00b4-4dec-84b2-b3c552772461 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-003e099e-00b4-4dec-84b2-b3c552772461 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-003e099e-00b4-4dec-84b2-b3c552772461 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-003e099e-00b4-4dec-84b2-b3c552772461 {
    width: 100%;
    height: auto;
  }

  #s-003e099e-00b4-4dec-84b2-b3c552772461 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-003e099e-00b4-4dec-84b2-b3c552772461.shogun-image {
    
    
  }


.s-003e099e-00b4-4dec-84b2-b3c552772461 .shogun-image-content {
  
    align-items: center;
  
}

.s-003e099e-00b4-4dec-84b2-b3c552772461.shg-align-container {
  display: flex;
  justify-content: center
}

.s-003e099e-00b4-4dec-84b2-b3c552772461.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-003e099e-00b4-4dec-84b2-b3c552772461.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-003e099e-00b4-4dec-84b2-b3c552772461 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-003e099e-00b4-4dec-84b2-b3c552772461.shogun-image-container {
      position: relative;
    }

    .s-003e099e-00b4-4dec-84b2-b3c552772461.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-003e099e-00b4-4dec-84b2-b3c552772461.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-003e099e-00b4-4dec-84b2-b3c552772461 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-003e099e-00b4-4dec-84b2-b3c552772461 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-003e099e-00b4-4dec-84b2-b3c552772461 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-003e099e-00b4-4dec-84b2-b3c552772461 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-003e099e-00b4-4dec-84b2-b3c552772461 {
    width: 100%;
    height: auto;
  }

  #s-003e099e-00b4-4dec-84b2-b3c552772461 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-003e099e-00b4-4dec-84b2-b3c552772461.shogun-image {
    
    
  }


.s-003e099e-00b4-4dec-84b2-b3c552772461 .shogun-image-content {
  
    align-items: center;
  
}

.s-003e099e-00b4-4dec-84b2-b3c552772461.shg-align-container {
  display: flex;
  justify-content: center
}

.s-003e099e-00b4-4dec-84b2-b3c552772461.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-003e099e-00b4-4dec-84b2-b3c552772461.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-003e099e-00b4-4dec-84b2-b3c552772461 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-003e099e-00b4-4dec-84b2-b3c552772461.shogun-image-container {
      position: relative;
    }

    .s-003e099e-00b4-4dec-84b2-b3c552772461.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-003e099e-00b4-4dec-84b2-b3c552772461.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-003e099e-00b4-4dec-84b2-b3c552772461 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-3b453369-d81a-47a9-8ed6-453adac6200a {
  max-width: 293px;
aspect-ratio: 293/234;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-3b453369-d81a-47a9-8ed6-453adac6200a .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-3b453369-d81a-47a9-8ed6-453adac6200a .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b453369-d81a-47a9-8ed6-453adac6200a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3b453369-d81a-47a9-8ed6-453adac6200a {
    width: 100%;
    height: auto;
  }

  #s-3b453369-d81a-47a9-8ed6-453adac6200a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3b453369-d81a-47a9-8ed6-453adac6200a.shogun-image {
    
    
  }


.s-3b453369-d81a-47a9-8ed6-453adac6200a .shogun-image-content {
  
    align-items: center;
  
}

.s-3b453369-d81a-47a9-8ed6-453adac6200a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b453369-d81a-47a9-8ed6-453adac6200a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b453369-d81a-47a9-8ed6-453adac6200a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3b453369-d81a-47a9-8ed6-453adac6200a {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-3b453369-d81a-47a9-8ed6-453adac6200a.shogun-image-container {
      position: relative;
    }

    .s-3b453369-d81a-47a9-8ed6-453adac6200a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b453369-d81a-47a9-8ed6-453adac6200a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b453369-d81a-47a9-8ed6-453adac6200a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b453369-d81a-47a9-8ed6-453adac6200a .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-3b453369-d81a-47a9-8ed6-453adac6200a .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b453369-d81a-47a9-8ed6-453adac6200a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3b453369-d81a-47a9-8ed6-453adac6200a {
    width: 100%;
    height: auto;
  }

  #s-3b453369-d81a-47a9-8ed6-453adac6200a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3b453369-d81a-47a9-8ed6-453adac6200a.shogun-image {
    
    
  }


.s-3b453369-d81a-47a9-8ed6-453adac6200a .shogun-image-content {
  
    align-items: center;
  
}

.s-3b453369-d81a-47a9-8ed6-453adac6200a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b453369-d81a-47a9-8ed6-453adac6200a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b453369-d81a-47a9-8ed6-453adac6200a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3b453369-d81a-47a9-8ed6-453adac6200a {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-3b453369-d81a-47a9-8ed6-453adac6200a.shogun-image-container {
      position: relative;
    }

    .s-3b453369-d81a-47a9-8ed6-453adac6200a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b453369-d81a-47a9-8ed6-453adac6200a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b453369-d81a-47a9-8ed6-453adac6200a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b453369-d81a-47a9-8ed6-453adac6200a .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-3b453369-d81a-47a9-8ed6-453adac6200a .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b453369-d81a-47a9-8ed6-453adac6200a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3b453369-d81a-47a9-8ed6-453adac6200a {
    width: 100%;
    height: auto;
  }

  #s-3b453369-d81a-47a9-8ed6-453adac6200a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3b453369-d81a-47a9-8ed6-453adac6200a.shogun-image {
    
    
  }


.s-3b453369-d81a-47a9-8ed6-453adac6200a .shogun-image-content {
  
    align-items: center;
  
}

.s-3b453369-d81a-47a9-8ed6-453adac6200a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b453369-d81a-47a9-8ed6-453adac6200a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b453369-d81a-47a9-8ed6-453adac6200a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3b453369-d81a-47a9-8ed6-453adac6200a {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-3b453369-d81a-47a9-8ed6-453adac6200a.shogun-image-container {
      position: relative;
    }

    .s-3b453369-d81a-47a9-8ed6-453adac6200a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b453369-d81a-47a9-8ed6-453adac6200a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b453369-d81a-47a9-8ed6-453adac6200a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b453369-d81a-47a9-8ed6-453adac6200a .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-3b453369-d81a-47a9-8ed6-453adac6200a .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b453369-d81a-47a9-8ed6-453adac6200a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3b453369-d81a-47a9-8ed6-453adac6200a {
    width: 100%;
    height: auto;
  }

  #s-3b453369-d81a-47a9-8ed6-453adac6200a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3b453369-d81a-47a9-8ed6-453adac6200a.shogun-image {
    
    
  }


.s-3b453369-d81a-47a9-8ed6-453adac6200a .shogun-image-content {
  
    align-items: center;
  
}

.s-3b453369-d81a-47a9-8ed6-453adac6200a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b453369-d81a-47a9-8ed6-453adac6200a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b453369-d81a-47a9-8ed6-453adac6200a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3b453369-d81a-47a9-8ed6-453adac6200a {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-3b453369-d81a-47a9-8ed6-453adac6200a.shogun-image-container {
      position: relative;
    }

    .s-3b453369-d81a-47a9-8ed6-453adac6200a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b453369-d81a-47a9-8ed6-453adac6200a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b453369-d81a-47a9-8ed6-453adac6200a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b453369-d81a-47a9-8ed6-453adac6200a .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-3b453369-d81a-47a9-8ed6-453adac6200a .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b453369-d81a-47a9-8ed6-453adac6200a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3b453369-d81a-47a9-8ed6-453adac6200a {
    width: 100%;
    height: auto;
  }

  #s-3b453369-d81a-47a9-8ed6-453adac6200a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3b453369-d81a-47a9-8ed6-453adac6200a.shogun-image {
    
    
  }


.s-3b453369-d81a-47a9-8ed6-453adac6200a .shogun-image-content {
  
    align-items: center;
  
}

.s-3b453369-d81a-47a9-8ed6-453adac6200a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b453369-d81a-47a9-8ed6-453adac6200a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b453369-d81a-47a9-8ed6-453adac6200a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3b453369-d81a-47a9-8ed6-453adac6200a {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-3b453369-d81a-47a9-8ed6-453adac6200a.shogun-image-container {
      position: relative;
    }

    .s-3b453369-d81a-47a9-8ed6-453adac6200a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b453369-d81a-47a9-8ed6-453adac6200a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b453369-d81a-47a9-8ed6-453adac6200a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
@media (min-width: 0px) {
[id="s-33335da9-ebec-4d77-9b0d-b6832f14a17c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-33335da9-ebec-4d77-9b0d-b6832f14a17c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-33335da9-ebec-4d77-9b0d-b6832f14a17c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-33335da9-ebec-4d77-9b0d-b6832f14a17c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8 {
  max-width: 293px;
aspect-ratio: 293/234;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8 {
    width: 100%;
    height: auto;
  }

  #s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8.shogun-image {
    
    
  }


.s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8.shogun-image-container {
      position: relative;
    }

    .s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8 {
    width: 100%;
    height: auto;
  }

  #s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8.shogun-image {
    
    
  }


.s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8.shogun-image-container {
      position: relative;
    }

    .s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8 {
    width: 100%;
    height: auto;
  }

  #s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8.shogun-image {
    
    
  }


.s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8.shogun-image-container {
      position: relative;
    }

    .s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8 {
    width: 100%;
    height: auto;
  }

  #s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8.shogun-image {
    
    
  }


.s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8.shogun-image-container {
      position: relative;
    }

    .s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8 {
    width: 100%;
    height: auto;
  }

  #s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8.shogun-image {
    
    
  }


.s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8.shogun-image-container {
      position: relative;
    }

    .s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e97c8cb7-de6c-421e-bb7a-de9e1cb9f7d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-c1dd41eb-afae-4d38-a99c-97903e0b22c6 {
  max-width: 293px;
aspect-ratio: 293/234;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-c1dd41eb-afae-4d38-a99c-97903e0b22c6 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-c1dd41eb-afae-4d38-a99c-97903e0b22c6 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c1dd41eb-afae-4d38-a99c-97903e0b22c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c1dd41eb-afae-4d38-a99c-97903e0b22c6 {
    width: 100%;
    height: auto;
  }

  #s-c1dd41eb-afae-4d38-a99c-97903e0b22c6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c1dd41eb-afae-4d38-a99c-97903e0b22c6.shogun-image {
    
    
  }


.s-c1dd41eb-afae-4d38-a99c-97903e0b22c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1dd41eb-afae-4d38-a99c-97903e0b22c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1dd41eb-afae-4d38-a99c-97903e0b22c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1dd41eb-afae-4d38-a99c-97903e0b22c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c1dd41eb-afae-4d38-a99c-97903e0b22c6 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-c1dd41eb-afae-4d38-a99c-97903e0b22c6.shogun-image-container {
      position: relative;
    }

    .s-c1dd41eb-afae-4d38-a99c-97903e0b22c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1dd41eb-afae-4d38-a99c-97903e0b22c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1dd41eb-afae-4d38-a99c-97903e0b22c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-c1dd41eb-afae-4d38-a99c-97903e0b22c6 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-c1dd41eb-afae-4d38-a99c-97903e0b22c6 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c1dd41eb-afae-4d38-a99c-97903e0b22c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c1dd41eb-afae-4d38-a99c-97903e0b22c6 {
    width: 100%;
    height: auto;
  }

  #s-c1dd41eb-afae-4d38-a99c-97903e0b22c6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c1dd41eb-afae-4d38-a99c-97903e0b22c6.shogun-image {
    
    
  }


.s-c1dd41eb-afae-4d38-a99c-97903e0b22c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1dd41eb-afae-4d38-a99c-97903e0b22c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1dd41eb-afae-4d38-a99c-97903e0b22c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1dd41eb-afae-4d38-a99c-97903e0b22c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c1dd41eb-afae-4d38-a99c-97903e0b22c6 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-c1dd41eb-afae-4d38-a99c-97903e0b22c6.shogun-image-container {
      position: relative;
    }

    .s-c1dd41eb-afae-4d38-a99c-97903e0b22c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1dd41eb-afae-4d38-a99c-97903e0b22c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1dd41eb-afae-4d38-a99c-97903e0b22c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-c1dd41eb-afae-4d38-a99c-97903e0b22c6 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-c1dd41eb-afae-4d38-a99c-97903e0b22c6 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c1dd41eb-afae-4d38-a99c-97903e0b22c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c1dd41eb-afae-4d38-a99c-97903e0b22c6 {
    width: 100%;
    height: auto;
  }

  #s-c1dd41eb-afae-4d38-a99c-97903e0b22c6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c1dd41eb-afae-4d38-a99c-97903e0b22c6.shogun-image {
    
    
  }


.s-c1dd41eb-afae-4d38-a99c-97903e0b22c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1dd41eb-afae-4d38-a99c-97903e0b22c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1dd41eb-afae-4d38-a99c-97903e0b22c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1dd41eb-afae-4d38-a99c-97903e0b22c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c1dd41eb-afae-4d38-a99c-97903e0b22c6 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-c1dd41eb-afae-4d38-a99c-97903e0b22c6.shogun-image-container {
      position: relative;
    }

    .s-c1dd41eb-afae-4d38-a99c-97903e0b22c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1dd41eb-afae-4d38-a99c-97903e0b22c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1dd41eb-afae-4d38-a99c-97903e0b22c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-c1dd41eb-afae-4d38-a99c-97903e0b22c6 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-c1dd41eb-afae-4d38-a99c-97903e0b22c6 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c1dd41eb-afae-4d38-a99c-97903e0b22c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c1dd41eb-afae-4d38-a99c-97903e0b22c6 {
    width: 100%;
    height: auto;
  }

  #s-c1dd41eb-afae-4d38-a99c-97903e0b22c6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c1dd41eb-afae-4d38-a99c-97903e0b22c6.shogun-image {
    
    
  }


.s-c1dd41eb-afae-4d38-a99c-97903e0b22c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1dd41eb-afae-4d38-a99c-97903e0b22c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1dd41eb-afae-4d38-a99c-97903e0b22c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1dd41eb-afae-4d38-a99c-97903e0b22c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c1dd41eb-afae-4d38-a99c-97903e0b22c6 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-c1dd41eb-afae-4d38-a99c-97903e0b22c6.shogun-image-container {
      position: relative;
    }

    .s-c1dd41eb-afae-4d38-a99c-97903e0b22c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1dd41eb-afae-4d38-a99c-97903e0b22c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1dd41eb-afae-4d38-a99c-97903e0b22c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-c1dd41eb-afae-4d38-a99c-97903e0b22c6 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-c1dd41eb-afae-4d38-a99c-97903e0b22c6 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c1dd41eb-afae-4d38-a99c-97903e0b22c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c1dd41eb-afae-4d38-a99c-97903e0b22c6 {
    width: 100%;
    height: auto;
  }

  #s-c1dd41eb-afae-4d38-a99c-97903e0b22c6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c1dd41eb-afae-4d38-a99c-97903e0b22c6.shogun-image {
    
    
  }


.s-c1dd41eb-afae-4d38-a99c-97903e0b22c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1dd41eb-afae-4d38-a99c-97903e0b22c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1dd41eb-afae-4d38-a99c-97903e0b22c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1dd41eb-afae-4d38-a99c-97903e0b22c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c1dd41eb-afae-4d38-a99c-97903e0b22c6 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-c1dd41eb-afae-4d38-a99c-97903e0b22c6.shogun-image-container {
      position: relative;
    }

    .s-c1dd41eb-afae-4d38-a99c-97903e0b22c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1dd41eb-afae-4d38-a99c-97903e0b22c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1dd41eb-afae-4d38-a99c-97903e0b22c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-783132d1-8013-4ab5-9f52-9f68187d7332 {
  max-width: 293px;
aspect-ratio: 293/234;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-783132d1-8013-4ab5-9f52-9f68187d7332 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-783132d1-8013-4ab5-9f52-9f68187d7332 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-783132d1-8013-4ab5-9f52-9f68187d7332 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-783132d1-8013-4ab5-9f52-9f68187d7332 {
    width: 100%;
    height: auto;
  }

  #s-783132d1-8013-4ab5-9f52-9f68187d7332 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-783132d1-8013-4ab5-9f52-9f68187d7332.shogun-image {
    
    
  }


.s-783132d1-8013-4ab5-9f52-9f68187d7332 .shogun-image-content {
  
    align-items: center;
  
}

.s-783132d1-8013-4ab5-9f52-9f68187d7332.shg-align-container {
  display: flex;
  justify-content: center
}

.s-783132d1-8013-4ab5-9f52-9f68187d7332.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-783132d1-8013-4ab5-9f52-9f68187d7332.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-783132d1-8013-4ab5-9f52-9f68187d7332 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-783132d1-8013-4ab5-9f52-9f68187d7332.shogun-image-container {
      position: relative;
    }

    .s-783132d1-8013-4ab5-9f52-9f68187d7332.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-783132d1-8013-4ab5-9f52-9f68187d7332.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-783132d1-8013-4ab5-9f52-9f68187d7332 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-783132d1-8013-4ab5-9f52-9f68187d7332 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-783132d1-8013-4ab5-9f52-9f68187d7332 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-783132d1-8013-4ab5-9f52-9f68187d7332 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-783132d1-8013-4ab5-9f52-9f68187d7332 {
    width: 100%;
    height: auto;
  }

  #s-783132d1-8013-4ab5-9f52-9f68187d7332 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-783132d1-8013-4ab5-9f52-9f68187d7332.shogun-image {
    
    
  }


.s-783132d1-8013-4ab5-9f52-9f68187d7332 .shogun-image-content {
  
    align-items: center;
  
}

.s-783132d1-8013-4ab5-9f52-9f68187d7332.shg-align-container {
  display: flex;
  justify-content: center
}

.s-783132d1-8013-4ab5-9f52-9f68187d7332.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-783132d1-8013-4ab5-9f52-9f68187d7332.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-783132d1-8013-4ab5-9f52-9f68187d7332 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-783132d1-8013-4ab5-9f52-9f68187d7332.shogun-image-container {
      position: relative;
    }

    .s-783132d1-8013-4ab5-9f52-9f68187d7332.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-783132d1-8013-4ab5-9f52-9f68187d7332.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-783132d1-8013-4ab5-9f52-9f68187d7332 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-783132d1-8013-4ab5-9f52-9f68187d7332 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-783132d1-8013-4ab5-9f52-9f68187d7332 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-783132d1-8013-4ab5-9f52-9f68187d7332 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-783132d1-8013-4ab5-9f52-9f68187d7332 {
    width: 100%;
    height: auto;
  }

  #s-783132d1-8013-4ab5-9f52-9f68187d7332 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-783132d1-8013-4ab5-9f52-9f68187d7332.shogun-image {
    
    
  }


.s-783132d1-8013-4ab5-9f52-9f68187d7332 .shogun-image-content {
  
    align-items: center;
  
}

.s-783132d1-8013-4ab5-9f52-9f68187d7332.shg-align-container {
  display: flex;
  justify-content: center
}

.s-783132d1-8013-4ab5-9f52-9f68187d7332.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-783132d1-8013-4ab5-9f52-9f68187d7332.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-783132d1-8013-4ab5-9f52-9f68187d7332 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-783132d1-8013-4ab5-9f52-9f68187d7332.shogun-image-container {
      position: relative;
    }

    .s-783132d1-8013-4ab5-9f52-9f68187d7332.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-783132d1-8013-4ab5-9f52-9f68187d7332.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-783132d1-8013-4ab5-9f52-9f68187d7332 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-783132d1-8013-4ab5-9f52-9f68187d7332 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-783132d1-8013-4ab5-9f52-9f68187d7332 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-783132d1-8013-4ab5-9f52-9f68187d7332 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-783132d1-8013-4ab5-9f52-9f68187d7332 {
    width: 100%;
    height: auto;
  }

  #s-783132d1-8013-4ab5-9f52-9f68187d7332 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-783132d1-8013-4ab5-9f52-9f68187d7332.shogun-image {
    
    
  }


.s-783132d1-8013-4ab5-9f52-9f68187d7332 .shogun-image-content {
  
    align-items: center;
  
}

.s-783132d1-8013-4ab5-9f52-9f68187d7332.shg-align-container {
  display: flex;
  justify-content: center
}

.s-783132d1-8013-4ab5-9f52-9f68187d7332.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-783132d1-8013-4ab5-9f52-9f68187d7332.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-783132d1-8013-4ab5-9f52-9f68187d7332 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-783132d1-8013-4ab5-9f52-9f68187d7332.shogun-image-container {
      position: relative;
    }

    .s-783132d1-8013-4ab5-9f52-9f68187d7332.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-783132d1-8013-4ab5-9f52-9f68187d7332.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-783132d1-8013-4ab5-9f52-9f68187d7332 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-783132d1-8013-4ab5-9f52-9f68187d7332 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-783132d1-8013-4ab5-9f52-9f68187d7332 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-783132d1-8013-4ab5-9f52-9f68187d7332 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-783132d1-8013-4ab5-9f52-9f68187d7332 {
    width: 100%;
    height: auto;
  }

  #s-783132d1-8013-4ab5-9f52-9f68187d7332 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-783132d1-8013-4ab5-9f52-9f68187d7332.shogun-image {
    
    
  }


.s-783132d1-8013-4ab5-9f52-9f68187d7332 .shogun-image-content {
  
    align-items: center;
  
}

.s-783132d1-8013-4ab5-9f52-9f68187d7332.shg-align-container {
  display: flex;
  justify-content: center
}

.s-783132d1-8013-4ab5-9f52-9f68187d7332.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-783132d1-8013-4ab5-9f52-9f68187d7332.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-783132d1-8013-4ab5-9f52-9f68187d7332 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-783132d1-8013-4ab5-9f52-9f68187d7332.shogun-image-container {
      position: relative;
    }

    .s-783132d1-8013-4ab5-9f52-9f68187d7332.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-783132d1-8013-4ab5-9f52-9f68187d7332.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-783132d1-8013-4ab5-9f52-9f68187d7332 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
@media (min-width: 0px) {
[id="s-7d644c3f-6e7a-4f62-b2f5-cf55aee5ff8f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-7d644c3f-6e7a-4f62-b2f5-cf55aee5ff8f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-7d644c3f-6e7a-4f62-b2f5-cf55aee5ff8f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-7d644c3f-6e7a-4f62-b2f5-cf55aee5ff8f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-717ae08c-52ce-4518-8df8-6aa34b44b55f {
  text-align: center;
}







  img.s-717ae08c-52ce-4518-8df8-6aa34b44b55f.shogun-image {
    
    
  }


.s-717ae08c-52ce-4518-8df8-6aa34b44b55f .shogun-image-content {
  
    align-items: center;
  
}

.s-717ae08c-52ce-4518-8df8-6aa34b44b55f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-717ae08c-52ce-4518-8df8-6aa34b44b55f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-717ae08c-52ce-4518-8df8-6aa34b44b55f.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-717ae08c-52ce-4518-8df8-6aa34b44b55f.shogun-image {
    
    
  }


.s-717ae08c-52ce-4518-8df8-6aa34b44b55f .shogun-image-content {
  
    align-items: center;
  
}

.s-717ae08c-52ce-4518-8df8-6aa34b44b55f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-717ae08c-52ce-4518-8df8-6aa34b44b55f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-717ae08c-52ce-4518-8df8-6aa34b44b55f.shogun-image {
  box-sizing: border-box;
}




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





  img.s-717ae08c-52ce-4518-8df8-6aa34b44b55f.shogun-image {
    
    
  }


.s-717ae08c-52ce-4518-8df8-6aa34b44b55f .shogun-image-content {
  
    align-items: center;
  
}

.s-717ae08c-52ce-4518-8df8-6aa34b44b55f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-717ae08c-52ce-4518-8df8-6aa34b44b55f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-717ae08c-52ce-4518-8df8-6aa34b44b55f.shogun-image {
  box-sizing: border-box;
}




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





  img.s-717ae08c-52ce-4518-8df8-6aa34b44b55f.shogun-image {
    
    
  }


.s-717ae08c-52ce-4518-8df8-6aa34b44b55f .shogun-image-content {
  
    align-items: center;
  
}

.s-717ae08c-52ce-4518-8df8-6aa34b44b55f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-717ae08c-52ce-4518-8df8-6aa34b44b55f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-717ae08c-52ce-4518-8df8-6aa34b44b55f.shogun-image {
  box-sizing: border-box;
}




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





  img.s-717ae08c-52ce-4518-8df8-6aa34b44b55f.shogun-image {
    
    
  }


.s-717ae08c-52ce-4518-8df8-6aa34b44b55f .shogun-image-content {
  
    align-items: center;
  
}

.s-717ae08c-52ce-4518-8df8-6aa34b44b55f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-717ae08c-52ce-4518-8df8-6aa34b44b55f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-717ae08c-52ce-4518-8df8-6aa34b44b55f.shogun-image {
  box-sizing: border-box;
}




}
#s-2e56db06-2705-41d4-b8bd-d01a15115454 {
  text-align: center;
}







  img.s-2e56db06-2705-41d4-b8bd-d01a15115454.shogun-image {
    
    
  }


.s-2e56db06-2705-41d4-b8bd-d01a15115454 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e56db06-2705-41d4-b8bd-d01a15115454.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e56db06-2705-41d4-b8bd-d01a15115454.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e56db06-2705-41d4-b8bd-d01a15115454.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-2e56db06-2705-41d4-b8bd-d01a15115454.shogun-image {
    
    
  }


.s-2e56db06-2705-41d4-b8bd-d01a15115454 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e56db06-2705-41d4-b8bd-d01a15115454.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e56db06-2705-41d4-b8bd-d01a15115454.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e56db06-2705-41d4-b8bd-d01a15115454.shogun-image {
  box-sizing: border-box;
}




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





  img.s-2e56db06-2705-41d4-b8bd-d01a15115454.shogun-image {
    
    
  }


.s-2e56db06-2705-41d4-b8bd-d01a15115454 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e56db06-2705-41d4-b8bd-d01a15115454.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e56db06-2705-41d4-b8bd-d01a15115454.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e56db06-2705-41d4-b8bd-d01a15115454.shogun-image {
  box-sizing: border-box;
}




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





  img.s-2e56db06-2705-41d4-b8bd-d01a15115454.shogun-image {
    
    
  }


.s-2e56db06-2705-41d4-b8bd-d01a15115454 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e56db06-2705-41d4-b8bd-d01a15115454.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e56db06-2705-41d4-b8bd-d01a15115454.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e56db06-2705-41d4-b8bd-d01a15115454.shogun-image {
  box-sizing: border-box;
}




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





  img.s-2e56db06-2705-41d4-b8bd-d01a15115454.shogun-image {
    
    
  }


.s-2e56db06-2705-41d4-b8bd-d01a15115454 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e56db06-2705-41d4-b8bd-d01a15115454.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e56db06-2705-41d4-b8bd-d01a15115454.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e56db06-2705-41d4-b8bd-d01a15115454.shogun-image {
  box-sizing: border-box;
}




}
#s-0d77c484-d2a5-4420-93e7-a02d50939c6f {
  text-align: center;
}







  img.s-0d77c484-d2a5-4420-93e7-a02d50939c6f.shogun-image {
    
    
  }


.s-0d77c484-d2a5-4420-93e7-a02d50939c6f .shogun-image-content {
  
    align-items: center;
  
}

.s-0d77c484-d2a5-4420-93e7-a02d50939c6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d77c484-d2a5-4420-93e7-a02d50939c6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d77c484-d2a5-4420-93e7-a02d50939c6f.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-0d77c484-d2a5-4420-93e7-a02d50939c6f.shogun-image {
    
    
  }


.s-0d77c484-d2a5-4420-93e7-a02d50939c6f .shogun-image-content {
  
    align-items: center;
  
}

.s-0d77c484-d2a5-4420-93e7-a02d50939c6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d77c484-d2a5-4420-93e7-a02d50939c6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d77c484-d2a5-4420-93e7-a02d50939c6f.shogun-image {
  box-sizing: border-box;
}




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





  img.s-0d77c484-d2a5-4420-93e7-a02d50939c6f.shogun-image {
    
    
  }


.s-0d77c484-d2a5-4420-93e7-a02d50939c6f .shogun-image-content {
  
    align-items: center;
  
}

.s-0d77c484-d2a5-4420-93e7-a02d50939c6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d77c484-d2a5-4420-93e7-a02d50939c6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d77c484-d2a5-4420-93e7-a02d50939c6f.shogun-image {
  box-sizing: border-box;
}




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





  img.s-0d77c484-d2a5-4420-93e7-a02d50939c6f.shogun-image {
    
    
  }


.s-0d77c484-d2a5-4420-93e7-a02d50939c6f .shogun-image-content {
  
    align-items: center;
  
}

.s-0d77c484-d2a5-4420-93e7-a02d50939c6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d77c484-d2a5-4420-93e7-a02d50939c6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d77c484-d2a5-4420-93e7-a02d50939c6f.shogun-image {
  box-sizing: border-box;
}




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





  img.s-0d77c484-d2a5-4420-93e7-a02d50939c6f.shogun-image {
    
    
  }


.s-0d77c484-d2a5-4420-93e7-a02d50939c6f .shogun-image-content {
  
    align-items: center;
  
}

.s-0d77c484-d2a5-4420-93e7-a02d50939c6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d77c484-d2a5-4420-93e7-a02d50939c6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d77c484-d2a5-4420-93e7-a02d50939c6f.shogun-image {
  box-sizing: border-box;
}




}
#s-c870064d-e7c8-4003-8678-f45be701938f {
  text-align: center;
}







  img.s-c870064d-e7c8-4003-8678-f45be701938f.shogun-image {
    
    
  }


.s-c870064d-e7c8-4003-8678-f45be701938f .shogun-image-content {
  
    align-items: center;
  
}

.s-c870064d-e7c8-4003-8678-f45be701938f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c870064d-e7c8-4003-8678-f45be701938f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c870064d-e7c8-4003-8678-f45be701938f.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-c870064d-e7c8-4003-8678-f45be701938f.shogun-image {
    
    
  }


.s-c870064d-e7c8-4003-8678-f45be701938f .shogun-image-content {
  
    align-items: center;
  
}

.s-c870064d-e7c8-4003-8678-f45be701938f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c870064d-e7c8-4003-8678-f45be701938f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c870064d-e7c8-4003-8678-f45be701938f.shogun-image {
  box-sizing: border-box;
}




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





  img.s-c870064d-e7c8-4003-8678-f45be701938f.shogun-image {
    
    
  }


.s-c870064d-e7c8-4003-8678-f45be701938f .shogun-image-content {
  
    align-items: center;
  
}

.s-c870064d-e7c8-4003-8678-f45be701938f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c870064d-e7c8-4003-8678-f45be701938f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c870064d-e7c8-4003-8678-f45be701938f.shogun-image {
  box-sizing: border-box;
}




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





  img.s-c870064d-e7c8-4003-8678-f45be701938f.shogun-image {
    
    
  }


.s-c870064d-e7c8-4003-8678-f45be701938f .shogun-image-content {
  
    align-items: center;
  
}

.s-c870064d-e7c8-4003-8678-f45be701938f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c870064d-e7c8-4003-8678-f45be701938f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c870064d-e7c8-4003-8678-f45be701938f.shogun-image {
  box-sizing: border-box;
}




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





  img.s-c870064d-e7c8-4003-8678-f45be701938f.shogun-image {
    
    
  }


.s-c870064d-e7c8-4003-8678-f45be701938f .shogun-image-content {
  
    align-items: center;
  
}

.s-c870064d-e7c8-4003-8678-f45be701938f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c870064d-e7c8-4003-8678-f45be701938f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c870064d-e7c8-4003-8678-f45be701938f.shogun-image {
  box-sizing: border-box;
}




}
@media (min-width: 0px) {
[id="s-ff1f784c-5944-40de-b494-cf55b65d733c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ff1f784c-5944-40de-b494-cf55b65d733c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-ff1f784c-5944-40de-b494-cf55b65d733c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-ff1f784c-5944-40de-b494-cf55b65d733c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-647a7643-981a-4db8-9168-8a0fc67a76dd {
  text-align: center;
}







  img.s-647a7643-981a-4db8-9168-8a0fc67a76dd.shogun-image {
    
    
  }


.s-647a7643-981a-4db8-9168-8a0fc67a76dd .shogun-image-content {
  
    align-items: center;
  
}

.s-647a7643-981a-4db8-9168-8a0fc67a76dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-647a7643-981a-4db8-9168-8a0fc67a76dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-647a7643-981a-4db8-9168-8a0fc67a76dd.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-647a7643-981a-4db8-9168-8a0fc67a76dd.shogun-image {
    
    
  }


.s-647a7643-981a-4db8-9168-8a0fc67a76dd .shogun-image-content {
  
    align-items: center;
  
}

.s-647a7643-981a-4db8-9168-8a0fc67a76dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-647a7643-981a-4db8-9168-8a0fc67a76dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-647a7643-981a-4db8-9168-8a0fc67a76dd.shogun-image {
  box-sizing: border-box;
}




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





  img.s-647a7643-981a-4db8-9168-8a0fc67a76dd.shogun-image {
    
    
  }


.s-647a7643-981a-4db8-9168-8a0fc67a76dd .shogun-image-content {
  
    align-items: center;
  
}

.s-647a7643-981a-4db8-9168-8a0fc67a76dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-647a7643-981a-4db8-9168-8a0fc67a76dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-647a7643-981a-4db8-9168-8a0fc67a76dd.shogun-image {
  box-sizing: border-box;
}




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





  img.s-647a7643-981a-4db8-9168-8a0fc67a76dd.shogun-image {
    
    
  }


.s-647a7643-981a-4db8-9168-8a0fc67a76dd .shogun-image-content {
  
    align-items: center;
  
}

.s-647a7643-981a-4db8-9168-8a0fc67a76dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-647a7643-981a-4db8-9168-8a0fc67a76dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-647a7643-981a-4db8-9168-8a0fc67a76dd.shogun-image {
  box-sizing: border-box;
}




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





  img.s-647a7643-981a-4db8-9168-8a0fc67a76dd.shogun-image {
    
    
  }


.s-647a7643-981a-4db8-9168-8a0fc67a76dd .shogun-image-content {
  
    align-items: center;
  
}

.s-647a7643-981a-4db8-9168-8a0fc67a76dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-647a7643-981a-4db8-9168-8a0fc67a76dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-647a7643-981a-4db8-9168-8a0fc67a76dd.shogun-image {
  box-sizing: border-box;
}




}
#s-8bc55b90-e43a-43ff-911d-498a175fd684 {
  text-align: center;
}







  img.s-8bc55b90-e43a-43ff-911d-498a175fd684.shogun-image {
    
    
  }


.s-8bc55b90-e43a-43ff-911d-498a175fd684 .shogun-image-content {
  
    align-items: center;
  
}

.s-8bc55b90-e43a-43ff-911d-498a175fd684.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bc55b90-e43a-43ff-911d-498a175fd684.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bc55b90-e43a-43ff-911d-498a175fd684.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-8bc55b90-e43a-43ff-911d-498a175fd684.shogun-image {
    
    
  }


.s-8bc55b90-e43a-43ff-911d-498a175fd684 .shogun-image-content {
  
    align-items: center;
  
}

.s-8bc55b90-e43a-43ff-911d-498a175fd684.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bc55b90-e43a-43ff-911d-498a175fd684.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bc55b90-e43a-43ff-911d-498a175fd684.shogun-image {
  box-sizing: border-box;
}




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





  img.s-8bc55b90-e43a-43ff-911d-498a175fd684.shogun-image {
    
    
  }


.s-8bc55b90-e43a-43ff-911d-498a175fd684 .shogun-image-content {
  
    align-items: center;
  
}

.s-8bc55b90-e43a-43ff-911d-498a175fd684.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bc55b90-e43a-43ff-911d-498a175fd684.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bc55b90-e43a-43ff-911d-498a175fd684.shogun-image {
  box-sizing: border-box;
}




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





  img.s-8bc55b90-e43a-43ff-911d-498a175fd684.shogun-image {
    
    
  }


.s-8bc55b90-e43a-43ff-911d-498a175fd684 .shogun-image-content {
  
    align-items: center;
  
}

.s-8bc55b90-e43a-43ff-911d-498a175fd684.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bc55b90-e43a-43ff-911d-498a175fd684.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bc55b90-e43a-43ff-911d-498a175fd684.shogun-image {
  box-sizing: border-box;
}




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





  img.s-8bc55b90-e43a-43ff-911d-498a175fd684.shogun-image {
    
    
  }


.s-8bc55b90-e43a-43ff-911d-498a175fd684 .shogun-image-content {
  
    align-items: center;
  
}

.s-8bc55b90-e43a-43ff-911d-498a175fd684.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bc55b90-e43a-43ff-911d-498a175fd684.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bc55b90-e43a-43ff-911d-498a175fd684.shogun-image {
  box-sizing: border-box;
}




}
#s-301c5c24-60aa-49b9-baf3-ea8b88738f87 {
  text-align: center;
}







  img.s-301c5c24-60aa-49b9-baf3-ea8b88738f87.shogun-image {
    
    
  }


.s-301c5c24-60aa-49b9-baf3-ea8b88738f87 .shogun-image-content {
  
    align-items: center;
  
}

.s-301c5c24-60aa-49b9-baf3-ea8b88738f87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-301c5c24-60aa-49b9-baf3-ea8b88738f87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-301c5c24-60aa-49b9-baf3-ea8b88738f87.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-301c5c24-60aa-49b9-baf3-ea8b88738f87.shogun-image {
    
    
  }


.s-301c5c24-60aa-49b9-baf3-ea8b88738f87 .shogun-image-content {
  
    align-items: center;
  
}

.s-301c5c24-60aa-49b9-baf3-ea8b88738f87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-301c5c24-60aa-49b9-baf3-ea8b88738f87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-301c5c24-60aa-49b9-baf3-ea8b88738f87.shogun-image {
  box-sizing: border-box;
}




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





  img.s-301c5c24-60aa-49b9-baf3-ea8b88738f87.shogun-image {
    
    
  }


.s-301c5c24-60aa-49b9-baf3-ea8b88738f87 .shogun-image-content {
  
    align-items: center;
  
}

.s-301c5c24-60aa-49b9-baf3-ea8b88738f87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-301c5c24-60aa-49b9-baf3-ea8b88738f87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-301c5c24-60aa-49b9-baf3-ea8b88738f87.shogun-image {
  box-sizing: border-box;
}




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





  img.s-301c5c24-60aa-49b9-baf3-ea8b88738f87.shogun-image {
    
    
  }


.s-301c5c24-60aa-49b9-baf3-ea8b88738f87 .shogun-image-content {
  
    align-items: center;
  
}

.s-301c5c24-60aa-49b9-baf3-ea8b88738f87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-301c5c24-60aa-49b9-baf3-ea8b88738f87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-301c5c24-60aa-49b9-baf3-ea8b88738f87.shogun-image {
  box-sizing: border-box;
}




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





  img.s-301c5c24-60aa-49b9-baf3-ea8b88738f87.shogun-image {
    
    
  }


.s-301c5c24-60aa-49b9-baf3-ea8b88738f87 .shogun-image-content {
  
    align-items: center;
  
}

.s-301c5c24-60aa-49b9-baf3-ea8b88738f87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-301c5c24-60aa-49b9-baf3-ea8b88738f87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-301c5c24-60aa-49b9-baf3-ea8b88738f87.shogun-image {
  box-sizing: border-box;
}




}
#s-6532cbda-4111-410d-b082-c264a975ebb5 {
  text-align: center;
}







  img.s-6532cbda-4111-410d-b082-c264a975ebb5.shogun-image {
    
    
  }


.s-6532cbda-4111-410d-b082-c264a975ebb5 .shogun-image-content {
  
    align-items: center;
  
}

.s-6532cbda-4111-410d-b082-c264a975ebb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6532cbda-4111-410d-b082-c264a975ebb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6532cbda-4111-410d-b082-c264a975ebb5.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-6532cbda-4111-410d-b082-c264a975ebb5.shogun-image {
    
    
  }


.s-6532cbda-4111-410d-b082-c264a975ebb5 .shogun-image-content {
  
    align-items: center;
  
}

.s-6532cbda-4111-410d-b082-c264a975ebb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6532cbda-4111-410d-b082-c264a975ebb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6532cbda-4111-410d-b082-c264a975ebb5.shogun-image {
  box-sizing: border-box;
}




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





  img.s-6532cbda-4111-410d-b082-c264a975ebb5.shogun-image {
    
    
  }


.s-6532cbda-4111-410d-b082-c264a975ebb5 .shogun-image-content {
  
    align-items: center;
  
}

.s-6532cbda-4111-410d-b082-c264a975ebb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6532cbda-4111-410d-b082-c264a975ebb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6532cbda-4111-410d-b082-c264a975ebb5.shogun-image {
  box-sizing: border-box;
}




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





  img.s-6532cbda-4111-410d-b082-c264a975ebb5.shogun-image {
    
    
  }


.s-6532cbda-4111-410d-b082-c264a975ebb5 .shogun-image-content {
  
    align-items: center;
  
}

.s-6532cbda-4111-410d-b082-c264a975ebb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6532cbda-4111-410d-b082-c264a975ebb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6532cbda-4111-410d-b082-c264a975ebb5.shogun-image {
  box-sizing: border-box;
}




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





  img.s-6532cbda-4111-410d-b082-c264a975ebb5.shogun-image {
    
    
  }


.s-6532cbda-4111-410d-b082-c264a975ebb5 .shogun-image-content {
  
    align-items: center;
  
}

.s-6532cbda-4111-410d-b082-c264a975ebb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6532cbda-4111-410d-b082-c264a975ebb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6532cbda-4111-410d-b082-c264a975ebb5.shogun-image {
  box-sizing: border-box;
}




}
#s-81b97f6b-c64c-4f39-8494-07e12a711cf7 {
  text-align: center;
}







  img.s-81b97f6b-c64c-4f39-8494-07e12a711cf7.shogun-image {
    
    
  }


.s-81b97f6b-c64c-4f39-8494-07e12a711cf7 .shogun-image-content {
  
    align-items: center;
  
}

.s-81b97f6b-c64c-4f39-8494-07e12a711cf7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81b97f6b-c64c-4f39-8494-07e12a711cf7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81b97f6b-c64c-4f39-8494-07e12a711cf7.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-81b97f6b-c64c-4f39-8494-07e12a711cf7.shogun-image {
    
    
  }


.s-81b97f6b-c64c-4f39-8494-07e12a711cf7 .shogun-image-content {
  
    align-items: center;
  
}

.s-81b97f6b-c64c-4f39-8494-07e12a711cf7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81b97f6b-c64c-4f39-8494-07e12a711cf7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81b97f6b-c64c-4f39-8494-07e12a711cf7.shogun-image {
  box-sizing: border-box;
}




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





  img.s-81b97f6b-c64c-4f39-8494-07e12a711cf7.shogun-image {
    
    
  }


.s-81b97f6b-c64c-4f39-8494-07e12a711cf7 .shogun-image-content {
  
    align-items: center;
  
}

.s-81b97f6b-c64c-4f39-8494-07e12a711cf7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81b97f6b-c64c-4f39-8494-07e12a711cf7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81b97f6b-c64c-4f39-8494-07e12a711cf7.shogun-image {
  box-sizing: border-box;
}




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





  img.s-81b97f6b-c64c-4f39-8494-07e12a711cf7.shogun-image {
    
    
  }


.s-81b97f6b-c64c-4f39-8494-07e12a711cf7 .shogun-image-content {
  
    align-items: center;
  
}

.s-81b97f6b-c64c-4f39-8494-07e12a711cf7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81b97f6b-c64c-4f39-8494-07e12a711cf7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81b97f6b-c64c-4f39-8494-07e12a711cf7.shogun-image {
  box-sizing: border-box;
}




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





  img.s-81b97f6b-c64c-4f39-8494-07e12a711cf7.shogun-image {
    
    
  }


.s-81b97f6b-c64c-4f39-8494-07e12a711cf7 .shogun-image-content {
  
    align-items: center;
  
}

.s-81b97f6b-c64c-4f39-8494-07e12a711cf7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81b97f6b-c64c-4f39-8494-07e12a711cf7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81b97f6b-c64c-4f39-8494-07e12a711cf7.shogun-image {
  box-sizing: border-box;
}




}
#s-78c20e46-40dd-44cf-8cdc-35faa8bad9ab {
  text-align: center;
}







  img.s-78c20e46-40dd-44cf-8cdc-35faa8bad9ab.shogun-image {
    
    
  }


.s-78c20e46-40dd-44cf-8cdc-35faa8bad9ab .shogun-image-content {
  
    align-items: center;
  
}

.s-78c20e46-40dd-44cf-8cdc-35faa8bad9ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78c20e46-40dd-44cf-8cdc-35faa8bad9ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78c20e46-40dd-44cf-8cdc-35faa8bad9ab.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-78c20e46-40dd-44cf-8cdc-35faa8bad9ab.shogun-image {
    
    
  }


.s-78c20e46-40dd-44cf-8cdc-35faa8bad9ab .shogun-image-content {
  
    align-items: center;
  
}

.s-78c20e46-40dd-44cf-8cdc-35faa8bad9ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78c20e46-40dd-44cf-8cdc-35faa8bad9ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78c20e46-40dd-44cf-8cdc-35faa8bad9ab.shogun-image {
  box-sizing: border-box;
}




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





  img.s-78c20e46-40dd-44cf-8cdc-35faa8bad9ab.shogun-image {
    
    
  }


.s-78c20e46-40dd-44cf-8cdc-35faa8bad9ab .shogun-image-content {
  
    align-items: center;
  
}

.s-78c20e46-40dd-44cf-8cdc-35faa8bad9ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78c20e46-40dd-44cf-8cdc-35faa8bad9ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78c20e46-40dd-44cf-8cdc-35faa8bad9ab.shogun-image {
  box-sizing: border-box;
}




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





  img.s-78c20e46-40dd-44cf-8cdc-35faa8bad9ab.shogun-image {
    
    
  }


.s-78c20e46-40dd-44cf-8cdc-35faa8bad9ab .shogun-image-content {
  
    align-items: center;
  
}

.s-78c20e46-40dd-44cf-8cdc-35faa8bad9ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78c20e46-40dd-44cf-8cdc-35faa8bad9ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78c20e46-40dd-44cf-8cdc-35faa8bad9ab.shogun-image {
  box-sizing: border-box;
}




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





  img.s-78c20e46-40dd-44cf-8cdc-35faa8bad9ab.shogun-image {
    
    
  }


.s-78c20e46-40dd-44cf-8cdc-35faa8bad9ab .shogun-image-content {
  
    align-items: center;
  
}

.s-78c20e46-40dd-44cf-8cdc-35faa8bad9ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78c20e46-40dd-44cf-8cdc-35faa8bad9ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78c20e46-40dd-44cf-8cdc-35faa8bad9ab.shogun-image {
  box-sizing: border-box;
}




}
@media (min-width: 0px) {
[id="s-49e7b0c7-4f3a-4ff9-a347-480e77436d90"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-49e7b0c7-4f3a-4ff9-a347-480e77436d90"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-49e7b0c7-4f3a-4ff9-a347-480e77436d90"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-49e7b0c7-4f3a-4ff9-a347-480e77436d90"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-3751bee9-bdfc-4b07-b04d-954b90491b35 {
  max-width: 293px;
aspect-ratio: 293/234;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-3751bee9-bdfc-4b07-b04d-954b90491b35 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-3751bee9-bdfc-4b07-b04d-954b90491b35 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3751bee9-bdfc-4b07-b04d-954b90491b35 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3751bee9-bdfc-4b07-b04d-954b90491b35 {
    width: 100%;
    height: auto;
  }

  #s-3751bee9-bdfc-4b07-b04d-954b90491b35 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3751bee9-bdfc-4b07-b04d-954b90491b35.shogun-image {
    
    
  }


.s-3751bee9-bdfc-4b07-b04d-954b90491b35 .shogun-image-content {
  
    align-items: center;
  
}

.s-3751bee9-bdfc-4b07-b04d-954b90491b35.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3751bee9-bdfc-4b07-b04d-954b90491b35.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3751bee9-bdfc-4b07-b04d-954b90491b35.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3751bee9-bdfc-4b07-b04d-954b90491b35 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-3751bee9-bdfc-4b07-b04d-954b90491b35.shogun-image-container {
      position: relative;
    }

    .s-3751bee9-bdfc-4b07-b04d-954b90491b35.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3751bee9-bdfc-4b07-b04d-954b90491b35.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3751bee9-bdfc-4b07-b04d-954b90491b35 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-3751bee9-bdfc-4b07-b04d-954b90491b35 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-3751bee9-bdfc-4b07-b04d-954b90491b35 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3751bee9-bdfc-4b07-b04d-954b90491b35 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3751bee9-bdfc-4b07-b04d-954b90491b35 {
    width: 100%;
    height: auto;
  }

  #s-3751bee9-bdfc-4b07-b04d-954b90491b35 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3751bee9-bdfc-4b07-b04d-954b90491b35.shogun-image {
    
    
  }


.s-3751bee9-bdfc-4b07-b04d-954b90491b35 .shogun-image-content {
  
    align-items: center;
  
}

.s-3751bee9-bdfc-4b07-b04d-954b90491b35.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3751bee9-bdfc-4b07-b04d-954b90491b35.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3751bee9-bdfc-4b07-b04d-954b90491b35.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3751bee9-bdfc-4b07-b04d-954b90491b35 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-3751bee9-bdfc-4b07-b04d-954b90491b35.shogun-image-container {
      position: relative;
    }

    .s-3751bee9-bdfc-4b07-b04d-954b90491b35.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3751bee9-bdfc-4b07-b04d-954b90491b35.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3751bee9-bdfc-4b07-b04d-954b90491b35 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3751bee9-bdfc-4b07-b04d-954b90491b35 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-3751bee9-bdfc-4b07-b04d-954b90491b35 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3751bee9-bdfc-4b07-b04d-954b90491b35 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3751bee9-bdfc-4b07-b04d-954b90491b35 {
    width: 100%;
    height: auto;
  }

  #s-3751bee9-bdfc-4b07-b04d-954b90491b35 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3751bee9-bdfc-4b07-b04d-954b90491b35.shogun-image {
    
    
  }


.s-3751bee9-bdfc-4b07-b04d-954b90491b35 .shogun-image-content {
  
    align-items: center;
  
}

.s-3751bee9-bdfc-4b07-b04d-954b90491b35.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3751bee9-bdfc-4b07-b04d-954b90491b35.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3751bee9-bdfc-4b07-b04d-954b90491b35.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3751bee9-bdfc-4b07-b04d-954b90491b35 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-3751bee9-bdfc-4b07-b04d-954b90491b35.shogun-image-container {
      position: relative;
    }

    .s-3751bee9-bdfc-4b07-b04d-954b90491b35.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3751bee9-bdfc-4b07-b04d-954b90491b35.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3751bee9-bdfc-4b07-b04d-954b90491b35 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3751bee9-bdfc-4b07-b04d-954b90491b35 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-3751bee9-bdfc-4b07-b04d-954b90491b35 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3751bee9-bdfc-4b07-b04d-954b90491b35 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3751bee9-bdfc-4b07-b04d-954b90491b35 {
    width: 100%;
    height: auto;
  }

  #s-3751bee9-bdfc-4b07-b04d-954b90491b35 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3751bee9-bdfc-4b07-b04d-954b90491b35.shogun-image {
    
    
  }


.s-3751bee9-bdfc-4b07-b04d-954b90491b35 .shogun-image-content {
  
    align-items: center;
  
}

.s-3751bee9-bdfc-4b07-b04d-954b90491b35.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3751bee9-bdfc-4b07-b04d-954b90491b35.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3751bee9-bdfc-4b07-b04d-954b90491b35.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3751bee9-bdfc-4b07-b04d-954b90491b35 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-3751bee9-bdfc-4b07-b04d-954b90491b35.shogun-image-container {
      position: relative;
    }

    .s-3751bee9-bdfc-4b07-b04d-954b90491b35.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3751bee9-bdfc-4b07-b04d-954b90491b35.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3751bee9-bdfc-4b07-b04d-954b90491b35 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3751bee9-bdfc-4b07-b04d-954b90491b35 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-3751bee9-bdfc-4b07-b04d-954b90491b35 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3751bee9-bdfc-4b07-b04d-954b90491b35 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3751bee9-bdfc-4b07-b04d-954b90491b35 {
    width: 100%;
    height: auto;
  }

  #s-3751bee9-bdfc-4b07-b04d-954b90491b35 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3751bee9-bdfc-4b07-b04d-954b90491b35.shogun-image {
    
    
  }


.s-3751bee9-bdfc-4b07-b04d-954b90491b35 .shogun-image-content {
  
    align-items: center;
  
}

.s-3751bee9-bdfc-4b07-b04d-954b90491b35.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3751bee9-bdfc-4b07-b04d-954b90491b35.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3751bee9-bdfc-4b07-b04d-954b90491b35.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3751bee9-bdfc-4b07-b04d-954b90491b35 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-3751bee9-bdfc-4b07-b04d-954b90491b35.shogun-image-container {
      position: relative;
    }

    .s-3751bee9-bdfc-4b07-b04d-954b90491b35.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3751bee9-bdfc-4b07-b04d-954b90491b35.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3751bee9-bdfc-4b07-b04d-954b90491b35 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef {
  max-width: 293px;
aspect-ratio: 293/234;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef {
    width: 100%;
    height: auto;
  }

  #s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef.shogun-image {
    
    
  }


.s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef .shogun-image-content {
  
    align-items: center;
  
}

.s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef.shogun-image-container {
      position: relative;
    }

    .s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef {
    width: 100%;
    height: auto;
  }

  #s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef.shogun-image {
    
    
  }


.s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef .shogun-image-content {
  
    align-items: center;
  
}

.s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef.shogun-image-container {
      position: relative;
    }

    .s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef {
    width: 100%;
    height: auto;
  }

  #s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef.shogun-image {
    
    
  }


.s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef .shogun-image-content {
  
    align-items: center;
  
}

.s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef.shogun-image-container {
      position: relative;
    }

    .s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef {
    width: 100%;
    height: auto;
  }

  #s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef.shogun-image {
    
    
  }


.s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef .shogun-image-content {
  
    align-items: center;
  
}

.s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef.shogun-image-container {
      position: relative;
    }

    .s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef {
    width: 100%;
    height: auto;
  }

  #s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef.shogun-image {
    
    
  }


.s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef .shogun-image-content {
  
    align-items: center;
  
}

.s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef.shogun-image-container {
      position: relative;
    }

    .s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7f28e7b6-53c3-4d6b-a616-f0731ee3a7ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-e9a87308-a35d-4244-92af-e73268842eda {
  max-width: 293px;
aspect-ratio: 293/234;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-e9a87308-a35d-4244-92af-e73268842eda .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-e9a87308-a35d-4244-92af-e73268842eda .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e9a87308-a35d-4244-92af-e73268842eda .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e9a87308-a35d-4244-92af-e73268842eda {
    width: 100%;
    height: auto;
  }

  #s-e9a87308-a35d-4244-92af-e73268842eda img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e9a87308-a35d-4244-92af-e73268842eda.shogun-image {
    
    
  }


.s-e9a87308-a35d-4244-92af-e73268842eda .shogun-image-content {
  
    align-items: center;
  
}

.s-e9a87308-a35d-4244-92af-e73268842eda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9a87308-a35d-4244-92af-e73268842eda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9a87308-a35d-4244-92af-e73268842eda.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e9a87308-a35d-4244-92af-e73268842eda {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-e9a87308-a35d-4244-92af-e73268842eda.shogun-image-container {
      position: relative;
    }

    .s-e9a87308-a35d-4244-92af-e73268842eda.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e9a87308-a35d-4244-92af-e73268842eda.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e9a87308-a35d-4244-92af-e73268842eda img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-e9a87308-a35d-4244-92af-e73268842eda .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-e9a87308-a35d-4244-92af-e73268842eda .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e9a87308-a35d-4244-92af-e73268842eda .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e9a87308-a35d-4244-92af-e73268842eda {
    width: 100%;
    height: auto;
  }

  #s-e9a87308-a35d-4244-92af-e73268842eda img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e9a87308-a35d-4244-92af-e73268842eda.shogun-image {
    
    
  }


.s-e9a87308-a35d-4244-92af-e73268842eda .shogun-image-content {
  
    align-items: center;
  
}

.s-e9a87308-a35d-4244-92af-e73268842eda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9a87308-a35d-4244-92af-e73268842eda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9a87308-a35d-4244-92af-e73268842eda.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e9a87308-a35d-4244-92af-e73268842eda {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-e9a87308-a35d-4244-92af-e73268842eda.shogun-image-container {
      position: relative;
    }

    .s-e9a87308-a35d-4244-92af-e73268842eda.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e9a87308-a35d-4244-92af-e73268842eda.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e9a87308-a35d-4244-92af-e73268842eda img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e9a87308-a35d-4244-92af-e73268842eda .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-e9a87308-a35d-4244-92af-e73268842eda .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e9a87308-a35d-4244-92af-e73268842eda .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e9a87308-a35d-4244-92af-e73268842eda {
    width: 100%;
    height: auto;
  }

  #s-e9a87308-a35d-4244-92af-e73268842eda img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e9a87308-a35d-4244-92af-e73268842eda.shogun-image {
    
    
  }


.s-e9a87308-a35d-4244-92af-e73268842eda .shogun-image-content {
  
    align-items: center;
  
}

.s-e9a87308-a35d-4244-92af-e73268842eda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9a87308-a35d-4244-92af-e73268842eda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9a87308-a35d-4244-92af-e73268842eda.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e9a87308-a35d-4244-92af-e73268842eda {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-e9a87308-a35d-4244-92af-e73268842eda.shogun-image-container {
      position: relative;
    }

    .s-e9a87308-a35d-4244-92af-e73268842eda.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e9a87308-a35d-4244-92af-e73268842eda.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e9a87308-a35d-4244-92af-e73268842eda img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e9a87308-a35d-4244-92af-e73268842eda .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-e9a87308-a35d-4244-92af-e73268842eda .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e9a87308-a35d-4244-92af-e73268842eda .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e9a87308-a35d-4244-92af-e73268842eda {
    width: 100%;
    height: auto;
  }

  #s-e9a87308-a35d-4244-92af-e73268842eda img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e9a87308-a35d-4244-92af-e73268842eda.shogun-image {
    
    
  }


.s-e9a87308-a35d-4244-92af-e73268842eda .shogun-image-content {
  
    align-items: center;
  
}

.s-e9a87308-a35d-4244-92af-e73268842eda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9a87308-a35d-4244-92af-e73268842eda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9a87308-a35d-4244-92af-e73268842eda.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e9a87308-a35d-4244-92af-e73268842eda {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-e9a87308-a35d-4244-92af-e73268842eda.shogun-image-container {
      position: relative;
    }

    .s-e9a87308-a35d-4244-92af-e73268842eda.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e9a87308-a35d-4244-92af-e73268842eda.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e9a87308-a35d-4244-92af-e73268842eda img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e9a87308-a35d-4244-92af-e73268842eda .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-e9a87308-a35d-4244-92af-e73268842eda .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e9a87308-a35d-4244-92af-e73268842eda .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e9a87308-a35d-4244-92af-e73268842eda {
    width: 100%;
    height: auto;
  }

  #s-e9a87308-a35d-4244-92af-e73268842eda img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e9a87308-a35d-4244-92af-e73268842eda.shogun-image {
    
    
  }


.s-e9a87308-a35d-4244-92af-e73268842eda .shogun-image-content {
  
    align-items: center;
  
}

.s-e9a87308-a35d-4244-92af-e73268842eda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9a87308-a35d-4244-92af-e73268842eda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9a87308-a35d-4244-92af-e73268842eda.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e9a87308-a35d-4244-92af-e73268842eda {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-e9a87308-a35d-4244-92af-e73268842eda.shogun-image-container {
      position: relative;
    }

    .s-e9a87308-a35d-4244-92af-e73268842eda.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e9a87308-a35d-4244-92af-e73268842eda.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e9a87308-a35d-4244-92af-e73268842eda img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
@media (min-width: 0px) {
[id="s-1a0a1a44-4ea7-4c2e-a1c4-918f61d6a688"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-1a0a1a44-4ea7-4c2e-a1c4-918f61d6a688"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1a0a1a44-4ea7-4c2e-a1c4-918f61d6a688"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1a0a1a44-4ea7-4c2e-a1c4-918f61d6a688"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-b2413934-82ae-4bad-89ef-b5c0d7911966 {
  max-width: 293px;
aspect-ratio: 293/234;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-b2413934-82ae-4bad-89ef-b5c0d7911966 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-b2413934-82ae-4bad-89ef-b5c0d7911966 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2413934-82ae-4bad-89ef-b5c0d7911966 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b2413934-82ae-4bad-89ef-b5c0d7911966 {
    width: 100%;
    height: auto;
  }

  #s-b2413934-82ae-4bad-89ef-b5c0d7911966 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b2413934-82ae-4bad-89ef-b5c0d7911966.shogun-image {
    
    
  }


.s-b2413934-82ae-4bad-89ef-b5c0d7911966 .shogun-image-content {
  
    align-items: center;
  
}

.s-b2413934-82ae-4bad-89ef-b5c0d7911966.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2413934-82ae-4bad-89ef-b5c0d7911966.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2413934-82ae-4bad-89ef-b5c0d7911966.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b2413934-82ae-4bad-89ef-b5c0d7911966 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-b2413934-82ae-4bad-89ef-b5c0d7911966.shogun-image-container {
      position: relative;
    }

    .s-b2413934-82ae-4bad-89ef-b5c0d7911966.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2413934-82ae-4bad-89ef-b5c0d7911966.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2413934-82ae-4bad-89ef-b5c0d7911966 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2413934-82ae-4bad-89ef-b5c0d7911966 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-b2413934-82ae-4bad-89ef-b5c0d7911966 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2413934-82ae-4bad-89ef-b5c0d7911966 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b2413934-82ae-4bad-89ef-b5c0d7911966 {
    width: 100%;
    height: auto;
  }

  #s-b2413934-82ae-4bad-89ef-b5c0d7911966 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b2413934-82ae-4bad-89ef-b5c0d7911966.shogun-image {
    
    
  }


.s-b2413934-82ae-4bad-89ef-b5c0d7911966 .shogun-image-content {
  
    align-items: center;
  
}

.s-b2413934-82ae-4bad-89ef-b5c0d7911966.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2413934-82ae-4bad-89ef-b5c0d7911966.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2413934-82ae-4bad-89ef-b5c0d7911966.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b2413934-82ae-4bad-89ef-b5c0d7911966 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-b2413934-82ae-4bad-89ef-b5c0d7911966.shogun-image-container {
      position: relative;
    }

    .s-b2413934-82ae-4bad-89ef-b5c0d7911966.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2413934-82ae-4bad-89ef-b5c0d7911966.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2413934-82ae-4bad-89ef-b5c0d7911966 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2413934-82ae-4bad-89ef-b5c0d7911966 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-b2413934-82ae-4bad-89ef-b5c0d7911966 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2413934-82ae-4bad-89ef-b5c0d7911966 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b2413934-82ae-4bad-89ef-b5c0d7911966 {
    width: 100%;
    height: auto;
  }

  #s-b2413934-82ae-4bad-89ef-b5c0d7911966 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b2413934-82ae-4bad-89ef-b5c0d7911966.shogun-image {
    
    
  }


.s-b2413934-82ae-4bad-89ef-b5c0d7911966 .shogun-image-content {
  
    align-items: center;
  
}

.s-b2413934-82ae-4bad-89ef-b5c0d7911966.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2413934-82ae-4bad-89ef-b5c0d7911966.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2413934-82ae-4bad-89ef-b5c0d7911966.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b2413934-82ae-4bad-89ef-b5c0d7911966 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-b2413934-82ae-4bad-89ef-b5c0d7911966.shogun-image-container {
      position: relative;
    }

    .s-b2413934-82ae-4bad-89ef-b5c0d7911966.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2413934-82ae-4bad-89ef-b5c0d7911966.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2413934-82ae-4bad-89ef-b5c0d7911966 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2413934-82ae-4bad-89ef-b5c0d7911966 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-b2413934-82ae-4bad-89ef-b5c0d7911966 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2413934-82ae-4bad-89ef-b5c0d7911966 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b2413934-82ae-4bad-89ef-b5c0d7911966 {
    width: 100%;
    height: auto;
  }

  #s-b2413934-82ae-4bad-89ef-b5c0d7911966 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b2413934-82ae-4bad-89ef-b5c0d7911966.shogun-image {
    
    
  }


.s-b2413934-82ae-4bad-89ef-b5c0d7911966 .shogun-image-content {
  
    align-items: center;
  
}

.s-b2413934-82ae-4bad-89ef-b5c0d7911966.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2413934-82ae-4bad-89ef-b5c0d7911966.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2413934-82ae-4bad-89ef-b5c0d7911966.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b2413934-82ae-4bad-89ef-b5c0d7911966 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-b2413934-82ae-4bad-89ef-b5c0d7911966.shogun-image-container {
      position: relative;
    }

    .s-b2413934-82ae-4bad-89ef-b5c0d7911966.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2413934-82ae-4bad-89ef-b5c0d7911966.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2413934-82ae-4bad-89ef-b5c0d7911966 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2413934-82ae-4bad-89ef-b5c0d7911966 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-b2413934-82ae-4bad-89ef-b5c0d7911966 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2413934-82ae-4bad-89ef-b5c0d7911966 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b2413934-82ae-4bad-89ef-b5c0d7911966 {
    width: 100%;
    height: auto;
  }

  #s-b2413934-82ae-4bad-89ef-b5c0d7911966 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b2413934-82ae-4bad-89ef-b5c0d7911966.shogun-image {
    
    
  }


.s-b2413934-82ae-4bad-89ef-b5c0d7911966 .shogun-image-content {
  
    align-items: center;
  
}

.s-b2413934-82ae-4bad-89ef-b5c0d7911966.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2413934-82ae-4bad-89ef-b5c0d7911966.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2413934-82ae-4bad-89ef-b5c0d7911966.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b2413934-82ae-4bad-89ef-b5c0d7911966 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-b2413934-82ae-4bad-89ef-b5c0d7911966.shogun-image-container {
      position: relative;
    }

    .s-b2413934-82ae-4bad-89ef-b5c0d7911966.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2413934-82ae-4bad-89ef-b5c0d7911966.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2413934-82ae-4bad-89ef-b5c0d7911966 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-4abf2346-6198-461b-8aac-bceba1d03b42 {
  max-width: 293px;
aspect-ratio: 293/234;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-4abf2346-6198-461b-8aac-bceba1d03b42 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-4abf2346-6198-461b-8aac-bceba1d03b42 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4abf2346-6198-461b-8aac-bceba1d03b42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4abf2346-6198-461b-8aac-bceba1d03b42 {
    width: 100%;
    height: auto;
  }

  #s-4abf2346-6198-461b-8aac-bceba1d03b42 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4abf2346-6198-461b-8aac-bceba1d03b42.shogun-image {
    
    
  }


.s-4abf2346-6198-461b-8aac-bceba1d03b42 .shogun-image-content {
  
    align-items: center;
  
}

.s-4abf2346-6198-461b-8aac-bceba1d03b42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4abf2346-6198-461b-8aac-bceba1d03b42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4abf2346-6198-461b-8aac-bceba1d03b42.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4abf2346-6198-461b-8aac-bceba1d03b42 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-4abf2346-6198-461b-8aac-bceba1d03b42.shogun-image-container {
      position: relative;
    }

    .s-4abf2346-6198-461b-8aac-bceba1d03b42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4abf2346-6198-461b-8aac-bceba1d03b42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4abf2346-6198-461b-8aac-bceba1d03b42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-4abf2346-6198-461b-8aac-bceba1d03b42 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-4abf2346-6198-461b-8aac-bceba1d03b42 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4abf2346-6198-461b-8aac-bceba1d03b42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4abf2346-6198-461b-8aac-bceba1d03b42 {
    width: 100%;
    height: auto;
  }

  #s-4abf2346-6198-461b-8aac-bceba1d03b42 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4abf2346-6198-461b-8aac-bceba1d03b42.shogun-image {
    
    
  }


.s-4abf2346-6198-461b-8aac-bceba1d03b42 .shogun-image-content {
  
    align-items: center;
  
}

.s-4abf2346-6198-461b-8aac-bceba1d03b42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4abf2346-6198-461b-8aac-bceba1d03b42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4abf2346-6198-461b-8aac-bceba1d03b42.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4abf2346-6198-461b-8aac-bceba1d03b42 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-4abf2346-6198-461b-8aac-bceba1d03b42.shogun-image-container {
      position: relative;
    }

    .s-4abf2346-6198-461b-8aac-bceba1d03b42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4abf2346-6198-461b-8aac-bceba1d03b42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4abf2346-6198-461b-8aac-bceba1d03b42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-4abf2346-6198-461b-8aac-bceba1d03b42 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-4abf2346-6198-461b-8aac-bceba1d03b42 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4abf2346-6198-461b-8aac-bceba1d03b42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4abf2346-6198-461b-8aac-bceba1d03b42 {
    width: 100%;
    height: auto;
  }

  #s-4abf2346-6198-461b-8aac-bceba1d03b42 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4abf2346-6198-461b-8aac-bceba1d03b42.shogun-image {
    
    
  }


.s-4abf2346-6198-461b-8aac-bceba1d03b42 .shogun-image-content {
  
    align-items: center;
  
}

.s-4abf2346-6198-461b-8aac-bceba1d03b42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4abf2346-6198-461b-8aac-bceba1d03b42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4abf2346-6198-461b-8aac-bceba1d03b42.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4abf2346-6198-461b-8aac-bceba1d03b42 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-4abf2346-6198-461b-8aac-bceba1d03b42.shogun-image-container {
      position: relative;
    }

    .s-4abf2346-6198-461b-8aac-bceba1d03b42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4abf2346-6198-461b-8aac-bceba1d03b42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4abf2346-6198-461b-8aac-bceba1d03b42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-4abf2346-6198-461b-8aac-bceba1d03b42 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-4abf2346-6198-461b-8aac-bceba1d03b42 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4abf2346-6198-461b-8aac-bceba1d03b42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4abf2346-6198-461b-8aac-bceba1d03b42 {
    width: 100%;
    height: auto;
  }

  #s-4abf2346-6198-461b-8aac-bceba1d03b42 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4abf2346-6198-461b-8aac-bceba1d03b42.shogun-image {
    
    
  }


.s-4abf2346-6198-461b-8aac-bceba1d03b42 .shogun-image-content {
  
    align-items: center;
  
}

.s-4abf2346-6198-461b-8aac-bceba1d03b42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4abf2346-6198-461b-8aac-bceba1d03b42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4abf2346-6198-461b-8aac-bceba1d03b42.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4abf2346-6198-461b-8aac-bceba1d03b42 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-4abf2346-6198-461b-8aac-bceba1d03b42.shogun-image-container {
      position: relative;
    }

    .s-4abf2346-6198-461b-8aac-bceba1d03b42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4abf2346-6198-461b-8aac-bceba1d03b42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4abf2346-6198-461b-8aac-bceba1d03b42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-4abf2346-6198-461b-8aac-bceba1d03b42 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-4abf2346-6198-461b-8aac-bceba1d03b42 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4abf2346-6198-461b-8aac-bceba1d03b42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4abf2346-6198-461b-8aac-bceba1d03b42 {
    width: 100%;
    height: auto;
  }

  #s-4abf2346-6198-461b-8aac-bceba1d03b42 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4abf2346-6198-461b-8aac-bceba1d03b42.shogun-image {
    
    
  }


.s-4abf2346-6198-461b-8aac-bceba1d03b42 .shogun-image-content {
  
    align-items: center;
  
}

.s-4abf2346-6198-461b-8aac-bceba1d03b42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4abf2346-6198-461b-8aac-bceba1d03b42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4abf2346-6198-461b-8aac-bceba1d03b42.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4abf2346-6198-461b-8aac-bceba1d03b42 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-4abf2346-6198-461b-8aac-bceba1d03b42.shogun-image-container {
      position: relative;
    }

    .s-4abf2346-6198-461b-8aac-bceba1d03b42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4abf2346-6198-461b-8aac-bceba1d03b42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4abf2346-6198-461b-8aac-bceba1d03b42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef {
  max-width: 293px;
aspect-ratio: 293/234;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef {
    width: 100%;
    height: auto;
  }

  #s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef.shogun-image {
    
    
  }


.s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef .shogun-image-content {
  
    align-items: center;
  
}

.s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef.shogun-image-container {
      position: relative;
    }

    .s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef {
    width: 100%;
    height: auto;
  }

  #s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef.shogun-image {
    
    
  }


.s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef .shogun-image-content {
  
    align-items: center;
  
}

.s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef.shogun-image-container {
      position: relative;
    }

    .s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef {
    width: 100%;
    height: auto;
  }

  #s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef.shogun-image {
    
    
  }


.s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef .shogun-image-content {
  
    align-items: center;
  
}

.s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef.shogun-image-container {
      position: relative;
    }

    .s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef {
    width: 100%;
    height: auto;
  }

  #s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef.shogun-image {
    
    
  }


.s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef .shogun-image-content {
  
    align-items: center;
  
}

.s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef.shogun-image-container {
      position: relative;
    }

    .s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef {
    width: 100%;
    height: auto;
  }

  #s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef.shogun-image {
    
    
  }


.s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef .shogun-image-content {
  
    align-items: center;
  
}

.s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef.shogun-image-container {
      position: relative;
    }

    .s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e31dcf3-e6f4-4362-859d-9d2ee639fdef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
@media (min-width: 0px) {
[id="s-6c5ee331-da5b-48a8-b16a-60328b4848ed"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-6c5ee331-da5b-48a8-b16a-60328b4848ed"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6c5ee331-da5b-48a8-b16a-60328b4848ed"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6c5ee331-da5b-48a8-b16a-60328b4848ed"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-c1cf481c-c252-4333-ae19-81b1d11b2934 {
  max-width: 293px;
aspect-ratio: 293/234;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-c1cf481c-c252-4333-ae19-81b1d11b2934 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-c1cf481c-c252-4333-ae19-81b1d11b2934 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c1cf481c-c252-4333-ae19-81b1d11b2934 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c1cf481c-c252-4333-ae19-81b1d11b2934 {
    width: 100%;
    height: auto;
  }

  #s-c1cf481c-c252-4333-ae19-81b1d11b2934 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c1cf481c-c252-4333-ae19-81b1d11b2934.shogun-image {
    
    
  }


.s-c1cf481c-c252-4333-ae19-81b1d11b2934 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1cf481c-c252-4333-ae19-81b1d11b2934.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1cf481c-c252-4333-ae19-81b1d11b2934.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1cf481c-c252-4333-ae19-81b1d11b2934.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c1cf481c-c252-4333-ae19-81b1d11b2934 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-c1cf481c-c252-4333-ae19-81b1d11b2934.shogun-image-container {
      position: relative;
    }

    .s-c1cf481c-c252-4333-ae19-81b1d11b2934.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1cf481c-c252-4333-ae19-81b1d11b2934.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1cf481c-c252-4333-ae19-81b1d11b2934 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-c1cf481c-c252-4333-ae19-81b1d11b2934 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-c1cf481c-c252-4333-ae19-81b1d11b2934 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c1cf481c-c252-4333-ae19-81b1d11b2934 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c1cf481c-c252-4333-ae19-81b1d11b2934 {
    width: 100%;
    height: auto;
  }

  #s-c1cf481c-c252-4333-ae19-81b1d11b2934 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c1cf481c-c252-4333-ae19-81b1d11b2934.shogun-image {
    
    
  }


.s-c1cf481c-c252-4333-ae19-81b1d11b2934 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1cf481c-c252-4333-ae19-81b1d11b2934.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1cf481c-c252-4333-ae19-81b1d11b2934.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1cf481c-c252-4333-ae19-81b1d11b2934.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c1cf481c-c252-4333-ae19-81b1d11b2934 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-c1cf481c-c252-4333-ae19-81b1d11b2934.shogun-image-container {
      position: relative;
    }

    .s-c1cf481c-c252-4333-ae19-81b1d11b2934.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1cf481c-c252-4333-ae19-81b1d11b2934.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1cf481c-c252-4333-ae19-81b1d11b2934 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-c1cf481c-c252-4333-ae19-81b1d11b2934 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-c1cf481c-c252-4333-ae19-81b1d11b2934 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c1cf481c-c252-4333-ae19-81b1d11b2934 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c1cf481c-c252-4333-ae19-81b1d11b2934 {
    width: 100%;
    height: auto;
  }

  #s-c1cf481c-c252-4333-ae19-81b1d11b2934 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c1cf481c-c252-4333-ae19-81b1d11b2934.shogun-image {
    
    
  }


.s-c1cf481c-c252-4333-ae19-81b1d11b2934 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1cf481c-c252-4333-ae19-81b1d11b2934.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1cf481c-c252-4333-ae19-81b1d11b2934.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1cf481c-c252-4333-ae19-81b1d11b2934.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c1cf481c-c252-4333-ae19-81b1d11b2934 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-c1cf481c-c252-4333-ae19-81b1d11b2934.shogun-image-container {
      position: relative;
    }

    .s-c1cf481c-c252-4333-ae19-81b1d11b2934.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1cf481c-c252-4333-ae19-81b1d11b2934.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1cf481c-c252-4333-ae19-81b1d11b2934 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-c1cf481c-c252-4333-ae19-81b1d11b2934 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-c1cf481c-c252-4333-ae19-81b1d11b2934 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c1cf481c-c252-4333-ae19-81b1d11b2934 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c1cf481c-c252-4333-ae19-81b1d11b2934 {
    width: 100%;
    height: auto;
  }

  #s-c1cf481c-c252-4333-ae19-81b1d11b2934 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c1cf481c-c252-4333-ae19-81b1d11b2934.shogun-image {
    
    
  }


.s-c1cf481c-c252-4333-ae19-81b1d11b2934 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1cf481c-c252-4333-ae19-81b1d11b2934.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1cf481c-c252-4333-ae19-81b1d11b2934.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1cf481c-c252-4333-ae19-81b1d11b2934.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c1cf481c-c252-4333-ae19-81b1d11b2934 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-c1cf481c-c252-4333-ae19-81b1d11b2934.shogun-image-container {
      position: relative;
    }

    .s-c1cf481c-c252-4333-ae19-81b1d11b2934.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1cf481c-c252-4333-ae19-81b1d11b2934.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1cf481c-c252-4333-ae19-81b1d11b2934 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-c1cf481c-c252-4333-ae19-81b1d11b2934 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-c1cf481c-c252-4333-ae19-81b1d11b2934 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c1cf481c-c252-4333-ae19-81b1d11b2934 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c1cf481c-c252-4333-ae19-81b1d11b2934 {
    width: 100%;
    height: auto;
  }

  #s-c1cf481c-c252-4333-ae19-81b1d11b2934 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c1cf481c-c252-4333-ae19-81b1d11b2934.shogun-image {
    
    
  }


.s-c1cf481c-c252-4333-ae19-81b1d11b2934 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1cf481c-c252-4333-ae19-81b1d11b2934.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1cf481c-c252-4333-ae19-81b1d11b2934.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1cf481c-c252-4333-ae19-81b1d11b2934.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c1cf481c-c252-4333-ae19-81b1d11b2934 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-c1cf481c-c252-4333-ae19-81b1d11b2934.shogun-image-container {
      position: relative;
    }

    .s-c1cf481c-c252-4333-ae19-81b1d11b2934.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1cf481c-c252-4333-ae19-81b1d11b2934.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1cf481c-c252-4333-ae19-81b1d11b2934 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99 {
  max-width: 293px;
aspect-ratio: 293/234;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99 {
    width: 100%;
    height: auto;
  }

  #s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99.shogun-image {
    
    
  }


.s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99 .shogun-image-content {
  
    align-items: center;
  
}

.s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99.shogun-image-container {
      position: relative;
    }

    .s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99 {
    width: 100%;
    height: auto;
  }

  #s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99.shogun-image {
    
    
  }


.s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99 .shogun-image-content {
  
    align-items: center;
  
}

.s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99.shogun-image-container {
      position: relative;
    }

    .s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99 {
    width: 100%;
    height: auto;
  }

  #s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99.shogun-image {
    
    
  }


.s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99 .shogun-image-content {
  
    align-items: center;
  
}

.s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99.shogun-image-container {
      position: relative;
    }

    .s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99 {
    width: 100%;
    height: auto;
  }

  #s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99.shogun-image {
    
    
  }


.s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99 .shogun-image-content {
  
    align-items: center;
  
}

.s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99.shogun-image-container {
      position: relative;
    }

    .s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99 .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99 .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99 {
    width: 100%;
    height: auto;
  }

  #s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99.shogun-image {
    
    
  }


.s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99 .shogun-image-content {
  
    align-items: center;
  
}

.s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99 {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99.shogun-image-container {
      position: relative;
    }

    .s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3aeaec79-6ead-4b67-87c8-ae6a40ff8f99 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d {
  max-width: 293px;
aspect-ratio: 293/234;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d {
    width: 100%;
    height: auto;
  }

  #s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d.shogun-image {
    
    
  }


.s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d .shogun-image-content {
  
    align-items: center;
  
}

.s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d.shogun-image-container {
      position: relative;
    }

    .s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d {
    width: 100%;
    height: auto;
  }

  #s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d.shogun-image {
    
    
  }


.s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d .shogun-image-content {
  
    align-items: center;
  
}

.s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d.shogun-image-container {
      position: relative;
    }

    .s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d {
    width: 100%;
    height: auto;
  }

  #s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d.shogun-image {
    
    
  }


.s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d .shogun-image-content {
  
    align-items: center;
  
}

.s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d.shogun-image-container {
      position: relative;
    }

    .s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d {
    width: 100%;
    height: auto;
  }

  #s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d.shogun-image {
    
    
  }


.s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d .shogun-image-content {
  
    align-items: center;
  
}

.s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d.shogun-image-container {
      position: relative;
    }

    .s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d .shg-image-content-wrapper {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }

    #s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d .shogun-image-link {
      aspect-ratio: 293/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d {
    width: 100%;
    height: auto;
  }

  #s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d.shogun-image {
    
    
  }


.s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d .shogun-image-content {
  
    align-items: center;
  
}

.s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d {
      --shg-aspect-ratio: calc(293/234); 
    }

    .s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d.shogun-image-container {
      position: relative;
    }

    .s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d0c0004-6f65-4ae1-8bcf-73b3cf5ada4d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-b9675577-3586-405f-9d3c-442d82ad9174 {
  background-size: 0px 0px;
margin-top: 2%;
margin-left: 0%;
margin-bottom: 4%;
margin-right: 0%;
padding-top: 2px;
padding-left: 10px;
padding-bottom: 2px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 101, 93, 1);
border-style: solid;
border-radius: 6px;
max-width: 100%;
background-color: rgba(0, 101, 93, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 4px;
background-repeat: no-repeat;
background-position: center center;
}
#s-b9675577-3586-405f-9d3c-442d82ad9174:hover {background-color: rgba(255, 157, 108, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b9675577-3586-405f-9d3c-442d82ad9174:active {background-color: rgba(102, 209, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-b9675577-3586-405f-9d3c-442d82ad9174-root {
    text-align: center;
  }


#s-b9675577-3586-405f-9d3c-442d82ad9174.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b9675577-3586-405f-9d3c-442d82ad9174-root {
    text-align: center;
  }


#s-b9675577-3586-405f-9d3c-442d82ad9174.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b9675577-3586-405f-9d3c-442d82ad9174-root {
    text-align: center;
  }


#s-b9675577-3586-405f-9d3c-442d82ad9174.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b9675577-3586-405f-9d3c-442d82ad9174-root {
    text-align: center;
  }


#s-b9675577-3586-405f-9d3c-442d82ad9174.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b9675577-3586-405f-9d3c-442d82ad9174-root {
    text-align: center;
  }


#s-b9675577-3586-405f-9d3c-442d82ad9174.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-84ba073b-15a7-4aa0-80a2-e14b9af97feb {
  margin-top: 4%;
padding-top: 0%;
padding-bottom: 0%;
}

#s-84ba073b-15a7-4aa0-80a2-e14b9af97feb .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-84ba073b-15a7-4aa0-80a2-e14b9af97feb .shg-sld-nav-button.shg-sld-left,
#s-84ba073b-15a7-4aa0-80a2-e14b9af97feb .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8 {
  max-width: 1025px;
aspect-ratio: 1025/1415;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8 .shg-image-content-wrapper {
      aspect-ratio: 1025/1415;
      min-width: 100%;
      height: auto;
    }

    #s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8 .shogun-image-link {
      aspect-ratio: 1025/1415;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8 {
    width: 100%;
    height: auto;
  }

  #s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8.shogun-image {
    
    
  }


.s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8 .shogun-image-content {
  
    align-items: center;
  
}

.s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8 {
      --shg-aspect-ratio: calc(1025/1415); 
    }

    .s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8.shogun-image-container {
      position: relative;
    }

    .s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8 .shg-image-content-wrapper {
      aspect-ratio: 1025/1415;
      min-width: 100%;
      height: auto;
    }

    #s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8 .shogun-image-link {
      aspect-ratio: 1025/1415;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8 {
    width: 100%;
    height: auto;
  }

  #s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8.shogun-image {
    
    
  }


.s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8 .shogun-image-content {
  
    align-items: center;
  
}

.s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8 {
      --shg-aspect-ratio: calc(1025/1415); 
    }

    .s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8.shogun-image-container {
      position: relative;
    }

    .s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8 .shg-image-content-wrapper {
      aspect-ratio: 1025/1415;
      min-width: 100%;
      height: auto;
    }

    #s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8 .shogun-image-link {
      aspect-ratio: 1025/1415;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8 {
    width: 100%;
    height: auto;
  }

  #s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8.shogun-image {
    
    
  }


.s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8 .shogun-image-content {
  
    align-items: center;
  
}

.s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8 {
      --shg-aspect-ratio: calc(1025/1415); 
    }

    .s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8.shogun-image-container {
      position: relative;
    }

    .s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8 .shg-image-content-wrapper {
      aspect-ratio: 1025/1415;
      min-width: 100%;
      height: auto;
    }

    #s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8 .shogun-image-link {
      aspect-ratio: 1025/1415;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8 {
    width: 100%;
    height: auto;
  }

  #s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8.shogun-image {
    
    
  }


.s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8 .shogun-image-content {
  
    align-items: center;
  
}

.s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8 {
      --shg-aspect-ratio: calc(1025/1415); 
    }

    .s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8.shogun-image-container {
      position: relative;
    }

    .s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8 .shg-image-content-wrapper {
      aspect-ratio: 1025/1415;
      min-width: 100%;
      height: auto;
    }

    #s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8 .shogun-image-link {
      aspect-ratio: 1025/1415;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8 {
    width: 100%;
    height: auto;
  }

  #s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8.shogun-image {
    
    
  }


.s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8 .shogun-image-content {
  
    align-items: center;
  
}

.s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8 {
      --shg-aspect-ratio: calc(1025/1415); 
    }

    .s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8.shogun-image-container {
      position: relative;
    }

    .s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dabb7df3-e352-45ad-a84e-f8abf47d3cb8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-de12e5a0-5eac-40e3-a2af-78633eb46bd7 {
  max-width: 1025px;
aspect-ratio: 1025/1415;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-de12e5a0-5eac-40e3-a2af-78633eb46bd7 .shg-image-content-wrapper {
      aspect-ratio: 1025/1415;
      min-width: 100%;
      height: auto;
    }

    #s-de12e5a0-5eac-40e3-a2af-78633eb46bd7 .shogun-image-link {
      aspect-ratio: 1025/1415;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-de12e5a0-5eac-40e3-a2af-78633eb46bd7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-de12e5a0-5eac-40e3-a2af-78633eb46bd7 {
    width: 100%;
    height: auto;
  }

  #s-de12e5a0-5eac-40e3-a2af-78633eb46bd7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-de12e5a0-5eac-40e3-a2af-78633eb46bd7.shogun-image {
    
    
  }


.s-de12e5a0-5eac-40e3-a2af-78633eb46bd7 .shogun-image-content {
  
    align-items: center;
  
}

.s-de12e5a0-5eac-40e3-a2af-78633eb46bd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de12e5a0-5eac-40e3-a2af-78633eb46bd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de12e5a0-5eac-40e3-a2af-78633eb46bd7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-de12e5a0-5eac-40e3-a2af-78633eb46bd7 {
      --shg-aspect-ratio: calc(1025/1415); 
    }

    .s-de12e5a0-5eac-40e3-a2af-78633eb46bd7.shogun-image-container {
      position: relative;
    }

    .s-de12e5a0-5eac-40e3-a2af-78633eb46bd7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de12e5a0-5eac-40e3-a2af-78633eb46bd7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de12e5a0-5eac-40e3-a2af-78633eb46bd7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-de12e5a0-5eac-40e3-a2af-78633eb46bd7 .shg-image-content-wrapper {
      aspect-ratio: 1025/1415;
      min-width: 100%;
      height: auto;
    }

    #s-de12e5a0-5eac-40e3-a2af-78633eb46bd7 .shogun-image-link {
      aspect-ratio: 1025/1415;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-de12e5a0-5eac-40e3-a2af-78633eb46bd7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-de12e5a0-5eac-40e3-a2af-78633eb46bd7 {
    width: 100%;
    height: auto;
  }

  #s-de12e5a0-5eac-40e3-a2af-78633eb46bd7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-de12e5a0-5eac-40e3-a2af-78633eb46bd7.shogun-image {
    
    
  }


.s-de12e5a0-5eac-40e3-a2af-78633eb46bd7 .shogun-image-content {
  
    align-items: center;
  
}

.s-de12e5a0-5eac-40e3-a2af-78633eb46bd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de12e5a0-5eac-40e3-a2af-78633eb46bd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de12e5a0-5eac-40e3-a2af-78633eb46bd7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-de12e5a0-5eac-40e3-a2af-78633eb46bd7 {
      --shg-aspect-ratio: calc(1025/1415); 
    }

    .s-de12e5a0-5eac-40e3-a2af-78633eb46bd7.shogun-image-container {
      position: relative;
    }

    .s-de12e5a0-5eac-40e3-a2af-78633eb46bd7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de12e5a0-5eac-40e3-a2af-78633eb46bd7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de12e5a0-5eac-40e3-a2af-78633eb46bd7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-de12e5a0-5eac-40e3-a2af-78633eb46bd7 .shg-image-content-wrapper {
      aspect-ratio: 1025/1415;
      min-width: 100%;
      height: auto;
    }

    #s-de12e5a0-5eac-40e3-a2af-78633eb46bd7 .shogun-image-link {
      aspect-ratio: 1025/1415;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-de12e5a0-5eac-40e3-a2af-78633eb46bd7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-de12e5a0-5eac-40e3-a2af-78633eb46bd7 {
    width: 100%;
    height: auto;
  }

  #s-de12e5a0-5eac-40e3-a2af-78633eb46bd7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-de12e5a0-5eac-40e3-a2af-78633eb46bd7.shogun-image {
    
    
  }


.s-de12e5a0-5eac-40e3-a2af-78633eb46bd7 .shogun-image-content {
  
    align-items: center;
  
}

.s-de12e5a0-5eac-40e3-a2af-78633eb46bd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de12e5a0-5eac-40e3-a2af-78633eb46bd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de12e5a0-5eac-40e3-a2af-78633eb46bd7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-de12e5a0-5eac-40e3-a2af-78633eb46bd7 {
      --shg-aspect-ratio: calc(1025/1415); 
    }

    .s-de12e5a0-5eac-40e3-a2af-78633eb46bd7.shogun-image-container {
      position: relative;
    }

    .s-de12e5a0-5eac-40e3-a2af-78633eb46bd7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de12e5a0-5eac-40e3-a2af-78633eb46bd7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de12e5a0-5eac-40e3-a2af-78633eb46bd7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-de12e5a0-5eac-40e3-a2af-78633eb46bd7 .shg-image-content-wrapper {
      aspect-ratio: 1025/1415;
      min-width: 100%;
      height: auto;
    }

    #s-de12e5a0-5eac-40e3-a2af-78633eb46bd7 .shogun-image-link {
      aspect-ratio: 1025/1415;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-de12e5a0-5eac-40e3-a2af-78633eb46bd7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-de12e5a0-5eac-40e3-a2af-78633eb46bd7 {
    width: 100%;
    height: auto;
  }

  #s-de12e5a0-5eac-40e3-a2af-78633eb46bd7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-de12e5a0-5eac-40e3-a2af-78633eb46bd7.shogun-image {
    
    
  }


.s-de12e5a0-5eac-40e3-a2af-78633eb46bd7 .shogun-image-content {
  
    align-items: center;
  
}

.s-de12e5a0-5eac-40e3-a2af-78633eb46bd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de12e5a0-5eac-40e3-a2af-78633eb46bd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de12e5a0-5eac-40e3-a2af-78633eb46bd7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-de12e5a0-5eac-40e3-a2af-78633eb46bd7 {
      --shg-aspect-ratio: calc(1025/1415); 
    }

    .s-de12e5a0-5eac-40e3-a2af-78633eb46bd7.shogun-image-container {
      position: relative;
    }

    .s-de12e5a0-5eac-40e3-a2af-78633eb46bd7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de12e5a0-5eac-40e3-a2af-78633eb46bd7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de12e5a0-5eac-40e3-a2af-78633eb46bd7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-de12e5a0-5eac-40e3-a2af-78633eb46bd7 .shg-image-content-wrapper {
      aspect-ratio: 1025/1415;
      min-width: 100%;
      height: auto;
    }

    #s-de12e5a0-5eac-40e3-a2af-78633eb46bd7 .shogun-image-link {
      aspect-ratio: 1025/1415;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-de12e5a0-5eac-40e3-a2af-78633eb46bd7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-de12e5a0-5eac-40e3-a2af-78633eb46bd7 {
    width: 100%;
    height: auto;
  }

  #s-de12e5a0-5eac-40e3-a2af-78633eb46bd7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-de12e5a0-5eac-40e3-a2af-78633eb46bd7.shogun-image {
    
    
  }


.s-de12e5a0-5eac-40e3-a2af-78633eb46bd7 .shogun-image-content {
  
    align-items: center;
  
}

.s-de12e5a0-5eac-40e3-a2af-78633eb46bd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de12e5a0-5eac-40e3-a2af-78633eb46bd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de12e5a0-5eac-40e3-a2af-78633eb46bd7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-de12e5a0-5eac-40e3-a2af-78633eb46bd7 {
      --shg-aspect-ratio: calc(1025/1415); 
    }

    .s-de12e5a0-5eac-40e3-a2af-78633eb46bd7.shogun-image-container {
      position: relative;
    }

    .s-de12e5a0-5eac-40e3-a2af-78633eb46bd7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de12e5a0-5eac-40e3-a2af-78633eb46bd7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de12e5a0-5eac-40e3-a2af-78633eb46bd7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-26d08f25-ee9a-4060-b23b-df7e92a32aec {
  max-width: 1025px;
aspect-ratio: 1025/1415;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-26d08f25-ee9a-4060-b23b-df7e92a32aec .shg-image-content-wrapper {
      aspect-ratio: 1025/1415;
      min-width: 100%;
      height: auto;
    }

    #s-26d08f25-ee9a-4060-b23b-df7e92a32aec .shogun-image-link {
      aspect-ratio: 1025/1415;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26d08f25-ee9a-4060-b23b-df7e92a32aec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-26d08f25-ee9a-4060-b23b-df7e92a32aec {
    width: 100%;
    height: auto;
  }

  #s-26d08f25-ee9a-4060-b23b-df7e92a32aec img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-26d08f25-ee9a-4060-b23b-df7e92a32aec.shogun-image {
    
    
  }


.s-26d08f25-ee9a-4060-b23b-df7e92a32aec .shogun-image-content {
  
    align-items: center;
  
}

.s-26d08f25-ee9a-4060-b23b-df7e92a32aec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26d08f25-ee9a-4060-b23b-df7e92a32aec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26d08f25-ee9a-4060-b23b-df7e92a32aec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-26d08f25-ee9a-4060-b23b-df7e92a32aec {
      --shg-aspect-ratio: calc(1025/1415); 
    }

    .s-26d08f25-ee9a-4060-b23b-df7e92a32aec.shogun-image-container {
      position: relative;
    }

    .s-26d08f25-ee9a-4060-b23b-df7e92a32aec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26d08f25-ee9a-4060-b23b-df7e92a32aec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26d08f25-ee9a-4060-b23b-df7e92a32aec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-26d08f25-ee9a-4060-b23b-df7e92a32aec .shg-image-content-wrapper {
      aspect-ratio: 1025/1415;
      min-width: 100%;
      height: auto;
    }

    #s-26d08f25-ee9a-4060-b23b-df7e92a32aec .shogun-image-link {
      aspect-ratio: 1025/1415;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26d08f25-ee9a-4060-b23b-df7e92a32aec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-26d08f25-ee9a-4060-b23b-df7e92a32aec {
    width: 100%;
    height: auto;
  }

  #s-26d08f25-ee9a-4060-b23b-df7e92a32aec img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-26d08f25-ee9a-4060-b23b-df7e92a32aec.shogun-image {
    
    
  }


.s-26d08f25-ee9a-4060-b23b-df7e92a32aec .shogun-image-content {
  
    align-items: center;
  
}

.s-26d08f25-ee9a-4060-b23b-df7e92a32aec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26d08f25-ee9a-4060-b23b-df7e92a32aec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26d08f25-ee9a-4060-b23b-df7e92a32aec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-26d08f25-ee9a-4060-b23b-df7e92a32aec {
      --shg-aspect-ratio: calc(1025/1415); 
    }

    .s-26d08f25-ee9a-4060-b23b-df7e92a32aec.shogun-image-container {
      position: relative;
    }

    .s-26d08f25-ee9a-4060-b23b-df7e92a32aec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26d08f25-ee9a-4060-b23b-df7e92a32aec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26d08f25-ee9a-4060-b23b-df7e92a32aec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-26d08f25-ee9a-4060-b23b-df7e92a32aec .shg-image-content-wrapper {
      aspect-ratio: 1025/1415;
      min-width: 100%;
      height: auto;
    }

    #s-26d08f25-ee9a-4060-b23b-df7e92a32aec .shogun-image-link {
      aspect-ratio: 1025/1415;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26d08f25-ee9a-4060-b23b-df7e92a32aec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-26d08f25-ee9a-4060-b23b-df7e92a32aec {
    width: 100%;
    height: auto;
  }

  #s-26d08f25-ee9a-4060-b23b-df7e92a32aec img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-26d08f25-ee9a-4060-b23b-df7e92a32aec.shogun-image {
    
    
  }


.s-26d08f25-ee9a-4060-b23b-df7e92a32aec .shogun-image-content {
  
    align-items: center;
  
}

.s-26d08f25-ee9a-4060-b23b-df7e92a32aec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26d08f25-ee9a-4060-b23b-df7e92a32aec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26d08f25-ee9a-4060-b23b-df7e92a32aec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-26d08f25-ee9a-4060-b23b-df7e92a32aec {
      --shg-aspect-ratio: calc(1025/1415); 
    }

    .s-26d08f25-ee9a-4060-b23b-df7e92a32aec.shogun-image-container {
      position: relative;
    }

    .s-26d08f25-ee9a-4060-b23b-df7e92a32aec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26d08f25-ee9a-4060-b23b-df7e92a32aec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26d08f25-ee9a-4060-b23b-df7e92a32aec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-26d08f25-ee9a-4060-b23b-df7e92a32aec .shg-image-content-wrapper {
      aspect-ratio: 1025/1415;
      min-width: 100%;
      height: auto;
    }

    #s-26d08f25-ee9a-4060-b23b-df7e92a32aec .shogun-image-link {
      aspect-ratio: 1025/1415;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26d08f25-ee9a-4060-b23b-df7e92a32aec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-26d08f25-ee9a-4060-b23b-df7e92a32aec {
    width: 100%;
    height: auto;
  }

  #s-26d08f25-ee9a-4060-b23b-df7e92a32aec img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-26d08f25-ee9a-4060-b23b-df7e92a32aec.shogun-image {
    
    
  }


.s-26d08f25-ee9a-4060-b23b-df7e92a32aec .shogun-image-content {
  
    align-items: center;
  
}

.s-26d08f25-ee9a-4060-b23b-df7e92a32aec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26d08f25-ee9a-4060-b23b-df7e92a32aec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26d08f25-ee9a-4060-b23b-df7e92a32aec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-26d08f25-ee9a-4060-b23b-df7e92a32aec {
      --shg-aspect-ratio: calc(1025/1415); 
    }

    .s-26d08f25-ee9a-4060-b23b-df7e92a32aec.shogun-image-container {
      position: relative;
    }

    .s-26d08f25-ee9a-4060-b23b-df7e92a32aec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26d08f25-ee9a-4060-b23b-df7e92a32aec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26d08f25-ee9a-4060-b23b-df7e92a32aec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-26d08f25-ee9a-4060-b23b-df7e92a32aec .shg-image-content-wrapper {
      aspect-ratio: 1025/1415;
      min-width: 100%;
      height: auto;
    }

    #s-26d08f25-ee9a-4060-b23b-df7e92a32aec .shogun-image-link {
      aspect-ratio: 1025/1415;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26d08f25-ee9a-4060-b23b-df7e92a32aec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-26d08f25-ee9a-4060-b23b-df7e92a32aec {
    width: 100%;
    height: auto;
  }

  #s-26d08f25-ee9a-4060-b23b-df7e92a32aec img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-26d08f25-ee9a-4060-b23b-df7e92a32aec.shogun-image {
    
    
  }


.s-26d08f25-ee9a-4060-b23b-df7e92a32aec .shogun-image-content {
  
    align-items: center;
  
}

.s-26d08f25-ee9a-4060-b23b-df7e92a32aec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26d08f25-ee9a-4060-b23b-df7e92a32aec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26d08f25-ee9a-4060-b23b-df7e92a32aec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-26d08f25-ee9a-4060-b23b-df7e92a32aec {
      --shg-aspect-ratio: calc(1025/1415); 
    }

    .s-26d08f25-ee9a-4060-b23b-df7e92a32aec.shogun-image-container {
      position: relative;
    }

    .s-26d08f25-ee9a-4060-b23b-df7e92a32aec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26d08f25-ee9a-4060-b23b-df7e92a32aec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26d08f25-ee9a-4060-b23b-df7e92a32aec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578 {
  margin-top: 0%;
margin-bottom: 0%;
max-width: 1024px;
aspect-ratio: 1024/1415;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578 .shg-image-content-wrapper {
      aspect-ratio: 1024/1415;
      min-width: 100%;
      height: auto;
    }

    #s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578 .shogun-image-link {
      aspect-ratio: 1024/1415;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578 {
    width: 100%;
    height: auto;
  }

  #s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578.shogun-image {
    
    
  }


.s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578 .shogun-image-content {
  
    align-items: center;
  
}

.s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578 {
      --shg-aspect-ratio: calc(1024/1415); 
    }

    .s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578.shogun-image-container {
      position: relative;
    }

    .s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578 .shg-image-content-wrapper {
      aspect-ratio: 1024/1415;
      min-width: 100%;
      height: auto;
    }

    #s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578 .shogun-image-link {
      aspect-ratio: 1024/1415;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578 {
    width: 100%;
    height: auto;
  }

  #s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578.shogun-image {
    
    
  }


.s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578 .shogun-image-content {
  
    align-items: center;
  
}

.s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578 {
      --shg-aspect-ratio: calc(1024/1415); 
    }

    .s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578.shogun-image-container {
      position: relative;
    }

    .s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578 .shg-image-content-wrapper {
      aspect-ratio: 1024/1415;
      min-width: 100%;
      height: auto;
    }

    #s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578 .shogun-image-link {
      aspect-ratio: 1024/1415;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578 {
    width: 100%;
    height: auto;
  }

  #s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578.shogun-image {
    
    
  }


.s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578 .shogun-image-content {
  
    align-items: center;
  
}

.s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578 {
      --shg-aspect-ratio: calc(1024/1415); 
    }

    .s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578.shogun-image-container {
      position: relative;
    }

    .s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578 .shg-image-content-wrapper {
      aspect-ratio: 1024/1415;
      min-width: 100%;
      height: auto;
    }

    #s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578 .shogun-image-link {
      aspect-ratio: 1024/1415;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578 {
    width: 100%;
    height: auto;
  }

  #s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578.shogun-image {
    
    
  }


.s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578 .shogun-image-content {
  
    align-items: center;
  
}

.s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578 {
      --shg-aspect-ratio: calc(1024/1415); 
    }

    .s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578.shogun-image-container {
      position: relative;
    }

    .s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578 .shg-image-content-wrapper {
      aspect-ratio: 1024/1415;
      min-width: 100%;
      height: auto;
    }

    #s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578 .shogun-image-link {
      aspect-ratio: 1024/1415;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578 {
    width: 100%;
    height: auto;
  }

  #s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578.shogun-image {
    
    
  }


.s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578 .shogun-image-content {
  
    align-items: center;
  
}

.s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578 {
      --shg-aspect-ratio: calc(1024/1415); 
    }

    .s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578.shogun-image-container {
      position: relative;
    }

    .s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd95cc9e-ec03-4c95-a7dc-d9cad538a578 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41 {
  margin-top: 4%;
margin-bottom: 0%;
max-width: 1024px;
aspect-ratio: 1024/826;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41 .shg-image-content-wrapper {
      aspect-ratio: 1024/826;
      min-width: 100%;
      height: auto;
    }

    #s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41 .shogun-image-link {
      aspect-ratio: 1024/826;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41 {
    width: 100%;
    height: auto;
  }

  #s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41.shogun-image {
    
    
  }


.s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41 {
      --shg-aspect-ratio: calc(1024/826); 
    }

    .s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41.shogun-image-container {
      position: relative;
    }

    .s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41 .shg-image-content-wrapper {
      aspect-ratio: 1024/826;
      min-width: 100%;
      height: auto;
    }

    #s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41 .shogun-image-link {
      aspect-ratio: 1024/826;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41 {
    width: 100%;
    height: auto;
  }

  #s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41.shogun-image {
    
    
  }


.s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41 {
      --shg-aspect-ratio: calc(1024/826); 
    }

    .s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41.shogun-image-container {
      position: relative;
    }

    .s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41 .shg-image-content-wrapper {
      aspect-ratio: 1024/826;
      min-width: 100%;
      height: auto;
    }

    #s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41 .shogun-image-link {
      aspect-ratio: 1024/826;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41 {
    width: 100%;
    height: auto;
  }

  #s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41.shogun-image {
    
    
  }


.s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41 {
      --shg-aspect-ratio: calc(1024/826); 
    }

    .s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41.shogun-image-container {
      position: relative;
    }

    .s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41 .shg-image-content-wrapper {
      aspect-ratio: 1024/826;
      min-width: 100%;
      height: auto;
    }

    #s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41 .shogun-image-link {
      aspect-ratio: 1024/826;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41 {
    width: 100%;
    height: auto;
  }

  #s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41.shogun-image {
    
    
  }


.s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41 {
      --shg-aspect-ratio: calc(1024/826); 
    }

    .s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41.shogun-image-container {
      position: relative;
    }

    .s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41 .shg-image-content-wrapper {
      aspect-ratio: 1024/826;
      min-width: 100%;
      height: auto;
    }

    #s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41 .shogun-image-link {
      aspect-ratio: 1024/826;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41 {
    width: 100%;
    height: auto;
  }

  #s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41.shogun-image {
    
    
  }


.s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41 {
      --shg-aspect-ratio: calc(1024/826); 
    }

    .s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41.shogun-image-container {
      position: relative;
    }

    .s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e68c906-1f4b-423c-a6aa-0fbdcda52b41 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-41bbeefc-e818-49d3-bc94-fe9233134014 {
  margin-bottom: 4%;
max-width: 1024px;
aspect-ratio: 1024/1300;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-41bbeefc-e818-49d3-bc94-fe9233134014 .shg-image-content-wrapper {
      aspect-ratio: 1024/1300;
      min-width: 100%;
      height: auto;
    }

    #s-41bbeefc-e818-49d3-bc94-fe9233134014 .shogun-image-link {
      aspect-ratio: 1024/1300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41bbeefc-e818-49d3-bc94-fe9233134014 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-41bbeefc-e818-49d3-bc94-fe9233134014 {
    width: 100%;
    height: auto;
  }

  #s-41bbeefc-e818-49d3-bc94-fe9233134014 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-41bbeefc-e818-49d3-bc94-fe9233134014.shogun-image {
    
    
  }


.s-41bbeefc-e818-49d3-bc94-fe9233134014 .shogun-image-content {
  
    align-items: center;
  
}

.s-41bbeefc-e818-49d3-bc94-fe9233134014.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41bbeefc-e818-49d3-bc94-fe9233134014.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41bbeefc-e818-49d3-bc94-fe9233134014.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-41bbeefc-e818-49d3-bc94-fe9233134014 {
      --shg-aspect-ratio: calc(1024/1300); 
    }

    .s-41bbeefc-e818-49d3-bc94-fe9233134014.shogun-image-container {
      position: relative;
    }

    .s-41bbeefc-e818-49d3-bc94-fe9233134014.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41bbeefc-e818-49d3-bc94-fe9233134014.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41bbeefc-e818-49d3-bc94-fe9233134014 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-41bbeefc-e818-49d3-bc94-fe9233134014 .shg-image-content-wrapper {
      aspect-ratio: 1024/1300;
      min-width: 100%;
      height: auto;
    }

    #s-41bbeefc-e818-49d3-bc94-fe9233134014 .shogun-image-link {
      aspect-ratio: 1024/1300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41bbeefc-e818-49d3-bc94-fe9233134014 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-41bbeefc-e818-49d3-bc94-fe9233134014 {
    width: 100%;
    height: auto;
  }

  #s-41bbeefc-e818-49d3-bc94-fe9233134014 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-41bbeefc-e818-49d3-bc94-fe9233134014.shogun-image {
    
    
  }


.s-41bbeefc-e818-49d3-bc94-fe9233134014 .shogun-image-content {
  
    align-items: center;
  
}

.s-41bbeefc-e818-49d3-bc94-fe9233134014.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41bbeefc-e818-49d3-bc94-fe9233134014.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41bbeefc-e818-49d3-bc94-fe9233134014.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-41bbeefc-e818-49d3-bc94-fe9233134014 {
      --shg-aspect-ratio: calc(1024/1300); 
    }

    .s-41bbeefc-e818-49d3-bc94-fe9233134014.shogun-image-container {
      position: relative;
    }

    .s-41bbeefc-e818-49d3-bc94-fe9233134014.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41bbeefc-e818-49d3-bc94-fe9233134014.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41bbeefc-e818-49d3-bc94-fe9233134014 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-41bbeefc-e818-49d3-bc94-fe9233134014 .shg-image-content-wrapper {
      aspect-ratio: 1024/1300;
      min-width: 100%;
      height: auto;
    }

    #s-41bbeefc-e818-49d3-bc94-fe9233134014 .shogun-image-link {
      aspect-ratio: 1024/1300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41bbeefc-e818-49d3-bc94-fe9233134014 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-41bbeefc-e818-49d3-bc94-fe9233134014 {
    width: 100%;
    height: auto;
  }

  #s-41bbeefc-e818-49d3-bc94-fe9233134014 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-41bbeefc-e818-49d3-bc94-fe9233134014.shogun-image {
    
    
  }


.s-41bbeefc-e818-49d3-bc94-fe9233134014 .shogun-image-content {
  
    align-items: center;
  
}

.s-41bbeefc-e818-49d3-bc94-fe9233134014.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41bbeefc-e818-49d3-bc94-fe9233134014.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41bbeefc-e818-49d3-bc94-fe9233134014.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-41bbeefc-e818-49d3-bc94-fe9233134014 {
      --shg-aspect-ratio: calc(1024/1300); 
    }

    .s-41bbeefc-e818-49d3-bc94-fe9233134014.shogun-image-container {
      position: relative;
    }

    .s-41bbeefc-e818-49d3-bc94-fe9233134014.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41bbeefc-e818-49d3-bc94-fe9233134014.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41bbeefc-e818-49d3-bc94-fe9233134014 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-41bbeefc-e818-49d3-bc94-fe9233134014 .shg-image-content-wrapper {
      aspect-ratio: 1024/1300;
      min-width: 100%;
      height: auto;
    }

    #s-41bbeefc-e818-49d3-bc94-fe9233134014 .shogun-image-link {
      aspect-ratio: 1024/1300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41bbeefc-e818-49d3-bc94-fe9233134014 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-41bbeefc-e818-49d3-bc94-fe9233134014 {
    width: 100%;
    height: auto;
  }

  #s-41bbeefc-e818-49d3-bc94-fe9233134014 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-41bbeefc-e818-49d3-bc94-fe9233134014.shogun-image {
    
    
  }


.s-41bbeefc-e818-49d3-bc94-fe9233134014 .shogun-image-content {
  
    align-items: center;
  
}

.s-41bbeefc-e818-49d3-bc94-fe9233134014.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41bbeefc-e818-49d3-bc94-fe9233134014.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41bbeefc-e818-49d3-bc94-fe9233134014.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-41bbeefc-e818-49d3-bc94-fe9233134014 {
      --shg-aspect-ratio: calc(1024/1300); 
    }

    .s-41bbeefc-e818-49d3-bc94-fe9233134014.shogun-image-container {
      position: relative;
    }

    .s-41bbeefc-e818-49d3-bc94-fe9233134014.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41bbeefc-e818-49d3-bc94-fe9233134014.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41bbeefc-e818-49d3-bc94-fe9233134014 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-41bbeefc-e818-49d3-bc94-fe9233134014 .shg-image-content-wrapper {
      aspect-ratio: 1024/1300;
      min-width: 100%;
      height: auto;
    }

    #s-41bbeefc-e818-49d3-bc94-fe9233134014 .shogun-image-link {
      aspect-ratio: 1024/1300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41bbeefc-e818-49d3-bc94-fe9233134014 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-41bbeefc-e818-49d3-bc94-fe9233134014 {
    width: 100%;
    height: auto;
  }

  #s-41bbeefc-e818-49d3-bc94-fe9233134014 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-41bbeefc-e818-49d3-bc94-fe9233134014.shogun-image {
    
    
  }


.s-41bbeefc-e818-49d3-bc94-fe9233134014 .shogun-image-content {
  
    align-items: center;
  
}

.s-41bbeefc-e818-49d3-bc94-fe9233134014.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41bbeefc-e818-49d3-bc94-fe9233134014.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41bbeefc-e818-49d3-bc94-fe9233134014.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-41bbeefc-e818-49d3-bc94-fe9233134014 {
      --shg-aspect-ratio: calc(1024/1300); 
    }

    .s-41bbeefc-e818-49d3-bc94-fe9233134014.shogun-image-container {
      position: relative;
    }

    .s-41bbeefc-e818-49d3-bc94-fe9233134014.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41bbeefc-e818-49d3-bc94-fe9233134014.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41bbeefc-e818-49d3-bc94-fe9233134014 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-619b75b6-c384-464f-8edb-635e660f13b3 {
  margin-top: 3%;
margin-left: 11%;
margin-bottom: 3%;
margin-right: 11%;
padding-left: 0%;
padding-right: 0%;
min-height: 400px;
max-width: 100%;
}








#s-619b75b6-c384-464f-8edb-635e660f13b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-619b75b6-c384-464f-8edb-635e660f13b3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d1e02f9f-5950-4224-8787-b7c53ffc10c5 {
  margin-top: 0%;
margin-bottom: 4%;
max-width: 1024px;
aspect-ratio: 1024/1896;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-d1e02f9f-5950-4224-8787-b7c53ffc10c5 .shg-image-content-wrapper {
      aspect-ratio: 1024/1896;
      min-width: 100%;
      height: auto;
    }

    #s-d1e02f9f-5950-4224-8787-b7c53ffc10c5 .shogun-image-link {
      aspect-ratio: 1024/1896;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1e02f9f-5950-4224-8787-b7c53ffc10c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d1e02f9f-5950-4224-8787-b7c53ffc10c5 {
    width: 100%;
    height: auto;
  }

  #s-d1e02f9f-5950-4224-8787-b7c53ffc10c5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d1e02f9f-5950-4224-8787-b7c53ffc10c5.shogun-image {
    
    
  }


.s-d1e02f9f-5950-4224-8787-b7c53ffc10c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-d1e02f9f-5950-4224-8787-b7c53ffc10c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1e02f9f-5950-4224-8787-b7c53ffc10c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1e02f9f-5950-4224-8787-b7c53ffc10c5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d1e02f9f-5950-4224-8787-b7c53ffc10c5 {
      --shg-aspect-ratio: calc(1024/1896); 
    }

    .s-d1e02f9f-5950-4224-8787-b7c53ffc10c5.shogun-image-container {
      position: relative;
    }

    .s-d1e02f9f-5950-4224-8787-b7c53ffc10c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1e02f9f-5950-4224-8787-b7c53ffc10c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1e02f9f-5950-4224-8787-b7c53ffc10c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1e02f9f-5950-4224-8787-b7c53ffc10c5 .shg-image-content-wrapper {
      aspect-ratio: 1024/1896;
      min-width: 100%;
      height: auto;
    }

    #s-d1e02f9f-5950-4224-8787-b7c53ffc10c5 .shogun-image-link {
      aspect-ratio: 1024/1896;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1e02f9f-5950-4224-8787-b7c53ffc10c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d1e02f9f-5950-4224-8787-b7c53ffc10c5 {
    width: 100%;
    height: auto;
  }

  #s-d1e02f9f-5950-4224-8787-b7c53ffc10c5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d1e02f9f-5950-4224-8787-b7c53ffc10c5.shogun-image {
    
    
  }


.s-d1e02f9f-5950-4224-8787-b7c53ffc10c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-d1e02f9f-5950-4224-8787-b7c53ffc10c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1e02f9f-5950-4224-8787-b7c53ffc10c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1e02f9f-5950-4224-8787-b7c53ffc10c5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d1e02f9f-5950-4224-8787-b7c53ffc10c5 {
      --shg-aspect-ratio: calc(1024/1896); 
    }

    .s-d1e02f9f-5950-4224-8787-b7c53ffc10c5.shogun-image-container {
      position: relative;
    }

    .s-d1e02f9f-5950-4224-8787-b7c53ffc10c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1e02f9f-5950-4224-8787-b7c53ffc10c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1e02f9f-5950-4224-8787-b7c53ffc10c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1e02f9f-5950-4224-8787-b7c53ffc10c5 .shg-image-content-wrapper {
      aspect-ratio: 1024/1896;
      min-width: 100%;
      height: auto;
    }

    #s-d1e02f9f-5950-4224-8787-b7c53ffc10c5 .shogun-image-link {
      aspect-ratio: 1024/1896;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1e02f9f-5950-4224-8787-b7c53ffc10c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d1e02f9f-5950-4224-8787-b7c53ffc10c5 {
    width: 100%;
    height: auto;
  }

  #s-d1e02f9f-5950-4224-8787-b7c53ffc10c5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d1e02f9f-5950-4224-8787-b7c53ffc10c5.shogun-image {
    
    
  }


.s-d1e02f9f-5950-4224-8787-b7c53ffc10c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-d1e02f9f-5950-4224-8787-b7c53ffc10c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1e02f9f-5950-4224-8787-b7c53ffc10c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1e02f9f-5950-4224-8787-b7c53ffc10c5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d1e02f9f-5950-4224-8787-b7c53ffc10c5 {
      --shg-aspect-ratio: calc(1024/1896); 
    }

    .s-d1e02f9f-5950-4224-8787-b7c53ffc10c5.shogun-image-container {
      position: relative;
    }

    .s-d1e02f9f-5950-4224-8787-b7c53ffc10c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1e02f9f-5950-4224-8787-b7c53ffc10c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1e02f9f-5950-4224-8787-b7c53ffc10c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1e02f9f-5950-4224-8787-b7c53ffc10c5 .shg-image-content-wrapper {
      aspect-ratio: 1024/1896;
      min-width: 100%;
      height: auto;
    }

    #s-d1e02f9f-5950-4224-8787-b7c53ffc10c5 .shogun-image-link {
      aspect-ratio: 1024/1896;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1e02f9f-5950-4224-8787-b7c53ffc10c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d1e02f9f-5950-4224-8787-b7c53ffc10c5 {
    width: 100%;
    height: auto;
  }

  #s-d1e02f9f-5950-4224-8787-b7c53ffc10c5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d1e02f9f-5950-4224-8787-b7c53ffc10c5.shogun-image {
    
    
  }


.s-d1e02f9f-5950-4224-8787-b7c53ffc10c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-d1e02f9f-5950-4224-8787-b7c53ffc10c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1e02f9f-5950-4224-8787-b7c53ffc10c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1e02f9f-5950-4224-8787-b7c53ffc10c5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d1e02f9f-5950-4224-8787-b7c53ffc10c5 {
      --shg-aspect-ratio: calc(1024/1896); 
    }

    .s-d1e02f9f-5950-4224-8787-b7c53ffc10c5.shogun-image-container {
      position: relative;
    }

    .s-d1e02f9f-5950-4224-8787-b7c53ffc10c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1e02f9f-5950-4224-8787-b7c53ffc10c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1e02f9f-5950-4224-8787-b7c53ffc10c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1e02f9f-5950-4224-8787-b7c53ffc10c5 .shg-image-content-wrapper {
      aspect-ratio: 1024/1896;
      min-width: 100%;
      height: auto;
    }

    #s-d1e02f9f-5950-4224-8787-b7c53ffc10c5 .shogun-image-link {
      aspect-ratio: 1024/1896;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1e02f9f-5950-4224-8787-b7c53ffc10c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d1e02f9f-5950-4224-8787-b7c53ffc10c5 {
    width: 100%;
    height: auto;
  }

  #s-d1e02f9f-5950-4224-8787-b7c53ffc10c5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d1e02f9f-5950-4224-8787-b7c53ffc10c5.shogun-image {
    
    
  }


.s-d1e02f9f-5950-4224-8787-b7c53ffc10c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-d1e02f9f-5950-4224-8787-b7c53ffc10c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1e02f9f-5950-4224-8787-b7c53ffc10c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1e02f9f-5950-4224-8787-b7c53ffc10c5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d1e02f9f-5950-4224-8787-b7c53ffc10c5 {
      --shg-aspect-ratio: calc(1024/1896); 
    }

    .s-d1e02f9f-5950-4224-8787-b7c53ffc10c5.shogun-image-container {
      position: relative;
    }

    .s-d1e02f9f-5950-4224-8787-b7c53ffc10c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1e02f9f-5950-4224-8787-b7c53ffc10c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1e02f9f-5950-4224-8787-b7c53ffc10c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b {
  margin-top: 4%;
margin-bottom: 4%;
max-width: 1025px;
aspect-ratio: 1025/814;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b .shg-image-content-wrapper {
      aspect-ratio: 1025/814;
      min-width: 100%;
      height: auto;
    }

    #s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b .shogun-image-link {
      aspect-ratio: 1025/814;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b {
    width: 100%;
    height: auto;
  }

  #s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b.shogun-image {
    
    
  }


.s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b .shogun-image-content {
  
    align-items: center;
  
}

.s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b {
      --shg-aspect-ratio: calc(1025/814); 
    }

    .s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b.shogun-image-container {
      position: relative;
    }

    .s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b .shg-image-content-wrapper {
      aspect-ratio: 1025/814;
      min-width: 100%;
      height: auto;
    }

    #s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b .shogun-image-link {
      aspect-ratio: 1025/814;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b {
    width: 100%;
    height: auto;
  }

  #s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b.shogun-image {
    
    
  }


.s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b .shogun-image-content {
  
    align-items: center;
  
}

.s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b {
      --shg-aspect-ratio: calc(1025/814); 
    }

    .s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b.shogun-image-container {
      position: relative;
    }

    .s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b .shg-image-content-wrapper {
      aspect-ratio: 1025/814;
      min-width: 100%;
      height: auto;
    }

    #s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b .shogun-image-link {
      aspect-ratio: 1025/814;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b {
    width: 100%;
    height: auto;
  }

  #s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b.shogun-image {
    
    
  }


.s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b .shogun-image-content {
  
    align-items: center;
  
}

.s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b {
      --shg-aspect-ratio: calc(1025/814); 
    }

    .s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b.shogun-image-container {
      position: relative;
    }

    .s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b .shg-image-content-wrapper {
      aspect-ratio: 1025/814;
      min-width: 100%;
      height: auto;
    }

    #s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b .shogun-image-link {
      aspect-ratio: 1025/814;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b {
    width: 100%;
    height: auto;
  }

  #s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b.shogun-image {
    
    
  }


.s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b .shogun-image-content {
  
    align-items: center;
  
}

.s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b {
      --shg-aspect-ratio: calc(1025/814); 
    }

    .s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b.shogun-image-container {
      position: relative;
    }

    .s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b .shg-image-content-wrapper {
      aspect-ratio: 1025/814;
      min-width: 100%;
      height: auto;
    }

    #s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b .shogun-image-link {
      aspect-ratio: 1025/814;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b {
    width: 100%;
    height: auto;
  }

  #s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b.shogun-image {
    
    
  }


.s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b .shogun-image-content {
  
    align-items: center;
  
}

.s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b {
      --shg-aspect-ratio: calc(1025/814); 
    }

    .s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b.shogun-image-container {
      position: relative;
    }

    .s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c970b73-d7de-4437-b5a0-15a4a2d2d74b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#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-lazyload-bg-image {
  display: none;
}

.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 {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#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:#000;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-lazyload-bg-image{display:none}.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{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.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}
