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

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

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

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 {
  display: none;
}
#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6, #wrap-s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 {
  display: none;
}
#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6, #wrap-s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 {
  display: none;
}
#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6, #wrap-s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 { display: none !important; }}@media (max-width: 767px){#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 {
  display: none;
}
#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6, #wrap-s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 { display: none !important; }}







#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 {
  cursor: pointer;
}#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between;
}

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

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

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

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

@media (min-width: 0px) {
[id="s-a59f0bac-1977-4120-b3a0-b97f83d55d96"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a59f0bac-1977-4120-b3a0-b97f83d55d96"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a59f0bac-1977-4120-b3a0-b97f83d55d96"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a59f0bac-1977-4120-b3a0-b97f83d55d96"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

.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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

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

.shg-theme-text-content p {
  
  
  
}

#s-5dff77d7-167d-4817-950a-626366b84f21 {
  margin-top: 22px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 8px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-165bb6dc-82da-47fe-aeb8-59f2fceb8c48 {
  margin-top: 12px;
margin-left: 2%;
margin-bottom: 12px;
margin-right: 2%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

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

.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-d6769910-3838-4e32-80c8-1707e5fa2517 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 1em;
letter-spacing: 0px;
}
#s-d6769910-3838-4e32-80c8-1707e5fa2517:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d6769910-3838-4e32-80c8-1707e5fa2517:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d6769910-3838-4e32-80c8-1707e5fa2517-root {
    text-align: center;
  }


#s-d6769910-3838-4e32-80c8-1707e5fa2517.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d6769910-3838-4e32-80c8-1707e5fa2517-root {
    text-align: center;
  }


#s-d6769910-3838-4e32-80c8-1707e5fa2517.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d6769910-3838-4e32-80c8-1707e5fa2517-root {
    text-align: center;
  }


#s-d6769910-3838-4e32-80c8-1707e5fa2517.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d6769910-3838-4e32-80c8-1707e5fa2517-root {
    text-align: center;
  }


#s-d6769910-3838-4e32-80c8-1707e5fa2517.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d6769910-3838-4e32-80c8-1707e5fa2517-root {
    text-align: center;
  }


#s-d6769910-3838-4e32-80c8-1707e5fa2517.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
.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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-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-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 13px;
padding-bottom: 0px;
min-height: 0px;
text-align: center;
}
@media (max-width: 767px){#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  margin-top: 11px;
margin-bottom: 0px;
}
}


.shg-image-margin-container-s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  margin: 0 !important;
}





  img.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
    
    
  }


.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  
  
  
  
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  margin: 0 !important;
}





  img.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
    
    
  }


.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  
  
  
  
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  margin: 0 !important;
}





  img.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
    
    
  }


.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  
  
  
  
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  margin: 0 !important;
}





  img.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
    
    
  }


.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  
  
  margin-top: 11px;
  margin-bottom: 0px;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  margin: 0 !important;
}





  img.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
    
    
  }


.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
  box-sizing: border-box;
}




}
#s-2014d439-b749-4c67-8560-4f4c36aba0eb {
  margin-top: 0px;
margin-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-2014d439-b749-4c67-8560-4f4c36aba0eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2014d439-b749-4c67-8560-4f4c36aba0eb {
  cursor: pointer;
}#s-2014d439-b749-4c67-8560-4f4c36aba0eb.shg-box.shg-c {
  justify-content: center;
}

#s-b68561d1-be05-4601-af0c-073521a7b5f7 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 20px;
min-height: 50px;
background-position: center top;
}








#s-b68561d1-be05-4601-af0c-073521a7b5f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b68561d1-be05-4601-af0c-073521a7b5f7 {
  cursor: pointer;
}#s-b68561d1-be05-4601-af0c-073521a7b5f7.shg-box.shg-c {
  justify-content: center;
}

#s-909c8da4-5ab5-4890-95df-c5962dd0a321 {
  margin-top: 24px;
margin-bottom: -15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-909c8da4-5ab5-4890-95df-c5962dd0a321 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-909c8da4-5ab5-4890-95df-c5962dd0a321 {
  margin-left: 2%;
margin-right: 2%;
display: none;
}
#s-909c8da4-5ab5-4890-95df-c5962dd0a321, #wrap-s-909c8da4-5ab5-4890-95df-c5962dd0a321 { display: none !important; }}
#s-4bc6617d-482d-45b1-ab18-c127a7c336d0 {
  margin-top: 24px;
margin-bottom: -15px;
}
@media (min-width: 1200px){#s-4bc6617d-482d-45b1-ab18-c127a7c336d0 {
  display: none;
}
#s-4bc6617d-482d-45b1-ab18-c127a7c336d0, #wrap-s-4bc6617d-482d-45b1-ab18-c127a7c336d0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4bc6617d-482d-45b1-ab18-c127a7c336d0 {
  display: none;
}
#s-4bc6617d-482d-45b1-ab18-c127a7c336d0, #wrap-s-4bc6617d-482d-45b1-ab18-c127a7c336d0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4bc6617d-482d-45b1-ab18-c127a7c336d0 {
  margin-left: 0%;
margin-right: 0%;
display: none;
}
#s-4bc6617d-482d-45b1-ab18-c127a7c336d0, #wrap-s-4bc6617d-482d-45b1-ab18-c127a7c336d0 { display: none !important; }}@media (max-width: 767px){#s-4bc6617d-482d-45b1-ab18-c127a7c336d0 {
  margin-left: 0%;
margin-bottom: -5px;
margin-right: 0%;
}
}
#s-39f263b1-ba64-4956-971c-10fcf9beeecf {
  margin-top: -11px;
margin-bottom: -9px;
}

#s-e3a36506-83a8-4a9f-8aff-b3fc7b34f924 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center top;
}








#s-e3a36506-83a8-4a9f-8aff-b3fc7b34f924 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e3a36506-83a8-4a9f-8aff-b3fc7b34f924.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d3c39a84-75ea-4652-8192-50e3a3992208 {
  margin-top: 120px;
padding-top: 0px;
padding-bottom: 5px;
}
@media (min-width: 1200px){#s-d3c39a84-75ea-4652-8192-50e3a3992208 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d3c39a84-75ea-4652-8192-50e3a3992208 {
  
}
}@media (max-width: 767px){#s-d3c39a84-75ea-4652-8192-50e3a3992208 {
  margin-top: 70px;
}
}
#s-fdba96dc-2f78-4477-ba1e-67a887cc16ac {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-fdba96dc-2f78-4477-ba1e-67a887cc16ac {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fdba96dc-2f78-4477-ba1e-67a887cc16ac {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fdba96dc-2f78-4477-ba1e-67a887cc16ac {
  
}
}@media (max-width: 767px){#s-fdba96dc-2f78-4477-ba1e-67a887cc16ac {
  display: none;
}
#s-fdba96dc-2f78-4477-ba1e-67a887cc16ac, #wrap-s-fdba96dc-2f78-4477-ba1e-67a887cc16ac { display: none !important; }}
#s-1a31fb11-7bbb-46a1-abfd-e40720e581fc {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-1a31fb11-7bbb-46a1-abfd-e40720e581fc {
  display: none;
}
#s-1a31fb11-7bbb-46a1-abfd-e40720e581fc, #wrap-s-1a31fb11-7bbb-46a1-abfd-e40720e581fc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1a31fb11-7bbb-46a1-abfd-e40720e581fc {
  display: none;
}
#s-1a31fb11-7bbb-46a1-abfd-e40720e581fc, #wrap-s-1a31fb11-7bbb-46a1-abfd-e40720e581fc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1a31fb11-7bbb-46a1-abfd-e40720e581fc {
  display: none;
}
#s-1a31fb11-7bbb-46a1-abfd-e40720e581fc, #wrap-s-1a31fb11-7bbb-46a1-abfd-e40720e581fc { display: none !important; }}@media (max-width: 767px){#s-1a31fb11-7bbb-46a1-abfd-e40720e581fc {
  margin-top: -13px;
margin-left: 0%;
margin-bottom: -4px;
margin-right: 0%;
}
}
@media (min-width: 992px) and (max-width: 1199px){#s-1ef9ca4d-6320-426c-8752-5384d73d6cf1 {
  margin-top: -10px;
margin-bottom: 1px;
}
}@media (max-width: 767px){#s-1ef9ca4d-6320-426c-8752-5384d73d6cf1 {
  margin-top: -13px;
margin-bottom: -3px;
}
}
#s-95ada656-469b-49ec-887c-1c4d6dbe69cd {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWU1YmQ2YjUtMzZlZS00ODYwLTliZDQtY2RmY2NjOTE1ZGJhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZDA4ZTJmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTVhMzQ1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZTViZDZiNS0zNmVlLTQ4NjAtOWJkNC1jZGZjY2M5MTVkYmEpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 0px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#d08e2f"}, {"id"=>2, "pos"=>1, "color"=>"#e5a345"}];
hover-type: gradient;
}
#s-95ada656-469b-49ec-887c-1c4d6dbe69cd:hover {background-color: rgba(208, 142, 47, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-95ada656-469b-49ec-887c-1c4d6dbe69cd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-95ada656-469b-49ec-887c-1c4d6dbe69cd-root {
    text-align: center;
  }


#s-95ada656-469b-49ec-887c-1c4d6dbe69cd.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-95ada656-469b-49ec-887c-1c4d6dbe69cd-root {
    text-align: center;
  }


#s-95ada656-469b-49ec-887c-1c4d6dbe69cd.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-95ada656-469b-49ec-887c-1c4d6dbe69cd-root {
    text-align: center;
  }


#s-95ada656-469b-49ec-887c-1c4d6dbe69cd.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-95ada656-469b-49ec-887c-1c4d6dbe69cd-root {
    text-align: center;
  }


#s-95ada656-469b-49ec-887c-1c4d6dbe69cd.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-95ada656-469b-49ec-887c-1c4d6dbe69cd-root {
    text-align: center;
  }


#s-95ada656-469b-49ec-887c-1c4d6dbe69cd.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  
  display:  inline-block ;
}
}
#s-6ed743de-12f3-4a93-949b-19c56d7f0ad0 {
  margin-top: 9px;
margin-bottom: 0px;
min-height: 50px;
}








#s-6ed743de-12f3-4a93-949b-19c56d7f0ad0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6ed743de-12f3-4a93-949b-19c56d7f0ad0.shg-box.shg-c {
  justify-content: center;
}

#s-a6cc6d0a-73f7-4cab-a68f-abd5043246df {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-a6cc6d0a-73f7-4cab-a68f-abd5043246df"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-a6cc6d0a-73f7-4cab-a68f-abd5043246df"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-a6cc6d0a-73f7-4cab-a68f-abd5043246df"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-a6cc6d0a-73f7-4cab-a68f-abd5043246df"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-525e7419-5b2f-4683-8b53-8181c10d4610 {
  min-height: 50px;
}








#s-525e7419-5b2f-4683-8b53-8181c10d4610 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-525e7419-5b2f-4683-8b53-8181c10d4610 {
  cursor: pointer;
}#s-525e7419-5b2f-4683-8b53-8181c10d4610.shg-box.shg-c {
  justify-content: center;
}

#s-f5c7cf72-7161-499a-8766-4173cbf6b159 {
  max-width: 600px;
aspect-ratio: 600/767;
text-align: center;
}



.shg-image-margin-container-s-f5c7cf72-7161-499a-8766-4173cbf6b159 {
  
  
  
  
}

#s-f5c7cf72-7161-499a-8766-4173cbf6b159 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f5c7cf72-7161-499a-8766-4173cbf6b159 .shg-image-content-wrapper {
      aspect-ratio: 600/767;
      width: 100%;
      height: 100%;
    }

    #s-f5c7cf72-7161-499a-8766-4173cbf6b159 .shogun-image-link {
      aspect-ratio: 600/767;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f5c7cf72-7161-499a-8766-4173cbf6b159 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f5c7cf72-7161-499a-8766-4173cbf6b159.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f5c7cf72-7161-499a-8766-4173cbf6b159 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f5c7cf72-7161-499a-8766-4173cbf6b159.shogun-image {
    
    
  }


.s-f5c7cf72-7161-499a-8766-4173cbf6b159 .shogun-image-content {
  
    align-items: center;
  
}

.s-f5c7cf72-7161-499a-8766-4173cbf6b159.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5c7cf72-7161-499a-8766-4173cbf6b159.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5c7cf72-7161-499a-8766-4173cbf6b159.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f5c7cf72-7161-499a-8766-4173cbf6b159 {
      --shg-aspect-ratio: calc(600/767); 
    }

    .s-f5c7cf72-7161-499a-8766-4173cbf6b159.shogun-image-container {
      position: relative;
    }

    .s-f5c7cf72-7161-499a-8766-4173cbf6b159.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5c7cf72-7161-499a-8766-4173cbf6b159.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5c7cf72-7161-499a-8766-4173cbf6b159 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f5c7cf72-7161-499a-8766-4173cbf6b159 {
  
  
  
  
}

#s-f5c7cf72-7161-499a-8766-4173cbf6b159 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f5c7cf72-7161-499a-8766-4173cbf6b159 .shg-image-content-wrapper {
      aspect-ratio: 600/767;
      width: 100%;
      height: 100%;
    }

    #s-f5c7cf72-7161-499a-8766-4173cbf6b159 .shogun-image-link {
      aspect-ratio: 600/767;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f5c7cf72-7161-499a-8766-4173cbf6b159 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f5c7cf72-7161-499a-8766-4173cbf6b159.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f5c7cf72-7161-499a-8766-4173cbf6b159 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f5c7cf72-7161-499a-8766-4173cbf6b159.shogun-image {
    
    
  }


.s-f5c7cf72-7161-499a-8766-4173cbf6b159 .shogun-image-content {
  
    align-items: center;
  
}

.s-f5c7cf72-7161-499a-8766-4173cbf6b159.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5c7cf72-7161-499a-8766-4173cbf6b159.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5c7cf72-7161-499a-8766-4173cbf6b159.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f5c7cf72-7161-499a-8766-4173cbf6b159 {
      --shg-aspect-ratio: calc(600/767); 
    }

    .s-f5c7cf72-7161-499a-8766-4173cbf6b159.shogun-image-container {
      position: relative;
    }

    .s-f5c7cf72-7161-499a-8766-4173cbf6b159.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5c7cf72-7161-499a-8766-4173cbf6b159.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5c7cf72-7161-499a-8766-4173cbf6b159 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f5c7cf72-7161-499a-8766-4173cbf6b159 {
  
  
  
  
}

#s-f5c7cf72-7161-499a-8766-4173cbf6b159 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f5c7cf72-7161-499a-8766-4173cbf6b159 .shg-image-content-wrapper {
      aspect-ratio: 600/767;
      width: 100%;
      height: 100%;
    }

    #s-f5c7cf72-7161-499a-8766-4173cbf6b159 .shogun-image-link {
      aspect-ratio: 600/767;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f5c7cf72-7161-499a-8766-4173cbf6b159 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f5c7cf72-7161-499a-8766-4173cbf6b159.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f5c7cf72-7161-499a-8766-4173cbf6b159 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f5c7cf72-7161-499a-8766-4173cbf6b159.shogun-image {
    
    
  }


.s-f5c7cf72-7161-499a-8766-4173cbf6b159 .shogun-image-content {
  
    align-items: center;
  
}

.s-f5c7cf72-7161-499a-8766-4173cbf6b159.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5c7cf72-7161-499a-8766-4173cbf6b159.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5c7cf72-7161-499a-8766-4173cbf6b159.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f5c7cf72-7161-499a-8766-4173cbf6b159 {
      --shg-aspect-ratio: calc(600/767); 
    }

    .s-f5c7cf72-7161-499a-8766-4173cbf6b159.shogun-image-container {
      position: relative;
    }

    .s-f5c7cf72-7161-499a-8766-4173cbf6b159.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5c7cf72-7161-499a-8766-4173cbf6b159.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5c7cf72-7161-499a-8766-4173cbf6b159 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f5c7cf72-7161-499a-8766-4173cbf6b159 {
  
  
  
  
}

#s-f5c7cf72-7161-499a-8766-4173cbf6b159 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f5c7cf72-7161-499a-8766-4173cbf6b159 .shg-image-content-wrapper {
      aspect-ratio: 600/767;
      width: 100%;
      height: 100%;
    }

    #s-f5c7cf72-7161-499a-8766-4173cbf6b159 .shogun-image-link {
      aspect-ratio: 600/767;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f5c7cf72-7161-499a-8766-4173cbf6b159 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f5c7cf72-7161-499a-8766-4173cbf6b159.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f5c7cf72-7161-499a-8766-4173cbf6b159 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f5c7cf72-7161-499a-8766-4173cbf6b159.shogun-image {
    
    
  }


.s-f5c7cf72-7161-499a-8766-4173cbf6b159 .shogun-image-content {
  
    align-items: center;
  
}

.s-f5c7cf72-7161-499a-8766-4173cbf6b159.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5c7cf72-7161-499a-8766-4173cbf6b159.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5c7cf72-7161-499a-8766-4173cbf6b159.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f5c7cf72-7161-499a-8766-4173cbf6b159 {
      --shg-aspect-ratio: calc(600/767); 
    }

    .s-f5c7cf72-7161-499a-8766-4173cbf6b159.shogun-image-container {
      position: relative;
    }

    .s-f5c7cf72-7161-499a-8766-4173cbf6b159.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5c7cf72-7161-499a-8766-4173cbf6b159.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5c7cf72-7161-499a-8766-4173cbf6b159 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f5c7cf72-7161-499a-8766-4173cbf6b159 {
  
  
  
  
}

#s-f5c7cf72-7161-499a-8766-4173cbf6b159 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f5c7cf72-7161-499a-8766-4173cbf6b159 .shg-image-content-wrapper {
      aspect-ratio: 600/767;
      width: 100%;
      height: 100%;
    }

    #s-f5c7cf72-7161-499a-8766-4173cbf6b159 .shogun-image-link {
      aspect-ratio: 600/767;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f5c7cf72-7161-499a-8766-4173cbf6b159 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f5c7cf72-7161-499a-8766-4173cbf6b159.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f5c7cf72-7161-499a-8766-4173cbf6b159 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f5c7cf72-7161-499a-8766-4173cbf6b159.shogun-image {
    
    
  }


.s-f5c7cf72-7161-499a-8766-4173cbf6b159 .shogun-image-content {
  
    align-items: center;
  
}

.s-f5c7cf72-7161-499a-8766-4173cbf6b159.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5c7cf72-7161-499a-8766-4173cbf6b159.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5c7cf72-7161-499a-8766-4173cbf6b159.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f5c7cf72-7161-499a-8766-4173cbf6b159 {
      --shg-aspect-ratio: calc(600/767); 
    }

    .s-f5c7cf72-7161-499a-8766-4173cbf6b159.shogun-image-container {
      position: relative;
    }

    .s-f5c7cf72-7161-499a-8766-4173cbf6b159.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5c7cf72-7161-499a-8766-4173cbf6b159.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5c7cf72-7161-499a-8766-4173cbf6b159 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-ca7f9fa1-831b-4da5-9387-d6998836d509 {
  min-height: 50px;
max-width: 600px;
}








#s-ca7f9fa1-831b-4da5-9387-d6998836d509 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ca7f9fa1-831b-4da5-9387-d6998836d509 {
  cursor: pointer;
}#s-ca7f9fa1-831b-4da5-9387-d6998836d509.shg-box.shg-c {
  justify-content: center;
}

#s-7aa8b239-1301-4fbf-bdae-3d554e404b31 {
  max-width: 600px;
aspect-ratio: 600/767;
text-align: center;
}



.shg-image-margin-container-s-7aa8b239-1301-4fbf-bdae-3d554e404b31 {
  
  
  
  
}

#s-7aa8b239-1301-4fbf-bdae-3d554e404b31 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7aa8b239-1301-4fbf-bdae-3d554e404b31 .shg-image-content-wrapper {
      aspect-ratio: 600/767;
      width: 100%;
      height: 100%;
    }

    #s-7aa8b239-1301-4fbf-bdae-3d554e404b31 .shogun-image-link {
      aspect-ratio: 600/767;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7aa8b239-1301-4fbf-bdae-3d554e404b31 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7aa8b239-1301-4fbf-bdae-3d554e404b31.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7aa8b239-1301-4fbf-bdae-3d554e404b31 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7aa8b239-1301-4fbf-bdae-3d554e404b31.shogun-image {
    
    
  }


.s-7aa8b239-1301-4fbf-bdae-3d554e404b31 .shogun-image-content {
  
    align-items: center;
  
}

.s-7aa8b239-1301-4fbf-bdae-3d554e404b31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7aa8b239-1301-4fbf-bdae-3d554e404b31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7aa8b239-1301-4fbf-bdae-3d554e404b31.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7aa8b239-1301-4fbf-bdae-3d554e404b31 {
      --shg-aspect-ratio: calc(600/767); 
    }

    .s-7aa8b239-1301-4fbf-bdae-3d554e404b31.shogun-image-container {
      position: relative;
    }

    .s-7aa8b239-1301-4fbf-bdae-3d554e404b31.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7aa8b239-1301-4fbf-bdae-3d554e404b31.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7aa8b239-1301-4fbf-bdae-3d554e404b31 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-7aa8b239-1301-4fbf-bdae-3d554e404b31 {
  
  
  
  
}

#s-7aa8b239-1301-4fbf-bdae-3d554e404b31 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7aa8b239-1301-4fbf-bdae-3d554e404b31 .shg-image-content-wrapper {
      aspect-ratio: 600/767;
      width: 100%;
      height: 100%;
    }

    #s-7aa8b239-1301-4fbf-bdae-3d554e404b31 .shogun-image-link {
      aspect-ratio: 600/767;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7aa8b239-1301-4fbf-bdae-3d554e404b31 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7aa8b239-1301-4fbf-bdae-3d554e404b31.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7aa8b239-1301-4fbf-bdae-3d554e404b31 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7aa8b239-1301-4fbf-bdae-3d554e404b31.shogun-image {
    
    
  }


.s-7aa8b239-1301-4fbf-bdae-3d554e404b31 .shogun-image-content {
  
    align-items: center;
  
}

.s-7aa8b239-1301-4fbf-bdae-3d554e404b31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7aa8b239-1301-4fbf-bdae-3d554e404b31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7aa8b239-1301-4fbf-bdae-3d554e404b31.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7aa8b239-1301-4fbf-bdae-3d554e404b31 {
      --shg-aspect-ratio: calc(600/767); 
    }

    .s-7aa8b239-1301-4fbf-bdae-3d554e404b31.shogun-image-container {
      position: relative;
    }

    .s-7aa8b239-1301-4fbf-bdae-3d554e404b31.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7aa8b239-1301-4fbf-bdae-3d554e404b31.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7aa8b239-1301-4fbf-bdae-3d554e404b31 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7aa8b239-1301-4fbf-bdae-3d554e404b31 {
  
  
  
  
}

#s-7aa8b239-1301-4fbf-bdae-3d554e404b31 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7aa8b239-1301-4fbf-bdae-3d554e404b31 .shg-image-content-wrapper {
      aspect-ratio: 600/767;
      width: 100%;
      height: 100%;
    }

    #s-7aa8b239-1301-4fbf-bdae-3d554e404b31 .shogun-image-link {
      aspect-ratio: 600/767;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7aa8b239-1301-4fbf-bdae-3d554e404b31 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7aa8b239-1301-4fbf-bdae-3d554e404b31.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7aa8b239-1301-4fbf-bdae-3d554e404b31 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7aa8b239-1301-4fbf-bdae-3d554e404b31.shogun-image {
    
    
  }


.s-7aa8b239-1301-4fbf-bdae-3d554e404b31 .shogun-image-content {
  
    align-items: center;
  
}

.s-7aa8b239-1301-4fbf-bdae-3d554e404b31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7aa8b239-1301-4fbf-bdae-3d554e404b31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7aa8b239-1301-4fbf-bdae-3d554e404b31.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7aa8b239-1301-4fbf-bdae-3d554e404b31 {
      --shg-aspect-ratio: calc(600/767); 
    }

    .s-7aa8b239-1301-4fbf-bdae-3d554e404b31.shogun-image-container {
      position: relative;
    }

    .s-7aa8b239-1301-4fbf-bdae-3d554e404b31.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7aa8b239-1301-4fbf-bdae-3d554e404b31.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7aa8b239-1301-4fbf-bdae-3d554e404b31 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7aa8b239-1301-4fbf-bdae-3d554e404b31 {
  
  
  
  
}

#s-7aa8b239-1301-4fbf-bdae-3d554e404b31 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7aa8b239-1301-4fbf-bdae-3d554e404b31 .shg-image-content-wrapper {
      aspect-ratio: 600/767;
      width: 100%;
      height: 100%;
    }

    #s-7aa8b239-1301-4fbf-bdae-3d554e404b31 .shogun-image-link {
      aspect-ratio: 600/767;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7aa8b239-1301-4fbf-bdae-3d554e404b31 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7aa8b239-1301-4fbf-bdae-3d554e404b31.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7aa8b239-1301-4fbf-bdae-3d554e404b31 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7aa8b239-1301-4fbf-bdae-3d554e404b31.shogun-image {
    
    
  }


.s-7aa8b239-1301-4fbf-bdae-3d554e404b31 .shogun-image-content {
  
    align-items: center;
  
}

.s-7aa8b239-1301-4fbf-bdae-3d554e404b31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7aa8b239-1301-4fbf-bdae-3d554e404b31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7aa8b239-1301-4fbf-bdae-3d554e404b31.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7aa8b239-1301-4fbf-bdae-3d554e404b31 {
      --shg-aspect-ratio: calc(600/767); 
    }

    .s-7aa8b239-1301-4fbf-bdae-3d554e404b31.shogun-image-container {
      position: relative;
    }

    .s-7aa8b239-1301-4fbf-bdae-3d554e404b31.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7aa8b239-1301-4fbf-bdae-3d554e404b31.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7aa8b239-1301-4fbf-bdae-3d554e404b31 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7aa8b239-1301-4fbf-bdae-3d554e404b31 {
  
  
  
  
}

#s-7aa8b239-1301-4fbf-bdae-3d554e404b31 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7aa8b239-1301-4fbf-bdae-3d554e404b31 .shg-image-content-wrapper {
      aspect-ratio: 600/767;
      width: 100%;
      height: 100%;
    }

    #s-7aa8b239-1301-4fbf-bdae-3d554e404b31 .shogun-image-link {
      aspect-ratio: 600/767;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7aa8b239-1301-4fbf-bdae-3d554e404b31 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7aa8b239-1301-4fbf-bdae-3d554e404b31.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7aa8b239-1301-4fbf-bdae-3d554e404b31 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7aa8b239-1301-4fbf-bdae-3d554e404b31.shogun-image {
    
    
  }


.s-7aa8b239-1301-4fbf-bdae-3d554e404b31 .shogun-image-content {
  
    align-items: center;
  
}

.s-7aa8b239-1301-4fbf-bdae-3d554e404b31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7aa8b239-1301-4fbf-bdae-3d554e404b31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7aa8b239-1301-4fbf-bdae-3d554e404b31.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7aa8b239-1301-4fbf-bdae-3d554e404b31 {
      --shg-aspect-ratio: calc(600/767); 
    }

    .s-7aa8b239-1301-4fbf-bdae-3d554e404b31.shogun-image-container {
      position: relative;
    }

    .s-7aa8b239-1301-4fbf-bdae-3d554e404b31.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7aa8b239-1301-4fbf-bdae-3d554e404b31.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7aa8b239-1301-4fbf-bdae-3d554e404b31 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-1034c971-9a6a-4d56-be36-edbd09dee1b1 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-db8e1d11-58a3-4f39-826e-ade76afec41b {
  min-height: 50px;
}








#s-db8e1d11-58a3-4f39-826e-ade76afec41b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-db8e1d11-58a3-4f39-826e-ade76afec41b {
  cursor: pointer;
}#s-db8e1d11-58a3-4f39-826e-ade76afec41b.shg-box.shg-c {
  justify-content: center;
}

#s-59eef18e-8c18-4a03-92ae-88529a8b13f9 {
  max-width: 600px;
aspect-ratio: 600/767;
text-align: center;
}



.shg-image-margin-container-s-59eef18e-8c18-4a03-92ae-88529a8b13f9 {
  
  
  
  
}

#s-59eef18e-8c18-4a03-92ae-88529a8b13f9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-59eef18e-8c18-4a03-92ae-88529a8b13f9 .shg-image-content-wrapper {
      aspect-ratio: 600/767;
      width: 100%;
      height: 100%;
    }

    #s-59eef18e-8c18-4a03-92ae-88529a8b13f9 .shogun-image-link {
      aspect-ratio: 600/767;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59eef18e-8c18-4a03-92ae-88529a8b13f9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-59eef18e-8c18-4a03-92ae-88529a8b13f9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-59eef18e-8c18-4a03-92ae-88529a8b13f9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-59eef18e-8c18-4a03-92ae-88529a8b13f9.shogun-image {
    
    
  }


.s-59eef18e-8c18-4a03-92ae-88529a8b13f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-59eef18e-8c18-4a03-92ae-88529a8b13f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59eef18e-8c18-4a03-92ae-88529a8b13f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59eef18e-8c18-4a03-92ae-88529a8b13f9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-59eef18e-8c18-4a03-92ae-88529a8b13f9 {
      --shg-aspect-ratio: calc(600/767); 
    }

    .s-59eef18e-8c18-4a03-92ae-88529a8b13f9.shogun-image-container {
      position: relative;
    }

    .s-59eef18e-8c18-4a03-92ae-88529a8b13f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59eef18e-8c18-4a03-92ae-88529a8b13f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59eef18e-8c18-4a03-92ae-88529a8b13f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-59eef18e-8c18-4a03-92ae-88529a8b13f9 {
  
  
  
  
}

#s-59eef18e-8c18-4a03-92ae-88529a8b13f9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-59eef18e-8c18-4a03-92ae-88529a8b13f9 .shg-image-content-wrapper {
      aspect-ratio: 600/767;
      width: 100%;
      height: 100%;
    }

    #s-59eef18e-8c18-4a03-92ae-88529a8b13f9 .shogun-image-link {
      aspect-ratio: 600/767;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59eef18e-8c18-4a03-92ae-88529a8b13f9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-59eef18e-8c18-4a03-92ae-88529a8b13f9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-59eef18e-8c18-4a03-92ae-88529a8b13f9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-59eef18e-8c18-4a03-92ae-88529a8b13f9.shogun-image {
    
    
  }


.s-59eef18e-8c18-4a03-92ae-88529a8b13f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-59eef18e-8c18-4a03-92ae-88529a8b13f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59eef18e-8c18-4a03-92ae-88529a8b13f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59eef18e-8c18-4a03-92ae-88529a8b13f9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-59eef18e-8c18-4a03-92ae-88529a8b13f9 {
      --shg-aspect-ratio: calc(600/767); 
    }

    .s-59eef18e-8c18-4a03-92ae-88529a8b13f9.shogun-image-container {
      position: relative;
    }

    .s-59eef18e-8c18-4a03-92ae-88529a8b13f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59eef18e-8c18-4a03-92ae-88529a8b13f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59eef18e-8c18-4a03-92ae-88529a8b13f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-59eef18e-8c18-4a03-92ae-88529a8b13f9 {
  
  
  
  
}

#s-59eef18e-8c18-4a03-92ae-88529a8b13f9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-59eef18e-8c18-4a03-92ae-88529a8b13f9 .shg-image-content-wrapper {
      aspect-ratio: 600/767;
      width: 100%;
      height: 100%;
    }

    #s-59eef18e-8c18-4a03-92ae-88529a8b13f9 .shogun-image-link {
      aspect-ratio: 600/767;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59eef18e-8c18-4a03-92ae-88529a8b13f9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-59eef18e-8c18-4a03-92ae-88529a8b13f9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-59eef18e-8c18-4a03-92ae-88529a8b13f9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-59eef18e-8c18-4a03-92ae-88529a8b13f9.shogun-image {
    
    
  }


.s-59eef18e-8c18-4a03-92ae-88529a8b13f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-59eef18e-8c18-4a03-92ae-88529a8b13f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59eef18e-8c18-4a03-92ae-88529a8b13f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59eef18e-8c18-4a03-92ae-88529a8b13f9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-59eef18e-8c18-4a03-92ae-88529a8b13f9 {
      --shg-aspect-ratio: calc(600/767); 
    }

    .s-59eef18e-8c18-4a03-92ae-88529a8b13f9.shogun-image-container {
      position: relative;
    }

    .s-59eef18e-8c18-4a03-92ae-88529a8b13f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59eef18e-8c18-4a03-92ae-88529a8b13f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59eef18e-8c18-4a03-92ae-88529a8b13f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-59eef18e-8c18-4a03-92ae-88529a8b13f9 {
  
  
  
  
}

#s-59eef18e-8c18-4a03-92ae-88529a8b13f9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-59eef18e-8c18-4a03-92ae-88529a8b13f9 .shg-image-content-wrapper {
      aspect-ratio: 600/767;
      width: 100%;
      height: 100%;
    }

    #s-59eef18e-8c18-4a03-92ae-88529a8b13f9 .shogun-image-link {
      aspect-ratio: 600/767;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59eef18e-8c18-4a03-92ae-88529a8b13f9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-59eef18e-8c18-4a03-92ae-88529a8b13f9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-59eef18e-8c18-4a03-92ae-88529a8b13f9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-59eef18e-8c18-4a03-92ae-88529a8b13f9.shogun-image {
    
    
  }


.s-59eef18e-8c18-4a03-92ae-88529a8b13f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-59eef18e-8c18-4a03-92ae-88529a8b13f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59eef18e-8c18-4a03-92ae-88529a8b13f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59eef18e-8c18-4a03-92ae-88529a8b13f9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-59eef18e-8c18-4a03-92ae-88529a8b13f9 {
      --shg-aspect-ratio: calc(600/767); 
    }

    .s-59eef18e-8c18-4a03-92ae-88529a8b13f9.shogun-image-container {
      position: relative;
    }

    .s-59eef18e-8c18-4a03-92ae-88529a8b13f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59eef18e-8c18-4a03-92ae-88529a8b13f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59eef18e-8c18-4a03-92ae-88529a8b13f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-59eef18e-8c18-4a03-92ae-88529a8b13f9 {
  
  
  
  
}

#s-59eef18e-8c18-4a03-92ae-88529a8b13f9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-59eef18e-8c18-4a03-92ae-88529a8b13f9 .shg-image-content-wrapper {
      aspect-ratio: 600/767;
      width: 100%;
      height: 100%;
    }

    #s-59eef18e-8c18-4a03-92ae-88529a8b13f9 .shogun-image-link {
      aspect-ratio: 600/767;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59eef18e-8c18-4a03-92ae-88529a8b13f9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-59eef18e-8c18-4a03-92ae-88529a8b13f9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-59eef18e-8c18-4a03-92ae-88529a8b13f9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-59eef18e-8c18-4a03-92ae-88529a8b13f9.shogun-image {
    
    
  }


.s-59eef18e-8c18-4a03-92ae-88529a8b13f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-59eef18e-8c18-4a03-92ae-88529a8b13f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59eef18e-8c18-4a03-92ae-88529a8b13f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59eef18e-8c18-4a03-92ae-88529a8b13f9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-59eef18e-8c18-4a03-92ae-88529a8b13f9 {
      --shg-aspect-ratio: calc(600/767); 
    }

    .s-59eef18e-8c18-4a03-92ae-88529a8b13f9.shogun-image-container {
      position: relative;
    }

    .s-59eef18e-8c18-4a03-92ae-88529a8b13f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59eef18e-8c18-4a03-92ae-88529a8b13f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59eef18e-8c18-4a03-92ae-88529a8b13f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-7c0c6ae4-a0c2-4ccb-b6fc-61c4dacdfa18 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-472b9fc8-ecdd-4115-8a14-e0729f3307c8 {
  min-height: 50px;
}








#s-472b9fc8-ecdd-4115-8a14-e0729f3307c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-472b9fc8-ecdd-4115-8a14-e0729f3307c8 {
  cursor: pointer;
}#s-472b9fc8-ecdd-4115-8a14-e0729f3307c8.shg-box.shg-c {
  justify-content: center;
}

#s-ec224bbb-23f3-419b-9233-a80a9e07ad74 {
  max-width: 600px;
aspect-ratio: 600/767;
text-align: center;
}



.shg-image-margin-container-s-ec224bbb-23f3-419b-9233-a80a9e07ad74 {
  
  
  
  
}

#s-ec224bbb-23f3-419b-9233-a80a9e07ad74 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec224bbb-23f3-419b-9233-a80a9e07ad74 .shg-image-content-wrapper {
      aspect-ratio: 600/767;
      width: 100%;
      height: 100%;
    }

    #s-ec224bbb-23f3-419b-9233-a80a9e07ad74 .shogun-image-link {
      aspect-ratio: 600/767;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec224bbb-23f3-419b-9233-a80a9e07ad74 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec224bbb-23f3-419b-9233-a80a9e07ad74.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec224bbb-23f3-419b-9233-a80a9e07ad74 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ec224bbb-23f3-419b-9233-a80a9e07ad74.shogun-image {
    
    
  }


.s-ec224bbb-23f3-419b-9233-a80a9e07ad74 .shogun-image-content {
  
    align-items: center;
  
}

.s-ec224bbb-23f3-419b-9233-a80a9e07ad74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec224bbb-23f3-419b-9233-a80a9e07ad74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec224bbb-23f3-419b-9233-a80a9e07ad74.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ec224bbb-23f3-419b-9233-a80a9e07ad74 {
      --shg-aspect-ratio: calc(600/767); 
    }

    .s-ec224bbb-23f3-419b-9233-a80a9e07ad74.shogun-image-container {
      position: relative;
    }

    .s-ec224bbb-23f3-419b-9233-a80a9e07ad74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec224bbb-23f3-419b-9233-a80a9e07ad74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec224bbb-23f3-419b-9233-a80a9e07ad74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-ec224bbb-23f3-419b-9233-a80a9e07ad74 {
  
  
  
  
}

#s-ec224bbb-23f3-419b-9233-a80a9e07ad74 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec224bbb-23f3-419b-9233-a80a9e07ad74 .shg-image-content-wrapper {
      aspect-ratio: 600/767;
      width: 100%;
      height: 100%;
    }

    #s-ec224bbb-23f3-419b-9233-a80a9e07ad74 .shogun-image-link {
      aspect-ratio: 600/767;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec224bbb-23f3-419b-9233-a80a9e07ad74 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec224bbb-23f3-419b-9233-a80a9e07ad74.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec224bbb-23f3-419b-9233-a80a9e07ad74 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ec224bbb-23f3-419b-9233-a80a9e07ad74.shogun-image {
    
    
  }


.s-ec224bbb-23f3-419b-9233-a80a9e07ad74 .shogun-image-content {
  
    align-items: center;
  
}

.s-ec224bbb-23f3-419b-9233-a80a9e07ad74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec224bbb-23f3-419b-9233-a80a9e07ad74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec224bbb-23f3-419b-9233-a80a9e07ad74.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ec224bbb-23f3-419b-9233-a80a9e07ad74 {
      --shg-aspect-ratio: calc(600/767); 
    }

    .s-ec224bbb-23f3-419b-9233-a80a9e07ad74.shogun-image-container {
      position: relative;
    }

    .s-ec224bbb-23f3-419b-9233-a80a9e07ad74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec224bbb-23f3-419b-9233-a80a9e07ad74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec224bbb-23f3-419b-9233-a80a9e07ad74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-ec224bbb-23f3-419b-9233-a80a9e07ad74 {
  
  
  
  
}

#s-ec224bbb-23f3-419b-9233-a80a9e07ad74 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec224bbb-23f3-419b-9233-a80a9e07ad74 .shg-image-content-wrapper {
      aspect-ratio: 600/767;
      width: 100%;
      height: 100%;
    }

    #s-ec224bbb-23f3-419b-9233-a80a9e07ad74 .shogun-image-link {
      aspect-ratio: 600/767;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec224bbb-23f3-419b-9233-a80a9e07ad74 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec224bbb-23f3-419b-9233-a80a9e07ad74.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec224bbb-23f3-419b-9233-a80a9e07ad74 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ec224bbb-23f3-419b-9233-a80a9e07ad74.shogun-image {
    
    
  }


.s-ec224bbb-23f3-419b-9233-a80a9e07ad74 .shogun-image-content {
  
    align-items: center;
  
}

.s-ec224bbb-23f3-419b-9233-a80a9e07ad74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec224bbb-23f3-419b-9233-a80a9e07ad74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec224bbb-23f3-419b-9233-a80a9e07ad74.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ec224bbb-23f3-419b-9233-a80a9e07ad74 {
      --shg-aspect-ratio: calc(600/767); 
    }

    .s-ec224bbb-23f3-419b-9233-a80a9e07ad74.shogun-image-container {
      position: relative;
    }

    .s-ec224bbb-23f3-419b-9233-a80a9e07ad74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec224bbb-23f3-419b-9233-a80a9e07ad74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec224bbb-23f3-419b-9233-a80a9e07ad74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-ec224bbb-23f3-419b-9233-a80a9e07ad74 {
  
  
  
  
}

#s-ec224bbb-23f3-419b-9233-a80a9e07ad74 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec224bbb-23f3-419b-9233-a80a9e07ad74 .shg-image-content-wrapper {
      aspect-ratio: 600/767;
      width: 100%;
      height: 100%;
    }

    #s-ec224bbb-23f3-419b-9233-a80a9e07ad74 .shogun-image-link {
      aspect-ratio: 600/767;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec224bbb-23f3-419b-9233-a80a9e07ad74 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec224bbb-23f3-419b-9233-a80a9e07ad74.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec224bbb-23f3-419b-9233-a80a9e07ad74 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ec224bbb-23f3-419b-9233-a80a9e07ad74.shogun-image {
    
    
  }


.s-ec224bbb-23f3-419b-9233-a80a9e07ad74 .shogun-image-content {
  
    align-items: center;
  
}

.s-ec224bbb-23f3-419b-9233-a80a9e07ad74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec224bbb-23f3-419b-9233-a80a9e07ad74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec224bbb-23f3-419b-9233-a80a9e07ad74.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ec224bbb-23f3-419b-9233-a80a9e07ad74 {
      --shg-aspect-ratio: calc(600/767); 
    }

    .s-ec224bbb-23f3-419b-9233-a80a9e07ad74.shogun-image-container {
      position: relative;
    }

    .s-ec224bbb-23f3-419b-9233-a80a9e07ad74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec224bbb-23f3-419b-9233-a80a9e07ad74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec224bbb-23f3-419b-9233-a80a9e07ad74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-ec224bbb-23f3-419b-9233-a80a9e07ad74 {
  
  
  
  
}

#s-ec224bbb-23f3-419b-9233-a80a9e07ad74 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec224bbb-23f3-419b-9233-a80a9e07ad74 .shg-image-content-wrapper {
      aspect-ratio: 600/767;
      width: 100%;
      height: 100%;
    }

    #s-ec224bbb-23f3-419b-9233-a80a9e07ad74 .shogun-image-link {
      aspect-ratio: 600/767;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec224bbb-23f3-419b-9233-a80a9e07ad74 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec224bbb-23f3-419b-9233-a80a9e07ad74.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec224bbb-23f3-419b-9233-a80a9e07ad74 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ec224bbb-23f3-419b-9233-a80a9e07ad74.shogun-image {
    
    
  }


.s-ec224bbb-23f3-419b-9233-a80a9e07ad74 .shogun-image-content {
  
    align-items: center;
  
}

.s-ec224bbb-23f3-419b-9233-a80a9e07ad74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec224bbb-23f3-419b-9233-a80a9e07ad74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec224bbb-23f3-419b-9233-a80a9e07ad74.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ec224bbb-23f3-419b-9233-a80a9e07ad74 {
      --shg-aspect-ratio: calc(600/767); 
    }

    .s-ec224bbb-23f3-419b-9233-a80a9e07ad74.shogun-image-container {
      position: relative;
    }

    .s-ec224bbb-23f3-419b-9233-a80a9e07ad74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec224bbb-23f3-419b-9233-a80a9e07ad74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec224bbb-23f3-419b-9233-a80a9e07ad74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-43e9e544-9ba7-41ec-a86a-5280102aa635 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-73615b32-353e-405a-aa24-d99925c536a1 {
  margin-top: 22px;
margin-bottom: 6px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-73615b32-353e-405a-aa24-d99925c536a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-73615b32-353e-405a-aa24-d99925c536a1 {
  cursor: pointer;
}#s-73615b32-353e-405a-aa24-d99925c536a1.shg-box.shg-c {
  justify-content: center;
}

#s-136f2bfd-c64c-47b2-bbd4-b86b5f15ab69 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center top;
}
@media (min-width: 768px) and (max-width: 991px){#s-136f2bfd-c64c-47b2-bbd4-b86b5f15ab69 {
  
}
}@media (max-width: 767px){#s-136f2bfd-c64c-47b2-bbd4-b86b5f15ab69 {
  display: none;
}
#s-136f2bfd-c64c-47b2-bbd4-b86b5f15ab69, #wrap-s-136f2bfd-c64c-47b2-bbd4-b86b5f15ab69 { display: none !important; }}
#s-136f2bfd-c64c-47b2-bbd4-b86b5f15ab69 {
  background-image: url(https://i.shgcdn.com/ea74ed06-d60d-43de-accf-34946984f098/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-136f2bfd-c64c-47b2-bbd4-b86b5f15ab69 {
  background-image: url(https://i.shgcdn.com/ea74ed06-d60d-43de-accf-34946984f098/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-136f2bfd-c64c-47b2-bbd4-b86b5f15ab69.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-136f2bfd-c64c-47b2-bbd4-b86b5f15ab69 {
  background-image: url(https://i.shgcdn.com/ea74ed06-d60d-43de-accf-34946984f098/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-136f2bfd-c64c-47b2-bbd4-b86b5f15ab69.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-136f2bfd-c64c-47b2-bbd4-b86b5f15ab69 {
  background-image: url(https://i.shgcdn.com/ea74ed06-d60d-43de-accf-34946984f098/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-136f2bfd-c64c-47b2-bbd4-b86b5f15ab69.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-136f2bfd-c64c-47b2-bbd4-b86b5f15ab69 {
  background-image: url(https://i.shgcdn.com/ea74ed06-d60d-43de-accf-34946984f098/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-136f2bfd-c64c-47b2-bbd4-b86b5f15ab69.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-136f2bfd-c64c-47b2-bbd4-b86b5f15ab69 {
  background-image: url(https://i.shgcdn.com/ea74ed06-d60d-43de-accf-34946984f098/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-136f2bfd-c64c-47b2-bbd4-b86b5f15ab69.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-136f2bfd-c64c-47b2-bbd4-b86b5f15ab69 {
  background-image: url(https://i.shgcdn.com/ea74ed06-d60d-43de-accf-34946984f098/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-136f2bfd-c64c-47b2-bbd4-b86b5f15ab69.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-136f2bfd-c64c-47b2-bbd4-b86b5f15ab69 {
  background-image: url(https://i.shgcdn.com/ea74ed06-d60d-43de-accf-34946984f098/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-136f2bfd-c64c-47b2-bbd4-b86b5f15ab69.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-136f2bfd-c64c-47b2-bbd4-b86b5f15ab69 {
  background-image: url(https://i.shgcdn.com/ea74ed06-d60d-43de-accf-34946984f098/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-136f2bfd-c64c-47b2-bbd4-b86b5f15ab69.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-136f2bfd-c64c-47b2-bbd4-b86b5f15ab69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-136f2bfd-c64c-47b2-bbd4-b86b5f15ab69.shg-box.shg-c {
  justify-content: center;
}

#s-99b4a3ec-9c21-435b-8e85-8f8f71c5a7ee {
  margin-top: 24px;
margin-bottom: -9px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-1769fff2-043d-4f38-9fd0-dc9a8967a812 {
  margin-top: 27px;
margin-bottom: 12px;
}
@media (max-width: 767px){#s-1769fff2-043d-4f38-9fd0-dc9a8967a812 {
  display: none;
}
#s-1769fff2-043d-4f38-9fd0-dc9a8967a812, #wrap-s-1769fff2-043d-4f38-9fd0-dc9a8967a812 { display: none !important; }}
#s-75f451ff-83cd-40b2-9347-fca8f8ef6059 {
  margin-top: 16px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-75f451ff-83cd-40b2-9347-fca8f8ef6059 {
  display: none;
}
#s-75f451ff-83cd-40b2-9347-fca8f8ef6059, #wrap-s-75f451ff-83cd-40b2-9347-fca8f8ef6059 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-75f451ff-83cd-40b2-9347-fca8f8ef6059 {
  display: none;
}
#s-75f451ff-83cd-40b2-9347-fca8f8ef6059, #wrap-s-75f451ff-83cd-40b2-9347-fca8f8ef6059 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-75f451ff-83cd-40b2-9347-fca8f8ef6059 {
  display: none;
}
#s-75f451ff-83cd-40b2-9347-fca8f8ef6059, #wrap-s-75f451ff-83cd-40b2-9347-fca8f8ef6059 { display: none !important; }}
#s-62abb90a-df8a-49a6-9e24-e6cafd190a47 {
  margin-top: 0px;
margin-left: 28%;
margin-bottom: 5px;
margin-right: 28%;
}
@media (min-width: 768px) and (max-width: 991px){#s-62abb90a-df8a-49a6-9e24-e6cafd190a47 {
  margin-left: 23%;
margin-right: 23%;
}
}
#s-0b502c81-253a-4c88-aa4d-6f5bc1226d15 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center top;
}
@media (min-width: 1200px){#s-0b502c81-253a-4c88-aa4d-6f5bc1226d15 {
  display: none;
}
#s-0b502c81-253a-4c88-aa4d-6f5bc1226d15, #wrap-s-0b502c81-253a-4c88-aa4d-6f5bc1226d15 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0b502c81-253a-4c88-aa4d-6f5bc1226d15 {
  display: none;
}
#s-0b502c81-253a-4c88-aa4d-6f5bc1226d15, #wrap-s-0b502c81-253a-4c88-aa4d-6f5bc1226d15 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0b502c81-253a-4c88-aa4d-6f5bc1226d15 {
  display: none;
}
#s-0b502c81-253a-4c88-aa4d-6f5bc1226d15, #wrap-s-0b502c81-253a-4c88-aa4d-6f5bc1226d15 { display: none !important; }}
#s-0b502c81-253a-4c88-aa4d-6f5bc1226d15 {
  background-image: url(https://i.shgcdn.com/5c3ca47a-2c92-407d-9ab1-b9243eb179c5/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-0b502c81-253a-4c88-aa4d-6f5bc1226d15 {
  background-image: url(https://i.shgcdn.com/5c3ca47a-2c92-407d-9ab1-b9243eb179c5/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-0b502c81-253a-4c88-aa4d-6f5bc1226d15.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-0b502c81-253a-4c88-aa4d-6f5bc1226d15 {
  background-image: url(https://i.shgcdn.com/5c3ca47a-2c92-407d-9ab1-b9243eb179c5/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-0b502c81-253a-4c88-aa4d-6f5bc1226d15.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-0b502c81-253a-4c88-aa4d-6f5bc1226d15 {
  background-image: url(https://i.shgcdn.com/5c3ca47a-2c92-407d-9ab1-b9243eb179c5/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-0b502c81-253a-4c88-aa4d-6f5bc1226d15.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-0b502c81-253a-4c88-aa4d-6f5bc1226d15 {
  background-image: url(https://i.shgcdn.com/5c3ca47a-2c92-407d-9ab1-b9243eb179c5/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-0b502c81-253a-4c88-aa4d-6f5bc1226d15.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-0b502c81-253a-4c88-aa4d-6f5bc1226d15 {
  background-image: url(https://i.shgcdn.com/5c3ca47a-2c92-407d-9ab1-b9243eb179c5/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-0b502c81-253a-4c88-aa4d-6f5bc1226d15.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-0b502c81-253a-4c88-aa4d-6f5bc1226d15 {
  background-image: url(https://i.shgcdn.com/5c3ca47a-2c92-407d-9ab1-b9243eb179c5/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-0b502c81-253a-4c88-aa4d-6f5bc1226d15.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-0b502c81-253a-4c88-aa4d-6f5bc1226d15 {
  background-image: url(https://i.shgcdn.com/5c3ca47a-2c92-407d-9ab1-b9243eb179c5/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-0b502c81-253a-4c88-aa4d-6f5bc1226d15.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-0b502c81-253a-4c88-aa4d-6f5bc1226d15 {
  background-image: url(https://i.shgcdn.com/5c3ca47a-2c92-407d-9ab1-b9243eb179c5/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-0b502c81-253a-4c88-aa4d-6f5bc1226d15.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-0b502c81-253a-4c88-aa4d-6f5bc1226d15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0b502c81-253a-4c88-aa4d-6f5bc1226d15.shg-box.shg-c {
  justify-content: center;
}

#s-bca4c9f7-e27c-4e1a-8550-24735a6f03c7 {
  margin-top: 24px;
margin-bottom: -9px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-8a038e2d-8dc1-4c93-a09e-31ab5f31060c {
  margin-top: 27px;
margin-bottom: 12px;
}
@media (max-width: 767px){#s-8a038e2d-8dc1-4c93-a09e-31ab5f31060c {
  display: none;
}
#s-8a038e2d-8dc1-4c93-a09e-31ab5f31060c, #wrap-s-8a038e2d-8dc1-4c93-a09e-31ab5f31060c { display: none !important; }}
#s-27aaa354-f110-482e-ae04-e7c12f005387 {
  margin-top: 12px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-27aaa354-f110-482e-ae04-e7c12f005387 {
  display: none;
}
#s-27aaa354-f110-482e-ae04-e7c12f005387, #wrap-s-27aaa354-f110-482e-ae04-e7c12f005387 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-27aaa354-f110-482e-ae04-e7c12f005387 {
  display: none;
}
#s-27aaa354-f110-482e-ae04-e7c12f005387, #wrap-s-27aaa354-f110-482e-ae04-e7c12f005387 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-27aaa354-f110-482e-ae04-e7c12f005387 {
  display: none;
}
#s-27aaa354-f110-482e-ae04-e7c12f005387, #wrap-s-27aaa354-f110-482e-ae04-e7c12f005387 { display: none !important; }}
#s-cc138ece-ae73-4596-92cd-70e1953b60e5 {
  margin-top: 0px;
margin-left: 14%;
margin-bottom: 5px;
margin-right: 14%;
}
@media (max-width: 767px){#s-cc138ece-ae73-4596-92cd-70e1953b60e5 {
  margin-left: 17%;
margin-right: 17%;
}
}
#s-701e21de-595e-48a7-99e2-f93dc1e84f54 {
  margin-top: 4px;
min-height: 50px;
}
@media (max-width: 767px){#s-701e21de-595e-48a7-99e2-f93dc1e84f54 {
  
}
}







#s-701e21de-595e-48a7-99e2-f93dc1e84f54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-701e21de-595e-48a7-99e2-f93dc1e84f54.shg-box.shg-c {
  justify-content: center;
}

#s-a311c3d0-a296-4385-bad1-175acc679e5b {
  margin-top: 27px;
margin-bottom: 17px;
}

@media (min-width: 0px) {
[id="s-a311c3d0-a296-4385-bad1-175acc679e5b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a311c3d0-a296-4385-bad1-175acc679e5b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a311c3d0-a296-4385-bad1-175acc679e5b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a311c3d0-a296-4385-bad1-175acc679e5b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-8a871aee-cdf5-4218-883b-1dfd403bdf7d {
  min-height: 50px;
}








#s-8a871aee-cdf5-4218-883b-1dfd403bdf7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8a871aee-cdf5-4218-883b-1dfd403bdf7d {
  cursor: pointer;
}#s-8a871aee-cdf5-4218-883b-1dfd403bdf7d.shg-box.shg-c {
  justify-content: center;
}

#s-25a8bb6d-9715-4145-8ea6-f023bf4367f9 {
  max-width: 550px;
aspect-ratio: 550/615;
text-align: center;
}



.shg-image-margin-container-s-25a8bb6d-9715-4145-8ea6-f023bf4367f9 {
  
  
  
  
}

#s-25a8bb6d-9715-4145-8ea6-f023bf4367f9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-25a8bb6d-9715-4145-8ea6-f023bf4367f9 .shg-image-content-wrapper {
      aspect-ratio: 550/615;
      width: 100%;
      height: 100%;
    }

    #s-25a8bb6d-9715-4145-8ea6-f023bf4367f9 .shogun-image-link {
      aspect-ratio: 550/615;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-25a8bb6d-9715-4145-8ea6-f023bf4367f9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-25a8bb6d-9715-4145-8ea6-f023bf4367f9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-25a8bb6d-9715-4145-8ea6-f023bf4367f9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-25a8bb6d-9715-4145-8ea6-f023bf4367f9.shogun-image {
    
    
  }


.s-25a8bb6d-9715-4145-8ea6-f023bf4367f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-25a8bb6d-9715-4145-8ea6-f023bf4367f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25a8bb6d-9715-4145-8ea6-f023bf4367f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25a8bb6d-9715-4145-8ea6-f023bf4367f9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25a8bb6d-9715-4145-8ea6-f023bf4367f9 {
      --shg-aspect-ratio: calc(550/615); 
    }

    .s-25a8bb6d-9715-4145-8ea6-f023bf4367f9.shogun-image-container {
      position: relative;
    }

    .s-25a8bb6d-9715-4145-8ea6-f023bf4367f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25a8bb6d-9715-4145-8ea6-f023bf4367f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25a8bb6d-9715-4145-8ea6-f023bf4367f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-25a8bb6d-9715-4145-8ea6-f023bf4367f9 {
  
  
  
  
}

#s-25a8bb6d-9715-4145-8ea6-f023bf4367f9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-25a8bb6d-9715-4145-8ea6-f023bf4367f9 .shg-image-content-wrapper {
      aspect-ratio: 550/615;
      width: 100%;
      height: 100%;
    }

    #s-25a8bb6d-9715-4145-8ea6-f023bf4367f9 .shogun-image-link {
      aspect-ratio: 550/615;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-25a8bb6d-9715-4145-8ea6-f023bf4367f9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-25a8bb6d-9715-4145-8ea6-f023bf4367f9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-25a8bb6d-9715-4145-8ea6-f023bf4367f9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-25a8bb6d-9715-4145-8ea6-f023bf4367f9.shogun-image {
    
    
  }


.s-25a8bb6d-9715-4145-8ea6-f023bf4367f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-25a8bb6d-9715-4145-8ea6-f023bf4367f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25a8bb6d-9715-4145-8ea6-f023bf4367f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25a8bb6d-9715-4145-8ea6-f023bf4367f9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25a8bb6d-9715-4145-8ea6-f023bf4367f9 {
      --shg-aspect-ratio: calc(550/615); 
    }

    .s-25a8bb6d-9715-4145-8ea6-f023bf4367f9.shogun-image-container {
      position: relative;
    }

    .s-25a8bb6d-9715-4145-8ea6-f023bf4367f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25a8bb6d-9715-4145-8ea6-f023bf4367f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25a8bb6d-9715-4145-8ea6-f023bf4367f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-25a8bb6d-9715-4145-8ea6-f023bf4367f9 {
  
  
  
  
}

#s-25a8bb6d-9715-4145-8ea6-f023bf4367f9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-25a8bb6d-9715-4145-8ea6-f023bf4367f9 .shg-image-content-wrapper {
      aspect-ratio: 550/615;
      width: 100%;
      height: 100%;
    }

    #s-25a8bb6d-9715-4145-8ea6-f023bf4367f9 .shogun-image-link {
      aspect-ratio: 550/615;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-25a8bb6d-9715-4145-8ea6-f023bf4367f9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-25a8bb6d-9715-4145-8ea6-f023bf4367f9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-25a8bb6d-9715-4145-8ea6-f023bf4367f9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-25a8bb6d-9715-4145-8ea6-f023bf4367f9.shogun-image {
    
    
  }


.s-25a8bb6d-9715-4145-8ea6-f023bf4367f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-25a8bb6d-9715-4145-8ea6-f023bf4367f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25a8bb6d-9715-4145-8ea6-f023bf4367f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25a8bb6d-9715-4145-8ea6-f023bf4367f9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25a8bb6d-9715-4145-8ea6-f023bf4367f9 {
      --shg-aspect-ratio: calc(550/615); 
    }

    .s-25a8bb6d-9715-4145-8ea6-f023bf4367f9.shogun-image-container {
      position: relative;
    }

    .s-25a8bb6d-9715-4145-8ea6-f023bf4367f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25a8bb6d-9715-4145-8ea6-f023bf4367f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25a8bb6d-9715-4145-8ea6-f023bf4367f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-25a8bb6d-9715-4145-8ea6-f023bf4367f9 {
  
  
  
  
}

#s-25a8bb6d-9715-4145-8ea6-f023bf4367f9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-25a8bb6d-9715-4145-8ea6-f023bf4367f9 .shg-image-content-wrapper {
      aspect-ratio: 550/615;
      width: 100%;
      height: 100%;
    }

    #s-25a8bb6d-9715-4145-8ea6-f023bf4367f9 .shogun-image-link {
      aspect-ratio: 550/615;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-25a8bb6d-9715-4145-8ea6-f023bf4367f9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-25a8bb6d-9715-4145-8ea6-f023bf4367f9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-25a8bb6d-9715-4145-8ea6-f023bf4367f9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-25a8bb6d-9715-4145-8ea6-f023bf4367f9.shogun-image {
    
    
  }


.s-25a8bb6d-9715-4145-8ea6-f023bf4367f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-25a8bb6d-9715-4145-8ea6-f023bf4367f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25a8bb6d-9715-4145-8ea6-f023bf4367f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25a8bb6d-9715-4145-8ea6-f023bf4367f9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25a8bb6d-9715-4145-8ea6-f023bf4367f9 {
      --shg-aspect-ratio: calc(550/615); 
    }

    .s-25a8bb6d-9715-4145-8ea6-f023bf4367f9.shogun-image-container {
      position: relative;
    }

    .s-25a8bb6d-9715-4145-8ea6-f023bf4367f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25a8bb6d-9715-4145-8ea6-f023bf4367f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25a8bb6d-9715-4145-8ea6-f023bf4367f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-25a8bb6d-9715-4145-8ea6-f023bf4367f9 {
  
  
  
  
}

#s-25a8bb6d-9715-4145-8ea6-f023bf4367f9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-25a8bb6d-9715-4145-8ea6-f023bf4367f9 .shg-image-content-wrapper {
      aspect-ratio: 550/615;
      width: 100%;
      height: 100%;
    }

    #s-25a8bb6d-9715-4145-8ea6-f023bf4367f9 .shogun-image-link {
      aspect-ratio: 550/615;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-25a8bb6d-9715-4145-8ea6-f023bf4367f9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-25a8bb6d-9715-4145-8ea6-f023bf4367f9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-25a8bb6d-9715-4145-8ea6-f023bf4367f9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-25a8bb6d-9715-4145-8ea6-f023bf4367f9.shogun-image {
    
    
  }


.s-25a8bb6d-9715-4145-8ea6-f023bf4367f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-25a8bb6d-9715-4145-8ea6-f023bf4367f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25a8bb6d-9715-4145-8ea6-f023bf4367f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25a8bb6d-9715-4145-8ea6-f023bf4367f9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25a8bb6d-9715-4145-8ea6-f023bf4367f9 {
      --shg-aspect-ratio: calc(550/615); 
    }

    .s-25a8bb6d-9715-4145-8ea6-f023bf4367f9.shogun-image-container {
      position: relative;
    }

    .s-25a8bb6d-9715-4145-8ea6-f023bf4367f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25a8bb6d-9715-4145-8ea6-f023bf4367f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25a8bb6d-9715-4145-8ea6-f023bf4367f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-fb5fb5ea-6777-44b6-82f2-acead0dcf32c {
  margin-top: 7px;
margin-left: 8%;
margin-right: 8%;
}
@media (max-width: 767px){#s-fb5fb5ea-6777-44b6-82f2-acead0dcf32c {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-293bcea8-cfc0-49a4-8ffa-e72afcc912b6 {
  margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(211, 57, 67, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
background-image: none;
hover-type: color;
}
#s-293bcea8-cfc0-49a4-8ffa-e72afcc912b6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-293bcea8-cfc0-49a4-8ffa-e72afcc912b6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-293bcea8-cfc0-49a4-8ffa-e72afcc912b6-root {
    text-align: center;
  }


#s-293bcea8-cfc0-49a4-8ffa-e72afcc912b6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-293bcea8-cfc0-49a4-8ffa-e72afcc912b6-root {
    text-align: center;
  }


#s-293bcea8-cfc0-49a4-8ffa-e72afcc912b6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-293bcea8-cfc0-49a4-8ffa-e72afcc912b6-root {
    text-align: center;
  }


#s-293bcea8-cfc0-49a4-8ffa-e72afcc912b6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-293bcea8-cfc0-49a4-8ffa-e72afcc912b6-root {
    text-align: center;
  }


#s-293bcea8-cfc0-49a4-8ffa-e72afcc912b6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-293bcea8-cfc0-49a4-8ffa-e72afcc912b6-root {
    text-align: center;
  }


#s-293bcea8-cfc0-49a4-8ffa-e72afcc912b6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-99cb65a9-03b6-4484-9c3b-fc7d89318d84 {
  min-height: 50px;
}
@media (max-width: 767px){#s-99cb65a9-03b6-4484-9c3b-fc7d89318d84 {
  
}
}







#s-99cb65a9-03b6-4484-9c3b-fc7d89318d84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-99cb65a9-03b6-4484-9c3b-fc7d89318d84 {
  cursor: pointer;
}#s-99cb65a9-03b6-4484-9c3b-fc7d89318d84.shg-box.shg-c {
  justify-content: center;
}

#s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53 {
  max-width: 550px;
aspect-ratio: 550/615;
text-align: center;
}
@media (max-width: 767px){#s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53 {
  margin-top: 20px;
margin-bottom: 20px;
}
}


.shg-image-margin-container-s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53 {
  
  
  
  
}

#s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53 .shg-image-content-wrapper {
      aspect-ratio: 550/615;
      width: 100%;
      height: 100%;
    }

    #s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53 .shogun-image-link {
      aspect-ratio: 550/615;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53.shogun-image {
    
    
  }


.s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53 .shogun-image-content {
  
    align-items: center;
  
}

.s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53 {
      --shg-aspect-ratio: calc(550/615); 
    }

    .s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53.shogun-image-container {
      position: relative;
    }

    .s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53 {
  
  
  
  
}

#s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53 .shg-image-content-wrapper {
      aspect-ratio: 550/615;
      width: 100%;
      height: 100%;
    }

    #s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53 .shogun-image-link {
      aspect-ratio: 550/615;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53.shogun-image {
    
    
  }


.s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53 .shogun-image-content {
  
    align-items: center;
  
}

.s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53 {
      --shg-aspect-ratio: calc(550/615); 
    }

    .s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53.shogun-image-container {
      position: relative;
    }

    .s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53 {
  
  
  
  
}

#s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53 .shg-image-content-wrapper {
      aspect-ratio: 550/615;
      width: 100%;
      height: 100%;
    }

    #s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53 .shogun-image-link {
      aspect-ratio: 550/615;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53.shogun-image {
    
    
  }


.s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53 .shogun-image-content {
  
    align-items: center;
  
}

.s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53 {
      --shg-aspect-ratio: calc(550/615); 
    }

    .s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53.shogun-image-container {
      position: relative;
    }

    .s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53 {
  
  
  
  
}

#s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53 .shg-image-content-wrapper {
      aspect-ratio: 550/615;
      width: 100%;
      height: 100%;
    }

    #s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53 .shogun-image-link {
      aspect-ratio: 550/615;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53.shogun-image {
    
    
  }


.s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53 .shogun-image-content {
  
    align-items: center;
  
}

.s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53 {
      --shg-aspect-ratio: calc(550/615); 
    }

    .s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53.shogun-image-container {
      position: relative;
    }

    .s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53 {
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

#s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53 .shg-image-content-wrapper {
      aspect-ratio: 550/615;
      width: 100%;
      height: 100%;
    }

    #s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53 .shogun-image-link {
      aspect-ratio: 550/615;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53.shogun-image {
    
    
  }


.s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53 .shogun-image-content {
  
    align-items: center;
  
}

.s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53 {
      --shg-aspect-ratio: calc(550/615); 
    }

    .s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53.shogun-image-container {
      position: relative;
    }

    .s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7448b9cd-ea7d-4c8e-9259-6d23cda3bb53 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-9f20bcbc-462b-4029-81a6-2f143b499a5f {
  margin-top: 8px;
margin-left: 0%;
margin-right: 0%;
}
@media (max-width: 767px){#s-9f20bcbc-462b-4029-81a6-2f143b499a5f {
  margin-top: 0px;
}
}
#s-a1ae55cc-680f-49a9-9ce0-ffc5cf61eab3 {
  margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(105, 193, 181, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
background-image: none;
hover-type: color;
}
#s-a1ae55cc-680f-49a9-9ce0-ffc5cf61eab3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a1ae55cc-680f-49a9-9ce0-ffc5cf61eab3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a1ae55cc-680f-49a9-9ce0-ffc5cf61eab3-root {
    text-align: center;
  }


#s-a1ae55cc-680f-49a9-9ce0-ffc5cf61eab3.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a1ae55cc-680f-49a9-9ce0-ffc5cf61eab3-root {
    text-align: center;
  }


#s-a1ae55cc-680f-49a9-9ce0-ffc5cf61eab3.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a1ae55cc-680f-49a9-9ce0-ffc5cf61eab3-root {
    text-align: center;
  }


#s-a1ae55cc-680f-49a9-9ce0-ffc5cf61eab3.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a1ae55cc-680f-49a9-9ce0-ffc5cf61eab3-root {
    text-align: center;
  }


#s-a1ae55cc-680f-49a9-9ce0-ffc5cf61eab3.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a1ae55cc-680f-49a9-9ce0-ffc5cf61eab3-root {
    text-align: center;
  }


#s-a1ae55cc-680f-49a9-9ce0-ffc5cf61eab3.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-cc06168a-ec6f-41f0-89c1-b7550aadc9eb {
  min-height: 50px;
}








#s-cc06168a-ec6f-41f0-89c1-b7550aadc9eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cc06168a-ec6f-41f0-89c1-b7550aadc9eb {
  cursor: pointer;
}#s-cc06168a-ec6f-41f0-89c1-b7550aadc9eb.shg-box.shg-c {
  justify-content: center;
}

#s-9e006dab-058e-4e9b-9fab-b106f1ae2789 {
  max-width: 550px;
aspect-ratio: 550/615;
text-align: center;
}
@media (max-width: 767px){#s-9e006dab-058e-4e9b-9fab-b106f1ae2789 {
  margin-top: 20px;
}
}


.shg-image-margin-container-s-9e006dab-058e-4e9b-9fab-b106f1ae2789 {
  
  
  
  
}

#s-9e006dab-058e-4e9b-9fab-b106f1ae2789 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9e006dab-058e-4e9b-9fab-b106f1ae2789 .shg-image-content-wrapper {
      aspect-ratio: 550/615;
      width: 100%;
      height: 100%;
    }

    #s-9e006dab-058e-4e9b-9fab-b106f1ae2789 .shogun-image-link {
      aspect-ratio: 550/615;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9e006dab-058e-4e9b-9fab-b106f1ae2789 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9e006dab-058e-4e9b-9fab-b106f1ae2789.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9e006dab-058e-4e9b-9fab-b106f1ae2789 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9e006dab-058e-4e9b-9fab-b106f1ae2789.shogun-image {
    
    
  }


.s-9e006dab-058e-4e9b-9fab-b106f1ae2789 .shogun-image-content {
  
    align-items: center;
  
}

.s-9e006dab-058e-4e9b-9fab-b106f1ae2789.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e006dab-058e-4e9b-9fab-b106f1ae2789.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e006dab-058e-4e9b-9fab-b106f1ae2789.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9e006dab-058e-4e9b-9fab-b106f1ae2789 {
      --shg-aspect-ratio: calc(550/615); 
    }

    .s-9e006dab-058e-4e9b-9fab-b106f1ae2789.shogun-image-container {
      position: relative;
    }

    .s-9e006dab-058e-4e9b-9fab-b106f1ae2789.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e006dab-058e-4e9b-9fab-b106f1ae2789.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e006dab-058e-4e9b-9fab-b106f1ae2789 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9e006dab-058e-4e9b-9fab-b106f1ae2789 {
  
  
  
  
}

#s-9e006dab-058e-4e9b-9fab-b106f1ae2789 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9e006dab-058e-4e9b-9fab-b106f1ae2789 .shg-image-content-wrapper {
      aspect-ratio: 550/615;
      width: 100%;
      height: 100%;
    }

    #s-9e006dab-058e-4e9b-9fab-b106f1ae2789 .shogun-image-link {
      aspect-ratio: 550/615;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9e006dab-058e-4e9b-9fab-b106f1ae2789 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9e006dab-058e-4e9b-9fab-b106f1ae2789.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9e006dab-058e-4e9b-9fab-b106f1ae2789 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9e006dab-058e-4e9b-9fab-b106f1ae2789.shogun-image {
    
    
  }


.s-9e006dab-058e-4e9b-9fab-b106f1ae2789 .shogun-image-content {
  
    align-items: center;
  
}

.s-9e006dab-058e-4e9b-9fab-b106f1ae2789.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e006dab-058e-4e9b-9fab-b106f1ae2789.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e006dab-058e-4e9b-9fab-b106f1ae2789.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9e006dab-058e-4e9b-9fab-b106f1ae2789 {
      --shg-aspect-ratio: calc(550/615); 
    }

    .s-9e006dab-058e-4e9b-9fab-b106f1ae2789.shogun-image-container {
      position: relative;
    }

    .s-9e006dab-058e-4e9b-9fab-b106f1ae2789.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e006dab-058e-4e9b-9fab-b106f1ae2789.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e006dab-058e-4e9b-9fab-b106f1ae2789 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-9e006dab-058e-4e9b-9fab-b106f1ae2789 {
  
  
  
  
}

#s-9e006dab-058e-4e9b-9fab-b106f1ae2789 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9e006dab-058e-4e9b-9fab-b106f1ae2789 .shg-image-content-wrapper {
      aspect-ratio: 550/615;
      width: 100%;
      height: 100%;
    }

    #s-9e006dab-058e-4e9b-9fab-b106f1ae2789 .shogun-image-link {
      aspect-ratio: 550/615;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9e006dab-058e-4e9b-9fab-b106f1ae2789 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9e006dab-058e-4e9b-9fab-b106f1ae2789.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9e006dab-058e-4e9b-9fab-b106f1ae2789 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9e006dab-058e-4e9b-9fab-b106f1ae2789.shogun-image {
    
    
  }


.s-9e006dab-058e-4e9b-9fab-b106f1ae2789 .shogun-image-content {
  
    align-items: center;
  
}

.s-9e006dab-058e-4e9b-9fab-b106f1ae2789.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e006dab-058e-4e9b-9fab-b106f1ae2789.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e006dab-058e-4e9b-9fab-b106f1ae2789.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9e006dab-058e-4e9b-9fab-b106f1ae2789 {
      --shg-aspect-ratio: calc(550/615); 
    }

    .s-9e006dab-058e-4e9b-9fab-b106f1ae2789.shogun-image-container {
      position: relative;
    }

    .s-9e006dab-058e-4e9b-9fab-b106f1ae2789.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e006dab-058e-4e9b-9fab-b106f1ae2789.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e006dab-058e-4e9b-9fab-b106f1ae2789 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-9e006dab-058e-4e9b-9fab-b106f1ae2789 {
  
  
  
  
}

#s-9e006dab-058e-4e9b-9fab-b106f1ae2789 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9e006dab-058e-4e9b-9fab-b106f1ae2789 .shg-image-content-wrapper {
      aspect-ratio: 550/615;
      width: 100%;
      height: 100%;
    }

    #s-9e006dab-058e-4e9b-9fab-b106f1ae2789 .shogun-image-link {
      aspect-ratio: 550/615;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9e006dab-058e-4e9b-9fab-b106f1ae2789 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9e006dab-058e-4e9b-9fab-b106f1ae2789.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9e006dab-058e-4e9b-9fab-b106f1ae2789 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9e006dab-058e-4e9b-9fab-b106f1ae2789.shogun-image {
    
    
  }


.s-9e006dab-058e-4e9b-9fab-b106f1ae2789 .shogun-image-content {
  
    align-items: center;
  
}

.s-9e006dab-058e-4e9b-9fab-b106f1ae2789.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e006dab-058e-4e9b-9fab-b106f1ae2789.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e006dab-058e-4e9b-9fab-b106f1ae2789.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9e006dab-058e-4e9b-9fab-b106f1ae2789 {
      --shg-aspect-ratio: calc(550/615); 
    }

    .s-9e006dab-058e-4e9b-9fab-b106f1ae2789.shogun-image-container {
      position: relative;
    }

    .s-9e006dab-058e-4e9b-9fab-b106f1ae2789.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e006dab-058e-4e9b-9fab-b106f1ae2789.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e006dab-058e-4e9b-9fab-b106f1ae2789 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-9e006dab-058e-4e9b-9fab-b106f1ae2789 {
  
  
  margin-top: 20px;
  
}

#s-9e006dab-058e-4e9b-9fab-b106f1ae2789 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9e006dab-058e-4e9b-9fab-b106f1ae2789 .shg-image-content-wrapper {
      aspect-ratio: 550/615;
      width: 100%;
      height: 100%;
    }

    #s-9e006dab-058e-4e9b-9fab-b106f1ae2789 .shogun-image-link {
      aspect-ratio: 550/615;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9e006dab-058e-4e9b-9fab-b106f1ae2789 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9e006dab-058e-4e9b-9fab-b106f1ae2789.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9e006dab-058e-4e9b-9fab-b106f1ae2789 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9e006dab-058e-4e9b-9fab-b106f1ae2789.shogun-image {
    
    
  }


.s-9e006dab-058e-4e9b-9fab-b106f1ae2789 .shogun-image-content {
  
    align-items: center;
  
}

.s-9e006dab-058e-4e9b-9fab-b106f1ae2789.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e006dab-058e-4e9b-9fab-b106f1ae2789.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e006dab-058e-4e9b-9fab-b106f1ae2789.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9e006dab-058e-4e9b-9fab-b106f1ae2789 {
      --shg-aspect-ratio: calc(550/615); 
    }

    .s-9e006dab-058e-4e9b-9fab-b106f1ae2789.shogun-image-container {
      position: relative;
    }

    .s-9e006dab-058e-4e9b-9fab-b106f1ae2789.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e006dab-058e-4e9b-9fab-b106f1ae2789.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e006dab-058e-4e9b-9fab-b106f1ae2789 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-5d532855-c1b4-4aec-8648-ce5d1ae3c534 {
  margin-left: 1%;
margin-right: 1%;
}

#s-1c633978-d0aa-42f9-8357-7ee12869287e {
  margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 160, 157, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-1c633978-d0aa-42f9-8357-7ee12869287e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1c633978-d0aa-42f9-8357-7ee12869287e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1c633978-d0aa-42f9-8357-7ee12869287e-root {
    text-align: center;
  }


#s-1c633978-d0aa-42f9-8357-7ee12869287e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1c633978-d0aa-42f9-8357-7ee12869287e-root {
    text-align: center;
  }


#s-1c633978-d0aa-42f9-8357-7ee12869287e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1c633978-d0aa-42f9-8357-7ee12869287e-root {
    text-align: center;
  }


#s-1c633978-d0aa-42f9-8357-7ee12869287e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1c633978-d0aa-42f9-8357-7ee12869287e-root {
    text-align: center;
  }


#s-1c633978-d0aa-42f9-8357-7ee12869287e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1c633978-d0aa-42f9-8357-7ee12869287e-root {
    text-align: center;
  }


#s-1c633978-d0aa-42f9-8357-7ee12869287e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-ea880a56-69c7-42a4-9a49-5425c758a73a {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-ea880a56-69c7-42a4-9a49-5425c758a73a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ea880a56-69c7-42a4-9a49-5425c758a73a.shg-box.shg-c {
  justify-content: center;
}

#s-7a9bcc57-1832-4127-a8bb-ae25b84dbbaf {
  margin-bottom: 4px;
}
@media (min-width: 1200px){#s-7a9bcc57-1832-4127-a8bb-ae25b84dbbaf {
  display: none;
}
#s-7a9bcc57-1832-4127-a8bb-ae25b84dbbaf, #wrap-s-7a9bcc57-1832-4127-a8bb-ae25b84dbbaf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7a9bcc57-1832-4127-a8bb-ae25b84dbbaf {
  display: none;
}
#s-7a9bcc57-1832-4127-a8bb-ae25b84dbbaf, #wrap-s-7a9bcc57-1832-4127-a8bb-ae25b84dbbaf { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7a9bcc57-1832-4127-a8bb-ae25b84dbbaf {
  display: none;
}
#s-7a9bcc57-1832-4127-a8bb-ae25b84dbbaf, #wrap-s-7a9bcc57-1832-4127-a8bb-ae25b84dbbaf { display: none !important; }}@media (max-width: 767px){#s-7a9bcc57-1832-4127-a8bb-ae25b84dbbaf {
  display: unset;
}
#s-7a9bcc57-1832-4127-a8bb-ae25b84dbbaf, #wrap-s-7a9bcc57-1832-4127-a8bb-ae25b84dbbaf { display: unset !important; }}
#s-bd773a3c-e51f-41be-b0c1-3003ff8244d7 {
  margin-bottom: 4px;
}
@media (max-width: 767px){#s-bd773a3c-e51f-41be-b0c1-3003ff8244d7 {
  display: none;
}
#s-bd773a3c-e51f-41be-b0c1-3003ff8244d7, #wrap-s-bd773a3c-e51f-41be-b0c1-3003ff8244d7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-81442d24-e815-44af-a110-964744eb20bd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-81442d24-e815-44af-a110-964744eb20bd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-81442d24-e815-44af-a110-964744eb20bd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-81442d24-e815-44af-a110-964744eb20bd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1 {
  max-width: 550px;
aspect-ratio: 550/395;
text-align: center;
}
@media (max-width: 767px){#s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1 {
  margin-bottom: 14px;
}
}


.shg-image-margin-container-s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1 {
  
  
  
  
}

#s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1 .shg-image-content-wrapper {
      aspect-ratio: 550/395;
      width: 100%;
      height: 100%;
    }

    #s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1 .shogun-image-link {
      aspect-ratio: 550/395;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1.shogun-image {
    
    
  }


.s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1 .shogun-image-content {
  
    align-items: center;
  
}

.s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1 {
      --shg-aspect-ratio: calc(550/395); 
    }

    .s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1.shogun-image-container {
      position: relative;
    }

    .s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1 {
  
  
  
  
}

#s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1 .shg-image-content-wrapper {
      aspect-ratio: 550/395;
      width: 100%;
      height: 100%;
    }

    #s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1 .shogun-image-link {
      aspect-ratio: 550/395;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1.shogun-image {
    
    
  }


.s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1 .shogun-image-content {
  
    align-items: center;
  
}

.s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1 {
      --shg-aspect-ratio: calc(550/395); 
    }

    .s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1.shogun-image-container {
      position: relative;
    }

    .s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1 {
  
  
  
  
}

#s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1 .shg-image-content-wrapper {
      aspect-ratio: 550/395;
      width: 100%;
      height: 100%;
    }

    #s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1 .shogun-image-link {
      aspect-ratio: 550/395;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1.shogun-image {
    
    
  }


.s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1 .shogun-image-content {
  
    align-items: center;
  
}

.s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1 {
      --shg-aspect-ratio: calc(550/395); 
    }

    .s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1.shogun-image-container {
      position: relative;
    }

    .s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1 {
  
  
  
  
}

#s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1 .shg-image-content-wrapper {
      aspect-ratio: 550/395;
      width: 100%;
      height: 100%;
    }

    #s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1 .shogun-image-link {
      aspect-ratio: 550/395;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1.shogun-image {
    
    
  }


.s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1 .shogun-image-content {
  
    align-items: center;
  
}

.s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1 {
      --shg-aspect-ratio: calc(550/395); 
    }

    .s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1.shogun-image-container {
      position: relative;
    }

    .s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1 {
  
  
  
  margin-bottom: 14px;
}

#s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1 .shg-image-content-wrapper {
      aspect-ratio: 550/395;
      width: 100%;
      height: 100%;
    }

    #s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1 .shogun-image-link {
      aspect-ratio: 550/395;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1.shogun-image {
    
    
  }


.s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1 .shogun-image-content {
  
    align-items: center;
  
}

.s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1 {
      --shg-aspect-ratio: calc(550/395); 
    }

    .s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1.shogun-image-container {
      position: relative;
    }

    .s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6fd54a97-ca60-4148-a0fa-63f5b97e0af1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-88fb9a69-79a9-466c-85df-e1af77bf6fa4 {
  max-width: 550px;
aspect-ratio: 550/395;
text-align: center;
}



.shg-image-margin-container-s-88fb9a69-79a9-466c-85df-e1af77bf6fa4 {
  
  
  
  
}

#s-88fb9a69-79a9-466c-85df-e1af77bf6fa4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88fb9a69-79a9-466c-85df-e1af77bf6fa4 .shg-image-content-wrapper {
      aspect-ratio: 550/395;
      width: 100%;
      height: 100%;
    }

    #s-88fb9a69-79a9-466c-85df-e1af77bf6fa4 .shogun-image-link {
      aspect-ratio: 550/395;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88fb9a69-79a9-466c-85df-e1af77bf6fa4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88fb9a69-79a9-466c-85df-e1af77bf6fa4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88fb9a69-79a9-466c-85df-e1af77bf6fa4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-88fb9a69-79a9-466c-85df-e1af77bf6fa4.shogun-image {
    
    
  }


.s-88fb9a69-79a9-466c-85df-e1af77bf6fa4 .shogun-image-content {
  
    align-items: center;
  
}

.s-88fb9a69-79a9-466c-85df-e1af77bf6fa4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88fb9a69-79a9-466c-85df-e1af77bf6fa4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88fb9a69-79a9-466c-85df-e1af77bf6fa4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88fb9a69-79a9-466c-85df-e1af77bf6fa4 {
      --shg-aspect-ratio: calc(550/395); 
    }

    .s-88fb9a69-79a9-466c-85df-e1af77bf6fa4.shogun-image-container {
      position: relative;
    }

    .s-88fb9a69-79a9-466c-85df-e1af77bf6fa4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88fb9a69-79a9-466c-85df-e1af77bf6fa4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88fb9a69-79a9-466c-85df-e1af77bf6fa4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-88fb9a69-79a9-466c-85df-e1af77bf6fa4 {
  
  
  
  
}

#s-88fb9a69-79a9-466c-85df-e1af77bf6fa4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88fb9a69-79a9-466c-85df-e1af77bf6fa4 .shg-image-content-wrapper {
      aspect-ratio: 550/395;
      width: 100%;
      height: 100%;
    }

    #s-88fb9a69-79a9-466c-85df-e1af77bf6fa4 .shogun-image-link {
      aspect-ratio: 550/395;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88fb9a69-79a9-466c-85df-e1af77bf6fa4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88fb9a69-79a9-466c-85df-e1af77bf6fa4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88fb9a69-79a9-466c-85df-e1af77bf6fa4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-88fb9a69-79a9-466c-85df-e1af77bf6fa4.shogun-image {
    
    
  }


.s-88fb9a69-79a9-466c-85df-e1af77bf6fa4 .shogun-image-content {
  
    align-items: center;
  
}

.s-88fb9a69-79a9-466c-85df-e1af77bf6fa4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88fb9a69-79a9-466c-85df-e1af77bf6fa4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88fb9a69-79a9-466c-85df-e1af77bf6fa4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88fb9a69-79a9-466c-85df-e1af77bf6fa4 {
      --shg-aspect-ratio: calc(550/395); 
    }

    .s-88fb9a69-79a9-466c-85df-e1af77bf6fa4.shogun-image-container {
      position: relative;
    }

    .s-88fb9a69-79a9-466c-85df-e1af77bf6fa4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88fb9a69-79a9-466c-85df-e1af77bf6fa4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88fb9a69-79a9-466c-85df-e1af77bf6fa4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-88fb9a69-79a9-466c-85df-e1af77bf6fa4 {
  
  
  
  
}

#s-88fb9a69-79a9-466c-85df-e1af77bf6fa4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88fb9a69-79a9-466c-85df-e1af77bf6fa4 .shg-image-content-wrapper {
      aspect-ratio: 550/395;
      width: 100%;
      height: 100%;
    }

    #s-88fb9a69-79a9-466c-85df-e1af77bf6fa4 .shogun-image-link {
      aspect-ratio: 550/395;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88fb9a69-79a9-466c-85df-e1af77bf6fa4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88fb9a69-79a9-466c-85df-e1af77bf6fa4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88fb9a69-79a9-466c-85df-e1af77bf6fa4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-88fb9a69-79a9-466c-85df-e1af77bf6fa4.shogun-image {
    
    
  }


.s-88fb9a69-79a9-466c-85df-e1af77bf6fa4 .shogun-image-content {
  
    align-items: center;
  
}

.s-88fb9a69-79a9-466c-85df-e1af77bf6fa4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88fb9a69-79a9-466c-85df-e1af77bf6fa4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88fb9a69-79a9-466c-85df-e1af77bf6fa4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88fb9a69-79a9-466c-85df-e1af77bf6fa4 {
      --shg-aspect-ratio: calc(550/395); 
    }

    .s-88fb9a69-79a9-466c-85df-e1af77bf6fa4.shogun-image-container {
      position: relative;
    }

    .s-88fb9a69-79a9-466c-85df-e1af77bf6fa4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88fb9a69-79a9-466c-85df-e1af77bf6fa4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88fb9a69-79a9-466c-85df-e1af77bf6fa4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-88fb9a69-79a9-466c-85df-e1af77bf6fa4 {
  
  
  
  
}

#s-88fb9a69-79a9-466c-85df-e1af77bf6fa4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88fb9a69-79a9-466c-85df-e1af77bf6fa4 .shg-image-content-wrapper {
      aspect-ratio: 550/395;
      width: 100%;
      height: 100%;
    }

    #s-88fb9a69-79a9-466c-85df-e1af77bf6fa4 .shogun-image-link {
      aspect-ratio: 550/395;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88fb9a69-79a9-466c-85df-e1af77bf6fa4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88fb9a69-79a9-466c-85df-e1af77bf6fa4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88fb9a69-79a9-466c-85df-e1af77bf6fa4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-88fb9a69-79a9-466c-85df-e1af77bf6fa4.shogun-image {
    
    
  }


.s-88fb9a69-79a9-466c-85df-e1af77bf6fa4 .shogun-image-content {
  
    align-items: center;
  
}

.s-88fb9a69-79a9-466c-85df-e1af77bf6fa4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88fb9a69-79a9-466c-85df-e1af77bf6fa4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88fb9a69-79a9-466c-85df-e1af77bf6fa4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88fb9a69-79a9-466c-85df-e1af77bf6fa4 {
      --shg-aspect-ratio: calc(550/395); 
    }

    .s-88fb9a69-79a9-466c-85df-e1af77bf6fa4.shogun-image-container {
      position: relative;
    }

    .s-88fb9a69-79a9-466c-85df-e1af77bf6fa4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88fb9a69-79a9-466c-85df-e1af77bf6fa4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88fb9a69-79a9-466c-85df-e1af77bf6fa4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-88fb9a69-79a9-466c-85df-e1af77bf6fa4 {
  
  
  
  
}

#s-88fb9a69-79a9-466c-85df-e1af77bf6fa4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88fb9a69-79a9-466c-85df-e1af77bf6fa4 .shg-image-content-wrapper {
      aspect-ratio: 550/395;
      width: 100%;
      height: 100%;
    }

    #s-88fb9a69-79a9-466c-85df-e1af77bf6fa4 .shogun-image-link {
      aspect-ratio: 550/395;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88fb9a69-79a9-466c-85df-e1af77bf6fa4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88fb9a69-79a9-466c-85df-e1af77bf6fa4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88fb9a69-79a9-466c-85df-e1af77bf6fa4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-88fb9a69-79a9-466c-85df-e1af77bf6fa4.shogun-image {
    
    
  }


.s-88fb9a69-79a9-466c-85df-e1af77bf6fa4 .shogun-image-content {
  
    align-items: center;
  
}

.s-88fb9a69-79a9-466c-85df-e1af77bf6fa4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88fb9a69-79a9-466c-85df-e1af77bf6fa4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88fb9a69-79a9-466c-85df-e1af77bf6fa4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88fb9a69-79a9-466c-85df-e1af77bf6fa4 {
      --shg-aspect-ratio: calc(550/395); 
    }

    .s-88fb9a69-79a9-466c-85df-e1af77bf6fa4.shogun-image-container {
      position: relative;
    }

    .s-88fb9a69-79a9-466c-85df-e1af77bf6fa4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88fb9a69-79a9-466c-85df-e1af77bf6fa4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88fb9a69-79a9-466c-85df-e1af77bf6fa4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-d739a3a1-482f-49c0-8af4-222a4a674e4d {
  max-width: 550px;
aspect-ratio: 550/395;
text-align: center;
}



.shg-image-margin-container-s-d739a3a1-482f-49c0-8af4-222a4a674e4d {
  
  
  
  
}

#s-d739a3a1-482f-49c0-8af4-222a4a674e4d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d739a3a1-482f-49c0-8af4-222a4a674e4d .shg-image-content-wrapper {
      aspect-ratio: 550/395;
      width: 100%;
      height: 100%;
    }

    #s-d739a3a1-482f-49c0-8af4-222a4a674e4d .shogun-image-link {
      aspect-ratio: 550/395;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d739a3a1-482f-49c0-8af4-222a4a674e4d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d739a3a1-482f-49c0-8af4-222a4a674e4d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d739a3a1-482f-49c0-8af4-222a4a674e4d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d739a3a1-482f-49c0-8af4-222a4a674e4d.shogun-image {
    
    
  }


.s-d739a3a1-482f-49c0-8af4-222a4a674e4d .shogun-image-content {
  
    align-items: center;
  
}

.s-d739a3a1-482f-49c0-8af4-222a4a674e4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d739a3a1-482f-49c0-8af4-222a4a674e4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d739a3a1-482f-49c0-8af4-222a4a674e4d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d739a3a1-482f-49c0-8af4-222a4a674e4d {
      --shg-aspect-ratio: calc(550/395); 
    }

    .s-d739a3a1-482f-49c0-8af4-222a4a674e4d.shogun-image-container {
      position: relative;
    }

    .s-d739a3a1-482f-49c0-8af4-222a4a674e4d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d739a3a1-482f-49c0-8af4-222a4a674e4d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d739a3a1-482f-49c0-8af4-222a4a674e4d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d739a3a1-482f-49c0-8af4-222a4a674e4d {
  
  
  
  
}

#s-d739a3a1-482f-49c0-8af4-222a4a674e4d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d739a3a1-482f-49c0-8af4-222a4a674e4d .shg-image-content-wrapper {
      aspect-ratio: 550/395;
      width: 100%;
      height: 100%;
    }

    #s-d739a3a1-482f-49c0-8af4-222a4a674e4d .shogun-image-link {
      aspect-ratio: 550/395;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d739a3a1-482f-49c0-8af4-222a4a674e4d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d739a3a1-482f-49c0-8af4-222a4a674e4d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d739a3a1-482f-49c0-8af4-222a4a674e4d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d739a3a1-482f-49c0-8af4-222a4a674e4d.shogun-image {
    
    
  }


.s-d739a3a1-482f-49c0-8af4-222a4a674e4d .shogun-image-content {
  
    align-items: center;
  
}

.s-d739a3a1-482f-49c0-8af4-222a4a674e4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d739a3a1-482f-49c0-8af4-222a4a674e4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d739a3a1-482f-49c0-8af4-222a4a674e4d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d739a3a1-482f-49c0-8af4-222a4a674e4d {
      --shg-aspect-ratio: calc(550/395); 
    }

    .s-d739a3a1-482f-49c0-8af4-222a4a674e4d.shogun-image-container {
      position: relative;
    }

    .s-d739a3a1-482f-49c0-8af4-222a4a674e4d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d739a3a1-482f-49c0-8af4-222a4a674e4d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d739a3a1-482f-49c0-8af4-222a4a674e4d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d739a3a1-482f-49c0-8af4-222a4a674e4d {
  
  
  
  
}

#s-d739a3a1-482f-49c0-8af4-222a4a674e4d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d739a3a1-482f-49c0-8af4-222a4a674e4d .shg-image-content-wrapper {
      aspect-ratio: 550/395;
      width: 100%;
      height: 100%;
    }

    #s-d739a3a1-482f-49c0-8af4-222a4a674e4d .shogun-image-link {
      aspect-ratio: 550/395;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d739a3a1-482f-49c0-8af4-222a4a674e4d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d739a3a1-482f-49c0-8af4-222a4a674e4d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d739a3a1-482f-49c0-8af4-222a4a674e4d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d739a3a1-482f-49c0-8af4-222a4a674e4d.shogun-image {
    
    
  }


.s-d739a3a1-482f-49c0-8af4-222a4a674e4d .shogun-image-content {
  
    align-items: center;
  
}

.s-d739a3a1-482f-49c0-8af4-222a4a674e4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d739a3a1-482f-49c0-8af4-222a4a674e4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d739a3a1-482f-49c0-8af4-222a4a674e4d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d739a3a1-482f-49c0-8af4-222a4a674e4d {
      --shg-aspect-ratio: calc(550/395); 
    }

    .s-d739a3a1-482f-49c0-8af4-222a4a674e4d.shogun-image-container {
      position: relative;
    }

    .s-d739a3a1-482f-49c0-8af4-222a4a674e4d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d739a3a1-482f-49c0-8af4-222a4a674e4d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d739a3a1-482f-49c0-8af4-222a4a674e4d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d739a3a1-482f-49c0-8af4-222a4a674e4d {
  
  
  
  
}

#s-d739a3a1-482f-49c0-8af4-222a4a674e4d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d739a3a1-482f-49c0-8af4-222a4a674e4d .shg-image-content-wrapper {
      aspect-ratio: 550/395;
      width: 100%;
      height: 100%;
    }

    #s-d739a3a1-482f-49c0-8af4-222a4a674e4d .shogun-image-link {
      aspect-ratio: 550/395;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d739a3a1-482f-49c0-8af4-222a4a674e4d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d739a3a1-482f-49c0-8af4-222a4a674e4d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d739a3a1-482f-49c0-8af4-222a4a674e4d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d739a3a1-482f-49c0-8af4-222a4a674e4d.shogun-image {
    
    
  }


.s-d739a3a1-482f-49c0-8af4-222a4a674e4d .shogun-image-content {
  
    align-items: center;
  
}

.s-d739a3a1-482f-49c0-8af4-222a4a674e4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d739a3a1-482f-49c0-8af4-222a4a674e4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d739a3a1-482f-49c0-8af4-222a4a674e4d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d739a3a1-482f-49c0-8af4-222a4a674e4d {
      --shg-aspect-ratio: calc(550/395); 
    }

    .s-d739a3a1-482f-49c0-8af4-222a4a674e4d.shogun-image-container {
      position: relative;
    }

    .s-d739a3a1-482f-49c0-8af4-222a4a674e4d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d739a3a1-482f-49c0-8af4-222a4a674e4d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d739a3a1-482f-49c0-8af4-222a4a674e4d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d739a3a1-482f-49c0-8af4-222a4a674e4d {
  
  
  
  
}

#s-d739a3a1-482f-49c0-8af4-222a4a674e4d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d739a3a1-482f-49c0-8af4-222a4a674e4d .shg-image-content-wrapper {
      aspect-ratio: 550/395;
      width: 100%;
      height: 100%;
    }

    #s-d739a3a1-482f-49c0-8af4-222a4a674e4d .shogun-image-link {
      aspect-ratio: 550/395;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d739a3a1-482f-49c0-8af4-222a4a674e4d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d739a3a1-482f-49c0-8af4-222a4a674e4d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d739a3a1-482f-49c0-8af4-222a4a674e4d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d739a3a1-482f-49c0-8af4-222a4a674e4d.shogun-image {
    
    
  }


.s-d739a3a1-482f-49c0-8af4-222a4a674e4d .shogun-image-content {
  
    align-items: center;
  
}

.s-d739a3a1-482f-49c0-8af4-222a4a674e4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d739a3a1-482f-49c0-8af4-222a4a674e4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d739a3a1-482f-49c0-8af4-222a4a674e4d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d739a3a1-482f-49c0-8af4-222a4a674e4d {
      --shg-aspect-ratio: calc(550/395); 
    }

    .s-d739a3a1-482f-49c0-8af4-222a4a674e4d.shogun-image-container {
      position: relative;
    }

    .s-d739a3a1-482f-49c0-8af4-222a4a674e4d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d739a3a1-482f-49c0-8af4-222a4a674e4d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d739a3a1-482f-49c0-8af4-222a4a674e4d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-cfd40bca-d2a5-46d7-9409-add97994ce37 {
  max-width: 550px;
aspect-ratio: 550/395;
text-align: center;
}



.shg-image-margin-container-s-cfd40bca-d2a5-46d7-9409-add97994ce37 {
  
  
  
  
}

#s-cfd40bca-d2a5-46d7-9409-add97994ce37 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cfd40bca-d2a5-46d7-9409-add97994ce37 .shg-image-content-wrapper {
      aspect-ratio: 550/395;
      width: 100%;
      height: 100%;
    }

    #s-cfd40bca-d2a5-46d7-9409-add97994ce37 .shogun-image-link {
      aspect-ratio: 550/395;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cfd40bca-d2a5-46d7-9409-add97994ce37 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cfd40bca-d2a5-46d7-9409-add97994ce37.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cfd40bca-d2a5-46d7-9409-add97994ce37 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cfd40bca-d2a5-46d7-9409-add97994ce37.shogun-image {
    
    
  }


.s-cfd40bca-d2a5-46d7-9409-add97994ce37 .shogun-image-content {
  
    align-items: center;
  
}

.s-cfd40bca-d2a5-46d7-9409-add97994ce37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfd40bca-d2a5-46d7-9409-add97994ce37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfd40bca-d2a5-46d7-9409-add97994ce37.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cfd40bca-d2a5-46d7-9409-add97994ce37 {
      --shg-aspect-ratio: calc(550/395); 
    }

    .s-cfd40bca-d2a5-46d7-9409-add97994ce37.shogun-image-container {
      position: relative;
    }

    .s-cfd40bca-d2a5-46d7-9409-add97994ce37.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cfd40bca-d2a5-46d7-9409-add97994ce37.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cfd40bca-d2a5-46d7-9409-add97994ce37 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-cfd40bca-d2a5-46d7-9409-add97994ce37 {
  
  
  
  
}

#s-cfd40bca-d2a5-46d7-9409-add97994ce37 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cfd40bca-d2a5-46d7-9409-add97994ce37 .shg-image-content-wrapper {
      aspect-ratio: 550/395;
      width: 100%;
      height: 100%;
    }

    #s-cfd40bca-d2a5-46d7-9409-add97994ce37 .shogun-image-link {
      aspect-ratio: 550/395;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cfd40bca-d2a5-46d7-9409-add97994ce37 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cfd40bca-d2a5-46d7-9409-add97994ce37.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cfd40bca-d2a5-46d7-9409-add97994ce37 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cfd40bca-d2a5-46d7-9409-add97994ce37.shogun-image {
    
    
  }


.s-cfd40bca-d2a5-46d7-9409-add97994ce37 .shogun-image-content {
  
    align-items: center;
  
}

.s-cfd40bca-d2a5-46d7-9409-add97994ce37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfd40bca-d2a5-46d7-9409-add97994ce37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfd40bca-d2a5-46d7-9409-add97994ce37.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cfd40bca-d2a5-46d7-9409-add97994ce37 {
      --shg-aspect-ratio: calc(550/395); 
    }

    .s-cfd40bca-d2a5-46d7-9409-add97994ce37.shogun-image-container {
      position: relative;
    }

    .s-cfd40bca-d2a5-46d7-9409-add97994ce37.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cfd40bca-d2a5-46d7-9409-add97994ce37.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cfd40bca-d2a5-46d7-9409-add97994ce37 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-cfd40bca-d2a5-46d7-9409-add97994ce37 {
  
  
  
  
}

#s-cfd40bca-d2a5-46d7-9409-add97994ce37 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cfd40bca-d2a5-46d7-9409-add97994ce37 .shg-image-content-wrapper {
      aspect-ratio: 550/395;
      width: 100%;
      height: 100%;
    }

    #s-cfd40bca-d2a5-46d7-9409-add97994ce37 .shogun-image-link {
      aspect-ratio: 550/395;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cfd40bca-d2a5-46d7-9409-add97994ce37 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cfd40bca-d2a5-46d7-9409-add97994ce37.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cfd40bca-d2a5-46d7-9409-add97994ce37 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cfd40bca-d2a5-46d7-9409-add97994ce37.shogun-image {
    
    
  }


.s-cfd40bca-d2a5-46d7-9409-add97994ce37 .shogun-image-content {
  
    align-items: center;
  
}

.s-cfd40bca-d2a5-46d7-9409-add97994ce37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfd40bca-d2a5-46d7-9409-add97994ce37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfd40bca-d2a5-46d7-9409-add97994ce37.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cfd40bca-d2a5-46d7-9409-add97994ce37 {
      --shg-aspect-ratio: calc(550/395); 
    }

    .s-cfd40bca-d2a5-46d7-9409-add97994ce37.shogun-image-container {
      position: relative;
    }

    .s-cfd40bca-d2a5-46d7-9409-add97994ce37.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cfd40bca-d2a5-46d7-9409-add97994ce37.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cfd40bca-d2a5-46d7-9409-add97994ce37 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-cfd40bca-d2a5-46d7-9409-add97994ce37 {
  
  
  
  
}

#s-cfd40bca-d2a5-46d7-9409-add97994ce37 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cfd40bca-d2a5-46d7-9409-add97994ce37 .shg-image-content-wrapper {
      aspect-ratio: 550/395;
      width: 100%;
      height: 100%;
    }

    #s-cfd40bca-d2a5-46d7-9409-add97994ce37 .shogun-image-link {
      aspect-ratio: 550/395;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cfd40bca-d2a5-46d7-9409-add97994ce37 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cfd40bca-d2a5-46d7-9409-add97994ce37.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cfd40bca-d2a5-46d7-9409-add97994ce37 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cfd40bca-d2a5-46d7-9409-add97994ce37.shogun-image {
    
    
  }


.s-cfd40bca-d2a5-46d7-9409-add97994ce37 .shogun-image-content {
  
    align-items: center;
  
}

.s-cfd40bca-d2a5-46d7-9409-add97994ce37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfd40bca-d2a5-46d7-9409-add97994ce37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfd40bca-d2a5-46d7-9409-add97994ce37.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cfd40bca-d2a5-46d7-9409-add97994ce37 {
      --shg-aspect-ratio: calc(550/395); 
    }

    .s-cfd40bca-d2a5-46d7-9409-add97994ce37.shogun-image-container {
      position: relative;
    }

    .s-cfd40bca-d2a5-46d7-9409-add97994ce37.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cfd40bca-d2a5-46d7-9409-add97994ce37.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cfd40bca-d2a5-46d7-9409-add97994ce37 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-cfd40bca-d2a5-46d7-9409-add97994ce37 {
  
  
  
  
}

#s-cfd40bca-d2a5-46d7-9409-add97994ce37 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cfd40bca-d2a5-46d7-9409-add97994ce37 .shg-image-content-wrapper {
      aspect-ratio: 550/395;
      width: 100%;
      height: 100%;
    }

    #s-cfd40bca-d2a5-46d7-9409-add97994ce37 .shogun-image-link {
      aspect-ratio: 550/395;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cfd40bca-d2a5-46d7-9409-add97994ce37 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cfd40bca-d2a5-46d7-9409-add97994ce37.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cfd40bca-d2a5-46d7-9409-add97994ce37 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cfd40bca-d2a5-46d7-9409-add97994ce37.shogun-image {
    
    
  }


.s-cfd40bca-d2a5-46d7-9409-add97994ce37 .shogun-image-content {
  
    align-items: center;
  
}

.s-cfd40bca-d2a5-46d7-9409-add97994ce37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfd40bca-d2a5-46d7-9409-add97994ce37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfd40bca-d2a5-46d7-9409-add97994ce37.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cfd40bca-d2a5-46d7-9409-add97994ce37 {
      --shg-aspect-ratio: calc(550/395); 
    }

    .s-cfd40bca-d2a5-46d7-9409-add97994ce37.shogun-image-container {
      position: relative;
    }

    .s-cfd40bca-d2a5-46d7-9409-add97994ce37.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cfd40bca-d2a5-46d7-9409-add97994ce37.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cfd40bca-d2a5-46d7-9409-add97994ce37 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-59b94d4c-beb5-49a0-ac42-f3e90d826a76 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-59b94d4c-beb5-49a0-ac42-f3e90d826a76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-59b94d4c-beb5-49a0-ac42-f3e90d826a76 {
  cursor: pointer;
}#s-59b94d4c-beb5-49a0-ac42-f3e90d826a76.shg-box.shg-c {
  justify-content: center;
}

#s-e0accd2a-20b7-4277-a393-bf68b1ef2642 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center top;
}

#s-e0accd2a-20b7-4277-a393-bf68b1ef2642 {
  background-image: url(https://i.shgcdn.com/1f40185d-6f4f-4ccc-9c03-64266f6b36a5/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-e0accd2a-20b7-4277-a393-bf68b1ef2642 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e0accd2a-20b7-4277-a393-bf68b1ef2642.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2de235bd-9417-44db-9143-ea497ac3795f {
  margin-top: 76px;
margin-bottom: -8px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-65a70b67-f717-428a-9b55-a4ed0cd987dd {
  margin-top: 3px;
margin-left: 11%;
margin-bottom: 0px;
margin-right: 11%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-65a70b67-f717-428a-9b55-a4ed0cd987dd {
  margin-left: 0%;
margin-right: 0%;
display: none;
}
#s-65a70b67-f717-428a-9b55-a4ed0cd987dd, #wrap-s-65a70b67-f717-428a-9b55-a4ed0cd987dd { display: none !important; }}
#s-f45273d1-f425-46a9-8862-6e0dacca488f {
  margin-top: 3px;
margin-left: 11%;
margin-bottom: 0px;
margin-right: 11%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-f45273d1-f425-46a9-8862-6e0dacca488f {
  display: none;
}
#s-f45273d1-f425-46a9-8862-6e0dacca488f, #wrap-s-f45273d1-f425-46a9-8862-6e0dacca488f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f45273d1-f425-46a9-8862-6e0dacca488f {
  display: none;
}
#s-f45273d1-f425-46a9-8862-6e0dacca488f, #wrap-s-f45273d1-f425-46a9-8862-6e0dacca488f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f45273d1-f425-46a9-8862-6e0dacca488f {
  display: none;
}
#s-f45273d1-f425-46a9-8862-6e0dacca488f, #wrap-s-f45273d1-f425-46a9-8862-6e0dacca488f { display: none !important; }}@media (max-width: 767px){#s-f45273d1-f425-46a9-8862-6e0dacca488f {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-691ad51c-2da9-4dee-ba7f-86b4f60beaad {
  margin-top: 0px;
margin-bottom: 13px;
}
@media (max-width: 767px){#s-691ad51c-2da9-4dee-ba7f-86b4f60beaad {
  display: none;
}
#s-691ad51c-2da9-4dee-ba7f-86b4f60beaad, #wrap-s-691ad51c-2da9-4dee-ba7f-86b4f60beaad { display: none !important; }}
#s-3be40f3e-97ef-426b-9a7e-467158ce709d {
  margin-top: 1px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-3be40f3e-97ef-426b-9a7e-467158ce709d {
  display: none;
}
#s-3be40f3e-97ef-426b-9a7e-467158ce709d, #wrap-s-3be40f3e-97ef-426b-9a7e-467158ce709d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3be40f3e-97ef-426b-9a7e-467158ce709d {
  display: none;
}
#s-3be40f3e-97ef-426b-9a7e-467158ce709d, #wrap-s-3be40f3e-97ef-426b-9a7e-467158ce709d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3be40f3e-97ef-426b-9a7e-467158ce709d {
  display: none;
}
#s-3be40f3e-97ef-426b-9a7e-467158ce709d, #wrap-s-3be40f3e-97ef-426b-9a7e-467158ce709d { display: none !important; }}
#s-9f195f76-1a80-41f7-9d50-7f980f8afa8c {
  min-height: 50px;
}








#s-9f195f76-1a80-41f7-9d50-7f980f8afa8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9f195f76-1a80-41f7-9d50-7f980f8afa8c.shg-box.shg-c {
  justify-content: center;
}

#s-2d2c1819-c639-48e5-ae74-9470aca751f2 {
  margin-top: 9px;
margin-bottom: 0px;
min-height: 50px;
}








#s-2d2c1819-c639-48e5-ae74-9470aca751f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2d2c1819-c639-48e5-ae74-9470aca751f2.shg-box.shg-c {
  justify-content: center;
}

#s-1b051895-842a-45da-b733-9aff4b5f6c52 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-1b051895-842a-45da-b733-9aff4b5f6c52"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-1b051895-842a-45da-b733-9aff4b5f6c52"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-1b051895-842a-45da-b733-9aff4b5f6c52"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-1b051895-842a-45da-b733-9aff4b5f6c52"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 8.0px);
}

}

#s-7cbb9fec-364a-414c-9b9c-fd0bc57b5938 {
  min-height: 50px;
max-width: 600px;
}
@media (max-width: 767px){#s-7cbb9fec-364a-414c-9b9c-fd0bc57b5938 {
  margin-top: 0px;
margin-bottom: 10px;
}
}







#s-7cbb9fec-364a-414c-9b9c-fd0bc57b5938 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7cbb9fec-364a-414c-9b9c-fd0bc57b5938 {
  cursor: pointer;
}#s-7cbb9fec-364a-414c-9b9c-fd0bc57b5938.shg-box.shg-c {
  justify-content: center;
}

#s-5152798b-aaec-4032-a997-28d4d2032a74 {
  max-width: 1227px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-5152798b-aaec-4032-a997-28d4d2032a74 {
  
  
  
  
}

#s-5152798b-aaec-4032-a997-28d4d2032a74 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5152798b-aaec-4032-a997-28d4d2032a74 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5152798b-aaec-4032-a997-28d4d2032a74 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5152798b-aaec-4032-a997-28d4d2032a74 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5152798b-aaec-4032-a997-28d4d2032a74 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image {
    
    
  }


.s-5152798b-aaec-4032-a997-28d4d2032a74 .shogun-image-content {
  
    align-items: center;
  
}

.s-5152798b-aaec-4032-a997-28d4d2032a74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5152798b-aaec-4032-a997-28d4d2032a74 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image-container {
      position: relative;
    }

    .s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5152798b-aaec-4032-a997-28d4d2032a74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-5152798b-aaec-4032-a997-28d4d2032a74 {
  
  
  
  
}

#s-5152798b-aaec-4032-a997-28d4d2032a74 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5152798b-aaec-4032-a997-28d4d2032a74 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5152798b-aaec-4032-a997-28d4d2032a74 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5152798b-aaec-4032-a997-28d4d2032a74 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5152798b-aaec-4032-a997-28d4d2032a74 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image {
    
    
  }


.s-5152798b-aaec-4032-a997-28d4d2032a74 .shogun-image-content {
  
    align-items: center;
  
}

.s-5152798b-aaec-4032-a997-28d4d2032a74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5152798b-aaec-4032-a997-28d4d2032a74 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image-container {
      position: relative;
    }

    .s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5152798b-aaec-4032-a997-28d4d2032a74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-5152798b-aaec-4032-a997-28d4d2032a74 {
  
  
  
  
}

#s-5152798b-aaec-4032-a997-28d4d2032a74 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5152798b-aaec-4032-a997-28d4d2032a74 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5152798b-aaec-4032-a997-28d4d2032a74 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5152798b-aaec-4032-a997-28d4d2032a74 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5152798b-aaec-4032-a997-28d4d2032a74 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image {
    
    
  }


.s-5152798b-aaec-4032-a997-28d4d2032a74 .shogun-image-content {
  
    align-items: center;
  
}

.s-5152798b-aaec-4032-a997-28d4d2032a74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5152798b-aaec-4032-a997-28d4d2032a74 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image-container {
      position: relative;
    }

    .s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5152798b-aaec-4032-a997-28d4d2032a74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-5152798b-aaec-4032-a997-28d4d2032a74 {
  
  
  
  
}

#s-5152798b-aaec-4032-a997-28d4d2032a74 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5152798b-aaec-4032-a997-28d4d2032a74 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5152798b-aaec-4032-a997-28d4d2032a74 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5152798b-aaec-4032-a997-28d4d2032a74 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5152798b-aaec-4032-a997-28d4d2032a74 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image {
    
    
  }


.s-5152798b-aaec-4032-a997-28d4d2032a74 .shogun-image-content {
  
    align-items: center;
  
}

.s-5152798b-aaec-4032-a997-28d4d2032a74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5152798b-aaec-4032-a997-28d4d2032a74 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image-container {
      position: relative;
    }

    .s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5152798b-aaec-4032-a997-28d4d2032a74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-5152798b-aaec-4032-a997-28d4d2032a74 {
  
  
  
  
}

#s-5152798b-aaec-4032-a997-28d4d2032a74 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5152798b-aaec-4032-a997-28d4d2032a74 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5152798b-aaec-4032-a997-28d4d2032a74 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5152798b-aaec-4032-a997-28d4d2032a74 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5152798b-aaec-4032-a997-28d4d2032a74 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image {
    
    
  }


.s-5152798b-aaec-4032-a997-28d4d2032a74 .shogun-image-content {
  
    align-items: center;
  
}

.s-5152798b-aaec-4032-a997-28d4d2032a74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5152798b-aaec-4032-a997-28d4d2032a74 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image-container {
      position: relative;
    }

    .s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5152798b-aaec-4032-a997-28d4d2032a74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-b96ac80a-5bd5-4b9c-b0c5-90c2a6ace14c {
  min-height: 50px;
}








#s-b96ac80a-5bd5-4b9c-b0c5-90c2a6ace14c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b96ac80a-5bd5-4b9c-b0c5-90c2a6ace14c {
  cursor: pointer;
}#s-b96ac80a-5bd5-4b9c-b0c5-90c2a6ace14c.shg-box.shg-c {
  justify-content: center;
}

#s-9cca251a-afb9-49ed-bbc9-09b03cbb492b {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-9cca251a-afb9-49ed-bbc9-09b03cbb492b {
  
  
  
  
}

#s-9cca251a-afb9-49ed-bbc9-09b03cbb492b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9cca251a-afb9-49ed-bbc9-09b03cbb492b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9cca251a-afb9-49ed-bbc9-09b03cbb492b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9cca251a-afb9-49ed-bbc9-09b03cbb492b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9cca251a-afb9-49ed-bbc9-09b03cbb492b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image {
    
    
  }


.s-9cca251a-afb9-49ed-bbc9-09b03cbb492b .shogun-image-content {
  
    align-items: center;
  
}

.s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9cca251a-afb9-49ed-bbc9-09b03cbb492b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image-container {
      position: relative;
    }

    .s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9cca251a-afb9-49ed-bbc9-09b03cbb492b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9cca251a-afb9-49ed-bbc9-09b03cbb492b {
  
  
  
  
}

#s-9cca251a-afb9-49ed-bbc9-09b03cbb492b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9cca251a-afb9-49ed-bbc9-09b03cbb492b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9cca251a-afb9-49ed-bbc9-09b03cbb492b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9cca251a-afb9-49ed-bbc9-09b03cbb492b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9cca251a-afb9-49ed-bbc9-09b03cbb492b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image {
    
    
  }


.s-9cca251a-afb9-49ed-bbc9-09b03cbb492b .shogun-image-content {
  
    align-items: center;
  
}

.s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9cca251a-afb9-49ed-bbc9-09b03cbb492b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image-container {
      position: relative;
    }

    .s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9cca251a-afb9-49ed-bbc9-09b03cbb492b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-9cca251a-afb9-49ed-bbc9-09b03cbb492b {
  
  
  
  
}

#s-9cca251a-afb9-49ed-bbc9-09b03cbb492b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9cca251a-afb9-49ed-bbc9-09b03cbb492b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9cca251a-afb9-49ed-bbc9-09b03cbb492b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9cca251a-afb9-49ed-bbc9-09b03cbb492b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9cca251a-afb9-49ed-bbc9-09b03cbb492b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image {
    
    
  }


.s-9cca251a-afb9-49ed-bbc9-09b03cbb492b .shogun-image-content {
  
    align-items: center;
  
}

.s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9cca251a-afb9-49ed-bbc9-09b03cbb492b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image-container {
      position: relative;
    }

    .s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9cca251a-afb9-49ed-bbc9-09b03cbb492b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-9cca251a-afb9-49ed-bbc9-09b03cbb492b {
  
  
  
  
}

#s-9cca251a-afb9-49ed-bbc9-09b03cbb492b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9cca251a-afb9-49ed-bbc9-09b03cbb492b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9cca251a-afb9-49ed-bbc9-09b03cbb492b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9cca251a-afb9-49ed-bbc9-09b03cbb492b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9cca251a-afb9-49ed-bbc9-09b03cbb492b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image {
    
    
  }


.s-9cca251a-afb9-49ed-bbc9-09b03cbb492b .shogun-image-content {
  
    align-items: center;
  
}

.s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9cca251a-afb9-49ed-bbc9-09b03cbb492b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image-container {
      position: relative;
    }

    .s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9cca251a-afb9-49ed-bbc9-09b03cbb492b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-9cca251a-afb9-49ed-bbc9-09b03cbb492b {
  
  
  
  
}

#s-9cca251a-afb9-49ed-bbc9-09b03cbb492b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9cca251a-afb9-49ed-bbc9-09b03cbb492b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9cca251a-afb9-49ed-bbc9-09b03cbb492b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9cca251a-afb9-49ed-bbc9-09b03cbb492b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9cca251a-afb9-49ed-bbc9-09b03cbb492b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image {
    
    
  }


.s-9cca251a-afb9-49ed-bbc9-09b03cbb492b .shogun-image-content {
  
    align-items: center;
  
}

.s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9cca251a-afb9-49ed-bbc9-09b03cbb492b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image-container {
      position: relative;
    }

    .s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9cca251a-afb9-49ed-bbc9-09b03cbb492b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-73ad995f-7f34-4896-a6b3-88083da85f39 {
  min-height: 50px;
}








#s-73ad995f-7f34-4896-a6b3-88083da85f39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-73ad995f-7f34-4896-a6b3-88083da85f39 {
  cursor: pointer;
}#s-73ad995f-7f34-4896-a6b3-88083da85f39.shg-box.shg-c {
  justify-content: center;
}

#s-dfa7f84b-4600-4ccd-a905-21dda144d88d {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-dfa7f84b-4600-4ccd-a905-21dda144d88d {
  
  
  
  
}

#s-dfa7f84b-4600-4ccd-a905-21dda144d88d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dfa7f84b-4600-4ccd-a905-21dda144d88d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-dfa7f84b-4600-4ccd-a905-21dda144d88d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dfa7f84b-4600-4ccd-a905-21dda144d88d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dfa7f84b-4600-4ccd-a905-21dda144d88d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image {
    
    
  }


.s-dfa7f84b-4600-4ccd-a905-21dda144d88d .shogun-image-content {
  
    align-items: center;
  
}

.s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dfa7f84b-4600-4ccd-a905-21dda144d88d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image-container {
      position: relative;
    }

    .s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dfa7f84b-4600-4ccd-a905-21dda144d88d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-dfa7f84b-4600-4ccd-a905-21dda144d88d {
  
  
  
  
}

#s-dfa7f84b-4600-4ccd-a905-21dda144d88d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dfa7f84b-4600-4ccd-a905-21dda144d88d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-dfa7f84b-4600-4ccd-a905-21dda144d88d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dfa7f84b-4600-4ccd-a905-21dda144d88d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dfa7f84b-4600-4ccd-a905-21dda144d88d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image {
    
    
  }


.s-dfa7f84b-4600-4ccd-a905-21dda144d88d .shogun-image-content {
  
    align-items: center;
  
}

.s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dfa7f84b-4600-4ccd-a905-21dda144d88d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image-container {
      position: relative;
    }

    .s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dfa7f84b-4600-4ccd-a905-21dda144d88d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-dfa7f84b-4600-4ccd-a905-21dda144d88d {
  
  
  
  
}

#s-dfa7f84b-4600-4ccd-a905-21dda144d88d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dfa7f84b-4600-4ccd-a905-21dda144d88d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-dfa7f84b-4600-4ccd-a905-21dda144d88d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dfa7f84b-4600-4ccd-a905-21dda144d88d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dfa7f84b-4600-4ccd-a905-21dda144d88d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image {
    
    
  }


.s-dfa7f84b-4600-4ccd-a905-21dda144d88d .shogun-image-content {
  
    align-items: center;
  
}

.s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dfa7f84b-4600-4ccd-a905-21dda144d88d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image-container {
      position: relative;
    }

    .s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dfa7f84b-4600-4ccd-a905-21dda144d88d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-dfa7f84b-4600-4ccd-a905-21dda144d88d {
  
  
  
  
}

#s-dfa7f84b-4600-4ccd-a905-21dda144d88d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dfa7f84b-4600-4ccd-a905-21dda144d88d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-dfa7f84b-4600-4ccd-a905-21dda144d88d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dfa7f84b-4600-4ccd-a905-21dda144d88d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dfa7f84b-4600-4ccd-a905-21dda144d88d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image {
    
    
  }


.s-dfa7f84b-4600-4ccd-a905-21dda144d88d .shogun-image-content {
  
    align-items: center;
  
}

.s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dfa7f84b-4600-4ccd-a905-21dda144d88d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image-container {
      position: relative;
    }

    .s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dfa7f84b-4600-4ccd-a905-21dda144d88d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-dfa7f84b-4600-4ccd-a905-21dda144d88d {
  
  
  
  
}

#s-dfa7f84b-4600-4ccd-a905-21dda144d88d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dfa7f84b-4600-4ccd-a905-21dda144d88d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-dfa7f84b-4600-4ccd-a905-21dda144d88d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dfa7f84b-4600-4ccd-a905-21dda144d88d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dfa7f84b-4600-4ccd-a905-21dda144d88d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image {
    
    
  }


.s-dfa7f84b-4600-4ccd-a905-21dda144d88d .shogun-image-content {
  
    align-items: center;
  
}

.s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dfa7f84b-4600-4ccd-a905-21dda144d88d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image-container {
      position: relative;
    }

    .s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dfa7f84b-4600-4ccd-a905-21dda144d88d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-e19f11ad-b8d7-488c-a487-31e9de4878a8 {
  min-height: 50px;
}
@media (max-width: 767px){#s-e19f11ad-b8d7-488c-a487-31e9de4878a8 {
  
}
}







#s-e19f11ad-b8d7-488c-a487-31e9de4878a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e19f11ad-b8d7-488c-a487-31e9de4878a8 {
  cursor: pointer;
}#s-e19f11ad-b8d7-488c-a487-31e9de4878a8.shg-box.shg-c {
  justify-content: center;
}

#s-0048b951-c7c5-4db2-a261-306fa1b47ae1 {
  max-width: 1432px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-0048b951-c7c5-4db2-a261-306fa1b47ae1 {
  
  
  
  
}

#s-0048b951-c7c5-4db2-a261-306fa1b47ae1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0048b951-c7c5-4db2-a261-306fa1b47ae1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-0048b951-c7c5-4db2-a261-306fa1b47ae1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0048b951-c7c5-4db2-a261-306fa1b47ae1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0048b951-c7c5-4db2-a261-306fa1b47ae1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image {
    
    
  }


.s-0048b951-c7c5-4db2-a261-306fa1b47ae1 .shogun-image-content {
  
    align-items: center;
  
}

.s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0048b951-c7c5-4db2-a261-306fa1b47ae1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image-container {
      position: relative;
    }

    .s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0048b951-c7c5-4db2-a261-306fa1b47ae1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-0048b951-c7c5-4db2-a261-306fa1b47ae1 {
  
  
  
  
}

#s-0048b951-c7c5-4db2-a261-306fa1b47ae1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0048b951-c7c5-4db2-a261-306fa1b47ae1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-0048b951-c7c5-4db2-a261-306fa1b47ae1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0048b951-c7c5-4db2-a261-306fa1b47ae1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0048b951-c7c5-4db2-a261-306fa1b47ae1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image {
    
    
  }


.s-0048b951-c7c5-4db2-a261-306fa1b47ae1 .shogun-image-content {
  
    align-items: center;
  
}

.s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0048b951-c7c5-4db2-a261-306fa1b47ae1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image-container {
      position: relative;
    }

    .s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0048b951-c7c5-4db2-a261-306fa1b47ae1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-0048b951-c7c5-4db2-a261-306fa1b47ae1 {
  
  
  
  
}

#s-0048b951-c7c5-4db2-a261-306fa1b47ae1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0048b951-c7c5-4db2-a261-306fa1b47ae1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-0048b951-c7c5-4db2-a261-306fa1b47ae1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0048b951-c7c5-4db2-a261-306fa1b47ae1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0048b951-c7c5-4db2-a261-306fa1b47ae1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image {
    
    
  }


.s-0048b951-c7c5-4db2-a261-306fa1b47ae1 .shogun-image-content {
  
    align-items: center;
  
}

.s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0048b951-c7c5-4db2-a261-306fa1b47ae1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image-container {
      position: relative;
    }

    .s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0048b951-c7c5-4db2-a261-306fa1b47ae1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-0048b951-c7c5-4db2-a261-306fa1b47ae1 {
  
  
  
  
}

#s-0048b951-c7c5-4db2-a261-306fa1b47ae1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0048b951-c7c5-4db2-a261-306fa1b47ae1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-0048b951-c7c5-4db2-a261-306fa1b47ae1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0048b951-c7c5-4db2-a261-306fa1b47ae1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0048b951-c7c5-4db2-a261-306fa1b47ae1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image {
    
    
  }


.s-0048b951-c7c5-4db2-a261-306fa1b47ae1 .shogun-image-content {
  
    align-items: center;
  
}

.s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0048b951-c7c5-4db2-a261-306fa1b47ae1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image-container {
      position: relative;
    }

    .s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0048b951-c7c5-4db2-a261-306fa1b47ae1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-0048b951-c7c5-4db2-a261-306fa1b47ae1 {
  
  
  
  
}

#s-0048b951-c7c5-4db2-a261-306fa1b47ae1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0048b951-c7c5-4db2-a261-306fa1b47ae1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-0048b951-c7c5-4db2-a261-306fa1b47ae1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0048b951-c7c5-4db2-a261-306fa1b47ae1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0048b951-c7c5-4db2-a261-306fa1b47ae1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image {
    
    
  }


.s-0048b951-c7c5-4db2-a261-306fa1b47ae1 .shogun-image-content {
  
    align-items: center;
  
}

.s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0048b951-c7c5-4db2-a261-306fa1b47ae1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image-container {
      position: relative;
    }

    .s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0048b951-c7c5-4db2-a261-306fa1b47ae1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-cfc27984-f0f2-4023-9086-21d41256c53d {
  min-height: 50px;
}
@media (max-width: 767px){#s-cfc27984-f0f2-4023-9086-21d41256c53d {
  display: none;
}
#s-cfc27984-f0f2-4023-9086-21d41256c53d, #wrap-s-cfc27984-f0f2-4023-9086-21d41256c53d { display: none !important; }}







#s-cfc27984-f0f2-4023-9086-21d41256c53d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cfc27984-f0f2-4023-9086-21d41256c53d {
  cursor: pointer;
}#s-cfc27984-f0f2-4023-9086-21d41256c53d.shg-box.shg-c {
  justify-content: center;
}

#s-52b2c904-4392-4992-8b7a-500fea92a73e {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-52b2c904-4392-4992-8b7a-500fea92a73e {
  
  
  
  
}

#s-52b2c904-4392-4992-8b7a-500fea92a73e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-52b2c904-4392-4992-8b7a-500fea92a73e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-52b2c904-4392-4992-8b7a-500fea92a73e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-52b2c904-4392-4992-8b7a-500fea92a73e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-52b2c904-4392-4992-8b7a-500fea92a73e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-52b2c904-4392-4992-8b7a-500fea92a73e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-52b2c904-4392-4992-8b7a-500fea92a73e.shogun-image {
    
    
  }


.s-52b2c904-4392-4992-8b7a-500fea92a73e .shogun-image-content {
  
    align-items: center;
  
}

.s-52b2c904-4392-4992-8b7a-500fea92a73e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52b2c904-4392-4992-8b7a-500fea92a73e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52b2c904-4392-4992-8b7a-500fea92a73e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-52b2c904-4392-4992-8b7a-500fea92a73e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-52b2c904-4392-4992-8b7a-500fea92a73e.shogun-image-container {
      position: relative;
    }

    .s-52b2c904-4392-4992-8b7a-500fea92a73e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-52b2c904-4392-4992-8b7a-500fea92a73e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-52b2c904-4392-4992-8b7a-500fea92a73e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-52b2c904-4392-4992-8b7a-500fea92a73e {
  
  
  
  
}

#s-52b2c904-4392-4992-8b7a-500fea92a73e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-52b2c904-4392-4992-8b7a-500fea92a73e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-52b2c904-4392-4992-8b7a-500fea92a73e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-52b2c904-4392-4992-8b7a-500fea92a73e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-52b2c904-4392-4992-8b7a-500fea92a73e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-52b2c904-4392-4992-8b7a-500fea92a73e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-52b2c904-4392-4992-8b7a-500fea92a73e.shogun-image {
    
    
  }


.s-52b2c904-4392-4992-8b7a-500fea92a73e .shogun-image-content {
  
    align-items: center;
  
}

.s-52b2c904-4392-4992-8b7a-500fea92a73e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52b2c904-4392-4992-8b7a-500fea92a73e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52b2c904-4392-4992-8b7a-500fea92a73e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-52b2c904-4392-4992-8b7a-500fea92a73e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-52b2c904-4392-4992-8b7a-500fea92a73e.shogun-image-container {
      position: relative;
    }

    .s-52b2c904-4392-4992-8b7a-500fea92a73e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-52b2c904-4392-4992-8b7a-500fea92a73e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-52b2c904-4392-4992-8b7a-500fea92a73e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-52b2c904-4392-4992-8b7a-500fea92a73e {
  
  
  
  
}

#s-52b2c904-4392-4992-8b7a-500fea92a73e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-52b2c904-4392-4992-8b7a-500fea92a73e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-52b2c904-4392-4992-8b7a-500fea92a73e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-52b2c904-4392-4992-8b7a-500fea92a73e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-52b2c904-4392-4992-8b7a-500fea92a73e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-52b2c904-4392-4992-8b7a-500fea92a73e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-52b2c904-4392-4992-8b7a-500fea92a73e.shogun-image {
    
    
  }


.s-52b2c904-4392-4992-8b7a-500fea92a73e .shogun-image-content {
  
    align-items: center;
  
}

.s-52b2c904-4392-4992-8b7a-500fea92a73e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52b2c904-4392-4992-8b7a-500fea92a73e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52b2c904-4392-4992-8b7a-500fea92a73e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-52b2c904-4392-4992-8b7a-500fea92a73e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-52b2c904-4392-4992-8b7a-500fea92a73e.shogun-image-container {
      position: relative;
    }

    .s-52b2c904-4392-4992-8b7a-500fea92a73e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-52b2c904-4392-4992-8b7a-500fea92a73e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-52b2c904-4392-4992-8b7a-500fea92a73e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-52b2c904-4392-4992-8b7a-500fea92a73e {
  
  
  
  
}

#s-52b2c904-4392-4992-8b7a-500fea92a73e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-52b2c904-4392-4992-8b7a-500fea92a73e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-52b2c904-4392-4992-8b7a-500fea92a73e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-52b2c904-4392-4992-8b7a-500fea92a73e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-52b2c904-4392-4992-8b7a-500fea92a73e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-52b2c904-4392-4992-8b7a-500fea92a73e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-52b2c904-4392-4992-8b7a-500fea92a73e.shogun-image {
    
    
  }


.s-52b2c904-4392-4992-8b7a-500fea92a73e .shogun-image-content {
  
    align-items: center;
  
}

.s-52b2c904-4392-4992-8b7a-500fea92a73e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52b2c904-4392-4992-8b7a-500fea92a73e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52b2c904-4392-4992-8b7a-500fea92a73e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-52b2c904-4392-4992-8b7a-500fea92a73e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-52b2c904-4392-4992-8b7a-500fea92a73e.shogun-image-container {
      position: relative;
    }

    .s-52b2c904-4392-4992-8b7a-500fea92a73e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-52b2c904-4392-4992-8b7a-500fea92a73e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-52b2c904-4392-4992-8b7a-500fea92a73e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-52b2c904-4392-4992-8b7a-500fea92a73e {
  
  
  
  
}

#s-52b2c904-4392-4992-8b7a-500fea92a73e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-52b2c904-4392-4992-8b7a-500fea92a73e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-52b2c904-4392-4992-8b7a-500fea92a73e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-52b2c904-4392-4992-8b7a-500fea92a73e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-52b2c904-4392-4992-8b7a-500fea92a73e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-52b2c904-4392-4992-8b7a-500fea92a73e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-52b2c904-4392-4992-8b7a-500fea92a73e.shogun-image {
    
    
  }


.s-52b2c904-4392-4992-8b7a-500fea92a73e .shogun-image-content {
  
    align-items: center;
  
}

.s-52b2c904-4392-4992-8b7a-500fea92a73e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52b2c904-4392-4992-8b7a-500fea92a73e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52b2c904-4392-4992-8b7a-500fea92a73e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-52b2c904-4392-4992-8b7a-500fea92a73e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-52b2c904-4392-4992-8b7a-500fea92a73e.shogun-image-container {
      position: relative;
    }

    .s-52b2c904-4392-4992-8b7a-500fea92a73e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-52b2c904-4392-4992-8b7a-500fea92a73e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-52b2c904-4392-4992-8b7a-500fea92a73e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-bfeb40cc-e63b-436d-94f3-0632d303869b {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(130, 15, 129, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-bfeb40cc-e63b-436d-94f3-0632d303869b:hover {background-color: rgba(130, 15, 129, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bfeb40cc-e63b-436d-94f3-0632d303869b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bfeb40cc-e63b-436d-94f3-0632d303869b-root {
    text-align: center;
  }


#s-bfeb40cc-e63b-436d-94f3-0632d303869b.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bfeb40cc-e63b-436d-94f3-0632d303869b-root {
    text-align: center;
  }


#s-bfeb40cc-e63b-436d-94f3-0632d303869b.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bfeb40cc-e63b-436d-94f3-0632d303869b-root {
    text-align: center;
  }


#s-bfeb40cc-e63b-436d-94f3-0632d303869b.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bfeb40cc-e63b-436d-94f3-0632d303869b-root {
    text-align: center;
  }


#s-bfeb40cc-e63b-436d-94f3-0632d303869b.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bfeb40cc-e63b-436d-94f3-0632d303869b-root {
    text-align: center;
  }


#s-bfeb40cc-e63b-436d-94f3-0632d303869b.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}
#s-63972456-70d2-4e5f-9163-9692ec641b78 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-63972456-70d2-4e5f-9163-9692ec641b78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-63972456-70d2-4e5f-9163-9692ec641b78 {
  cursor: pointer;
}#s-63972456-70d2-4e5f-9163-9692ec641b78.shg-box.shg-c {
  justify-content: center;
}

#s-ddb3e3b6-a863-4b49-97f7-7dd606f793e4 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-ddb3e3b6-a863-4b49-97f7-7dd606f793e4 {
  display: none;
}
#s-ddb3e3b6-a863-4b49-97f7-7dd606f793e4, #wrap-s-ddb3e3b6-a863-4b49-97f7-7dd606f793e4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ddb3e3b6-a863-4b49-97f7-7dd606f793e4 {
  display: none;
}
#s-ddb3e3b6-a863-4b49-97f7-7dd606f793e4, #wrap-s-ddb3e3b6-a863-4b49-97f7-7dd606f793e4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ddb3e3b6-a863-4b49-97f7-7dd606f793e4 {
  margin-top: 0px;
margin-bottom: 0px;
display: none;
}
#s-ddb3e3b6-a863-4b49-97f7-7dd606f793e4, #wrap-s-ddb3e3b6-a863-4b49-97f7-7dd606f793e4 { display: none !important; }}







#s-ddb3e3b6-a863-4b49-97f7-7dd606f793e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ddb3e3b6-a863-4b49-97f7-7dd606f793e4.shg-box.shg-c {
  justify-content: center;
}

#s-fce94999-11f5-4ebe-9718-7ec713da5399 {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 50px;
}








#s-fce94999-11f5-4ebe-9718-7ec713da5399 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fce94999-11f5-4ebe-9718-7ec713da5399.shg-box.shg-c {
  justify-content: center;
}

#s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305 {
  margin-top: -7px;
margin-left: 46%;
margin-bottom: 0px;
margin-right: 46%;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305 {
  margin-left: 46%;
  margin-right: 46%;
  margin-top: -7px;
  margin-bottom: 0px;
}

#s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305.shogun-image {
    
    
  }


.s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305 .shogun-image-content {
  
    align-items: center;
  
}

.s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305.shogun-image-container {
      position: relative;
    }

    .s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305 {
  
  
  
  
}

#s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305.shogun-image {
    
    
  }


.s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305 .shogun-image-content {
  
    align-items: center;
  
}

.s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305.shogun-image-container {
      position: relative;
    }

    .s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305 {
  
  
  
  
}

#s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305.shogun-image {
    
    
  }


.s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305 .shogun-image-content {
  
    align-items: center;
  
}

.s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305.shogun-image-container {
      position: relative;
    }

    .s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305 {
  
  
  
  
}

#s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305.shogun-image {
    
    
  }


.s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305 .shogun-image-content {
  
    align-items: center;
  
}

.s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305.shogun-image-container {
      position: relative;
    }

    .s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305 {
  
  
  
  
}

#s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305.shogun-image {
    
    
  }


.s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305 .shogun-image-content {
  
    align-items: center;
  
}

.s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305.shogun-image-container {
      position: relative;
    }

    .s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3a1a17f6-d8e1-48cb-9211-b0f3bb531305 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-46016264-dbdb-48b4-9671-7053f9668381 {
  margin-top: 6px;
margin-bottom: -10px;
}
@media (max-width: 767px){#s-46016264-dbdb-48b4-9671-7053f9668381 {
  margin-left: 16%;
margin-right: 16%;
}
}
#s-9cf656d6-cf84-45a2-b185-a049831f7444 {
  margin-bottom: -10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9cf656d6-cf84-45a2-b185-a049831f7444 {
  margin-left: 9%;
margin-right: 9%;
}
}
#s-24328821-0319-4188-a446-0426d59933b7 {
  margin-top: 2px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(130, 15, 129, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-24328821-0319-4188-a446-0426d59933b7:hover {background-color: rgba(130, 15, 129, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-24328821-0319-4188-a446-0426d59933b7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-24328821-0319-4188-a446-0426d59933b7-root {
    text-align: center;
  }


#s-24328821-0319-4188-a446-0426d59933b7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-24328821-0319-4188-a446-0426d59933b7-root {
    text-align: center;
  }


#s-24328821-0319-4188-a446-0426d59933b7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-24328821-0319-4188-a446-0426d59933b7-root {
    text-align: center;
  }


#s-24328821-0319-4188-a446-0426d59933b7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-24328821-0319-4188-a446-0426d59933b7-root {
    text-align: center;
  }


#s-24328821-0319-4188-a446-0426d59933b7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-24328821-0319-4188-a446-0426d59933b7-root {
    text-align: center;
  }


#s-24328821-0319-4188-a446-0426d59933b7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-dd60cb0e-5713-4540-a740-a0d8ff874875 {
  min-height: 50px;
}








#s-dd60cb0e-5713-4540-a740-a0d8ff874875 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dd60cb0e-5713-4540-a740-a0d8ff874875.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-ee36b88a-3b8d-409d-887a-c9480c5bd339 {
  display: none;
}
#s-ee36b88a-3b8d-409d-887a-c9480c5bd339, #wrap-s-ee36b88a-3b8d-409d-887a-c9480c5bd339 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ee36b88a-3b8d-409d-887a-c9480c5bd339 {
  display: none;
}
#s-ee36b88a-3b8d-409d-887a-c9480c5bd339, #wrap-s-ee36b88a-3b8d-409d-887a-c9480c5bd339 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ee36b88a-3b8d-409d-887a-c9480c5bd339 {
  
}
}
@media (min-width: 0px) {
[id="s-ee36b88a-3b8d-409d-887a-c9480c5bd339"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-ee36b88a-3b8d-409d-887a-c9480c5bd339"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ee36b88a-3b8d-409d-887a-c9480c5bd339"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ee36b88a-3b8d-409d-887a-c9480c5bd339"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b20a1213-8aeb-40de-ab54-4f61b198a170 {
  max-width: 550px;
aspect-ratio: 550/708;
text-align: center;
}
@media (max-width: 767px){#s-b20a1213-8aeb-40de-ab54-4f61b198a170 {
  
}
}


.shg-image-margin-container-s-b20a1213-8aeb-40de-ab54-4f61b198a170 {
  
  
  
  
}

#s-b20a1213-8aeb-40de-ab54-4f61b198a170 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b20a1213-8aeb-40de-ab54-4f61b198a170 .shg-image-content-wrapper {
      aspect-ratio: 550/708;
      width: 100%;
      height: 100%;
    }

    #s-b20a1213-8aeb-40de-ab54-4f61b198a170 .shogun-image-link {
      aspect-ratio: 550/708;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b20a1213-8aeb-40de-ab54-4f61b198a170 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b20a1213-8aeb-40de-ab54-4f61b198a170.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b20a1213-8aeb-40de-ab54-4f61b198a170 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b20a1213-8aeb-40de-ab54-4f61b198a170.shogun-image {
    
    
  }


.s-b20a1213-8aeb-40de-ab54-4f61b198a170 .shogun-image-content {
  
    align-items: center;
  
}

.s-b20a1213-8aeb-40de-ab54-4f61b198a170.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b20a1213-8aeb-40de-ab54-4f61b198a170.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b20a1213-8aeb-40de-ab54-4f61b198a170.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b20a1213-8aeb-40de-ab54-4f61b198a170 {
      --shg-aspect-ratio: calc(550/708); 
    }

    .s-b20a1213-8aeb-40de-ab54-4f61b198a170.shogun-image-container {
      position: relative;
    }

    .s-b20a1213-8aeb-40de-ab54-4f61b198a170.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b20a1213-8aeb-40de-ab54-4f61b198a170.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b20a1213-8aeb-40de-ab54-4f61b198a170 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b20a1213-8aeb-40de-ab54-4f61b198a170 {
  
  
  
  
}

#s-b20a1213-8aeb-40de-ab54-4f61b198a170 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b20a1213-8aeb-40de-ab54-4f61b198a170 .shg-image-content-wrapper {
      aspect-ratio: 550/708;
      width: 100%;
      height: 100%;
    }

    #s-b20a1213-8aeb-40de-ab54-4f61b198a170 .shogun-image-link {
      aspect-ratio: 550/708;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b20a1213-8aeb-40de-ab54-4f61b198a170 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b20a1213-8aeb-40de-ab54-4f61b198a170.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b20a1213-8aeb-40de-ab54-4f61b198a170 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b20a1213-8aeb-40de-ab54-4f61b198a170.shogun-image {
    
    
  }


.s-b20a1213-8aeb-40de-ab54-4f61b198a170 .shogun-image-content {
  
    align-items: center;
  
}

.s-b20a1213-8aeb-40de-ab54-4f61b198a170.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b20a1213-8aeb-40de-ab54-4f61b198a170.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b20a1213-8aeb-40de-ab54-4f61b198a170.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b20a1213-8aeb-40de-ab54-4f61b198a170 {
      --shg-aspect-ratio: calc(550/708); 
    }

    .s-b20a1213-8aeb-40de-ab54-4f61b198a170.shogun-image-container {
      position: relative;
    }

    .s-b20a1213-8aeb-40de-ab54-4f61b198a170.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b20a1213-8aeb-40de-ab54-4f61b198a170.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b20a1213-8aeb-40de-ab54-4f61b198a170 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b20a1213-8aeb-40de-ab54-4f61b198a170 {
  
  
  
  
}

#s-b20a1213-8aeb-40de-ab54-4f61b198a170 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b20a1213-8aeb-40de-ab54-4f61b198a170 .shg-image-content-wrapper {
      aspect-ratio: 550/708;
      width: 100%;
      height: 100%;
    }

    #s-b20a1213-8aeb-40de-ab54-4f61b198a170 .shogun-image-link {
      aspect-ratio: 550/708;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b20a1213-8aeb-40de-ab54-4f61b198a170 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b20a1213-8aeb-40de-ab54-4f61b198a170.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b20a1213-8aeb-40de-ab54-4f61b198a170 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b20a1213-8aeb-40de-ab54-4f61b198a170.shogun-image {
    
    
  }


.s-b20a1213-8aeb-40de-ab54-4f61b198a170 .shogun-image-content {
  
    align-items: center;
  
}

.s-b20a1213-8aeb-40de-ab54-4f61b198a170.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b20a1213-8aeb-40de-ab54-4f61b198a170.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b20a1213-8aeb-40de-ab54-4f61b198a170.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b20a1213-8aeb-40de-ab54-4f61b198a170 {
      --shg-aspect-ratio: calc(550/708); 
    }

    .s-b20a1213-8aeb-40de-ab54-4f61b198a170.shogun-image-container {
      position: relative;
    }

    .s-b20a1213-8aeb-40de-ab54-4f61b198a170.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b20a1213-8aeb-40de-ab54-4f61b198a170.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b20a1213-8aeb-40de-ab54-4f61b198a170 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b20a1213-8aeb-40de-ab54-4f61b198a170 {
  
  
  
  
}

#s-b20a1213-8aeb-40de-ab54-4f61b198a170 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b20a1213-8aeb-40de-ab54-4f61b198a170 .shg-image-content-wrapper {
      aspect-ratio: 550/708;
      width: 100%;
      height: 100%;
    }

    #s-b20a1213-8aeb-40de-ab54-4f61b198a170 .shogun-image-link {
      aspect-ratio: 550/708;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b20a1213-8aeb-40de-ab54-4f61b198a170 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b20a1213-8aeb-40de-ab54-4f61b198a170.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b20a1213-8aeb-40de-ab54-4f61b198a170 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b20a1213-8aeb-40de-ab54-4f61b198a170.shogun-image {
    
    
  }


.s-b20a1213-8aeb-40de-ab54-4f61b198a170 .shogun-image-content {
  
    align-items: center;
  
}

.s-b20a1213-8aeb-40de-ab54-4f61b198a170.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b20a1213-8aeb-40de-ab54-4f61b198a170.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b20a1213-8aeb-40de-ab54-4f61b198a170.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b20a1213-8aeb-40de-ab54-4f61b198a170 {
      --shg-aspect-ratio: calc(550/708); 
    }

    .s-b20a1213-8aeb-40de-ab54-4f61b198a170.shogun-image-container {
      position: relative;
    }

    .s-b20a1213-8aeb-40de-ab54-4f61b198a170.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b20a1213-8aeb-40de-ab54-4f61b198a170.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b20a1213-8aeb-40de-ab54-4f61b198a170 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b20a1213-8aeb-40de-ab54-4f61b198a170 {
  
  
  
  
}

#s-b20a1213-8aeb-40de-ab54-4f61b198a170 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b20a1213-8aeb-40de-ab54-4f61b198a170 .shg-image-content-wrapper {
      aspect-ratio: 550/708;
      width: 100%;
      height: 100%;
    }

    #s-b20a1213-8aeb-40de-ab54-4f61b198a170 .shogun-image-link {
      aspect-ratio: 550/708;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b20a1213-8aeb-40de-ab54-4f61b198a170 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b20a1213-8aeb-40de-ab54-4f61b198a170.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b20a1213-8aeb-40de-ab54-4f61b198a170 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b20a1213-8aeb-40de-ab54-4f61b198a170.shogun-image {
    
    
  }


.s-b20a1213-8aeb-40de-ab54-4f61b198a170 .shogun-image-content {
  
    align-items: center;
  
}

.s-b20a1213-8aeb-40de-ab54-4f61b198a170.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b20a1213-8aeb-40de-ab54-4f61b198a170.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b20a1213-8aeb-40de-ab54-4f61b198a170.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b20a1213-8aeb-40de-ab54-4f61b198a170 {
      --shg-aspect-ratio: calc(550/708); 
    }

    .s-b20a1213-8aeb-40de-ab54-4f61b198a170.shogun-image-container {
      position: relative;
    }

    .s-b20a1213-8aeb-40de-ab54-4f61b198a170.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b20a1213-8aeb-40de-ab54-4f61b198a170.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b20a1213-8aeb-40de-ab54-4f61b198a170 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 550px;
aspect-ratio: 550/708;
text-align: center;
}



.shg-image-margin-container-s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971 {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971 .shg-image-content-wrapper {
      aspect-ratio: 550/708;
      width: 100%;
      height: 100%;
    }

    #s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971 .shogun-image-link {
      aspect-ratio: 550/708;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971.shogun-image {
    
    
  }


.s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971 .shogun-image-content {
  
    align-items: center;
  
}

.s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971 {
      --shg-aspect-ratio: calc(550/708); 
    }

    .s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971.shogun-image-container {
      position: relative;
    }

    .s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971 {
  
  
  
  
}

#s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971 .shg-image-content-wrapper {
      aspect-ratio: 550/708;
      width: 100%;
      height: 100%;
    }

    #s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971 .shogun-image-link {
      aspect-ratio: 550/708;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971.shogun-image {
    
    
  }


.s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971 .shogun-image-content {
  
    align-items: center;
  
}

.s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971 {
      --shg-aspect-ratio: calc(550/708); 
    }

    .s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971.shogun-image-container {
      position: relative;
    }

    .s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971 {
  
  
  
  
}

#s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971 .shg-image-content-wrapper {
      aspect-ratio: 550/708;
      width: 100%;
      height: 100%;
    }

    #s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971 .shogun-image-link {
      aspect-ratio: 550/708;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971.shogun-image {
    
    
  }


.s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971 .shogun-image-content {
  
    align-items: center;
  
}

.s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971 {
      --shg-aspect-ratio: calc(550/708); 
    }

    .s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971.shogun-image-container {
      position: relative;
    }

    .s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971 {
  
  
  
  
}

#s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971 .shg-image-content-wrapper {
      aspect-ratio: 550/708;
      width: 100%;
      height: 100%;
    }

    #s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971 .shogun-image-link {
      aspect-ratio: 550/708;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971.shogun-image {
    
    
  }


.s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971 .shogun-image-content {
  
    align-items: center;
  
}

.s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971 {
      --shg-aspect-ratio: calc(550/708); 
    }

    .s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971.shogun-image-container {
      position: relative;
    }

    .s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971 {
  
  
  
  
}

#s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971 .shg-image-content-wrapper {
      aspect-ratio: 550/708;
      width: 100%;
      height: 100%;
    }

    #s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971 .shogun-image-link {
      aspect-ratio: 550/708;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971.shogun-image {
    
    
  }


.s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971 .shogun-image-content {
  
    align-items: center;
  
}

.s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971 {
      --shg-aspect-ratio: calc(550/708); 
    }

    .s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971.shogun-image-container {
      position: relative;
    }

    .s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dfe2ff1d-cdd0-444c-81a3-ddd8d7383971 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-4586de3d-e949-4100-b1db-cc694ec8b7a7 {
  background-image: url(https://i.shgcdn.com/32f8a988-44f5-4238-bc38-c45ff05970b0/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
@media (max-width: 767px){#s-4586de3d-e949-4100-b1db-cc694ec8b7a7 {
  display: none;
}
#s-4586de3d-e949-4100-b1db-cc694ec8b7a7, #wrap-s-4586de3d-e949-4100-b1db-cc694ec8b7a7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-4586de3d-e949-4100-b1db-cc694ec8b7a7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4586de3d-e949-4100-b1db-cc694ec8b7a7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-4586de3d-e949-4100-b1db-cc694ec8b7a7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-4586de3d-e949-4100-b1db-cc694ec8b7a7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-daaaa987-e63c-40d5-9421-10786c2c7343 {
  min-height: 50px;
}
@media (max-width: 767px){#s-daaaa987-e63c-40d5-9421-10786c2c7343 {
  display: none;
}
#s-daaaa987-e63c-40d5-9421-10786c2c7343, #wrap-s-daaaa987-e63c-40d5-9421-10786c2c7343 { display: none !important; }}







#s-daaaa987-e63c-40d5-9421-10786c2c7343 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-daaaa987-e63c-40d5-9421-10786c2c7343.shg-box.shg-c {
  justify-content: center;
}

#s-875782d7-243f-469c-86e4-d42c34faa977 {
  max-width: 550px;
aspect-ratio: 550/708;
text-align: center;
}
@media (max-width: 767px){#s-875782d7-243f-469c-86e4-d42c34faa977 {
  display: none;
}
#s-875782d7-243f-469c-86e4-d42c34faa977, #wrap-s-875782d7-243f-469c-86e4-d42c34faa977 { display: none !important; }}


.shg-image-margin-container-s-875782d7-243f-469c-86e4-d42c34faa977 {
  
  
  
  
}

#s-875782d7-243f-469c-86e4-d42c34faa977 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-875782d7-243f-469c-86e4-d42c34faa977 .shg-image-content-wrapper {
      aspect-ratio: 550/708;
      width: 100%;
      height: 100%;
    }

    #s-875782d7-243f-469c-86e4-d42c34faa977 .shogun-image-link {
      aspect-ratio: 550/708;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-875782d7-243f-469c-86e4-d42c34faa977 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-875782d7-243f-469c-86e4-d42c34faa977.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-875782d7-243f-469c-86e4-d42c34faa977 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-875782d7-243f-469c-86e4-d42c34faa977.shogun-image {
    
    
  }


.s-875782d7-243f-469c-86e4-d42c34faa977 .shogun-image-content {
  
    align-items: center;
  
}

.s-875782d7-243f-469c-86e4-d42c34faa977.shg-align-container {
  display: flex;
  justify-content: center
}

.s-875782d7-243f-469c-86e4-d42c34faa977.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-875782d7-243f-469c-86e4-d42c34faa977.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-875782d7-243f-469c-86e4-d42c34faa977 {
      --shg-aspect-ratio: calc(550/708); 
    }

    .s-875782d7-243f-469c-86e4-d42c34faa977.shogun-image-container {
      position: relative;
    }

    .s-875782d7-243f-469c-86e4-d42c34faa977.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-875782d7-243f-469c-86e4-d42c34faa977.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-875782d7-243f-469c-86e4-d42c34faa977 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-875782d7-243f-469c-86e4-d42c34faa977 {
  
  
  
  
}

#s-875782d7-243f-469c-86e4-d42c34faa977 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-875782d7-243f-469c-86e4-d42c34faa977 .shg-image-content-wrapper {
      aspect-ratio: 550/708;
      width: 100%;
      height: 100%;
    }

    #s-875782d7-243f-469c-86e4-d42c34faa977 .shogun-image-link {
      aspect-ratio: 550/708;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-875782d7-243f-469c-86e4-d42c34faa977 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-875782d7-243f-469c-86e4-d42c34faa977.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-875782d7-243f-469c-86e4-d42c34faa977 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-875782d7-243f-469c-86e4-d42c34faa977.shogun-image {
    
    
  }


.s-875782d7-243f-469c-86e4-d42c34faa977 .shogun-image-content {
  
    align-items: center;
  
}

.s-875782d7-243f-469c-86e4-d42c34faa977.shg-align-container {
  display: flex;
  justify-content: center
}

.s-875782d7-243f-469c-86e4-d42c34faa977.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-875782d7-243f-469c-86e4-d42c34faa977.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-875782d7-243f-469c-86e4-d42c34faa977 {
      --shg-aspect-ratio: calc(550/708); 
    }

    .s-875782d7-243f-469c-86e4-d42c34faa977.shogun-image-container {
      position: relative;
    }

    .s-875782d7-243f-469c-86e4-d42c34faa977.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-875782d7-243f-469c-86e4-d42c34faa977.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-875782d7-243f-469c-86e4-d42c34faa977 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-875782d7-243f-469c-86e4-d42c34faa977 {
  
  
  
  
}

#s-875782d7-243f-469c-86e4-d42c34faa977 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-875782d7-243f-469c-86e4-d42c34faa977 .shg-image-content-wrapper {
      aspect-ratio: 550/708;
      width: 100%;
      height: 100%;
    }

    #s-875782d7-243f-469c-86e4-d42c34faa977 .shogun-image-link {
      aspect-ratio: 550/708;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-875782d7-243f-469c-86e4-d42c34faa977 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-875782d7-243f-469c-86e4-d42c34faa977.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-875782d7-243f-469c-86e4-d42c34faa977 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-875782d7-243f-469c-86e4-d42c34faa977.shogun-image {
    
    
  }


.s-875782d7-243f-469c-86e4-d42c34faa977 .shogun-image-content {
  
    align-items: center;
  
}

.s-875782d7-243f-469c-86e4-d42c34faa977.shg-align-container {
  display: flex;
  justify-content: center
}

.s-875782d7-243f-469c-86e4-d42c34faa977.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-875782d7-243f-469c-86e4-d42c34faa977.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-875782d7-243f-469c-86e4-d42c34faa977 {
      --shg-aspect-ratio: calc(550/708); 
    }

    .s-875782d7-243f-469c-86e4-d42c34faa977.shogun-image-container {
      position: relative;
    }

    .s-875782d7-243f-469c-86e4-d42c34faa977.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-875782d7-243f-469c-86e4-d42c34faa977.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-875782d7-243f-469c-86e4-d42c34faa977 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-875782d7-243f-469c-86e4-d42c34faa977 {
  
  
  
  
}

#s-875782d7-243f-469c-86e4-d42c34faa977 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-875782d7-243f-469c-86e4-d42c34faa977 .shg-image-content-wrapper {
      aspect-ratio: 550/708;
      width: 100%;
      height: 100%;
    }

    #s-875782d7-243f-469c-86e4-d42c34faa977 .shogun-image-link {
      aspect-ratio: 550/708;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-875782d7-243f-469c-86e4-d42c34faa977 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-875782d7-243f-469c-86e4-d42c34faa977.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-875782d7-243f-469c-86e4-d42c34faa977 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-875782d7-243f-469c-86e4-d42c34faa977.shogun-image {
    
    
  }


.s-875782d7-243f-469c-86e4-d42c34faa977 .shogun-image-content {
  
    align-items: center;
  
}

.s-875782d7-243f-469c-86e4-d42c34faa977.shg-align-container {
  display: flex;
  justify-content: center
}

.s-875782d7-243f-469c-86e4-d42c34faa977.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-875782d7-243f-469c-86e4-d42c34faa977.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-875782d7-243f-469c-86e4-d42c34faa977 {
      --shg-aspect-ratio: calc(550/708); 
    }

    .s-875782d7-243f-469c-86e4-d42c34faa977.shogun-image-container {
      position: relative;
    }

    .s-875782d7-243f-469c-86e4-d42c34faa977.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-875782d7-243f-469c-86e4-d42c34faa977.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-875782d7-243f-469c-86e4-d42c34faa977 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-875782d7-243f-469c-86e4-d42c34faa977 {
  
  
  
  
}

#s-875782d7-243f-469c-86e4-d42c34faa977 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-875782d7-243f-469c-86e4-d42c34faa977 .shg-image-content-wrapper {
      aspect-ratio: 550/708;
      width: 100%;
      height: 100%;
    }

    #s-875782d7-243f-469c-86e4-d42c34faa977 .shogun-image-link {
      aspect-ratio: 550/708;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-875782d7-243f-469c-86e4-d42c34faa977 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-875782d7-243f-469c-86e4-d42c34faa977.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-875782d7-243f-469c-86e4-d42c34faa977 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-875782d7-243f-469c-86e4-d42c34faa977.shogun-image {
    
    
  }


.s-875782d7-243f-469c-86e4-d42c34faa977 .shogun-image-content {
  
    align-items: center;
  
}

.s-875782d7-243f-469c-86e4-d42c34faa977.shg-align-container {
  display: flex;
  justify-content: center
}

.s-875782d7-243f-469c-86e4-d42c34faa977.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-875782d7-243f-469c-86e4-d42c34faa977.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-875782d7-243f-469c-86e4-d42c34faa977 {
      --shg-aspect-ratio: calc(550/708); 
    }

    .s-875782d7-243f-469c-86e4-d42c34faa977.shogun-image-container {
      position: relative;
    }

    .s-875782d7-243f-469c-86e4-d42c34faa977.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-875782d7-243f-469c-86e4-d42c34faa977.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-875782d7-243f-469c-86e4-d42c34faa977 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-8fc7269f-acab-473a-b1bb-9de0e93a97c7 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8fc7269f-acab-473a-b1bb-9de0e93a97c7 {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-8fc7269f-acab-473a-b1bb-9de0e93a97c7 {
  display: none;
}
#s-8fc7269f-acab-473a-b1bb-9de0e93a97c7, #wrap-s-8fc7269f-acab-473a-b1bb-9de0e93a97c7 { display: none !important; }}







#s-8fc7269f-acab-473a-b1bb-9de0e93a97c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8fc7269f-acab-473a-b1bb-9de0e93a97c7.shg-box.shg-c {
  justify-content: center;
}

#s-af4fe396-833c-41e5-870e-01c7871cb9f6 {
  background-image: url(https://i.shgcdn.com/32f8a988-44f5-4238-bc38-c45ff05970b0/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-af4fe396-833c-41e5-870e-01c7871cb9f6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-af4fe396-833c-41e5-870e-01c7871cb9f6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-af4fe396-833c-41e5-870e-01c7871cb9f6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-af4fe396-833c-41e5-870e-01c7871cb9f6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-af4fe396-833c-41e5-870e-01c7871cb9f6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-af4fe396-833c-41e5-870e-01c7871cb9f6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-af4fe396-833c-41e5-870e-01c7871cb9f6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

}

#s-6e058dec-c45d-4f08-b67a-6b9b35c85188 {
  min-height: 50px;
}
@media (max-width: 767px){#s-6e058dec-c45d-4f08-b67a-6b9b35c85188 {
  display: none;
}
#s-6e058dec-c45d-4f08-b67a-6b9b35c85188, #wrap-s-6e058dec-c45d-4f08-b67a-6b9b35c85188 { display: none !important; }}







#s-6e058dec-c45d-4f08-b67a-6b9b35c85188 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6e058dec-c45d-4f08-b67a-6b9b35c85188.shg-box.shg-c {
  justify-content: center;
}

#s-5156f357-54d5-42c0-aba8-af4568e30642 {
  max-width: 550px;
aspect-ratio: 550/708;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5156f357-54d5-42c0-aba8-af4568e30642 {
  display: none;
}
#s-5156f357-54d5-42c0-aba8-af4568e30642, #wrap-s-5156f357-54d5-42c0-aba8-af4568e30642 { display: none !important; }}@media (max-width: 767px){#s-5156f357-54d5-42c0-aba8-af4568e30642 {
  display: none;
}
#s-5156f357-54d5-42c0-aba8-af4568e30642, #wrap-s-5156f357-54d5-42c0-aba8-af4568e30642 { display: none !important; }}


.shg-image-margin-container-s-5156f357-54d5-42c0-aba8-af4568e30642 {
  
  
  
  
}

#s-5156f357-54d5-42c0-aba8-af4568e30642 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5156f357-54d5-42c0-aba8-af4568e30642 .shg-image-content-wrapper {
      aspect-ratio: 550/708;
      width: 100%;
      height: 100%;
    }

    #s-5156f357-54d5-42c0-aba8-af4568e30642 .shogun-image-link {
      aspect-ratio: 550/708;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5156f357-54d5-42c0-aba8-af4568e30642 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5156f357-54d5-42c0-aba8-af4568e30642.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5156f357-54d5-42c0-aba8-af4568e30642 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5156f357-54d5-42c0-aba8-af4568e30642.shogun-image {
    
    
  }


.s-5156f357-54d5-42c0-aba8-af4568e30642 .shogun-image-content {
  
    align-items: center;
  
}

.s-5156f357-54d5-42c0-aba8-af4568e30642.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5156f357-54d5-42c0-aba8-af4568e30642.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5156f357-54d5-42c0-aba8-af4568e30642.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5156f357-54d5-42c0-aba8-af4568e30642 {
      --shg-aspect-ratio: calc(550/708); 
    }

    .s-5156f357-54d5-42c0-aba8-af4568e30642.shogun-image-container {
      position: relative;
    }

    .s-5156f357-54d5-42c0-aba8-af4568e30642.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5156f357-54d5-42c0-aba8-af4568e30642.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5156f357-54d5-42c0-aba8-af4568e30642 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-5156f357-54d5-42c0-aba8-af4568e30642 {
  
  
  
  
}

#s-5156f357-54d5-42c0-aba8-af4568e30642 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5156f357-54d5-42c0-aba8-af4568e30642 .shg-image-content-wrapper {
      aspect-ratio: 550/708;
      width: 100%;
      height: 100%;
    }

    #s-5156f357-54d5-42c0-aba8-af4568e30642 .shogun-image-link {
      aspect-ratio: 550/708;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5156f357-54d5-42c0-aba8-af4568e30642 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5156f357-54d5-42c0-aba8-af4568e30642.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5156f357-54d5-42c0-aba8-af4568e30642 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5156f357-54d5-42c0-aba8-af4568e30642.shogun-image {
    
    
  }


.s-5156f357-54d5-42c0-aba8-af4568e30642 .shogun-image-content {
  
    align-items: center;
  
}

.s-5156f357-54d5-42c0-aba8-af4568e30642.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5156f357-54d5-42c0-aba8-af4568e30642.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5156f357-54d5-42c0-aba8-af4568e30642.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5156f357-54d5-42c0-aba8-af4568e30642 {
      --shg-aspect-ratio: calc(550/708); 
    }

    .s-5156f357-54d5-42c0-aba8-af4568e30642.shogun-image-container {
      position: relative;
    }

    .s-5156f357-54d5-42c0-aba8-af4568e30642.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5156f357-54d5-42c0-aba8-af4568e30642.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5156f357-54d5-42c0-aba8-af4568e30642 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-5156f357-54d5-42c0-aba8-af4568e30642 {
  
  
  
  
}

#s-5156f357-54d5-42c0-aba8-af4568e30642 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5156f357-54d5-42c0-aba8-af4568e30642 .shg-image-content-wrapper {
      aspect-ratio: 550/708;
      width: 100%;
      height: 100%;
    }

    #s-5156f357-54d5-42c0-aba8-af4568e30642 .shogun-image-link {
      aspect-ratio: 550/708;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5156f357-54d5-42c0-aba8-af4568e30642 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5156f357-54d5-42c0-aba8-af4568e30642.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5156f357-54d5-42c0-aba8-af4568e30642 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5156f357-54d5-42c0-aba8-af4568e30642.shogun-image {
    
    
  }


.s-5156f357-54d5-42c0-aba8-af4568e30642 .shogun-image-content {
  
    align-items: center;
  
}

.s-5156f357-54d5-42c0-aba8-af4568e30642.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5156f357-54d5-42c0-aba8-af4568e30642.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5156f357-54d5-42c0-aba8-af4568e30642.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5156f357-54d5-42c0-aba8-af4568e30642 {
      --shg-aspect-ratio: calc(550/708); 
    }

    .s-5156f357-54d5-42c0-aba8-af4568e30642.shogun-image-container {
      position: relative;
    }

    .s-5156f357-54d5-42c0-aba8-af4568e30642.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5156f357-54d5-42c0-aba8-af4568e30642.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5156f357-54d5-42c0-aba8-af4568e30642 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-5156f357-54d5-42c0-aba8-af4568e30642 {
  
  
  
  
}

#s-5156f357-54d5-42c0-aba8-af4568e30642 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5156f357-54d5-42c0-aba8-af4568e30642 .shg-image-content-wrapper {
      aspect-ratio: 550/708;
      width: 100%;
      height: 100%;
    }

    #s-5156f357-54d5-42c0-aba8-af4568e30642 .shogun-image-link {
      aspect-ratio: 550/708;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5156f357-54d5-42c0-aba8-af4568e30642 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5156f357-54d5-42c0-aba8-af4568e30642.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5156f357-54d5-42c0-aba8-af4568e30642 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5156f357-54d5-42c0-aba8-af4568e30642.shogun-image {
    
    
  }


.s-5156f357-54d5-42c0-aba8-af4568e30642 .shogun-image-content {
  
    align-items: center;
  
}

.s-5156f357-54d5-42c0-aba8-af4568e30642.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5156f357-54d5-42c0-aba8-af4568e30642.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5156f357-54d5-42c0-aba8-af4568e30642.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5156f357-54d5-42c0-aba8-af4568e30642 {
      --shg-aspect-ratio: calc(550/708); 
    }

    .s-5156f357-54d5-42c0-aba8-af4568e30642.shogun-image-container {
      position: relative;
    }

    .s-5156f357-54d5-42c0-aba8-af4568e30642.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5156f357-54d5-42c0-aba8-af4568e30642.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5156f357-54d5-42c0-aba8-af4568e30642 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-5156f357-54d5-42c0-aba8-af4568e30642 {
  
  
  
  
}

#s-5156f357-54d5-42c0-aba8-af4568e30642 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5156f357-54d5-42c0-aba8-af4568e30642 .shg-image-content-wrapper {
      aspect-ratio: 550/708;
      width: 100%;
      height: 100%;
    }

    #s-5156f357-54d5-42c0-aba8-af4568e30642 .shogun-image-link {
      aspect-ratio: 550/708;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5156f357-54d5-42c0-aba8-af4568e30642 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5156f357-54d5-42c0-aba8-af4568e30642.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5156f357-54d5-42c0-aba8-af4568e30642 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5156f357-54d5-42c0-aba8-af4568e30642.shogun-image {
    
    
  }


.s-5156f357-54d5-42c0-aba8-af4568e30642 .shogun-image-content {
  
    align-items: center;
  
}

.s-5156f357-54d5-42c0-aba8-af4568e30642.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5156f357-54d5-42c0-aba8-af4568e30642.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5156f357-54d5-42c0-aba8-af4568e30642.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5156f357-54d5-42c0-aba8-af4568e30642 {
      --shg-aspect-ratio: calc(550/708); 
    }

    .s-5156f357-54d5-42c0-aba8-af4568e30642.shogun-image-container {
      position: relative;
    }

    .s-5156f357-54d5-42c0-aba8-af4568e30642.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5156f357-54d5-42c0-aba8-af4568e30642.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5156f357-54d5-42c0-aba8-af4568e30642 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-321d1e84-569e-4c7a-bca8-88b2f5f7b683 {
  min-height: 50px;
}








#s-321d1e84-569e-4c7a-bca8-88b2f5f7b683 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-321d1e84-569e-4c7a-bca8-88b2f5f7b683.shg-box.shg-c {
  justify-content: center;
}

#s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5 {
  margin-top: -7px;
margin-left: 46%;
margin-bottom: 0px;
margin-right: 46%;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5 {
  margin-left: 46%;
  margin-right: 46%;
  margin-top: -7px;
  margin-bottom: 0px;
}

#s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5.shogun-image {
    
    
  }


.s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5.shogun-image-container {
      position: relative;
    }

    .s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5 {
  
  
  
  
}

#s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5.shogun-image {
    
    
  }


.s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5.shogun-image-container {
      position: relative;
    }

    .s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5 {
  
  
  
  
}

#s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5.shogun-image {
    
    
  }


.s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5.shogun-image-container {
      position: relative;
    }

    .s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5 {
  
  
  
  
}

#s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5.shogun-image {
    
    
  }


.s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5.shogun-image-container {
      position: relative;
    }

    .s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5 {
  
  
  
  
}

#s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5.shogun-image {
    
    
  }


.s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5.shogun-image-container {
      position: relative;
    }

    .s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2cbd47b3-25a2-4733-a7cf-21ec054a99a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-9a6f6baf-85d6-4f00-a614-128587cf55b6 {
  margin-top: 6px;
margin-bottom: -10px;
}
@media (max-width: 767px){#s-9a6f6baf-85d6-4f00-a614-128587cf55b6 {
  margin-left: 16%;
margin-right: 16%;
}
}
#s-6bfc2259-3f6b-4e4b-bce9-cf956b727f36 {
  margin-bottom: -10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6bfc2259-3f6b-4e4b-bce9-cf956b727f36 {
  margin-left: 9%;
margin-right: 9%;
}
}
#s-dff1867e-9213-4101-a531-f6c0dfc7ffb2 {
  margin-top: 2px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(130, 15, 129, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-dff1867e-9213-4101-a531-f6c0dfc7ffb2:hover {background-color: rgba(130, 15, 129, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-dff1867e-9213-4101-a531-f6c0dfc7ffb2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dff1867e-9213-4101-a531-f6c0dfc7ffb2-root {
    text-align: center;
  }


#s-dff1867e-9213-4101-a531-f6c0dfc7ffb2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dff1867e-9213-4101-a531-f6c0dfc7ffb2-root {
    text-align: center;
  }


#s-dff1867e-9213-4101-a531-f6c0dfc7ffb2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dff1867e-9213-4101-a531-f6c0dfc7ffb2-root {
    text-align: center;
  }


#s-dff1867e-9213-4101-a531-f6c0dfc7ffb2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dff1867e-9213-4101-a531-f6c0dfc7ffb2-root {
    text-align: center;
  }


#s-dff1867e-9213-4101-a531-f6c0dfc7ffb2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dff1867e-9213-4101-a531-f6c0dfc7ffb2-root {
    text-align: center;
  }


#s-dff1867e-9213-4101-a531-f6c0dfc7ffb2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-9ef79347-fbce-49fe-b438-ed5baf0ad194 {
  min-height: 50px;
}








#s-9ef79347-fbce-49fe-b438-ed5baf0ad194 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9ef79347-fbce-49fe-b438-ed5baf0ad194.shg-box.shg-c {
  justify-content: center;
}

#s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 550px;
aspect-ratio: 550/708;
text-align: center;
}
@media (max-width: 767px){#s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd {
  
}
}


.shg-image-margin-container-s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd .shg-image-content-wrapper {
      aspect-ratio: 550/708;
      width: 100%;
      height: 100%;
    }

    #s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd .shogun-image-link {
      aspect-ratio: 550/708;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd.shogun-image {
    
    
  }


.s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd .shogun-image-content {
  
    align-items: center;
  
}

.s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd {
      --shg-aspect-ratio: calc(550/708); 
    }

    .s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd.shogun-image-container {
      position: relative;
    }

    .s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd {
  
  
  
  
}

#s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd .shg-image-content-wrapper {
      aspect-ratio: 550/708;
      width: 100%;
      height: 100%;
    }

    #s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd .shogun-image-link {
      aspect-ratio: 550/708;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd.shogun-image {
    
    
  }


.s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd .shogun-image-content {
  
    align-items: center;
  
}

.s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd {
      --shg-aspect-ratio: calc(550/708); 
    }

    .s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd.shogun-image-container {
      position: relative;
    }

    .s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd {
  
  
  
  
}

#s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd .shg-image-content-wrapper {
      aspect-ratio: 550/708;
      width: 100%;
      height: 100%;
    }

    #s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd .shogun-image-link {
      aspect-ratio: 550/708;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd.shogun-image {
    
    
  }


.s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd .shogun-image-content {
  
    align-items: center;
  
}

.s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd {
      --shg-aspect-ratio: calc(550/708); 
    }

    .s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd.shogun-image-container {
      position: relative;
    }

    .s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd {
  
  
  
  
}

#s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd .shg-image-content-wrapper {
      aspect-ratio: 550/708;
      width: 100%;
      height: 100%;
    }

    #s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd .shogun-image-link {
      aspect-ratio: 550/708;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd.shogun-image {
    
    
  }


.s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd .shogun-image-content {
  
    align-items: center;
  
}

.s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd {
      --shg-aspect-ratio: calc(550/708); 
    }

    .s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd.shogun-image-container {
      position: relative;
    }

    .s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd {
  
  
  
  
}

#s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd .shg-image-content-wrapper {
      aspect-ratio: 550/708;
      width: 100%;
      height: 100%;
    }

    #s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd .shogun-image-link {
      aspect-ratio: 550/708;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd.shogun-image {
    
    
  }


.s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd .shogun-image-content {
  
    align-items: center;
  
}

.s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd {
      --shg-aspect-ratio: calc(550/708); 
    }

    .s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd.shogun-image-container {
      position: relative;
    }

    .s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8afb2f57-fbea-4eaa-94b6-d8f380d5eabd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-24a36b9a-3ef5-4ece-9a28-a3f7c3a02f51 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}
@media (max-width: 767px){#s-24a36b9a-3ef5-4ece-9a28-a3f7c3a02f51 {
  display: unset;
}
#s-24a36b9a-3ef5-4ece-9a28-a3f7c3a02f51, #wrap-s-24a36b9a-3ef5-4ece-9a28-a3f7c3a02f51 { display: unset !important; }}







#s-24a36b9a-3ef5-4ece-9a28-a3f7c3a02f51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-24a36b9a-3ef5-4ece-9a28-a3f7c3a02f51 {
  cursor: pointer;
}#s-24a36b9a-3ef5-4ece-9a28-a3f7c3a02f51.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-c6f38d2a-e237-47c3-b3db-cee1ff9e4f7d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c6f38d2a-e237-47c3-b3db-cee1ff9e4f7d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-c6f38d2a-e237-47c3-b3db-cee1ff9e4f7d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-c6f38d2a-e237-47c3-b3db-cee1ff9e4f7d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-c6f38d2a-e237-47c3-b3db-cee1ff9e4f7d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-c6f38d2a-e237-47c3-b3db-cee1ff9e4f7d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-c6f38d2a-e237-47c3-b3db-cee1ff9e4f7d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

}

#s-e7f3afb3-7768-491e-b6de-8904edfca8cd {
  min-height: 50px;
}








#s-e7f3afb3-7768-491e-b6de-8904edfca8cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e7f3afb3-7768-491e-b6de-8904edfca8cd.shg-box.shg-c {
  justify-content: center;
}

#s-61445815-db99-42ab-af71-c6d26d25c958 {
  margin-bottom: -19px;
}

#s-5434f7f6-c610-402b-8fab-2d1d37ee2ef4 {
  margin-left: 5%;
margin-right: 5%;
}
@media (max-width: 767px){#s-5434f7f6-c610-402b-8fab-2d1d37ee2ef4 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-db8141ff-a510-4ce9-afaa-c9fce81365d0 {
  margin-top: 20px;
margin-bottom: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
min-height: 1px;
background-color: rgba(130, 15, 129, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-db8141ff-a510-4ce9-afaa-c9fce81365d0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-db8141ff-a510-4ce9-afaa-c9fce81365d0:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-db8141ff-a510-4ce9-afaa-c9fce81365d0 {
  margin-top: 5px;
margin-bottom: 15px;
}
}

  #s-db8141ff-a510-4ce9-afaa-c9fce81365d0-root {
    text-align: center;
  }


#s-db8141ff-a510-4ce9-afaa-c9fce81365d0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-db8141ff-a510-4ce9-afaa-c9fce81365d0-root {
    text-align: center;
  }


#s-db8141ff-a510-4ce9-afaa-c9fce81365d0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-db8141ff-a510-4ce9-afaa-c9fce81365d0-root {
    text-align: center;
  }


#s-db8141ff-a510-4ce9-afaa-c9fce81365d0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-db8141ff-a510-4ce9-afaa-c9fce81365d0-root {
    text-align: center;
  }


#s-db8141ff-a510-4ce9-afaa-c9fce81365d0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-db8141ff-a510-4ce9-afaa-c9fce81365d0-root {
    text-align: center;
  }


#s-db8141ff-a510-4ce9-afaa-c9fce81365d0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 550px;
aspect-ratio: 550/498;
text-align: center;
}
@media (max-width: 767px){#s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d {
  
}
}


.shg-image-margin-container-s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d .shg-image-content-wrapper {
      aspect-ratio: 550/498;
      width: 100%;
      height: 100%;
    }

    #s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d .shogun-image-link {
      aspect-ratio: 550/498;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d.shogun-image {
    
    
  }


.s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d {
      --shg-aspect-ratio: calc(550/498); 
    }

    .s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d.shogun-image-container {
      position: relative;
    }

    .s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d {
  
  
  
  
}

#s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d .shg-image-content-wrapper {
      aspect-ratio: 550/498;
      width: 100%;
      height: 100%;
    }

    #s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d .shogun-image-link {
      aspect-ratio: 550/498;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d.shogun-image {
    
    
  }


.s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d {
      --shg-aspect-ratio: calc(550/498); 
    }

    .s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d.shogun-image-container {
      position: relative;
    }

    .s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d {
  
  
  
  
}

#s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d .shg-image-content-wrapper {
      aspect-ratio: 550/498;
      width: 100%;
      height: 100%;
    }

    #s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d .shogun-image-link {
      aspect-ratio: 550/498;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d.shogun-image {
    
    
  }


.s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d {
      --shg-aspect-ratio: calc(550/498); 
    }

    .s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d.shogun-image-container {
      position: relative;
    }

    .s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d {
  
  
  
  
}

#s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d .shg-image-content-wrapper {
      aspect-ratio: 550/498;
      width: 100%;
      height: 100%;
    }

    #s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d .shogun-image-link {
      aspect-ratio: 550/498;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d.shogun-image {
    
    
  }


.s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d {
      --shg-aspect-ratio: calc(550/498); 
    }

    .s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d.shogun-image-container {
      position: relative;
    }

    .s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d {
  
  
  
  
}

#s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d .shg-image-content-wrapper {
      aspect-ratio: 550/498;
      width: 100%;
      height: 100%;
    }

    #s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d .shogun-image-link {
      aspect-ratio: 550/498;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d.shogun-image {
    
    
  }


.s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d {
      --shg-aspect-ratio: calc(550/498); 
    }

    .s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d.shogun-image-container {
      position: relative;
    }

    .s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb9ca5c8-4e7f-4d62-97b2-0a805a802c7d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-02199ab2-1226-49a0-8a10-11fc9bd6aeab {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-02199ab2-1226-49a0-8a10-11fc9bd6aeab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-02199ab2-1226-49a0-8a10-11fc9bd6aeab {
  cursor: pointer;
}#s-02199ab2-1226-49a0-8a10-11fc9bd6aeab.shg-box.shg-c {
  justify-content: center;
}

#s-fddef29d-5183-4f8d-a6fe-e1de3f23395b {
  margin-left: 22%;
margin-right: 22%;
text-align: center;
}
@media (max-width: 767px){#s-fddef29d-5183-4f8d-a6fe-e1de3f23395b {
  margin-left: 10%;
margin-right: 10%;
}
}


.shg-image-margin-container-s-fddef29d-5183-4f8d-a6fe-e1de3f23395b {
  margin-left: 22%;
  margin-right: 22%;
  
  
}

#s-fddef29d-5183-4f8d-a6fe-e1de3f23395b {
  margin: 0 !important;
}





  img.s-fddef29d-5183-4f8d-a6fe-e1de3f23395b.shogun-image {
    
    
  }


.s-fddef29d-5183-4f8d-a6fe-e1de3f23395b .shogun-image-content {
  
    align-items: center;
  
}

.s-fddef29d-5183-4f8d-a6fe-e1de3f23395b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fddef29d-5183-4f8d-a6fe-e1de3f23395b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fddef29d-5183-4f8d-a6fe-e1de3f23395b.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-fddef29d-5183-4f8d-a6fe-e1de3f23395b {
  
  
  
  
}

#s-fddef29d-5183-4f8d-a6fe-e1de3f23395b {
  margin: 0 !important;
}





  img.s-fddef29d-5183-4f8d-a6fe-e1de3f23395b.shogun-image {
    
    
  }


.s-fddef29d-5183-4f8d-a6fe-e1de3f23395b .shogun-image-content {
  
    align-items: center;
  
}

.s-fddef29d-5183-4f8d-a6fe-e1de3f23395b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fddef29d-5183-4f8d-a6fe-e1de3f23395b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fddef29d-5183-4f8d-a6fe-e1de3f23395b.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-fddef29d-5183-4f8d-a6fe-e1de3f23395b {
  
  
  
  
}

#s-fddef29d-5183-4f8d-a6fe-e1de3f23395b {
  margin: 0 !important;
}





  img.s-fddef29d-5183-4f8d-a6fe-e1de3f23395b.shogun-image {
    
    
  }


.s-fddef29d-5183-4f8d-a6fe-e1de3f23395b .shogun-image-content {
  
    align-items: center;
  
}

.s-fddef29d-5183-4f8d-a6fe-e1de3f23395b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fddef29d-5183-4f8d-a6fe-e1de3f23395b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fddef29d-5183-4f8d-a6fe-e1de3f23395b.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-fddef29d-5183-4f8d-a6fe-e1de3f23395b {
  
  
  
  
}

#s-fddef29d-5183-4f8d-a6fe-e1de3f23395b {
  margin: 0 !important;
}





  img.s-fddef29d-5183-4f8d-a6fe-e1de3f23395b.shogun-image {
    
    
  }


.s-fddef29d-5183-4f8d-a6fe-e1de3f23395b .shogun-image-content {
  
    align-items: center;
  
}

.s-fddef29d-5183-4f8d-a6fe-e1de3f23395b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fddef29d-5183-4f8d-a6fe-e1de3f23395b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fddef29d-5183-4f8d-a6fe-e1de3f23395b.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-fddef29d-5183-4f8d-a6fe-e1de3f23395b {
  margin-left: 10%;
  margin-right: 10%;
  
  
}

#s-fddef29d-5183-4f8d-a6fe-e1de3f23395b {
  margin: 0 !important;
}





  img.s-fddef29d-5183-4f8d-a6fe-e1de3f23395b.shogun-image {
    
    
  }


.s-fddef29d-5183-4f8d-a6fe-e1de3f23395b .shogun-image-content {
  
    align-items: center;
  
}

.s-fddef29d-5183-4f8d-a6fe-e1de3f23395b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fddef29d-5183-4f8d-a6fe-e1de3f23395b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fddef29d-5183-4f8d-a6fe-e1de3f23395b.shogun-image {
  box-sizing: border-box;
}




}
#s-46a39f19-1470-4dac-9a11-76ba9d80be6f {
  margin-top: 10px;
margin-bottom: -10px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-46a39f19-1470-4dac-9a11-76ba9d80be6f {
  margin-left: 17%;
margin-right: 17%;
}
}
#s-6b7f5b65-1595-4fb9-bda6-467f9399662a {
  margin-bottom: -20px;
}
@media (max-width: 767px){#s-6b7f5b65-1595-4fb9-bda6-467f9399662a {
  margin-left: 8%;
margin-right: 8%;
}
}
#s-643edf36-b5db-4d4e-a9f3-7ef671eb6f66 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-1566afe6-3706-4b75-b526-8f647b7dcabf {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
background-position: center center;
}








#s-1566afe6-3706-4b75-b526-8f647b7dcabf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1566afe6-3706-4b75-b526-8f647b7dcabf {
  cursor: pointer;
}#s-1566afe6-3706-4b75-b526-8f647b7dcabf.shg-box.shg-c {
  justify-content: center;
}

#s-d5260c0a-7711-4b26-96ce-87a13732d8b2 {
  margin-top: 0px;
margin-bottom: -10px;
}

#s-9c507e47-4d5c-4366-a353-6fc322c0857d {
  padding-top: 9px;
padding-left: 20px;
padding-bottom: 9px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(130, 15, 129, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-9c507e47-4d5c-4366-a353-6fc322c0857d:hover {background-color: rgba(130, 15, 129, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9c507e47-4d5c-4366-a353-6fc322c0857d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9c507e47-4d5c-4366-a353-6fc322c0857d-root {
    text-align: center;
  }


#s-9c507e47-4d5c-4366-a353-6fc322c0857d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9c507e47-4d5c-4366-a353-6fc322c0857d-root {
    text-align: center;
  }


#s-9c507e47-4d5c-4366-a353-6fc322c0857d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9c507e47-4d5c-4366-a353-6fc322c0857d-root {
    text-align: center;
  }


#s-9c507e47-4d5c-4366-a353-6fc322c0857d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9c507e47-4d5c-4366-a353-6fc322c0857d-root {
    text-align: center;
  }


#s-9c507e47-4d5c-4366-a353-6fc322c0857d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9c507e47-4d5c-4366-a353-6fc322c0857d-root {
    text-align: center;
  }


#s-9c507e47-4d5c-4366-a353-6fc322c0857d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}
#s-84fdeba0-b4bb-4889-8ec0-e347bce2bc91 {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: -8px;
margin-right: 2%;
}

#s-4696486e-96fd-45ba-8d6c-d6cc9283eef9 {
  min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-4696486e-96fd-45ba-8d6c-d6cc9283eef9 {
  margin-top: 23px;
margin-bottom: 23px;
}
}







#s-4696486e-96fd-45ba-8d6c-d6cc9283eef9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4696486e-96fd-45ba-8d6c-d6cc9283eef9.shg-box.shg-c {
  justify-content: center;
}

#s-36e3bd9a-a389-4233-a723-7af4d853f7be {
  margin-top: 20px;
margin-bottom: 10px;
}

#s-613dd36c-ed7c-4b0a-85da-55b8488715b4 {
  min-height: 50px;
}








#s-613dd36c-ed7c-4b0a-85da-55b8488715b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-613dd36c-ed7c-4b0a-85da-55b8488715b4.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-64461ecd-3ff4-4330-bffa-50163eeece37"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-64461ecd-3ff4-4330-bffa-50163eeece37"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-64461ecd-3ff4-4330-bffa-50163eeece37"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-64461ecd-3ff4-4330-bffa-50163eeece37"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-45ab038f-a6ff-44dd-a9be-1ae4726244d2 {
  min-height: 50px;
}








#s-45ab038f-a6ff-44dd-a9be-1ae4726244d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-45ab038f-a6ff-44dd-a9be-1ae4726244d2 {
  cursor: pointer;
}#s-45ab038f-a6ff-44dd-a9be-1ae4726244d2.shg-box.shg-c {
  justify-content: center;
}

#s-7bbc23ae-dc25-40d0-9463-e57dc1abaced {
  max-width: 550px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-7bbc23ae-dc25-40d0-9463-e57dc1abaced {
  
  
  
  
}

#s-7bbc23ae-dc25-40d0-9463-e57dc1abaced {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7bbc23ae-dc25-40d0-9463-e57dc1abaced .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-7bbc23ae-dc25-40d0-9463-e57dc1abaced .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7bbc23ae-dc25-40d0-9463-e57dc1abaced .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7bbc23ae-dc25-40d0-9463-e57dc1abaced img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image {
    
    
  }


.s-7bbc23ae-dc25-40d0-9463-e57dc1abaced .shogun-image-content {
  
    align-items: center;
  
}

.s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7bbc23ae-dc25-40d0-9463-e57dc1abaced {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image-container {
      position: relative;
    }

    .s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7bbc23ae-dc25-40d0-9463-e57dc1abaced img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-7bbc23ae-dc25-40d0-9463-e57dc1abaced {
  
  
  
  
}

#s-7bbc23ae-dc25-40d0-9463-e57dc1abaced {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7bbc23ae-dc25-40d0-9463-e57dc1abaced .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-7bbc23ae-dc25-40d0-9463-e57dc1abaced .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7bbc23ae-dc25-40d0-9463-e57dc1abaced .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7bbc23ae-dc25-40d0-9463-e57dc1abaced img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image {
    
    
  }


.s-7bbc23ae-dc25-40d0-9463-e57dc1abaced .shogun-image-content {
  
    align-items: center;
  
}

.s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7bbc23ae-dc25-40d0-9463-e57dc1abaced {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image-container {
      position: relative;
    }

    .s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7bbc23ae-dc25-40d0-9463-e57dc1abaced img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7bbc23ae-dc25-40d0-9463-e57dc1abaced {
  
  
  
  
}

#s-7bbc23ae-dc25-40d0-9463-e57dc1abaced {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7bbc23ae-dc25-40d0-9463-e57dc1abaced .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-7bbc23ae-dc25-40d0-9463-e57dc1abaced .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7bbc23ae-dc25-40d0-9463-e57dc1abaced .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7bbc23ae-dc25-40d0-9463-e57dc1abaced img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image {
    
    
  }


.s-7bbc23ae-dc25-40d0-9463-e57dc1abaced .shogun-image-content {
  
    align-items: center;
  
}

.s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7bbc23ae-dc25-40d0-9463-e57dc1abaced {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image-container {
      position: relative;
    }

    .s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7bbc23ae-dc25-40d0-9463-e57dc1abaced img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7bbc23ae-dc25-40d0-9463-e57dc1abaced {
  
  
  
  
}

#s-7bbc23ae-dc25-40d0-9463-e57dc1abaced {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7bbc23ae-dc25-40d0-9463-e57dc1abaced .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-7bbc23ae-dc25-40d0-9463-e57dc1abaced .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7bbc23ae-dc25-40d0-9463-e57dc1abaced .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7bbc23ae-dc25-40d0-9463-e57dc1abaced img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image {
    
    
  }


.s-7bbc23ae-dc25-40d0-9463-e57dc1abaced .shogun-image-content {
  
    align-items: center;
  
}

.s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7bbc23ae-dc25-40d0-9463-e57dc1abaced {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image-container {
      position: relative;
    }

    .s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7bbc23ae-dc25-40d0-9463-e57dc1abaced img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7bbc23ae-dc25-40d0-9463-e57dc1abaced {
  
  
  
  
}

#s-7bbc23ae-dc25-40d0-9463-e57dc1abaced {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7bbc23ae-dc25-40d0-9463-e57dc1abaced .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-7bbc23ae-dc25-40d0-9463-e57dc1abaced .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7bbc23ae-dc25-40d0-9463-e57dc1abaced .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7bbc23ae-dc25-40d0-9463-e57dc1abaced img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image {
    
    
  }


.s-7bbc23ae-dc25-40d0-9463-e57dc1abaced .shogun-image-content {
  
    align-items: center;
  
}

.s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7bbc23ae-dc25-40d0-9463-e57dc1abaced {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image-container {
      position: relative;
    }

    .s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7bbc23ae-dc25-40d0-9463-e57dc1abaced img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-9e776c36-233a-4ac7-84df-b0b49b6a0386 {
  padding-top: 17px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-e8e602e9-b1a6-4cb6-8e6a-95b5ba762e4f {
  min-height: 50px;
}








#s-e8e602e9-b1a6-4cb6-8e6a-95b5ba762e4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e8e602e9-b1a6-4cb6-8e6a-95b5ba762e4f {
  cursor: pointer;
}#s-e8e602e9-b1a6-4cb6-8e6a-95b5ba762e4f.shg-box.shg-c {
  justify-content: center;
}

#s-a240a114-cc5f-4f83-b13b-4da06b68fd55 {
  max-width: 550px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-a240a114-cc5f-4f83-b13b-4da06b68fd55 {
  
  
  
  
}

#s-a240a114-cc5f-4f83-b13b-4da06b68fd55 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a240a114-cc5f-4f83-b13b-4da06b68fd55 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-a240a114-cc5f-4f83-b13b-4da06b68fd55 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a240a114-cc5f-4f83-b13b-4da06b68fd55 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a240a114-cc5f-4f83-b13b-4da06b68fd55 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image {
    
    
  }


.s-a240a114-cc5f-4f83-b13b-4da06b68fd55 .shogun-image-content {
  
    align-items: center;
  
}

.s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a240a114-cc5f-4f83-b13b-4da06b68fd55 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image-container {
      position: relative;
    }

    .s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a240a114-cc5f-4f83-b13b-4da06b68fd55 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a240a114-cc5f-4f83-b13b-4da06b68fd55 {
  
  
  
  
}

#s-a240a114-cc5f-4f83-b13b-4da06b68fd55 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a240a114-cc5f-4f83-b13b-4da06b68fd55 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-a240a114-cc5f-4f83-b13b-4da06b68fd55 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a240a114-cc5f-4f83-b13b-4da06b68fd55 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a240a114-cc5f-4f83-b13b-4da06b68fd55 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image {
    
    
  }


.s-a240a114-cc5f-4f83-b13b-4da06b68fd55 .shogun-image-content {
  
    align-items: center;
  
}

.s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a240a114-cc5f-4f83-b13b-4da06b68fd55 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image-container {
      position: relative;
    }

    .s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a240a114-cc5f-4f83-b13b-4da06b68fd55 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a240a114-cc5f-4f83-b13b-4da06b68fd55 {
  
  
  
  
}

#s-a240a114-cc5f-4f83-b13b-4da06b68fd55 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a240a114-cc5f-4f83-b13b-4da06b68fd55 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-a240a114-cc5f-4f83-b13b-4da06b68fd55 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a240a114-cc5f-4f83-b13b-4da06b68fd55 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a240a114-cc5f-4f83-b13b-4da06b68fd55 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image {
    
    
  }


.s-a240a114-cc5f-4f83-b13b-4da06b68fd55 .shogun-image-content {
  
    align-items: center;
  
}

.s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a240a114-cc5f-4f83-b13b-4da06b68fd55 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image-container {
      position: relative;
    }

    .s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a240a114-cc5f-4f83-b13b-4da06b68fd55 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a240a114-cc5f-4f83-b13b-4da06b68fd55 {
  
  
  
  
}

#s-a240a114-cc5f-4f83-b13b-4da06b68fd55 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a240a114-cc5f-4f83-b13b-4da06b68fd55 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-a240a114-cc5f-4f83-b13b-4da06b68fd55 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a240a114-cc5f-4f83-b13b-4da06b68fd55 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a240a114-cc5f-4f83-b13b-4da06b68fd55 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image {
    
    
  }


.s-a240a114-cc5f-4f83-b13b-4da06b68fd55 .shogun-image-content {
  
    align-items: center;
  
}

.s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a240a114-cc5f-4f83-b13b-4da06b68fd55 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image-container {
      position: relative;
    }

    .s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a240a114-cc5f-4f83-b13b-4da06b68fd55 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a240a114-cc5f-4f83-b13b-4da06b68fd55 {
  
  
  
  
}

#s-a240a114-cc5f-4f83-b13b-4da06b68fd55 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a240a114-cc5f-4f83-b13b-4da06b68fd55 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-a240a114-cc5f-4f83-b13b-4da06b68fd55 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a240a114-cc5f-4f83-b13b-4da06b68fd55 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a240a114-cc5f-4f83-b13b-4da06b68fd55 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image {
    
    
  }


.s-a240a114-cc5f-4f83-b13b-4da06b68fd55 .shogun-image-content {
  
    align-items: center;
  
}

.s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a240a114-cc5f-4f83-b13b-4da06b68fd55 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image-container {
      position: relative;
    }

    .s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a240a114-cc5f-4f83-b13b-4da06b68fd55 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-3f5f9fe4-ed30-4901-99d4-564e162130fe {
  padding-top: 17px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-22a532b0-2d09-40c8-93a0-0f87a6709a61 {
  min-height: 50px;
}








#s-22a532b0-2d09-40c8-93a0-0f87a6709a61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-22a532b0-2d09-40c8-93a0-0f87a6709a61 {
  cursor: pointer;
}#s-22a532b0-2d09-40c8-93a0-0f87a6709a61.shg-box.shg-c {
  justify-content: center;
}

#s-59111e95-02d2-4430-8927-23b2c4b45378 {
  max-width: 550px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-59111e95-02d2-4430-8927-23b2c4b45378 {
  
  
  
  
}

#s-59111e95-02d2-4430-8927-23b2c4b45378 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-59111e95-02d2-4430-8927-23b2c4b45378 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-59111e95-02d2-4430-8927-23b2c4b45378 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59111e95-02d2-4430-8927-23b2c4b45378 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-59111e95-02d2-4430-8927-23b2c4b45378 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image {
    
    
  }


.s-59111e95-02d2-4430-8927-23b2c4b45378 .shogun-image-content {
  
    align-items: center;
  
}

.s-59111e95-02d2-4430-8927-23b2c4b45378.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-59111e95-02d2-4430-8927-23b2c4b45378 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image-container {
      position: relative;
    }

    .s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59111e95-02d2-4430-8927-23b2c4b45378 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-59111e95-02d2-4430-8927-23b2c4b45378 {
  
  
  
  
}

#s-59111e95-02d2-4430-8927-23b2c4b45378 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-59111e95-02d2-4430-8927-23b2c4b45378 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-59111e95-02d2-4430-8927-23b2c4b45378 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59111e95-02d2-4430-8927-23b2c4b45378 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-59111e95-02d2-4430-8927-23b2c4b45378 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image {
    
    
  }


.s-59111e95-02d2-4430-8927-23b2c4b45378 .shogun-image-content {
  
    align-items: center;
  
}

.s-59111e95-02d2-4430-8927-23b2c4b45378.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-59111e95-02d2-4430-8927-23b2c4b45378 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image-container {
      position: relative;
    }

    .s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59111e95-02d2-4430-8927-23b2c4b45378 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-59111e95-02d2-4430-8927-23b2c4b45378 {
  
  
  
  
}

#s-59111e95-02d2-4430-8927-23b2c4b45378 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-59111e95-02d2-4430-8927-23b2c4b45378 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-59111e95-02d2-4430-8927-23b2c4b45378 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59111e95-02d2-4430-8927-23b2c4b45378 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-59111e95-02d2-4430-8927-23b2c4b45378 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image {
    
    
  }


.s-59111e95-02d2-4430-8927-23b2c4b45378 .shogun-image-content {
  
    align-items: center;
  
}

.s-59111e95-02d2-4430-8927-23b2c4b45378.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-59111e95-02d2-4430-8927-23b2c4b45378 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image-container {
      position: relative;
    }

    .s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59111e95-02d2-4430-8927-23b2c4b45378 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-59111e95-02d2-4430-8927-23b2c4b45378 {
  
  
  
  
}

#s-59111e95-02d2-4430-8927-23b2c4b45378 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-59111e95-02d2-4430-8927-23b2c4b45378 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-59111e95-02d2-4430-8927-23b2c4b45378 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59111e95-02d2-4430-8927-23b2c4b45378 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-59111e95-02d2-4430-8927-23b2c4b45378 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image {
    
    
  }


.s-59111e95-02d2-4430-8927-23b2c4b45378 .shogun-image-content {
  
    align-items: center;
  
}

.s-59111e95-02d2-4430-8927-23b2c4b45378.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-59111e95-02d2-4430-8927-23b2c4b45378 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image-container {
      position: relative;
    }

    .s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59111e95-02d2-4430-8927-23b2c4b45378 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-59111e95-02d2-4430-8927-23b2c4b45378 {
  
  
  
  
}

#s-59111e95-02d2-4430-8927-23b2c4b45378 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-59111e95-02d2-4430-8927-23b2c4b45378 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-59111e95-02d2-4430-8927-23b2c4b45378 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59111e95-02d2-4430-8927-23b2c4b45378 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-59111e95-02d2-4430-8927-23b2c4b45378 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image {
    
    
  }


.s-59111e95-02d2-4430-8927-23b2c4b45378 .shogun-image-content {
  
    align-items: center;
  
}

.s-59111e95-02d2-4430-8927-23b2c4b45378.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-59111e95-02d2-4430-8927-23b2c4b45378 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image-container {
      position: relative;
    }

    .s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59111e95-02d2-4430-8927-23b2c4b45378 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-dbae2867-8853-48d2-8611-4622a69ac760 {
  padding-top: 17px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-0d11d778-c426-4f4f-af72-68bf912af37c {
  min-height: 50px;
}








#s-0d11d778-c426-4f4f-af72-68bf912af37c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0d11d778-c426-4f4f-af72-68bf912af37c {
  cursor: pointer;
}#s-0d11d778-c426-4f4f-af72-68bf912af37c.shg-box.shg-c {
  justify-content: center;
}

#s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 {
  max-width: 550px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 {
  
  
  
  
}

#s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image {
    
    
  }


.s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image-container {
      position: relative;
    }

    .s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 {
  
  
  
  
}

#s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image {
    
    
  }


.s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image-container {
      position: relative;
    }

    .s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 {
  
  
  
  
}

#s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image {
    
    
  }


.s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image-container {
      position: relative;
    }

    .s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 {
  
  
  
  
}

#s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image {
    
    
  }


.s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image-container {
      position: relative;
    }

    .s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 {
  
  
  
  
}

#s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image {
    
    
  }


.s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image-container {
      position: relative;
    }

    .s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-ec0e5d0d-6ce1-4560-b347-3010df272c7c {
  padding-top: 17px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-77979b04-e0ff-49c4-b314-260af7d27fb3 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-18b44b67-8914-45ae-b8a0-4998d7034739 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-18b44b67-8914-45ae-b8a0-4998d7034739 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-18b44b67-8914-45ae-b8a0-4998d7034739 {
  cursor: pointer;
}#s-18b44b67-8914-45ae-b8a0-4998d7034739.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-fe68bcea-5311-4897-918b-1c5aeac6bd55"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fe68bcea-5311-4897-918b-1c5aeac6bd55"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-fe68bcea-5311-4897-918b-1c5aeac6bd55"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-fe68bcea-5311-4897-918b-1c5aeac6bd55"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (max-width: 767px) {
  [id="s-fe68bcea-5311-4897-918b-1c5aeac6bd55"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-7ac7d74a-ea0c-490d-81be-8045611a751b {
  min-height: 50px;
}








#s-7ac7d74a-ea0c-490d-81be-8045611a751b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7ac7d74a-ea0c-490d-81be-8045611a751b.shg-box.shg-c {
  justify-content: center;
}

#s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f {
  margin-bottom: 0px;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f {
  margin-bottom: 20px;
}
}


.shg-image-margin-container-s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f {
  
  
  
  margin-bottom: 0px;
}

#s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image {
    
    
  }


.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shogun-image-content {
  
    align-items: center;
  
}

.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container {
      position: relative;
    }

    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f {
  
  
  
  
}

#s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image {
    
    
  }


.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shogun-image-content {
  
    align-items: center;
  
}

.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container {
      position: relative;
    }

    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f {
  
  
  
  
}

#s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image {
    
    
  }


.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shogun-image-content {
  
    align-items: center;
  
}

.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container {
      position: relative;
    }

    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f {
  
  
  
  
}

#s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image {
    
    
  }


.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shogun-image-content {
  
    align-items: center;
  
}

.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container {
      position: relative;
    }

    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f {
  
  
  
  margin-bottom: 20px;
}

#s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image {
    
    
  }


.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shogun-image-content {
  
    align-items: center;
  
}

.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container {
      position: relative;
    }

    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-a113c1c3-d427-40b7-a8af-20406f7107b6 {
  min-height: 50px;
}








#s-a113c1c3-d427-40b7-a8af-20406f7107b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a113c1c3-d427-40b7-a8af-20406f7107b6.shg-box.shg-c {
  justify-content: center;
}

#s-90902f8d-f697-4b2f-a7c8-c42299e340ea {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}
@media (max-width: 767px){#s-90902f8d-f697-4b2f-a7c8-c42299e340ea {
  margin-left: 8%;
margin-right: 8%;
}
}


.shg-image-margin-container-s-90902f8d-f697-4b2f-a7c8-c42299e340ea {
  margin-left: 20%;
  margin-right: 20%;
  
  
}

#s-90902f8d-f697-4b2f-a7c8-c42299e340ea {
  margin: 0 !important;
}





  img.s-90902f8d-f697-4b2f-a7c8-c42299e340ea.shogun-image {
    
    
  }


.s-90902f8d-f697-4b2f-a7c8-c42299e340ea .shogun-image-content {
  
    align-items: center;
  
}

.s-90902f8d-f697-4b2f-a7c8-c42299e340ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90902f8d-f697-4b2f-a7c8-c42299e340ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90902f8d-f697-4b2f-a7c8-c42299e340ea.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-90902f8d-f697-4b2f-a7c8-c42299e340ea {
  
  
  
  
}

#s-90902f8d-f697-4b2f-a7c8-c42299e340ea {
  margin: 0 !important;
}





  img.s-90902f8d-f697-4b2f-a7c8-c42299e340ea.shogun-image {
    
    
  }


.s-90902f8d-f697-4b2f-a7c8-c42299e340ea .shogun-image-content {
  
    align-items: center;
  
}

.s-90902f8d-f697-4b2f-a7c8-c42299e340ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90902f8d-f697-4b2f-a7c8-c42299e340ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90902f8d-f697-4b2f-a7c8-c42299e340ea.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-90902f8d-f697-4b2f-a7c8-c42299e340ea {
  
  
  
  
}

#s-90902f8d-f697-4b2f-a7c8-c42299e340ea {
  margin: 0 !important;
}





  img.s-90902f8d-f697-4b2f-a7c8-c42299e340ea.shogun-image {
    
    
  }


.s-90902f8d-f697-4b2f-a7c8-c42299e340ea .shogun-image-content {
  
    align-items: center;
  
}

.s-90902f8d-f697-4b2f-a7c8-c42299e340ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90902f8d-f697-4b2f-a7c8-c42299e340ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90902f8d-f697-4b2f-a7c8-c42299e340ea.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-90902f8d-f697-4b2f-a7c8-c42299e340ea {
  
  
  
  
}

#s-90902f8d-f697-4b2f-a7c8-c42299e340ea {
  margin: 0 !important;
}





  img.s-90902f8d-f697-4b2f-a7c8-c42299e340ea.shogun-image {
    
    
  }


.s-90902f8d-f697-4b2f-a7c8-c42299e340ea .shogun-image-content {
  
    align-items: center;
  
}

.s-90902f8d-f697-4b2f-a7c8-c42299e340ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90902f8d-f697-4b2f-a7c8-c42299e340ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90902f8d-f697-4b2f-a7c8-c42299e340ea.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-90902f8d-f697-4b2f-a7c8-c42299e340ea {
  margin-left: 8%;
  margin-right: 8%;
  
  
}

#s-90902f8d-f697-4b2f-a7c8-c42299e340ea {
  margin: 0 !important;
}





  img.s-90902f8d-f697-4b2f-a7c8-c42299e340ea.shogun-image {
    
    
  }


.s-90902f8d-f697-4b2f-a7c8-c42299e340ea .shogun-image-content {
  
    align-items: center;
  
}

.s-90902f8d-f697-4b2f-a7c8-c42299e340ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90902f8d-f697-4b2f-a7c8-c42299e340ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90902f8d-f697-4b2f-a7c8-c42299e340ea.shogun-image {
  box-sizing: border-box;
}




}
#s-2e3c30b2-66ba-4404-83e8-7485e8f8f999 {
  margin-top: 10px;
margin-left: 7%;
margin-bottom: 0px;
margin-right: 7%;
}
@media (max-width: 767px){#s-2e3c30b2-66ba-4404-83e8-7485e8f8f999 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-7fa9db12-b04d-4306-a6f5-1dd76ee09d2c {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7fa9db12-b04d-4306-a6f5-1dd76ee09d2c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7fa9db12-b04d-4306-a6f5-1dd76ee09d2c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7fa9db12-b04d-4306-a6f5-1dd76ee09d2c-root {
    text-align: center;
  }


#s-7fa9db12-b04d-4306-a6f5-1dd76ee09d2c.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7fa9db12-b04d-4306-a6f5-1dd76ee09d2c-root {
    text-align: center;
  }


#s-7fa9db12-b04d-4306-a6f5-1dd76ee09d2c.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7fa9db12-b04d-4306-a6f5-1dd76ee09d2c-root {
    text-align: center;
  }


#s-7fa9db12-b04d-4306-a6f5-1dd76ee09d2c.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7fa9db12-b04d-4306-a6f5-1dd76ee09d2c-root {
    text-align: center;
  }


#s-7fa9db12-b04d-4306-a6f5-1dd76ee09d2c.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7fa9db12-b04d-4306-a6f5-1dd76ee09d2c-root {
    text-align: center;
  }


#s-7fa9db12-b04d-4306-a6f5-1dd76ee09d2c.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}
#s-97c0f64c-26cb-4fd1-8424-b2e386a7c0ae {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 15px;
padding-bottom: 15px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-97c0f64c-26cb-4fd1-8424-b2e386a7c0ae {
  
}
}







#s-97c0f64c-26cb-4fd1-8424-b2e386a7c0ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-97c0f64c-26cb-4fd1-8424-b2e386a7c0ae {
  cursor: pointer;
}#s-97c0f64c-26cb-4fd1-8424-b2e386a7c0ae.shg-box.shg-c {
  justify-content: center;
}

#s-61cd900e-7d89-49c3-9640-1f8be6ee1669 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-61cd900e-7d89-49c3-9640-1f8be6ee1669 {
  display: none;
}
#s-61cd900e-7d89-49c3-9640-1f8be6ee1669, #wrap-s-61cd900e-7d89-49c3-9640-1f8be6ee1669 { display: none !important; }}







#s-61cd900e-7d89-49c3-9640-1f8be6ee1669 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-61cd900e-7d89-49c3-9640-1f8be6ee1669.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-14fb860f-80d7-47d9-a947-9ca601b70239"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-14fb860f-80d7-47d9-a947-9ca601b70239"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-14fb860f-80d7-47d9-a947-9ca601b70239"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-14fb860f-80d7-47d9-a947-9ca601b70239"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-14fb860f-80d7-47d9-a947-9ca601b70239"] > .shg-row {
    flex-flow: column-reverse;
  }
}

@media (min-width: 0px) {
[id="s-c01e27bf-f2bd-484a-8fe4-57f0cb04ddcf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c01e27bf-f2bd-484a-8fe4-57f0cb04ddcf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c01e27bf-f2bd-484a-8fe4-57f0cb04ddcf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c01e27bf-f2bd-484a-8fe4-57f0cb04ddcf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-07b3eec6-5820-42e7-91e6-5c952363c77c {
  min-height: 50px;
}








#s-07b3eec6-5820-42e7-91e6-5c952363c77c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-07b3eec6-5820-42e7-91e6-5c952363c77c.shg-box.shg-c {
  justify-content: center;
}

#s-102c5d01-b428-48f2-81fd-893fad13070b {
  max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-102c5d01-b428-48f2-81fd-893fad13070b {
  margin-top: 5px;
margin-left: 3%;
margin-bottom: 5px;
margin-right: 3%;
}
}


.shg-image-margin-container-s-102c5d01-b428-48f2-81fd-893fad13070b {
  
  
  
  
}

#s-102c5d01-b428-48f2-81fd-893fad13070b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-102c5d01-b428-48f2-81fd-893fad13070b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-102c5d01-b428-48f2-81fd-893fad13070b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-102c5d01-b428-48f2-81fd-893fad13070b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-102c5d01-b428-48f2-81fd-893fad13070b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image {
    
    
  }


.s-102c5d01-b428-48f2-81fd-893fad13070b .shogun-image-content {
  
    align-items: center;
  
}

.s-102c5d01-b428-48f2-81fd-893fad13070b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-102c5d01-b428-48f2-81fd-893fad13070b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container {
      position: relative;
    }

    .s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-102c5d01-b428-48f2-81fd-893fad13070b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-102c5d01-b428-48f2-81fd-893fad13070b {
  
  
  
  
}

#s-102c5d01-b428-48f2-81fd-893fad13070b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-102c5d01-b428-48f2-81fd-893fad13070b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-102c5d01-b428-48f2-81fd-893fad13070b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-102c5d01-b428-48f2-81fd-893fad13070b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-102c5d01-b428-48f2-81fd-893fad13070b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image {
    
    
  }


.s-102c5d01-b428-48f2-81fd-893fad13070b .shogun-image-content {
  
    align-items: center;
  
}

.s-102c5d01-b428-48f2-81fd-893fad13070b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-102c5d01-b428-48f2-81fd-893fad13070b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container {
      position: relative;
    }

    .s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-102c5d01-b428-48f2-81fd-893fad13070b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-102c5d01-b428-48f2-81fd-893fad13070b {
  
  
  
  
}

#s-102c5d01-b428-48f2-81fd-893fad13070b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-102c5d01-b428-48f2-81fd-893fad13070b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-102c5d01-b428-48f2-81fd-893fad13070b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-102c5d01-b428-48f2-81fd-893fad13070b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-102c5d01-b428-48f2-81fd-893fad13070b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image {
    
    
  }


.s-102c5d01-b428-48f2-81fd-893fad13070b .shogun-image-content {
  
    align-items: center;
  
}

.s-102c5d01-b428-48f2-81fd-893fad13070b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-102c5d01-b428-48f2-81fd-893fad13070b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container {
      position: relative;
    }

    .s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-102c5d01-b428-48f2-81fd-893fad13070b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-102c5d01-b428-48f2-81fd-893fad13070b {
  
  
  
  
}

#s-102c5d01-b428-48f2-81fd-893fad13070b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-102c5d01-b428-48f2-81fd-893fad13070b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-102c5d01-b428-48f2-81fd-893fad13070b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-102c5d01-b428-48f2-81fd-893fad13070b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-102c5d01-b428-48f2-81fd-893fad13070b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image {
    
    
  }


.s-102c5d01-b428-48f2-81fd-893fad13070b .shogun-image-content {
  
    align-items: center;
  
}

.s-102c5d01-b428-48f2-81fd-893fad13070b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-102c5d01-b428-48f2-81fd-893fad13070b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container {
      position: relative;
    }

    .s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-102c5d01-b428-48f2-81fd-893fad13070b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-102c5d01-b428-48f2-81fd-893fad13070b {
  margin-left: 3%;
  margin-right: 3%;
  margin-top: 5px;
  margin-bottom: 5px;
}

#s-102c5d01-b428-48f2-81fd-893fad13070b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-102c5d01-b428-48f2-81fd-893fad13070b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-102c5d01-b428-48f2-81fd-893fad13070b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-102c5d01-b428-48f2-81fd-893fad13070b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-102c5d01-b428-48f2-81fd-893fad13070b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image {
    
    
  }


.s-102c5d01-b428-48f2-81fd-893fad13070b .shogun-image-content {
  
    align-items: center;
  
}

.s-102c5d01-b428-48f2-81fd-893fad13070b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-102c5d01-b428-48f2-81fd-893fad13070b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container {
      position: relative;
    }

    .s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-102c5d01-b428-48f2-81fd-893fad13070b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-346e7e99-5215-4ad6-9c4e-65157da8efd2 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-346e7e99-5215-4ad6-9c4e-65157da8efd2 {
  display: none;
}
#s-346e7e99-5215-4ad6-9c4e-65157da8efd2, #wrap-s-346e7e99-5215-4ad6-9c4e-65157da8efd2 { display: none !important; }}







#s-346e7e99-5215-4ad6-9c4e-65157da8efd2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-346e7e99-5215-4ad6-9c4e-65157da8efd2.shg-box.shg-c {
  justify-content: center;
}

#s-8fc28d9e-155d-431e-9b2b-70fecbed600d {
  margin-top: 3px;
max-width: 30px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-8fc28d9e-155d-431e-9b2b-70fecbed600d {
  
  
  margin-top: 3px;
  
}

#s-8fc28d9e-155d-431e-9b2b-70fecbed600d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8fc28d9e-155d-431e-9b2b-70fecbed600d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8fc28d9e-155d-431e-9b2b-70fecbed600d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8fc28d9e-155d-431e-9b2b-70fecbed600d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8fc28d9e-155d-431e-9b2b-70fecbed600d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image {
    
    
  }


.s-8fc28d9e-155d-431e-9b2b-70fecbed600d .shogun-image-content {
  
    align-items: center;
  
}

.s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8fc28d9e-155d-431e-9b2b-70fecbed600d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image-container {
      position: relative;
    }

    .s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8fc28d9e-155d-431e-9b2b-70fecbed600d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8fc28d9e-155d-431e-9b2b-70fecbed600d {
  
  
  
  
}

#s-8fc28d9e-155d-431e-9b2b-70fecbed600d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8fc28d9e-155d-431e-9b2b-70fecbed600d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8fc28d9e-155d-431e-9b2b-70fecbed600d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8fc28d9e-155d-431e-9b2b-70fecbed600d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8fc28d9e-155d-431e-9b2b-70fecbed600d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image {
    
    
  }


.s-8fc28d9e-155d-431e-9b2b-70fecbed600d .shogun-image-content {
  
    align-items: center;
  
}

.s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8fc28d9e-155d-431e-9b2b-70fecbed600d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image-container {
      position: relative;
    }

    .s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8fc28d9e-155d-431e-9b2b-70fecbed600d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8fc28d9e-155d-431e-9b2b-70fecbed600d {
  
  
  
  
}

#s-8fc28d9e-155d-431e-9b2b-70fecbed600d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8fc28d9e-155d-431e-9b2b-70fecbed600d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8fc28d9e-155d-431e-9b2b-70fecbed600d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8fc28d9e-155d-431e-9b2b-70fecbed600d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8fc28d9e-155d-431e-9b2b-70fecbed600d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image {
    
    
  }


.s-8fc28d9e-155d-431e-9b2b-70fecbed600d .shogun-image-content {
  
    align-items: center;
  
}

.s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8fc28d9e-155d-431e-9b2b-70fecbed600d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image-container {
      position: relative;
    }

    .s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8fc28d9e-155d-431e-9b2b-70fecbed600d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8fc28d9e-155d-431e-9b2b-70fecbed600d {
  
  
  
  
}

#s-8fc28d9e-155d-431e-9b2b-70fecbed600d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8fc28d9e-155d-431e-9b2b-70fecbed600d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8fc28d9e-155d-431e-9b2b-70fecbed600d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8fc28d9e-155d-431e-9b2b-70fecbed600d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8fc28d9e-155d-431e-9b2b-70fecbed600d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image {
    
    
  }


.s-8fc28d9e-155d-431e-9b2b-70fecbed600d .shogun-image-content {
  
    align-items: center;
  
}

.s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8fc28d9e-155d-431e-9b2b-70fecbed600d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image-container {
      position: relative;
    }

    .s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8fc28d9e-155d-431e-9b2b-70fecbed600d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8fc28d9e-155d-431e-9b2b-70fecbed600d {
  
  
  
  
}

#s-8fc28d9e-155d-431e-9b2b-70fecbed600d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8fc28d9e-155d-431e-9b2b-70fecbed600d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8fc28d9e-155d-431e-9b2b-70fecbed600d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8fc28d9e-155d-431e-9b2b-70fecbed600d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8fc28d9e-155d-431e-9b2b-70fecbed600d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image {
    
    
  }


.s-8fc28d9e-155d-431e-9b2b-70fecbed600d .shogun-image-content {
  
    align-items: center;
  
}

.s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8fc28d9e-155d-431e-9b2b-70fecbed600d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image-container {
      position: relative;
    }

    .s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8fc28d9e-155d-431e-9b2b-70fecbed600d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-2f9c479c-ae2e-4430-b547-0584cb243ad3 {
  margin-top: 4px;
margin-left: 18px;
margin-bottom: 4px;
margin-right: 18px;
}

#s-d77ae513-3909-4d08-a343-6a4db55b615e {
  min-height: 50px;
}








#s-d77ae513-3909-4d08-a343-6a4db55b615e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d77ae513-3909-4d08-a343-6a4db55b615e.shg-box.shg-c {
  justify-content: center;
}

#s-8772feab-3e1d-44ee-828c-ebd36e12768c {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 8px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}

#s-3b61625a-86a5-4524-84d0-f95db065d5d2 {
  margin-top: 12px;
margin-left: 0%;
margin-bottom: 12px;
margin-right: 0%;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}

#s-a297b3bb-b7a5-4417-9828-f33990292282 {
  margin-top: 9px;
margin-bottom: 9px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 1em;
letter-spacing: 0px;
}
#s-a297b3bb-b7a5-4417-9828-f33990292282:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a297b3bb-b7a5-4417-9828-f33990292282:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-a297b3bb-b7a5-4417-9828-f33990292282 {
  margin-top: 7px;
margin-bottom: 14px;
}
}

  #s-a297b3bb-b7a5-4417-9828-f33990292282-root {
    text-align: center;
  }


#s-a297b3bb-b7a5-4417-9828-f33990292282.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a297b3bb-b7a5-4417-9828-f33990292282-root {
    text-align: center;
  }


#s-a297b3bb-b7a5-4417-9828-f33990292282.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a297b3bb-b7a5-4417-9828-f33990292282-root {
    text-align: center;
  }


#s-a297b3bb-b7a5-4417-9828-f33990292282.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a297b3bb-b7a5-4417-9828-f33990292282-root {
    text-align: center;
  }


#s-a297b3bb-b7a5-4417-9828-f33990292282.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a297b3bb-b7a5-4417-9828-f33990292282-root {
    text-align: center;
  }


#s-a297b3bb-b7a5-4417-9828-f33990292282.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-a6493dcc-5ffc-466d-9503-44a7577c6d80 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-a6493dcc-5ffc-466d-9503-44a7577c6d80 {
  display: none;
}
#s-a6493dcc-5ffc-466d-9503-44a7577c6d80, #wrap-s-a6493dcc-5ffc-466d-9503-44a7577c6d80 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a6493dcc-5ffc-466d-9503-44a7577c6d80 {
  display: none;
}
#s-a6493dcc-5ffc-466d-9503-44a7577c6d80, #wrap-s-a6493dcc-5ffc-466d-9503-44a7577c6d80 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a6493dcc-5ffc-466d-9503-44a7577c6d80 {
  
}
}@media (max-width: 767px){#s-a6493dcc-5ffc-466d-9503-44a7577c6d80 {
  display: none;
}
#s-a6493dcc-5ffc-466d-9503-44a7577c6d80, #wrap-s-a6493dcc-5ffc-466d-9503-44a7577c6d80 { display: none !important; }}







#s-a6493dcc-5ffc-466d-9503-44a7577c6d80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a6493dcc-5ffc-466d-9503-44a7577c6d80.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-9a5fae52-cdb0-4d62-8c82-6f1a118f199f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9a5fae52-cdb0-4d62-8c82-6f1a118f199f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 9.0px);
}

[id="s-9a5fae52-cdb0-4d62-8c82-6f1a118f199f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 9.0px);
}

}

@media (min-width: 992px) {
[id="s-9a5fae52-cdb0-4d62-8c82-6f1a118f199f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 9.0px);
}

[id="s-9a5fae52-cdb0-4d62-8c82-6f1a118f199f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 9.0px);
}

}

@media (min-width: 1200px) {
[id="s-9a5fae52-cdb0-4d62-8c82-6f1a118f199f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 9.0px);
}

[id="s-9a5fae52-cdb0-4d62-8c82-6f1a118f199f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 9.0px);
}

}

#s-ee8def7e-4e2e-43ec-a783-460d983fe5d8 {
  margin-top: 14px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 8px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
}

#s-24793308-ed84-4973-8dd8-50185201bdda {
  margin-top: 4px;
margin-left: 0%;
margin-bottom: 7px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-16d7e89d-1dce-44cd-ab4f-c439b68ab264 {
  margin-top: 9px;
margin-bottom: 9px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 1em;
letter-spacing: 0px;
}
#s-16d7e89d-1dce-44cd-ab4f-c439b68ab264:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-16d7e89d-1dce-44cd-ab4f-c439b68ab264:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-16d7e89d-1dce-44cd-ab4f-c439b68ab264-root {
    text-align: center;
  }


#s-16d7e89d-1dce-44cd-ab4f-c439b68ab264.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-16d7e89d-1dce-44cd-ab4f-c439b68ab264-root {
    text-align: center;
  }


#s-16d7e89d-1dce-44cd-ab4f-c439b68ab264.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-16d7e89d-1dce-44cd-ab4f-c439b68ab264-root {
    text-align: center;
  }


#s-16d7e89d-1dce-44cd-ab4f-c439b68ab264.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-16d7e89d-1dce-44cd-ab4f-c439b68ab264-root {
    text-align: center;
  }


#s-16d7e89d-1dce-44cd-ab4f-c439b68ab264.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-16d7e89d-1dce-44cd-ab4f-c439b68ab264-root {
    text-align: center;
  }


#s-16d7e89d-1dce-44cd-ab4f-c439b68ab264.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}
#s-a563ad83-db38-469b-9067-3d93c2732081 {
  margin-left: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-a563ad83-db38-469b-9067-3d93c2732081 {
  display: none;
}
#s-a563ad83-db38-469b-9067-3d93c2732081, #wrap-s-a563ad83-db38-469b-9067-3d93c2732081 { display: none !important; }}







#s-a563ad83-db38-469b-9067-3d93c2732081 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a563ad83-db38-469b-9067-3d93c2732081.shg-box.shg-c {
  justify-content: center;
}

#s-767ceacc-1593-460e-af25-aa04830f0846 {
  margin-top: 16px;
margin-left: 17px;
margin-bottom: 16px;
margin-right: 17px;
}

#s-db208f8d-a34e-43d1-8b70-1a4bc30af296 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 13px;
padding-bottom: 0px;
min-height: 0px;
max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-db208f8d-a34e-43d1-8b70-1a4bc30af296 {
  margin-top: 40px;
}
}@media (max-width: 767px){#s-db208f8d-a34e-43d1-8b70-1a4bc30af296 {
  margin-top: 11px;
margin-bottom: 0px;
}
}


.shg-image-margin-container-s-db208f8d-a34e-43d1-8b70-1a4bc30af296 {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-db208f8d-a34e-43d1-8b70-1a4bc30af296 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db208f8d-a34e-43d1-8b70-1a4bc30af296 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-db208f8d-a34e-43d1-8b70-1a4bc30af296 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db208f8d-a34e-43d1-8b70-1a4bc30af296 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db208f8d-a34e-43d1-8b70-1a4bc30af296 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image {
    
    
  }


.s-db208f8d-a34e-43d1-8b70-1a4bc30af296 .shogun-image-content {
  
    align-items: center;
  
}

.s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container {
      position: relative;
    }

    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-db208f8d-a34e-43d1-8b70-1a4bc30af296 {
  
  
  
  
}

#s-db208f8d-a34e-43d1-8b70-1a4bc30af296 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db208f8d-a34e-43d1-8b70-1a4bc30af296 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-db208f8d-a34e-43d1-8b70-1a4bc30af296 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db208f8d-a34e-43d1-8b70-1a4bc30af296 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db208f8d-a34e-43d1-8b70-1a4bc30af296 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image {
    
    
  }


.s-db208f8d-a34e-43d1-8b70-1a4bc30af296 .shogun-image-content {
  
    align-items: center;
  
}

.s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container {
      position: relative;
    }

    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-db208f8d-a34e-43d1-8b70-1a4bc30af296 {
  
  
  
  
}

#s-db208f8d-a34e-43d1-8b70-1a4bc30af296 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db208f8d-a34e-43d1-8b70-1a4bc30af296 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-db208f8d-a34e-43d1-8b70-1a4bc30af296 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db208f8d-a34e-43d1-8b70-1a4bc30af296 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db208f8d-a34e-43d1-8b70-1a4bc30af296 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image {
    
    
  }


.s-db208f8d-a34e-43d1-8b70-1a4bc30af296 .shogun-image-content {
  
    align-items: center;
  
}

.s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container {
      position: relative;
    }

    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-db208f8d-a34e-43d1-8b70-1a4bc30af296 {
  
  
  margin-top: 40px;
  
}

#s-db208f8d-a34e-43d1-8b70-1a4bc30af296 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db208f8d-a34e-43d1-8b70-1a4bc30af296 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-db208f8d-a34e-43d1-8b70-1a4bc30af296 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db208f8d-a34e-43d1-8b70-1a4bc30af296 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db208f8d-a34e-43d1-8b70-1a4bc30af296 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image {
    
    
  }


.s-db208f8d-a34e-43d1-8b70-1a4bc30af296 .shogun-image-content {
  
    align-items: center;
  
}

.s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container {
      position: relative;
    }

    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-db208f8d-a34e-43d1-8b70-1a4bc30af296 {
  
  
  margin-top: 11px;
  margin-bottom: 0px;
}

#s-db208f8d-a34e-43d1-8b70-1a4bc30af296 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db208f8d-a34e-43d1-8b70-1a4bc30af296 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-db208f8d-a34e-43d1-8b70-1a4bc30af296 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db208f8d-a34e-43d1-8b70-1a4bc30af296 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db208f8d-a34e-43d1-8b70-1a4bc30af296 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image {
    
    
  }


.s-db208f8d-a34e-43d1-8b70-1a4bc30af296 .shogun-image-content {
  
    align-items: center;
  
}

.s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container {
      position: relative;
    }

    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-d128768d-7316-4411-85e9-bda424419184 {
  margin-bottom: 30px;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-d128768d-7316-4411-85e9-bda424419184 {
  margin-top: 23px;
}
}







#s-d128768d-7316-4411-85e9-bda424419184 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d128768d-7316-4411-85e9-bda424419184.shg-box.shg-c {
  justify-content: center;
}

#s-4f905a99-5d97-459f-8d90-4d9ef2aa0b9c {
  margin-top: 20px;
margin-bottom: 10px;
}

#s-5b858119-763b-491f-9a35-90446b660cbc {
  margin-left: 7%;
margin-right: 7%;
min-height: 50px;
}








#s-5b858119-763b-491f-9a35-90446b660cbc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5b858119-763b-491f-9a35-90446b660cbc.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-82c19b14-b4ba-4d6f-9dbb-cba1a296ca46"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-82c19b14-b4ba-4d6f-9dbb-cba1a296ca46"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-82c19b14-b4ba-4d6f-9dbb-cba1a296ca46"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-82c19b14-b4ba-4d6f-9dbb-cba1a296ca46"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-facbd2cd-b38f-4d8d-9456-1e4c48d506b7 {
  min-height: 50px;
}








#s-facbd2cd-b38f-4d8d-9456-1e4c48d506b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-facbd2cd-b38f-4d8d-9456-1e4c48d506b7 {
  cursor: pointer;
}#s-facbd2cd-b38f-4d8d-9456-1e4c48d506b7.shg-box.shg-c {
  justify-content: center;
}

#s-505701ee-1818-4da4-ac84-68ed47cef214 {
  max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-505701ee-1818-4da4-ac84-68ed47cef214 {
  margin-left: 10%;
margin-right: 10%;
}
}


.shg-image-margin-container-s-505701ee-1818-4da4-ac84-68ed47cef214 {
  
  
  
  
}

#s-505701ee-1818-4da4-ac84-68ed47cef214 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-505701ee-1818-4da4-ac84-68ed47cef214 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-505701ee-1818-4da4-ac84-68ed47cef214 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-505701ee-1818-4da4-ac84-68ed47cef214 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-505701ee-1818-4da4-ac84-68ed47cef214 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image {
    
    
  }


.s-505701ee-1818-4da4-ac84-68ed47cef214 .shogun-image-content {
  
    align-items: center;
  
}

.s-505701ee-1818-4da4-ac84-68ed47cef214.shg-align-container {
  display: flex;
  justify-content: center
}

.s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-505701ee-1818-4da4-ac84-68ed47cef214 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container {
      position: relative;
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-505701ee-1818-4da4-ac84-68ed47cef214 {
  
  
  
  
}

#s-505701ee-1818-4da4-ac84-68ed47cef214 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-505701ee-1818-4da4-ac84-68ed47cef214 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-505701ee-1818-4da4-ac84-68ed47cef214 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-505701ee-1818-4da4-ac84-68ed47cef214 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-505701ee-1818-4da4-ac84-68ed47cef214 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image {
    
    
  }


.s-505701ee-1818-4da4-ac84-68ed47cef214 .shogun-image-content {
  
    align-items: center;
  
}

.s-505701ee-1818-4da4-ac84-68ed47cef214.shg-align-container {
  display: flex;
  justify-content: center
}

.s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-505701ee-1818-4da4-ac84-68ed47cef214 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container {
      position: relative;
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-505701ee-1818-4da4-ac84-68ed47cef214 {
  
  
  
  
}

#s-505701ee-1818-4da4-ac84-68ed47cef214 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-505701ee-1818-4da4-ac84-68ed47cef214 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-505701ee-1818-4da4-ac84-68ed47cef214 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-505701ee-1818-4da4-ac84-68ed47cef214 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-505701ee-1818-4da4-ac84-68ed47cef214 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image {
    
    
  }


.s-505701ee-1818-4da4-ac84-68ed47cef214 .shogun-image-content {
  
    align-items: center;
  
}

.s-505701ee-1818-4da4-ac84-68ed47cef214.shg-align-container {
  display: flex;
  justify-content: center
}

.s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-505701ee-1818-4da4-ac84-68ed47cef214 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container {
      position: relative;
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-505701ee-1818-4da4-ac84-68ed47cef214 {
  
  
  
  
}

#s-505701ee-1818-4da4-ac84-68ed47cef214 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-505701ee-1818-4da4-ac84-68ed47cef214 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-505701ee-1818-4da4-ac84-68ed47cef214 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-505701ee-1818-4da4-ac84-68ed47cef214 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-505701ee-1818-4da4-ac84-68ed47cef214 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image {
    
    
  }


.s-505701ee-1818-4da4-ac84-68ed47cef214 .shogun-image-content {
  
    align-items: center;
  
}

.s-505701ee-1818-4da4-ac84-68ed47cef214.shg-align-container {
  display: flex;
  justify-content: center
}

.s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-505701ee-1818-4da4-ac84-68ed47cef214 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container {
      position: relative;
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-505701ee-1818-4da4-ac84-68ed47cef214 {
  margin-left: 10%;
  margin-right: 10%;
  
  
}

#s-505701ee-1818-4da4-ac84-68ed47cef214 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-505701ee-1818-4da4-ac84-68ed47cef214 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-505701ee-1818-4da4-ac84-68ed47cef214 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-505701ee-1818-4da4-ac84-68ed47cef214 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-505701ee-1818-4da4-ac84-68ed47cef214 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image {
    
    
  }


.s-505701ee-1818-4da4-ac84-68ed47cef214 .shogun-image-content {
  
    align-items: center;
  
}

.s-505701ee-1818-4da4-ac84-68ed47cef214.shg-align-container {
  display: flex;
  justify-content: center
}

.s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-505701ee-1818-4da4-ac84-68ed47cef214 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container {
      position: relative;
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-7aac41e1-1cc8-4e4d-90c0-d2ccd255a119 {
  padding-top: 17px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-427e3e6e-e765-4ac0-ad01-c708a4f4a0ae {
  margin-top: 0px;
margin-left: 7%;
margin-bottom: 0px;
margin-right: 7%;
min-height: 0px;
}
@media (max-width: 767px){#s-427e3e6e-e765-4ac0-ad01-c708a4f4a0ae {
  padding-bottom: 15px;
}
}
#s-d7e1e7c1-72a8-4147-addc-bc1a26c129e7 {
  min-height: 50px;
}








#s-d7e1e7c1-72a8-4147-addc-bc1a26c129e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d7e1e7c1-72a8-4147-addc-bc1a26c129e7 {
  cursor: pointer;
}#s-d7e1e7c1-72a8-4147-addc-bc1a26c129e7.shg-box.shg-c {
  justify-content: center;
}

#s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
  max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
  margin-left: 10%;
margin-right: 10%;
}
}


.shg-image-margin-container-s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
  
  
  
  
}

#s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image {
    
    
  }


.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shogun-image-content {
  
    align-items: center;
  
}

.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container {
      position: relative;
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
  
  
  
  
}

#s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image {
    
    
  }


.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shogun-image-content {
  
    align-items: center;
  
}

.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container {
      position: relative;
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
  
  
  
  
}

#s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image {
    
    
  }


.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shogun-image-content {
  
    align-items: center;
  
}

.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container {
      position: relative;
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
  
  
  
  
}

#s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image {
    
    
  }


.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shogun-image-content {
  
    align-items: center;
  
}

.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container {
      position: relative;
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
  margin-left: 10%;
  margin-right: 10%;
  
  
}

#s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image {
    
    
  }


.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shogun-image-content {
  
    align-items: center;
  
}

.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container {
      position: relative;
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-8afb50e6-0d2b-45f4-929b-8e9fa0c6bfea {
  padding-top: 17px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-7a6232bd-211f-460c-89e8-4c6cce5255f9 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 0px;
}
@media (max-width: 767px){#s-7a6232bd-211f-460c-89e8-4c6cce5255f9 {
  padding-bottom: 15px;
}
}
#s-ef94953b-68ef-494c-97f3-4aa0bf164a95 {
  min-height: 50px;
}








#s-ef94953b-68ef-494c-97f3-4aa0bf164a95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ef94953b-68ef-494c-97f3-4aa0bf164a95 {
  cursor: pointer;
}#s-ef94953b-68ef-494c-97f3-4aa0bf164a95.shg-box.shg-c {
  justify-content: center;
}

#s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
  max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
  margin-left: 10%;
margin-right: 10%;
}
}


.shg-image-margin-container-s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
  
  
  
  
}

#s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image {
    
    
  }


.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shogun-image-content {
  
    align-items: center;
  
}

.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container {
      position: relative;
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
  
  
  
  
}

#s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image {
    
    
  }


.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shogun-image-content {
  
    align-items: center;
  
}

.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container {
      position: relative;
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
  
  
  
  
}

#s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image {
    
    
  }


.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shogun-image-content {
  
    align-items: center;
  
}

.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container {
      position: relative;
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
  
  
  
  
}

#s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image {
    
    
  }


.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shogun-image-content {
  
    align-items: center;
  
}

.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container {
      position: relative;
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
  margin-left: 10%;
  margin-right: 10%;
  
  
}

#s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image {
    
    
  }


.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shogun-image-content {
  
    align-items: center;
  
}

.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container {
      position: relative;
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-933a48b5-60f5-47ec-824c-b80bead5a675 {
  padding-top: 17px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-1f3d0f5d-6785-4dab-baf8-4f8b7964e36f {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 0px;
}

#s-8076bb6f-3b8d-4d6e-bba4-a5780b092f2b {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-8076bb6f-3b8d-4d6e-bba4-a5780b092f2b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-8076bb6f-3b8d-4d6e-bba4-a5780b092f2b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.0px);
}

}

@media (min-width: 992px) {
[id="s-8076bb6f-3b8d-4d6e-bba4-a5780b092f2b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.0px);
}

}

@media (min-width: 1200px) {
[id="s-8076bb6f-3b8d-4d6e-bba4-a5780b092f2b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.0px);
}

}

#s-9164ded7-b40c-427b-b575-1f8ac9ab21b8 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 2px;
min-height: 10px;
max-width: 900px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9164ded7-b40c-427b-b575-1f8ac9ab21b8:hover {background-color: rgba(153, 53, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9164ded7-b40c-427b-b575-1f8ac9ab21b8:active {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-9164ded7-b40c-427b-b575-1f8ac9ab21b8 {
  padding-left: 10px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-9164ded7-b40c-427b-b575-1f8ac9ab21b8 {
  padding-left: 10px;
padding-right: 10px;
letter-spacing: 0px;
}
}

  #s-9164ded7-b40c-427b-b575-1f8ac9ab21b8-root {
    text-align: center;
  }


#s-9164ded7-b40c-427b-b575-1f8ac9ab21b8.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9164ded7-b40c-427b-b575-1f8ac9ab21b8-root {
    text-align: center;
  }


#s-9164ded7-b40c-427b-b575-1f8ac9ab21b8.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9164ded7-b40c-427b-b575-1f8ac9ab21b8-root {
    text-align: center;
  }


#s-9164ded7-b40c-427b-b575-1f8ac9ab21b8.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9164ded7-b40c-427b-b575-1f8ac9ab21b8-root {
    text-align: center;
  }


#s-9164ded7-b40c-427b-b575-1f8ac9ab21b8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9164ded7-b40c-427b-b575-1f8ac9ab21b8-root {
    text-align: center;
  }


#s-9164ded7-b40c-427b-b575-1f8ac9ab21b8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-68eda839-0403-44c6-99ee-0b2a63f0aabb {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-68eda839-0403-44c6-99ee-0b2a63f0aabb:hover {background-color: rgba(153, 53, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-68eda839-0403-44c6-99ee-0b2a63f0aabb:active {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-68eda839-0403-44c6-99ee-0b2a63f0aabb {
  padding-left: 10px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-68eda839-0403-44c6-99ee-0b2a63f0aabb {
  padding-left: 10px;
padding-right: 10px;
letter-spacing: 0px;
}
}

  #s-68eda839-0403-44c6-99ee-0b2a63f0aabb-root {
    text-align: center;
  }


#s-68eda839-0403-44c6-99ee-0b2a63f0aabb.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-68eda839-0403-44c6-99ee-0b2a63f0aabb-root {
    text-align: center;
  }


#s-68eda839-0403-44c6-99ee-0b2a63f0aabb.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-68eda839-0403-44c6-99ee-0b2a63f0aabb-root {
    text-align: center;
  }


#s-68eda839-0403-44c6-99ee-0b2a63f0aabb.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-68eda839-0403-44c6-99ee-0b2a63f0aabb-root {
    text-align: center;
  }


#s-68eda839-0403-44c6-99ee-0b2a63f0aabb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-68eda839-0403-44c6-99ee-0b2a63f0aabb-root {
    text-align: center;
  }


#s-68eda839-0403-44c6-99ee-0b2a63f0aabb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-83adafb3-8bd9-499b-a0a2-2dbd7494b532 {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-83adafb3-8bd9-499b-a0a2-2dbd7494b532:hover {background-color: rgba(153, 53, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-83adafb3-8bd9-499b-a0a2-2dbd7494b532:active {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-83adafb3-8bd9-499b-a0a2-2dbd7494b532 {
  padding-left: 10px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-83adafb3-8bd9-499b-a0a2-2dbd7494b532 {
  padding-left: 10px;
padding-right: 10px;
letter-spacing: 0px;
}
}

  #s-83adafb3-8bd9-499b-a0a2-2dbd7494b532-root {
    text-align: center;
  }


#s-83adafb3-8bd9-499b-a0a2-2dbd7494b532.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-83adafb3-8bd9-499b-a0a2-2dbd7494b532-root {
    text-align: center;
  }


#s-83adafb3-8bd9-499b-a0a2-2dbd7494b532.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-83adafb3-8bd9-499b-a0a2-2dbd7494b532-root {
    text-align: center;
  }


#s-83adafb3-8bd9-499b-a0a2-2dbd7494b532.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-83adafb3-8bd9-499b-a0a2-2dbd7494b532-root {
    text-align: center;
  }


#s-83adafb3-8bd9-499b-a0a2-2dbd7494b532.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-83adafb3-8bd9-499b-a0a2-2dbd7494b532-root {
    text-align: center;
  }


#s-83adafb3-8bd9-499b-a0a2-2dbd7494b532.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-93024e17-c420-40a3-8fb4-336cf5803575 {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-93024e17-c420-40a3-8fb4-336cf5803575:hover {background-color: rgba(153, 53, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-93024e17-c420-40a3-8fb4-336cf5803575:active {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-93024e17-c420-40a3-8fb4-336cf5803575 {
  padding-left: 10px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-93024e17-c420-40a3-8fb4-336cf5803575 {
  padding-left: 10px;
padding-right: 10px;
letter-spacing: 0px;
}
}

  #s-93024e17-c420-40a3-8fb4-336cf5803575-root {
    text-align: center;
  }


#s-93024e17-c420-40a3-8fb4-336cf5803575.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-93024e17-c420-40a3-8fb4-336cf5803575-root {
    text-align: center;
  }


#s-93024e17-c420-40a3-8fb4-336cf5803575.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-93024e17-c420-40a3-8fb4-336cf5803575-root {
    text-align: center;
  }


#s-93024e17-c420-40a3-8fb4-336cf5803575.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-93024e17-c420-40a3-8fb4-336cf5803575-root {
    text-align: center;
  }


#s-93024e17-c420-40a3-8fb4-336cf5803575.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-93024e17-c420-40a3-8fb4-336cf5803575-root {
    text-align: center;
  }


#s-93024e17-c420-40a3-8fb4-336cf5803575.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}
