.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-b68c84d3-9caa-4f12-811b-2791c1de5d91 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
background-attachment: scroll;
background-position: center center;
}

#s-b68c84d3-9caa-4f12-811b-2791c1de5d91 {
  background-image: url(https://i.shgcdn.com/4940a6f1-7862-4252-98cb-f44ad802f253/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b68c84d3-9caa-4f12-811b-2791c1de5d91 {
  background-image: url(https://i.shgcdn.com/4940a6f1-7862-4252-98cb-f44ad802f253/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-b68c84d3-9caa-4f12-811b-2791c1de5d91.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b68c84d3-9caa-4f12-811b-2791c1de5d91 {
  background-image: url(https://i.shgcdn.com/4940a6f1-7862-4252-98cb-f44ad802f253/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-b68c84d3-9caa-4f12-811b-2791c1de5d91.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b68c84d3-9caa-4f12-811b-2791c1de5d91 {
  background-image: url(https://i.shgcdn.com/4940a6f1-7862-4252-98cb-f44ad802f253/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-b68c84d3-9caa-4f12-811b-2791c1de5d91.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b68c84d3-9caa-4f12-811b-2791c1de5d91 {
  background-image: url(https://i.shgcdn.com/4940a6f1-7862-4252-98cb-f44ad802f253/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-b68c84d3-9caa-4f12-811b-2791c1de5d91.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b68c84d3-9caa-4f12-811b-2791c1de5d91 {
  background-image: url(https://i.shgcdn.com/4940a6f1-7862-4252-98cb-f44ad802f253/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-b68c84d3-9caa-4f12-811b-2791c1de5d91.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b68c84d3-9caa-4f12-811b-2791c1de5d91 {
  background-image: url(https://i.shgcdn.com/4940a6f1-7862-4252-98cb-f44ad802f253/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-b68c84d3-9caa-4f12-811b-2791c1de5d91.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b68c84d3-9caa-4f12-811b-2791c1de5d91 {
  background-image: url(https://i.shgcdn.com/4940a6f1-7862-4252-98cb-f44ad802f253/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-b68c84d3-9caa-4f12-811b-2791c1de5d91.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b68c84d3-9caa-4f12-811b-2791c1de5d91 {
  background-image: url(https://i.shgcdn.com/4940a6f1-7862-4252-98cb-f44ad802f253/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-b68c84d3-9caa-4f12-811b-2791c1de5d91.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-b68c84d3-9caa-4f12-811b-2791c1de5d91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b68c84d3-9caa-4f12-811b-2791c1de5d91 {
  cursor: pointer;
}#s-b68c84d3-9caa-4f12-811b-2791c1de5d91.shg-box.shg-c {
  justify-content: center;
}

#s-4f80e165-84f2-4213-94ab-e3d17bcdf4f9 {
  min-height: 50px;
}








#s-4f80e165-84f2-4213-94ab-e3d17bcdf4f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4f80e165-84f2-4213-94ab-e3d17bcdf4f9.shg-box.shg-c {
  justify-content: flex-start;
}

.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-0ea5955f-28da-4097-a3c1-e9c07b121e91 {
  margin-top: 23px;
margin-bottom: -9px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0ea5955f-28da-4097-a3c1-e9c07b121e91 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-0ea5955f-28da-4097-a3c1-e9c07b121e91 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-d04e1579-ccc6-4897-b460-5012ba45b62e {
  margin-top: 3px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d04e1579-ccc6-4897-b460-5012ba45b62e {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-d04e1579-ccc6-4897-b460-5012ba45b62e {
  margin-left: 0%;
margin-right: 0%;
}
}
.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-3003f387-268e-4c3f-be42-d69529913d7b {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(21, 48, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
}
#s-3003f387-268e-4c3f-be42-d69529913d7b:hover {background-color: rgba(208, 142, 47, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3003f387-268e-4c3f-be42-d69529913d7b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3003f387-268e-4c3f-be42-d69529913d7b-root {
    text-align: center;
  }


#s-3003f387-268e-4c3f-be42-d69529913d7b.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Secular One;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3003f387-268e-4c3f-be42-d69529913d7b-root {
    text-align: center;
  }


#s-3003f387-268e-4c3f-be42-d69529913d7b.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Secular One;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3003f387-268e-4c3f-be42-d69529913d7b-root {
    text-align: center;
  }


#s-3003f387-268e-4c3f-be42-d69529913d7b.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Secular One;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3003f387-268e-4c3f-be42-d69529913d7b-root {
    text-align: center;
  }


#s-3003f387-268e-4c3f-be42-d69529913d7b.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Secular One;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3003f387-268e-4c3f-be42-d69529913d7b-root {
    text-align: center;
  }


#s-3003f387-268e-4c3f-be42-d69529913d7b.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Secular One;
  display:  inline-block ;
}
}
#s-017f260e-d32d-4cbc-b9c4-92a2463df973 {
  margin-top: 6px;
margin-bottom: 8px;
}

#s-1b3515e4-9442-4b77-a7ee-a452d78627d5 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-1b3515e4-9442-4b77-a7ee-a452d78627d5 {
  margin-top: 26px;
}
}
#s-1b3515e4-9442-4b77-a7ee-a452d78627d5 {
  background-image: url(https://i.shgcdn.com/98a078b2-6b6c-4ecf-822e-cb2778ef5c93/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1b3515e4-9442-4b77-a7ee-a452d78627d5 {
  background-image: url(https://i.shgcdn.com/98a078b2-6b6c-4ecf-822e-cb2778ef5c93/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-1b3515e4-9442-4b77-a7ee-a452d78627d5.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1b3515e4-9442-4b77-a7ee-a452d78627d5 {
  background-image: url(https://i.shgcdn.com/98a078b2-6b6c-4ecf-822e-cb2778ef5c93/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-1b3515e4-9442-4b77-a7ee-a452d78627d5.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1b3515e4-9442-4b77-a7ee-a452d78627d5 {
  background-image: url(https://i.shgcdn.com/98a078b2-6b6c-4ecf-822e-cb2778ef5c93/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-1b3515e4-9442-4b77-a7ee-a452d78627d5.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1b3515e4-9442-4b77-a7ee-a452d78627d5 {
  background-image: url(https://i.shgcdn.com/98a078b2-6b6c-4ecf-822e-cb2778ef5c93/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-1b3515e4-9442-4b77-a7ee-a452d78627d5.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1b3515e4-9442-4b77-a7ee-a452d78627d5 {
  background-image: url(https://i.shgcdn.com/98a078b2-6b6c-4ecf-822e-cb2778ef5c93/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-1b3515e4-9442-4b77-a7ee-a452d78627d5.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1b3515e4-9442-4b77-a7ee-a452d78627d5 {
  background-image: url(https://i.shgcdn.com/98a078b2-6b6c-4ecf-822e-cb2778ef5c93/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-1b3515e4-9442-4b77-a7ee-a452d78627d5.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1b3515e4-9442-4b77-a7ee-a452d78627d5 {
  background-image: url(https://i.shgcdn.com/98a078b2-6b6c-4ecf-822e-cb2778ef5c93/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-1b3515e4-9442-4b77-a7ee-a452d78627d5.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1b3515e4-9442-4b77-a7ee-a452d78627d5 {
  background-image: url(https://i.shgcdn.com/98a078b2-6b6c-4ecf-822e-cb2778ef5c93/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-1b3515e4-9442-4b77-a7ee-a452d78627d5.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-1b3515e4-9442-4b77-a7ee-a452d78627d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1b3515e4-9442-4b77-a7ee-a452d78627d5 {
  cursor: pointer;
}#s-1b3515e4-9442-4b77-a7ee-a452d78627d5.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-a8ec4c03-eac1-4647-98da-ba1e45f441a7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a8ec4c03-eac1-4647-98da-ba1e45f441a7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a8ec4c03-eac1-4647-98da-ba1e45f441a7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a8ec4c03-eac1-4647-98da-ba1e45f441a7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-a8ec4c03-eac1-4647-98da-ba1e45f441a7"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-3147a60e-eb0e-46fb-b060-0d8286bafe48 {
  min-height: 50px;
}








#s-3147a60e-eb0e-46fb-b060-0d8286bafe48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3147a60e-eb0e-46fb-b060-0d8286bafe48.shg-box.shg-c {
  justify-content: center;
}

.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-9058e97c-4dab-4a26-8042-80effc0ddfa0 {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-9058e97c-4dab-4a26-8042-80effc0ddfa0 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9058e97c-4dab-4a26-8042-80effc0ddfa0 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9058e97c-4dab-4a26-8042-80effc0ddfa0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9058e97c-4dab-4a26-8042-80effc0ddfa0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9058e97c-4dab-4a26-8042-80effc0ddfa0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9058e97c-4dab-4a26-8042-80effc0ddfa0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9058e97c-4dab-4a26-8042-80effc0ddfa0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-9058e97c-4dab-4a26-8042-80effc0ddfa0.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-9058e97c-4dab-4a26-8042-80effc0ddfa0 .shogun-image-content {
  
    align-items: center;
  
}

.s-9058e97c-4dab-4a26-8042-80effc0ddfa0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9058e97c-4dab-4a26-8042-80effc0ddfa0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9058e97c-4dab-4a26-8042-80effc0ddfa0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9058e97c-4dab-4a26-8042-80effc0ddfa0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9058e97c-4dab-4a26-8042-80effc0ddfa0.shogun-image-container {
      position: relative;
    }

    .s-9058e97c-4dab-4a26-8042-80effc0ddfa0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9058e97c-4dab-4a26-8042-80effc0ddfa0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9058e97c-4dab-4a26-8042-80effc0ddfa0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9058e97c-4dab-4a26-8042-80effc0ddfa0 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9058e97c-4dab-4a26-8042-80effc0ddfa0 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9058e97c-4dab-4a26-8042-80effc0ddfa0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9058e97c-4dab-4a26-8042-80effc0ddfa0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9058e97c-4dab-4a26-8042-80effc0ddfa0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9058e97c-4dab-4a26-8042-80effc0ddfa0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9058e97c-4dab-4a26-8042-80effc0ddfa0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-9058e97c-4dab-4a26-8042-80effc0ddfa0.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-9058e97c-4dab-4a26-8042-80effc0ddfa0 .shogun-image-content {
  
    align-items: center;
  
}

.s-9058e97c-4dab-4a26-8042-80effc0ddfa0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9058e97c-4dab-4a26-8042-80effc0ddfa0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9058e97c-4dab-4a26-8042-80effc0ddfa0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9058e97c-4dab-4a26-8042-80effc0ddfa0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9058e97c-4dab-4a26-8042-80effc0ddfa0.shogun-image-container {
      position: relative;
    }

    .s-9058e97c-4dab-4a26-8042-80effc0ddfa0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9058e97c-4dab-4a26-8042-80effc0ddfa0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9058e97c-4dab-4a26-8042-80effc0ddfa0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

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

.shg-image-margin-container-s-9058e97c-4dab-4a26-8042-80effc0ddfa0 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9058e97c-4dab-4a26-8042-80effc0ddfa0 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9058e97c-4dab-4a26-8042-80effc0ddfa0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9058e97c-4dab-4a26-8042-80effc0ddfa0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9058e97c-4dab-4a26-8042-80effc0ddfa0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9058e97c-4dab-4a26-8042-80effc0ddfa0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9058e97c-4dab-4a26-8042-80effc0ddfa0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-9058e97c-4dab-4a26-8042-80effc0ddfa0.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-9058e97c-4dab-4a26-8042-80effc0ddfa0 .shogun-image-content {
  
    align-items: center;
  
}

.s-9058e97c-4dab-4a26-8042-80effc0ddfa0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9058e97c-4dab-4a26-8042-80effc0ddfa0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9058e97c-4dab-4a26-8042-80effc0ddfa0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9058e97c-4dab-4a26-8042-80effc0ddfa0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9058e97c-4dab-4a26-8042-80effc0ddfa0.shogun-image-container {
      position: relative;
    }

    .s-9058e97c-4dab-4a26-8042-80effc0ddfa0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9058e97c-4dab-4a26-8042-80effc0ddfa0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9058e97c-4dab-4a26-8042-80effc0ddfa0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

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

.shg-image-margin-container-s-9058e97c-4dab-4a26-8042-80effc0ddfa0 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9058e97c-4dab-4a26-8042-80effc0ddfa0 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9058e97c-4dab-4a26-8042-80effc0ddfa0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9058e97c-4dab-4a26-8042-80effc0ddfa0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9058e97c-4dab-4a26-8042-80effc0ddfa0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9058e97c-4dab-4a26-8042-80effc0ddfa0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9058e97c-4dab-4a26-8042-80effc0ddfa0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-9058e97c-4dab-4a26-8042-80effc0ddfa0.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-9058e97c-4dab-4a26-8042-80effc0ddfa0 .shogun-image-content {
  
    align-items: center;
  
}

.s-9058e97c-4dab-4a26-8042-80effc0ddfa0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9058e97c-4dab-4a26-8042-80effc0ddfa0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9058e97c-4dab-4a26-8042-80effc0ddfa0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9058e97c-4dab-4a26-8042-80effc0ddfa0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9058e97c-4dab-4a26-8042-80effc0ddfa0.shogun-image-container {
      position: relative;
    }

    .s-9058e97c-4dab-4a26-8042-80effc0ddfa0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9058e97c-4dab-4a26-8042-80effc0ddfa0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9058e97c-4dab-4a26-8042-80effc0ddfa0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

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

.shg-image-margin-container-s-9058e97c-4dab-4a26-8042-80effc0ddfa0 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9058e97c-4dab-4a26-8042-80effc0ddfa0 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9058e97c-4dab-4a26-8042-80effc0ddfa0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9058e97c-4dab-4a26-8042-80effc0ddfa0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9058e97c-4dab-4a26-8042-80effc0ddfa0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9058e97c-4dab-4a26-8042-80effc0ddfa0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9058e97c-4dab-4a26-8042-80effc0ddfa0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-9058e97c-4dab-4a26-8042-80effc0ddfa0.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-9058e97c-4dab-4a26-8042-80effc0ddfa0 .shogun-image-content {
  
    align-items: center;
  
}

.s-9058e97c-4dab-4a26-8042-80effc0ddfa0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9058e97c-4dab-4a26-8042-80effc0ddfa0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9058e97c-4dab-4a26-8042-80effc0ddfa0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9058e97c-4dab-4a26-8042-80effc0ddfa0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9058e97c-4dab-4a26-8042-80effc0ddfa0.shogun-image-container {
      position: relative;
    }

    .s-9058e97c-4dab-4a26-8042-80effc0ddfa0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9058e97c-4dab-4a26-8042-80effc0ddfa0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9058e97c-4dab-4a26-8042-80effc0ddfa0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-329b3d93-111b-49cd-b163-fda82fda09a6 {
  min-height: 50px;
}








#s-329b3d93-111b-49cd-b163-fda82fda09a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-329b3d93-111b-49cd-b163-fda82fda09a6.shg-box.shg-c {
  justify-content: center;
}

#s-9c912179-6d97-419a-91b2-901f583941ae {
  margin-top: 56px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9c912179-6d97-419a-91b2-901f583941ae {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-9c912179-6d97-419a-91b2-901f583941ae {
  margin-top: 10px;
}
}
#s-0b8d313d-f083-4f7e-9790-1e67bddd4057 {
  margin-top: 4px;
margin-bottom: 4px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0b8d313d-f083-4f7e-9790-1e67bddd4057 {
  display: none;
}
#s-0b8d313d-f083-4f7e-9790-1e67bddd4057, #wrap-s-0b8d313d-f083-4f7e-9790-1e67bddd4057 { display: none !important; }}
#s-84945231-85b5-496a-b83b-ab4b790fadcf {
  margin-top: 4px;
}

#s-8523cdc2-012e-4af9-b8bd-a09252363c09 {
  margin-top: 9px;
margin-bottom: 14px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(97, 146, 203, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8523cdc2-012e-4af9-b8bd-a09252363c09:hover {background-color: rgba(208, 142, 47, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8523cdc2-012e-4af9-b8bd-a09252363c09:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-8523cdc2-012e-4af9-b8bd-a09252363c09 {
  margin-bottom: 35px;
}
}

  #s-8523cdc2-012e-4af9-b8bd-a09252363c09-root {
    text-align: center;
  }


#s-8523cdc2-012e-4af9-b8bd-a09252363c09.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8523cdc2-012e-4af9-b8bd-a09252363c09-root {
    text-align: center;
  }


#s-8523cdc2-012e-4af9-b8bd-a09252363c09.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8523cdc2-012e-4af9-b8bd-a09252363c09-root {
    text-align: center;
  }


#s-8523cdc2-012e-4af9-b8bd-a09252363c09.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8523cdc2-012e-4af9-b8bd-a09252363c09-root {
    text-align: center;
  }


#s-8523cdc2-012e-4af9-b8bd-a09252363c09.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8523cdc2-012e-4af9-b8bd-a09252363c09-root {
    text-align: center;
  }


#s-8523cdc2-012e-4af9-b8bd-a09252363c09.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}
#s-56df4e73-da6c-4392-b001-dde069f803d4 {
  margin-left: 994%;
max-width: 200px;
aspect-ratio: 200/225;
text-align: center;
}



.shg-image-margin-container-s-56df4e73-da6c-4392-b001-dde069f803d4 {
  margin-left: 994%;
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-56df4e73-da6c-4392-b001-dde069f803d4 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-56df4e73-da6c-4392-b001-dde069f803d4 .shg-image-content-wrapper {
      aspect-ratio: 200/225;
      min-width: 100%;
      height: auto;
    }

    #s-56df4e73-da6c-4392-b001-dde069f803d4 .shogun-image-link {
      aspect-ratio: 200/225;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-56df4e73-da6c-4392-b001-dde069f803d4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-56df4e73-da6c-4392-b001-dde069f803d4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-56df4e73-da6c-4392-b001-dde069f803d4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 200px;
  }



  img.s-56df4e73-da6c-4392-b001-dde069f803d4.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-56df4e73-da6c-4392-b001-dde069f803d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-56df4e73-da6c-4392-b001-dde069f803d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56df4e73-da6c-4392-b001-dde069f803d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56df4e73-da6c-4392-b001-dde069f803d4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-56df4e73-da6c-4392-b001-dde069f803d4 {
      --shg-aspect-ratio: calc(200/225); 
    }

    .s-56df4e73-da6c-4392-b001-dde069f803d4.shogun-image-container {
      position: relative;
    }

    .s-56df4e73-da6c-4392-b001-dde069f803d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-56df4e73-da6c-4392-b001-dde069f803d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-56df4e73-da6c-4392-b001-dde069f803d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-56df4e73-da6c-4392-b001-dde069f803d4 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-56df4e73-da6c-4392-b001-dde069f803d4 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-56df4e73-da6c-4392-b001-dde069f803d4 .shg-image-content-wrapper {
      aspect-ratio: 200/225;
      min-width: 100%;
      height: auto;
    }

    #s-56df4e73-da6c-4392-b001-dde069f803d4 .shogun-image-link {
      aspect-ratio: 200/225;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-56df4e73-da6c-4392-b001-dde069f803d4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-56df4e73-da6c-4392-b001-dde069f803d4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-56df4e73-da6c-4392-b001-dde069f803d4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 200px;
  }



  img.s-56df4e73-da6c-4392-b001-dde069f803d4.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-56df4e73-da6c-4392-b001-dde069f803d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-56df4e73-da6c-4392-b001-dde069f803d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56df4e73-da6c-4392-b001-dde069f803d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56df4e73-da6c-4392-b001-dde069f803d4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-56df4e73-da6c-4392-b001-dde069f803d4 {
      --shg-aspect-ratio: calc(200/225); 
    }

    .s-56df4e73-da6c-4392-b001-dde069f803d4.shogun-image-container {
      position: relative;
    }

    .s-56df4e73-da6c-4392-b001-dde069f803d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-56df4e73-da6c-4392-b001-dde069f803d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-56df4e73-da6c-4392-b001-dde069f803d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

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

.shg-image-margin-container-s-56df4e73-da6c-4392-b001-dde069f803d4 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-56df4e73-da6c-4392-b001-dde069f803d4 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-56df4e73-da6c-4392-b001-dde069f803d4 .shg-image-content-wrapper {
      aspect-ratio: 200/225;
      min-width: 100%;
      height: auto;
    }

    #s-56df4e73-da6c-4392-b001-dde069f803d4 .shogun-image-link {
      aspect-ratio: 200/225;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-56df4e73-da6c-4392-b001-dde069f803d4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-56df4e73-da6c-4392-b001-dde069f803d4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-56df4e73-da6c-4392-b001-dde069f803d4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 200px;
  }



  img.s-56df4e73-da6c-4392-b001-dde069f803d4.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-56df4e73-da6c-4392-b001-dde069f803d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-56df4e73-da6c-4392-b001-dde069f803d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56df4e73-da6c-4392-b001-dde069f803d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56df4e73-da6c-4392-b001-dde069f803d4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-56df4e73-da6c-4392-b001-dde069f803d4 {
      --shg-aspect-ratio: calc(200/225); 
    }

    .s-56df4e73-da6c-4392-b001-dde069f803d4.shogun-image-container {
      position: relative;
    }

    .s-56df4e73-da6c-4392-b001-dde069f803d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-56df4e73-da6c-4392-b001-dde069f803d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-56df4e73-da6c-4392-b001-dde069f803d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

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

.shg-image-margin-container-s-56df4e73-da6c-4392-b001-dde069f803d4 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-56df4e73-da6c-4392-b001-dde069f803d4 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-56df4e73-da6c-4392-b001-dde069f803d4 .shg-image-content-wrapper {
      aspect-ratio: 200/225;
      min-width: 100%;
      height: auto;
    }

    #s-56df4e73-da6c-4392-b001-dde069f803d4 .shogun-image-link {
      aspect-ratio: 200/225;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-56df4e73-da6c-4392-b001-dde069f803d4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-56df4e73-da6c-4392-b001-dde069f803d4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-56df4e73-da6c-4392-b001-dde069f803d4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 200px;
  }



  img.s-56df4e73-da6c-4392-b001-dde069f803d4.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-56df4e73-da6c-4392-b001-dde069f803d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-56df4e73-da6c-4392-b001-dde069f803d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56df4e73-da6c-4392-b001-dde069f803d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56df4e73-da6c-4392-b001-dde069f803d4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-56df4e73-da6c-4392-b001-dde069f803d4 {
      --shg-aspect-ratio: calc(200/225); 
    }

    .s-56df4e73-da6c-4392-b001-dde069f803d4.shogun-image-container {
      position: relative;
    }

    .s-56df4e73-da6c-4392-b001-dde069f803d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-56df4e73-da6c-4392-b001-dde069f803d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-56df4e73-da6c-4392-b001-dde069f803d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

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

.shg-image-margin-container-s-56df4e73-da6c-4392-b001-dde069f803d4 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-56df4e73-da6c-4392-b001-dde069f803d4 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-56df4e73-da6c-4392-b001-dde069f803d4 .shg-image-content-wrapper {
      aspect-ratio: 200/225;
      min-width: 100%;
      height: auto;
    }

    #s-56df4e73-da6c-4392-b001-dde069f803d4 .shogun-image-link {
      aspect-ratio: 200/225;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-56df4e73-da6c-4392-b001-dde069f803d4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-56df4e73-da6c-4392-b001-dde069f803d4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-56df4e73-da6c-4392-b001-dde069f803d4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 200px;
  }



  img.s-56df4e73-da6c-4392-b001-dde069f803d4.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-56df4e73-da6c-4392-b001-dde069f803d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-56df4e73-da6c-4392-b001-dde069f803d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56df4e73-da6c-4392-b001-dde069f803d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56df4e73-da6c-4392-b001-dde069f803d4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-56df4e73-da6c-4392-b001-dde069f803d4 {
      --shg-aspect-ratio: calc(200/225); 
    }

    .s-56df4e73-da6c-4392-b001-dde069f803d4.shogun-image-container {
      position: relative;
    }

    .s-56df4e73-da6c-4392-b001-dde069f803d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-56df4e73-da6c-4392-b001-dde069f803d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-56df4e73-da6c-4392-b001-dde069f803d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-f945cb00-0b01-4b7f-9a4d-fc03e0c16780 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}
@media (max-width: 767px){#s-f945cb00-0b01-4b7f-9a4d-fc03e0c16780 {
  margin-top: 26px;
margin-bottom: 26px;
}
}







#s-f945cb00-0b01-4b7f-9a4d-fc03e0c16780 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f945cb00-0b01-4b7f-9a4d-fc03e0c16780 {
  cursor: pointer;
}#s-f945cb00-0b01-4b7f-9a4d-fc03e0c16780.shg-box.shg-c {
  justify-content: center;
}

#s-0538ec19-0d9d-45d6-80dd-47376a94f12a {
  min-height: 50px;
background-color: rgba(21, 44, 78, 1);
}








#s-0538ec19-0d9d-45d6-80dd-47376a94f12a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0538ec19-0d9d-45d6-80dd-47376a94f12a.shg-box.shg-c {
  justify-content: center;
}

#s-e73d78ab-1041-41cf-8d5d-bea7c084ac0c {
  margin-top: 15px;
margin-bottom: 2px;
}
@media (min-width: 1200px){#s-e73d78ab-1041-41cf-8d5d-bea7c084ac0c {
  display: none;
}
#s-e73d78ab-1041-41cf-8d5d-bea7c084ac0c, #wrap-s-e73d78ab-1041-41cf-8d5d-bea7c084ac0c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e73d78ab-1041-41cf-8d5d-bea7c084ac0c {
  display: none;
}
#s-e73d78ab-1041-41cf-8d5d-bea7c084ac0c, #wrap-s-e73d78ab-1041-41cf-8d5d-bea7c084ac0c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e73d78ab-1041-41cf-8d5d-bea7c084ac0c {
  margin-left: 20%;
margin-right: 20%;
display: none;
}
#s-e73d78ab-1041-41cf-8d5d-bea7c084ac0c, #wrap-s-e73d78ab-1041-41cf-8d5d-bea7c084ac0c { display: none !important; }}
#s-9c9af884-2294-4d18-8ab7-34985cfe2ae6 {
  margin-top: 15px;
margin-bottom: 2px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9c9af884-2294-4d18-8ab7-34985cfe2ae6 {
  margin-left: 20%;
margin-right: 20%;
}
}@media (max-width: 767px){#s-9c9af884-2294-4d18-8ab7-34985cfe2ae6 {
  display: none;
}
#s-9c9af884-2294-4d18-8ab7-34985cfe2ae6, #wrap-s-9c9af884-2294-4d18-8ab7-34985cfe2ae6 { display: none !important; }}
#s-219c363a-0120-4bb6-b388-9f305efd349c {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 20px;
min-height: 50px;
background-position: center center;
}

#s-219c363a-0120-4bb6-b388-9f305efd349c {
  background-image: url(https://i.shgcdn.com/ca018f6e-c9d2-4975-ad7d-0f7b53c28dd0/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-219c363a-0120-4bb6-b388-9f305efd349c {
  background-image: url(https://i.shgcdn.com/ca018f6e-c9d2-4975-ad7d-0f7b53c28dd0/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-219c363a-0120-4bb6-b388-9f305efd349c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-219c363a-0120-4bb6-b388-9f305efd349c {
  background-image: url(https://i.shgcdn.com/ca018f6e-c9d2-4975-ad7d-0f7b53c28dd0/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-219c363a-0120-4bb6-b388-9f305efd349c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-219c363a-0120-4bb6-b388-9f305efd349c {
  background-image: url(https://i.shgcdn.com/ca018f6e-c9d2-4975-ad7d-0f7b53c28dd0/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-219c363a-0120-4bb6-b388-9f305efd349c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-219c363a-0120-4bb6-b388-9f305efd349c {
  background-image: url(https://i.shgcdn.com/ca018f6e-c9d2-4975-ad7d-0f7b53c28dd0/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-219c363a-0120-4bb6-b388-9f305efd349c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-219c363a-0120-4bb6-b388-9f305efd349c {
  background-image: url(https://i.shgcdn.com/ca018f6e-c9d2-4975-ad7d-0f7b53c28dd0/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-219c363a-0120-4bb6-b388-9f305efd349c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-219c363a-0120-4bb6-b388-9f305efd349c {
  background-image: url(https://i.shgcdn.com/ca018f6e-c9d2-4975-ad7d-0f7b53c28dd0/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-219c363a-0120-4bb6-b388-9f305efd349c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-219c363a-0120-4bb6-b388-9f305efd349c {
  background-image: url(https://i.shgcdn.com/ca018f6e-c9d2-4975-ad7d-0f7b53c28dd0/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-219c363a-0120-4bb6-b388-9f305efd349c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-219c363a-0120-4bb6-b388-9f305efd349c {
  background-image: url(https://i.shgcdn.com/ca018f6e-c9d2-4975-ad7d-0f7b53c28dd0/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-219c363a-0120-4bb6-b388-9f305efd349c.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-219c363a-0120-4bb6-b388-9f305efd349c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-219c363a-0120-4bb6-b388-9f305efd349c.shg-box.shg-c {
  justify-content: center;
}

#s-23c5b0f4-5ec1-4c49-a26b-b6b4fa8b9285 {
  margin-top: 28px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-23c5b0f4-5ec1-4c49-a26b-b6b4fa8b9285 {
  display: none;
}
#s-23c5b0f4-5ec1-4c49-a26b-b6b4fa8b9285, #wrap-s-23c5b0f4-5ec1-4c49-a26b-b6b4fa8b9285 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-23c5b0f4-5ec1-4c49-a26b-b6b4fa8b9285 {
  display: none;
}
#s-23c5b0f4-5ec1-4c49-a26b-b6b4fa8b9285, #wrap-s-23c5b0f4-5ec1-4c49-a26b-b6b4fa8b9285 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-23c5b0f4-5ec1-4c49-a26b-b6b4fa8b9285 {
  margin-left: 20%;
margin-right: 20%;
display: none;
}
#s-23c5b0f4-5ec1-4c49-a26b-b6b4fa8b9285, #wrap-s-23c5b0f4-5ec1-4c49-a26b-b6b4fa8b9285 { display: none !important; }}
#s-83f92ee2-bc8e-4d8e-945c-5c5f88ee12cd {
  margin-top: 50px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-83f92ee2-bc8e-4d8e-945c-5c5f88ee12cd {
  margin-left: 20%;
margin-right: 20%;
}
}@media (max-width: 767px){#s-83f92ee2-bc8e-4d8e-945c-5c5f88ee12cd {
  display: none;
}
#s-83f92ee2-bc8e-4d8e-945c-5c5f88ee12cd, #wrap-s-83f92ee2-bc8e-4d8e-945c-5c5f88ee12cd { display: none !important; }}
#s-f9cb74f4-d717-4d1e-9514-710e3acd6f01 {
  margin-top: 4px;
margin-bottom: 2px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f9cb74f4-d717-4d1e-9514-710e3acd6f01 {
  margin-left: 20%;
margin-right: 20%;
}
}
#s-356b4bb8-fdb2-4556-99c1-c4e69030a5ab {
  border-style: solid;
margin-top: 4px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(195, 170, 85, 1);
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(250, 252, 254, 1);
}
#s-356b4bb8-fdb2-4556-99c1-c4e69030a5ab:hover {background-color: rgba(208, 142, 47, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-356b4bb8-fdb2-4556-99c1-c4e69030a5ab:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-356b4bb8-fdb2-4556-99c1-c4e69030a5ab-root {
    text-align: center;
  }


#s-356b4bb8-fdb2-4556-99c1-c4e69030a5ab.shg-btn {
  color: rgba(250, 252, 254, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-356b4bb8-fdb2-4556-99c1-c4e69030a5ab-root {
    text-align: center;
  }


#s-356b4bb8-fdb2-4556-99c1-c4e69030a5ab.shg-btn {
  color: rgba(250, 252, 254, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-356b4bb8-fdb2-4556-99c1-c4e69030a5ab-root {
    text-align: center;
  }


#s-356b4bb8-fdb2-4556-99c1-c4e69030a5ab.shg-btn {
  color: rgba(250, 252, 254, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-356b4bb8-fdb2-4556-99c1-c4e69030a5ab-root {
    text-align: center;
  }


#s-356b4bb8-fdb2-4556-99c1-c4e69030a5ab.shg-btn {
  color: rgba(250, 252, 254, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-356b4bb8-fdb2-4556-99c1-c4e69030a5ab-root {
    text-align: center;
  }


#s-356b4bb8-fdb2-4556-99c1-c4e69030a5ab.shg-btn {
  color: rgba(250, 252, 254, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-d59d193f-7560-4811-aaab-acb4a646ad94"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-d59d193f-7560-4811-aaab-acb4a646ad94"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-d59d193f-7560-4811-aaab-acb4a646ad94"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-d59d193f-7560-4811-aaab-acb4a646ad94"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-bff7e6fa-c94a-4141-81bc-e131ecd71cac {
  min-height: 50px;
max-width: 600px;
}








#s-bff7e6fa-c94a-4141-81bc-e131ecd71cac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bff7e6fa-c94a-4141-81bc-e131ecd71cac {
  cursor: pointer;
}#s-bff7e6fa-c94a-4141-81bc-e131ecd71cac.shg-box.shg-c {
  justify-content: center;
}

#s-5ed0b146-3f86-4c73-97ac-d998926e3be6 {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-5ed0b146-3f86-4c73-97ac-d998926e3be6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5ed0b146-3f86-4c73-97ac-d998926e3be6 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ed0b146-3f86-4c73-97ac-d998926e3be6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5ed0b146-3f86-4c73-97ac-d998926e3be6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ed0b146-3f86-4c73-97ac-d998926e3be6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ed0b146-3f86-4c73-97ac-d998926e3be6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ed0b146-3f86-4c73-97ac-d998926e3be6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-5ed0b146-3f86-4c73-97ac-d998926e3be6.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-5ed0b146-3f86-4c73-97ac-d998926e3be6 .shogun-image-content {
  
    align-items: center;
  
}

.s-5ed0b146-3f86-4c73-97ac-d998926e3be6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ed0b146-3f86-4c73-97ac-d998926e3be6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ed0b146-3f86-4c73-97ac-d998926e3be6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ed0b146-3f86-4c73-97ac-d998926e3be6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ed0b146-3f86-4c73-97ac-d998926e3be6.shogun-image-container {
      position: relative;
    }

    .s-5ed0b146-3f86-4c73-97ac-d998926e3be6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ed0b146-3f86-4c73-97ac-d998926e3be6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ed0b146-3f86-4c73-97ac-d998926e3be6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-5ed0b146-3f86-4c73-97ac-d998926e3be6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5ed0b146-3f86-4c73-97ac-d998926e3be6 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ed0b146-3f86-4c73-97ac-d998926e3be6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5ed0b146-3f86-4c73-97ac-d998926e3be6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ed0b146-3f86-4c73-97ac-d998926e3be6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ed0b146-3f86-4c73-97ac-d998926e3be6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ed0b146-3f86-4c73-97ac-d998926e3be6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-5ed0b146-3f86-4c73-97ac-d998926e3be6.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-5ed0b146-3f86-4c73-97ac-d998926e3be6 .shogun-image-content {
  
    align-items: center;
  
}

.s-5ed0b146-3f86-4c73-97ac-d998926e3be6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ed0b146-3f86-4c73-97ac-d998926e3be6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ed0b146-3f86-4c73-97ac-d998926e3be6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ed0b146-3f86-4c73-97ac-d998926e3be6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ed0b146-3f86-4c73-97ac-d998926e3be6.shogun-image-container {
      position: relative;
    }

    .s-5ed0b146-3f86-4c73-97ac-d998926e3be6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ed0b146-3f86-4c73-97ac-d998926e3be6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ed0b146-3f86-4c73-97ac-d998926e3be6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

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

.shg-image-margin-container-s-5ed0b146-3f86-4c73-97ac-d998926e3be6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5ed0b146-3f86-4c73-97ac-d998926e3be6 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ed0b146-3f86-4c73-97ac-d998926e3be6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5ed0b146-3f86-4c73-97ac-d998926e3be6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ed0b146-3f86-4c73-97ac-d998926e3be6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ed0b146-3f86-4c73-97ac-d998926e3be6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ed0b146-3f86-4c73-97ac-d998926e3be6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-5ed0b146-3f86-4c73-97ac-d998926e3be6.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-5ed0b146-3f86-4c73-97ac-d998926e3be6 .shogun-image-content {
  
    align-items: center;
  
}

.s-5ed0b146-3f86-4c73-97ac-d998926e3be6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ed0b146-3f86-4c73-97ac-d998926e3be6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ed0b146-3f86-4c73-97ac-d998926e3be6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ed0b146-3f86-4c73-97ac-d998926e3be6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ed0b146-3f86-4c73-97ac-d998926e3be6.shogun-image-container {
      position: relative;
    }

    .s-5ed0b146-3f86-4c73-97ac-d998926e3be6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ed0b146-3f86-4c73-97ac-d998926e3be6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ed0b146-3f86-4c73-97ac-d998926e3be6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

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

.shg-image-margin-container-s-5ed0b146-3f86-4c73-97ac-d998926e3be6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5ed0b146-3f86-4c73-97ac-d998926e3be6 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ed0b146-3f86-4c73-97ac-d998926e3be6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5ed0b146-3f86-4c73-97ac-d998926e3be6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ed0b146-3f86-4c73-97ac-d998926e3be6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ed0b146-3f86-4c73-97ac-d998926e3be6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ed0b146-3f86-4c73-97ac-d998926e3be6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-5ed0b146-3f86-4c73-97ac-d998926e3be6.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-5ed0b146-3f86-4c73-97ac-d998926e3be6 .shogun-image-content {
  
    align-items: center;
  
}

.s-5ed0b146-3f86-4c73-97ac-d998926e3be6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ed0b146-3f86-4c73-97ac-d998926e3be6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ed0b146-3f86-4c73-97ac-d998926e3be6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ed0b146-3f86-4c73-97ac-d998926e3be6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ed0b146-3f86-4c73-97ac-d998926e3be6.shogun-image-container {
      position: relative;
    }

    .s-5ed0b146-3f86-4c73-97ac-d998926e3be6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ed0b146-3f86-4c73-97ac-d998926e3be6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ed0b146-3f86-4c73-97ac-d998926e3be6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

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

.shg-image-margin-container-s-5ed0b146-3f86-4c73-97ac-d998926e3be6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5ed0b146-3f86-4c73-97ac-d998926e3be6 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ed0b146-3f86-4c73-97ac-d998926e3be6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5ed0b146-3f86-4c73-97ac-d998926e3be6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ed0b146-3f86-4c73-97ac-d998926e3be6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ed0b146-3f86-4c73-97ac-d998926e3be6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ed0b146-3f86-4c73-97ac-d998926e3be6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-5ed0b146-3f86-4c73-97ac-d998926e3be6.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-5ed0b146-3f86-4c73-97ac-d998926e3be6 .shogun-image-content {
  
    align-items: center;
  
}

.s-5ed0b146-3f86-4c73-97ac-d998926e3be6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ed0b146-3f86-4c73-97ac-d998926e3be6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ed0b146-3f86-4c73-97ac-d998926e3be6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ed0b146-3f86-4c73-97ac-d998926e3be6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ed0b146-3f86-4c73-97ac-d998926e3be6.shogun-image-container {
      position: relative;
    }

    .s-5ed0b146-3f86-4c73-97ac-d998926e3be6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ed0b146-3f86-4c73-97ac-d998926e3be6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ed0b146-3f86-4c73-97ac-d998926e3be6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-c3ec83d5-2c4f-4563-be45-8afe5dd733e8 {
  margin-top: 5px;
}

#s-5629a9c7-209b-486f-b388-adb6cf7f4fbf {
  min-height: 50px;
}








#s-5629a9c7-209b-486f-b388-adb6cf7f4fbf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5629a9c7-209b-486f-b388-adb6cf7f4fbf {
  cursor: pointer;
}#s-5629a9c7-209b-486f-b388-adb6cf7f4fbf.shg-box.shg-c {
  justify-content: center;
}

#s-950b785a-893c-42b1-856b-3341024281cf {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-950b785a-893c-42b1-856b-3341024281cf {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-950b785a-893c-42b1-856b-3341024281cf {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-950b785a-893c-42b1-856b-3341024281cf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-950b785a-893c-42b1-856b-3341024281cf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-950b785a-893c-42b1-856b-3341024281cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-950b785a-893c-42b1-856b-3341024281cf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-950b785a-893c-42b1-856b-3341024281cf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-950b785a-893c-42b1-856b-3341024281cf.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-950b785a-893c-42b1-856b-3341024281cf .shogun-image-content {
  
    align-items: center;
  
}

.s-950b785a-893c-42b1-856b-3341024281cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-950b785a-893c-42b1-856b-3341024281cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-950b785a-893c-42b1-856b-3341024281cf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-950b785a-893c-42b1-856b-3341024281cf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-950b785a-893c-42b1-856b-3341024281cf.shogun-image-container {
      position: relative;
    }

    .s-950b785a-893c-42b1-856b-3341024281cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-950b785a-893c-42b1-856b-3341024281cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-950b785a-893c-42b1-856b-3341024281cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-950b785a-893c-42b1-856b-3341024281cf {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-950b785a-893c-42b1-856b-3341024281cf {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-950b785a-893c-42b1-856b-3341024281cf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-950b785a-893c-42b1-856b-3341024281cf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-950b785a-893c-42b1-856b-3341024281cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-950b785a-893c-42b1-856b-3341024281cf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-950b785a-893c-42b1-856b-3341024281cf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-950b785a-893c-42b1-856b-3341024281cf.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-950b785a-893c-42b1-856b-3341024281cf .shogun-image-content {
  
    align-items: center;
  
}

.s-950b785a-893c-42b1-856b-3341024281cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-950b785a-893c-42b1-856b-3341024281cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-950b785a-893c-42b1-856b-3341024281cf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-950b785a-893c-42b1-856b-3341024281cf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-950b785a-893c-42b1-856b-3341024281cf.shogun-image-container {
      position: relative;
    }

    .s-950b785a-893c-42b1-856b-3341024281cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-950b785a-893c-42b1-856b-3341024281cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-950b785a-893c-42b1-856b-3341024281cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

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

.shg-image-margin-container-s-950b785a-893c-42b1-856b-3341024281cf {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-950b785a-893c-42b1-856b-3341024281cf {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-950b785a-893c-42b1-856b-3341024281cf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-950b785a-893c-42b1-856b-3341024281cf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-950b785a-893c-42b1-856b-3341024281cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-950b785a-893c-42b1-856b-3341024281cf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-950b785a-893c-42b1-856b-3341024281cf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-950b785a-893c-42b1-856b-3341024281cf.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-950b785a-893c-42b1-856b-3341024281cf .shogun-image-content {
  
    align-items: center;
  
}

.s-950b785a-893c-42b1-856b-3341024281cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-950b785a-893c-42b1-856b-3341024281cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-950b785a-893c-42b1-856b-3341024281cf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-950b785a-893c-42b1-856b-3341024281cf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-950b785a-893c-42b1-856b-3341024281cf.shogun-image-container {
      position: relative;
    }

    .s-950b785a-893c-42b1-856b-3341024281cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-950b785a-893c-42b1-856b-3341024281cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-950b785a-893c-42b1-856b-3341024281cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

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

.shg-image-margin-container-s-950b785a-893c-42b1-856b-3341024281cf {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-950b785a-893c-42b1-856b-3341024281cf {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-950b785a-893c-42b1-856b-3341024281cf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-950b785a-893c-42b1-856b-3341024281cf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-950b785a-893c-42b1-856b-3341024281cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-950b785a-893c-42b1-856b-3341024281cf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-950b785a-893c-42b1-856b-3341024281cf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-950b785a-893c-42b1-856b-3341024281cf.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-950b785a-893c-42b1-856b-3341024281cf .shogun-image-content {
  
    align-items: center;
  
}

.s-950b785a-893c-42b1-856b-3341024281cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-950b785a-893c-42b1-856b-3341024281cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-950b785a-893c-42b1-856b-3341024281cf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-950b785a-893c-42b1-856b-3341024281cf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-950b785a-893c-42b1-856b-3341024281cf.shogun-image-container {
      position: relative;
    }

    .s-950b785a-893c-42b1-856b-3341024281cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-950b785a-893c-42b1-856b-3341024281cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-950b785a-893c-42b1-856b-3341024281cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

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

.shg-image-margin-container-s-950b785a-893c-42b1-856b-3341024281cf {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-950b785a-893c-42b1-856b-3341024281cf {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-950b785a-893c-42b1-856b-3341024281cf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-950b785a-893c-42b1-856b-3341024281cf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-950b785a-893c-42b1-856b-3341024281cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-950b785a-893c-42b1-856b-3341024281cf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-950b785a-893c-42b1-856b-3341024281cf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-950b785a-893c-42b1-856b-3341024281cf.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-950b785a-893c-42b1-856b-3341024281cf .shogun-image-content {
  
    align-items: center;
  
}

.s-950b785a-893c-42b1-856b-3341024281cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-950b785a-893c-42b1-856b-3341024281cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-950b785a-893c-42b1-856b-3341024281cf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-950b785a-893c-42b1-856b-3341024281cf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-950b785a-893c-42b1-856b-3341024281cf.shogun-image-container {
      position: relative;
    }

    .s-950b785a-893c-42b1-856b-3341024281cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-950b785a-893c-42b1-856b-3341024281cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-950b785a-893c-42b1-856b-3341024281cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-2e607a96-3b39-4258-a704-59006b0b8b15 {
  margin-top: 5px;
}

#s-b41da47f-226a-4ad1-9972-3761f745e014 {
  min-height: 50px;
}








#s-b41da47f-226a-4ad1-9972-3761f745e014 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b41da47f-226a-4ad1-9972-3761f745e014 {
  cursor: pointer;
}#s-b41da47f-226a-4ad1-9972-3761f745e014.shg-box.shg-c {
  justify-content: center;
}

#s-3588dcd4-5135-469d-a398-1906301697b9 {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-3588dcd4-5135-469d-a398-1906301697b9 {
  
}
}


.shg-image-margin-container-s-3588dcd4-5135-469d-a398-1906301697b9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3588dcd4-5135-469d-a398-1906301697b9 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3588dcd4-5135-469d-a398-1906301697b9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3588dcd4-5135-469d-a398-1906301697b9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3588dcd4-5135-469d-a398-1906301697b9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3588dcd4-5135-469d-a398-1906301697b9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3588dcd4-5135-469d-a398-1906301697b9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-3588dcd4-5135-469d-a398-1906301697b9.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-3588dcd4-5135-469d-a398-1906301697b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-3588dcd4-5135-469d-a398-1906301697b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3588dcd4-5135-469d-a398-1906301697b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3588dcd4-5135-469d-a398-1906301697b9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3588dcd4-5135-469d-a398-1906301697b9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3588dcd4-5135-469d-a398-1906301697b9.shogun-image-container {
      position: relative;
    }

    .s-3588dcd4-5135-469d-a398-1906301697b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3588dcd4-5135-469d-a398-1906301697b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3588dcd4-5135-469d-a398-1906301697b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-3588dcd4-5135-469d-a398-1906301697b9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3588dcd4-5135-469d-a398-1906301697b9 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3588dcd4-5135-469d-a398-1906301697b9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3588dcd4-5135-469d-a398-1906301697b9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3588dcd4-5135-469d-a398-1906301697b9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3588dcd4-5135-469d-a398-1906301697b9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3588dcd4-5135-469d-a398-1906301697b9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-3588dcd4-5135-469d-a398-1906301697b9.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-3588dcd4-5135-469d-a398-1906301697b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-3588dcd4-5135-469d-a398-1906301697b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3588dcd4-5135-469d-a398-1906301697b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3588dcd4-5135-469d-a398-1906301697b9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3588dcd4-5135-469d-a398-1906301697b9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3588dcd4-5135-469d-a398-1906301697b9.shogun-image-container {
      position: relative;
    }

    .s-3588dcd4-5135-469d-a398-1906301697b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3588dcd4-5135-469d-a398-1906301697b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3588dcd4-5135-469d-a398-1906301697b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

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

.shg-image-margin-container-s-3588dcd4-5135-469d-a398-1906301697b9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3588dcd4-5135-469d-a398-1906301697b9 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3588dcd4-5135-469d-a398-1906301697b9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3588dcd4-5135-469d-a398-1906301697b9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3588dcd4-5135-469d-a398-1906301697b9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3588dcd4-5135-469d-a398-1906301697b9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3588dcd4-5135-469d-a398-1906301697b9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-3588dcd4-5135-469d-a398-1906301697b9.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-3588dcd4-5135-469d-a398-1906301697b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-3588dcd4-5135-469d-a398-1906301697b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3588dcd4-5135-469d-a398-1906301697b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3588dcd4-5135-469d-a398-1906301697b9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3588dcd4-5135-469d-a398-1906301697b9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3588dcd4-5135-469d-a398-1906301697b9.shogun-image-container {
      position: relative;
    }

    .s-3588dcd4-5135-469d-a398-1906301697b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3588dcd4-5135-469d-a398-1906301697b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3588dcd4-5135-469d-a398-1906301697b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

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

.shg-image-margin-container-s-3588dcd4-5135-469d-a398-1906301697b9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3588dcd4-5135-469d-a398-1906301697b9 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3588dcd4-5135-469d-a398-1906301697b9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3588dcd4-5135-469d-a398-1906301697b9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3588dcd4-5135-469d-a398-1906301697b9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3588dcd4-5135-469d-a398-1906301697b9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3588dcd4-5135-469d-a398-1906301697b9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-3588dcd4-5135-469d-a398-1906301697b9.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-3588dcd4-5135-469d-a398-1906301697b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-3588dcd4-5135-469d-a398-1906301697b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3588dcd4-5135-469d-a398-1906301697b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3588dcd4-5135-469d-a398-1906301697b9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3588dcd4-5135-469d-a398-1906301697b9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3588dcd4-5135-469d-a398-1906301697b9.shogun-image-container {
      position: relative;
    }

    .s-3588dcd4-5135-469d-a398-1906301697b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3588dcd4-5135-469d-a398-1906301697b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3588dcd4-5135-469d-a398-1906301697b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

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

.shg-image-margin-container-s-3588dcd4-5135-469d-a398-1906301697b9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3588dcd4-5135-469d-a398-1906301697b9 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3588dcd4-5135-469d-a398-1906301697b9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3588dcd4-5135-469d-a398-1906301697b9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3588dcd4-5135-469d-a398-1906301697b9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3588dcd4-5135-469d-a398-1906301697b9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3588dcd4-5135-469d-a398-1906301697b9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-3588dcd4-5135-469d-a398-1906301697b9.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-3588dcd4-5135-469d-a398-1906301697b9 .shogun-image-content {
  
    align-items: center;
  
}

.s-3588dcd4-5135-469d-a398-1906301697b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3588dcd4-5135-469d-a398-1906301697b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3588dcd4-5135-469d-a398-1906301697b9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3588dcd4-5135-469d-a398-1906301697b9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3588dcd4-5135-469d-a398-1906301697b9.shogun-image-container {
      position: relative;
    }

    .s-3588dcd4-5135-469d-a398-1906301697b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3588dcd4-5135-469d-a398-1906301697b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3588dcd4-5135-469d-a398-1906301697b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-31b11138-8180-4dfe-a395-69047f02d7b4 {
  margin-top: 5px;
}

#s-94b5b22d-acf6-4238-99b0-0a6a2ea1cccd {
  min-height: 50px;
}
@media (max-width: 767px){#s-94b5b22d-acf6-4238-99b0-0a6a2ea1cccd {
  
}
}







#s-94b5b22d-acf6-4238-99b0-0a6a2ea1cccd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-94b5b22d-acf6-4238-99b0-0a6a2ea1cccd {
  cursor: pointer;
}#s-94b5b22d-acf6-4238-99b0-0a6a2ea1cccd.shg-box.shg-c {
  justify-content: center;
}

#s-345362c0-9a4c-4175-90aa-177994b125e3 {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-345362c0-9a4c-4175-90aa-177994b125e3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-345362c0-9a4c-4175-90aa-177994b125e3 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-345362c0-9a4c-4175-90aa-177994b125e3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-345362c0-9a4c-4175-90aa-177994b125e3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-345362c0-9a4c-4175-90aa-177994b125e3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-345362c0-9a4c-4175-90aa-177994b125e3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-345362c0-9a4c-4175-90aa-177994b125e3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-345362c0-9a4c-4175-90aa-177994b125e3.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-345362c0-9a4c-4175-90aa-177994b125e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-345362c0-9a4c-4175-90aa-177994b125e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-345362c0-9a4c-4175-90aa-177994b125e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-345362c0-9a4c-4175-90aa-177994b125e3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-345362c0-9a4c-4175-90aa-177994b125e3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-345362c0-9a4c-4175-90aa-177994b125e3.shogun-image-container {
      position: relative;
    }

    .s-345362c0-9a4c-4175-90aa-177994b125e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-345362c0-9a4c-4175-90aa-177994b125e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-345362c0-9a4c-4175-90aa-177994b125e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-345362c0-9a4c-4175-90aa-177994b125e3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-345362c0-9a4c-4175-90aa-177994b125e3 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-345362c0-9a4c-4175-90aa-177994b125e3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-345362c0-9a4c-4175-90aa-177994b125e3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-345362c0-9a4c-4175-90aa-177994b125e3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-345362c0-9a4c-4175-90aa-177994b125e3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-345362c0-9a4c-4175-90aa-177994b125e3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-345362c0-9a4c-4175-90aa-177994b125e3.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-345362c0-9a4c-4175-90aa-177994b125e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-345362c0-9a4c-4175-90aa-177994b125e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-345362c0-9a4c-4175-90aa-177994b125e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-345362c0-9a4c-4175-90aa-177994b125e3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-345362c0-9a4c-4175-90aa-177994b125e3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-345362c0-9a4c-4175-90aa-177994b125e3.shogun-image-container {
      position: relative;
    }

    .s-345362c0-9a4c-4175-90aa-177994b125e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-345362c0-9a4c-4175-90aa-177994b125e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-345362c0-9a4c-4175-90aa-177994b125e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

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

.shg-image-margin-container-s-345362c0-9a4c-4175-90aa-177994b125e3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-345362c0-9a4c-4175-90aa-177994b125e3 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-345362c0-9a4c-4175-90aa-177994b125e3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-345362c0-9a4c-4175-90aa-177994b125e3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-345362c0-9a4c-4175-90aa-177994b125e3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-345362c0-9a4c-4175-90aa-177994b125e3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-345362c0-9a4c-4175-90aa-177994b125e3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-345362c0-9a4c-4175-90aa-177994b125e3.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-345362c0-9a4c-4175-90aa-177994b125e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-345362c0-9a4c-4175-90aa-177994b125e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-345362c0-9a4c-4175-90aa-177994b125e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-345362c0-9a4c-4175-90aa-177994b125e3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-345362c0-9a4c-4175-90aa-177994b125e3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-345362c0-9a4c-4175-90aa-177994b125e3.shogun-image-container {
      position: relative;
    }

    .s-345362c0-9a4c-4175-90aa-177994b125e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-345362c0-9a4c-4175-90aa-177994b125e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-345362c0-9a4c-4175-90aa-177994b125e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

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

.shg-image-margin-container-s-345362c0-9a4c-4175-90aa-177994b125e3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-345362c0-9a4c-4175-90aa-177994b125e3 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-345362c0-9a4c-4175-90aa-177994b125e3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-345362c0-9a4c-4175-90aa-177994b125e3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-345362c0-9a4c-4175-90aa-177994b125e3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-345362c0-9a4c-4175-90aa-177994b125e3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-345362c0-9a4c-4175-90aa-177994b125e3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-345362c0-9a4c-4175-90aa-177994b125e3.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-345362c0-9a4c-4175-90aa-177994b125e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-345362c0-9a4c-4175-90aa-177994b125e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-345362c0-9a4c-4175-90aa-177994b125e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-345362c0-9a4c-4175-90aa-177994b125e3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-345362c0-9a4c-4175-90aa-177994b125e3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-345362c0-9a4c-4175-90aa-177994b125e3.shogun-image-container {
      position: relative;
    }

    .s-345362c0-9a4c-4175-90aa-177994b125e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-345362c0-9a4c-4175-90aa-177994b125e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-345362c0-9a4c-4175-90aa-177994b125e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

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

.shg-image-margin-container-s-345362c0-9a4c-4175-90aa-177994b125e3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-345362c0-9a4c-4175-90aa-177994b125e3 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-345362c0-9a4c-4175-90aa-177994b125e3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-345362c0-9a4c-4175-90aa-177994b125e3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-345362c0-9a4c-4175-90aa-177994b125e3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-345362c0-9a4c-4175-90aa-177994b125e3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-345362c0-9a4c-4175-90aa-177994b125e3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-345362c0-9a4c-4175-90aa-177994b125e3.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-345362c0-9a4c-4175-90aa-177994b125e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-345362c0-9a4c-4175-90aa-177994b125e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-345362c0-9a4c-4175-90aa-177994b125e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-345362c0-9a4c-4175-90aa-177994b125e3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-345362c0-9a4c-4175-90aa-177994b125e3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-345362c0-9a4c-4175-90aa-177994b125e3.shogun-image-container {
      position: relative;
    }

    .s-345362c0-9a4c-4175-90aa-177994b125e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-345362c0-9a4c-4175-90aa-177994b125e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-345362c0-9a4c-4175-90aa-177994b125e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-3ece73f3-30ab-4bb1-a7ee-fa2dee559182 {
  margin-top: 5px;
}

#s-4cd97f4e-8b76-4baa-9ffe-c150f7e9a0f7 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}
@media (max-width: 767px){#s-4cd97f4e-8b76-4baa-9ffe-c150f7e9a0f7 {
  margin-top: 26px;
}
}







#s-4cd97f4e-8b76-4baa-9ffe-c150f7e9a0f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4cd97f4e-8b76-4baa-9ffe-c150f7e9a0f7 {
  cursor: pointer;
}#s-4cd97f4e-8b76-4baa-9ffe-c150f7e9a0f7.shg-box.shg-c {
  justify-content: center;
}

#s-9ef7328e-440e-4355-b348-7ea67e2bbb06 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center top;
}

#s-9ef7328e-440e-4355-b348-7ea67e2bbb06 {
  background-image: url(https://i.shgcdn.com/aa800c62-656d-46e5-aeb4-5a2e37ff8498/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-9ef7328e-440e-4355-b348-7ea67e2bbb06 {
  background-image: url(https://i.shgcdn.com/aa800c62-656d-46e5-aeb4-5a2e37ff8498/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-9ef7328e-440e-4355-b348-7ea67e2bbb06.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-9ef7328e-440e-4355-b348-7ea67e2bbb06 {
  background-image: url(https://i.shgcdn.com/aa800c62-656d-46e5-aeb4-5a2e37ff8498/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-9ef7328e-440e-4355-b348-7ea67e2bbb06.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-9ef7328e-440e-4355-b348-7ea67e2bbb06 {
  background-image: url(https://i.shgcdn.com/aa800c62-656d-46e5-aeb4-5a2e37ff8498/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-9ef7328e-440e-4355-b348-7ea67e2bbb06.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-9ef7328e-440e-4355-b348-7ea67e2bbb06 {
  background-image: url(https://i.shgcdn.com/aa800c62-656d-46e5-aeb4-5a2e37ff8498/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-9ef7328e-440e-4355-b348-7ea67e2bbb06.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-9ef7328e-440e-4355-b348-7ea67e2bbb06 {
  background-image: url(https://i.shgcdn.com/aa800c62-656d-46e5-aeb4-5a2e37ff8498/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-9ef7328e-440e-4355-b348-7ea67e2bbb06.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-9ef7328e-440e-4355-b348-7ea67e2bbb06 {
  background-image: url(https://i.shgcdn.com/aa800c62-656d-46e5-aeb4-5a2e37ff8498/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-9ef7328e-440e-4355-b348-7ea67e2bbb06.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-9ef7328e-440e-4355-b348-7ea67e2bbb06 {
  background-image: url(https://i.shgcdn.com/aa800c62-656d-46e5-aeb4-5a2e37ff8498/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-9ef7328e-440e-4355-b348-7ea67e2bbb06.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-9ef7328e-440e-4355-b348-7ea67e2bbb06 {
  background-image: url(https://i.shgcdn.com/aa800c62-656d-46e5-aeb4-5a2e37ff8498/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-9ef7328e-440e-4355-b348-7ea67e2bbb06.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-9ef7328e-440e-4355-b348-7ea67e2bbb06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9ef7328e-440e-4355-b348-7ea67e2bbb06.shg-box.shg-c {
  justify-content: center;
}

#s-64cd9563-0809-438b-972f-332c6cc688e9 {
  min-height: 50px;
}








#s-64cd9563-0809-438b-972f-332c6cc688e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-64cd9563-0809-438b-972f-332c6cc688e9.shg-box.shg-c {
  justify-content: center;
}

.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-a2a0a20c-a7ed-4365-8ed1-6f70744713ab {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a2a0a20c-a7ed-4365-8ed1-6f70744713ab {
  margin-top: -4px;
margin-bottom: -4px;
display: unset;
}
#s-a2a0a20c-a7ed-4365-8ed1-6f70744713ab, #wrap-s-a2a0a20c-a7ed-4365-8ed1-6f70744713ab { display: unset !important; }}@media (max-width: 767px){#s-a2a0a20c-a7ed-4365-8ed1-6f70744713ab {
  display: unset;
}
#s-a2a0a20c-a7ed-4365-8ed1-6f70744713ab, #wrap-s-a2a0a20c-a7ed-4365-8ed1-6f70744713ab { display: unset !important; }}
#s-a2a0a20c-a7ed-4365-8ed1-6f70744713ab hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-73f067d8-9271-4dc0-a27a-d99c8b8fd006 {
  margin-top: 7px;
}
@media (max-width: 767px){#s-73f067d8-9271-4dc0-a27a-d99c8b8fd006 {
  margin-bottom: -14px;
}
}
#s-db35f8f5-097f-446b-93e8-7036ea39fec3 {
  margin-top: 3px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-db35f8f5-097f-446b-93e8-7036ea39fec3 {
  display: unset;
}
#s-db35f8f5-097f-446b-93e8-7036ea39fec3, #wrap-s-db35f8f5-097f-446b-93e8-7036ea39fec3 { display: unset !important; }}
#s-70796e27-5cb3-4cb2-9a00-270731d259d0 {
  margin-top: -8px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-70796e27-5cb3-4cb2-9a00-270731d259d0 {
  display: unset;
}
#s-70796e27-5cb3-4cb2-9a00-270731d259d0, #wrap-s-70796e27-5cb3-4cb2-9a00-270731d259d0 { display: unset !important; }}
#s-b49418ef-81cf-4836-a644-444e5816e675 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTc3ZDFlMTgtYjhjZi00NzA2LTkxYjgtZTc0NzU1MjJhN2I0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRjNTc0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDA4ZTJmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NzdkMWUxOC1iOGNmLTQ3MDYtOTFiOC1lNzQ3NTUyMmE3YjQpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#fdc574"}, {"id"=>2, "pos"=>1, "color"=>"#d08e2f"}];
color: rgba(10, 19, 35, 1);
}
#s-b49418ef-81cf-4836-a644-444e5816e675:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b49418ef-81cf-4836-a644-444e5816e675:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b49418ef-81cf-4836-a644-444e5816e675-root {
    text-align: center;
  }


#s-b49418ef-81cf-4836-a644-444e5816e675.shg-btn {
  color: rgba(10, 19, 35, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b49418ef-81cf-4836-a644-444e5816e675-root {
    text-align: center;
  }


#s-b49418ef-81cf-4836-a644-444e5816e675.shg-btn {
  color: rgba(10, 19, 35, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b49418ef-81cf-4836-a644-444e5816e675-root {
    text-align: center;
  }


#s-b49418ef-81cf-4836-a644-444e5816e675.shg-btn {
  color: rgba(10, 19, 35, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b49418ef-81cf-4836-a644-444e5816e675-root {
    text-align: center;
  }


#s-b49418ef-81cf-4836-a644-444e5816e675.shg-btn {
  color: rgba(10, 19, 35, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b49418ef-81cf-4836-a644-444e5816e675-root {
    text-align: center;
  }


#s-b49418ef-81cf-4836-a644-444e5816e675.shg-btn {
  color: rgba(10, 19, 35, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}
#s-16a19876-ee52-443c-bfe3-6381d2e62185 {
  min-height: 50px;
}








#s-16a19876-ee52-443c-bfe3-6381d2e62185 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-16a19876-ee52-443c-bfe3-6381d2e62185.shg-box.shg-c {
  justify-content: center;
}

#s-81ecbfe8-6fa6-4429-92a3-1fbedc51bb29 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-81ecbfe8-6fa6-4429-92a3-1fbedc51bb29"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-81ecbfe8-6fa6-4429-92a3-1fbedc51bb29"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-81ecbfe8-6fa6-4429-92a3-1fbedc51bb29"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-81ecbfe8-6fa6-4429-92a3-1fbedc51bb29"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-f909102f-ddfb-47bd-ab75-3289e24b212a {
  margin-top: 4px;
margin-left: 4%;
margin-bottom: 4px;
margin-right: 4%;
min-height: 50px;
}








#s-f909102f-ddfb-47bd-ab75-3289e24b212a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f909102f-ddfb-47bd-ab75-3289e24b212a {
  cursor: pointer;
}#s-f909102f-ddfb-47bd-ab75-3289e24b212a.shg-box.shg-c {
  justify-content: center;
}

#s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a {
  max-width: 1001px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1001px;
  }



  img.s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a.shogun-image {
    
    
    
    max-height: 1001px;
  }


.s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a .shogun-image-content {
  
    align-items: center;
  
}

.s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a.shogun-image-container {
      position: relative;
    }

    .s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1001px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1001px;
  }



  img.s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a.shogun-image {
    
    
    
    max-height: 1001px;
  }


.s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a .shogun-image-content {
  
    align-items: center;
  
}

.s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a.shogun-image-container {
      position: relative;
    }

    .s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1001px;
    }
  }

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

.shg-image-margin-container-s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1001px;
  }



  img.s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a.shogun-image {
    
    
    
    max-height: 1001px;
  }


.s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a .shogun-image-content {
  
    align-items: center;
  
}

.s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a.shogun-image-container {
      position: relative;
    }

    .s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1001px;
    }
  }

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

.shg-image-margin-container-s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1001px;
  }



  img.s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a.shogun-image {
    
    
    
    max-height: 1001px;
  }


.s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a .shogun-image-content {
  
    align-items: center;
  
}

.s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a.shogun-image-container {
      position: relative;
    }

    .s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1001px;
    }
  }

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

.shg-image-margin-container-s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1001px;
  }



  img.s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a.shogun-image {
    
    
    
    max-height: 1001px;
  }


.s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a .shogun-image-content {
  
    align-items: center;
  
}

.s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a.shogun-image-container {
      position: relative;
    }

    .s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f60287b-3dc2-441b-bcd4-f80dd65bb75a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1001px;
    }
  }

}
#s-6a1aa781-f78a-4e51-ba5d-95c7c0db337a {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 2px;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-6a1aa781-f78a-4e51-ba5d-95c7c0db337a {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-5985a9e2-a461-4440-81ae-f1736dc6acde {
  margin-top: 4px;
margin-left: 4%;
margin-bottom: 4px;
margin-right: 4%;
min-height: 50px;
}








#s-5985a9e2-a461-4440-81ae-f1736dc6acde > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5985a9e2-a461-4440-81ae-f1736dc6acde {
  cursor: pointer;
}#s-5985a9e2-a461-4440-81ae-f1736dc6acde.shg-box.shg-c {
  justify-content: center;
}

#s-5daa12c6-a911-4dbe-b76b-c64207a44682 {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-5daa12c6-a911-4dbe-b76b-c64207a44682 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5daa12c6-a911-4dbe-b76b-c64207a44682 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5daa12c6-a911-4dbe-b76b-c64207a44682 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5daa12c6-a911-4dbe-b76b-c64207a44682 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5daa12c6-a911-4dbe-b76b-c64207a44682 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5daa12c6-a911-4dbe-b76b-c64207a44682.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5daa12c6-a911-4dbe-b76b-c64207a44682 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-5daa12c6-a911-4dbe-b76b-c64207a44682.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-5daa12c6-a911-4dbe-b76b-c64207a44682 .shogun-image-content {
  
    align-items: center;
  
}

.s-5daa12c6-a911-4dbe-b76b-c64207a44682.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5daa12c6-a911-4dbe-b76b-c64207a44682.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5daa12c6-a911-4dbe-b76b-c64207a44682.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5daa12c6-a911-4dbe-b76b-c64207a44682 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5daa12c6-a911-4dbe-b76b-c64207a44682.shogun-image-container {
      position: relative;
    }

    .s-5daa12c6-a911-4dbe-b76b-c64207a44682.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5daa12c6-a911-4dbe-b76b-c64207a44682.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5daa12c6-a911-4dbe-b76b-c64207a44682 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-5daa12c6-a911-4dbe-b76b-c64207a44682 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5daa12c6-a911-4dbe-b76b-c64207a44682 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5daa12c6-a911-4dbe-b76b-c64207a44682 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5daa12c6-a911-4dbe-b76b-c64207a44682 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5daa12c6-a911-4dbe-b76b-c64207a44682 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5daa12c6-a911-4dbe-b76b-c64207a44682.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5daa12c6-a911-4dbe-b76b-c64207a44682 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-5daa12c6-a911-4dbe-b76b-c64207a44682.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-5daa12c6-a911-4dbe-b76b-c64207a44682 .shogun-image-content {
  
    align-items: center;
  
}

.s-5daa12c6-a911-4dbe-b76b-c64207a44682.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5daa12c6-a911-4dbe-b76b-c64207a44682.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5daa12c6-a911-4dbe-b76b-c64207a44682.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5daa12c6-a911-4dbe-b76b-c64207a44682 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5daa12c6-a911-4dbe-b76b-c64207a44682.shogun-image-container {
      position: relative;
    }

    .s-5daa12c6-a911-4dbe-b76b-c64207a44682.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5daa12c6-a911-4dbe-b76b-c64207a44682.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5daa12c6-a911-4dbe-b76b-c64207a44682 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

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

.shg-image-margin-container-s-5daa12c6-a911-4dbe-b76b-c64207a44682 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5daa12c6-a911-4dbe-b76b-c64207a44682 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5daa12c6-a911-4dbe-b76b-c64207a44682 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5daa12c6-a911-4dbe-b76b-c64207a44682 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5daa12c6-a911-4dbe-b76b-c64207a44682 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5daa12c6-a911-4dbe-b76b-c64207a44682.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5daa12c6-a911-4dbe-b76b-c64207a44682 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-5daa12c6-a911-4dbe-b76b-c64207a44682.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-5daa12c6-a911-4dbe-b76b-c64207a44682 .shogun-image-content {
  
    align-items: center;
  
}

.s-5daa12c6-a911-4dbe-b76b-c64207a44682.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5daa12c6-a911-4dbe-b76b-c64207a44682.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5daa12c6-a911-4dbe-b76b-c64207a44682.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5daa12c6-a911-4dbe-b76b-c64207a44682 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5daa12c6-a911-4dbe-b76b-c64207a44682.shogun-image-container {
      position: relative;
    }

    .s-5daa12c6-a911-4dbe-b76b-c64207a44682.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5daa12c6-a911-4dbe-b76b-c64207a44682.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5daa12c6-a911-4dbe-b76b-c64207a44682 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

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

.shg-image-margin-container-s-5daa12c6-a911-4dbe-b76b-c64207a44682 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5daa12c6-a911-4dbe-b76b-c64207a44682 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5daa12c6-a911-4dbe-b76b-c64207a44682 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5daa12c6-a911-4dbe-b76b-c64207a44682 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5daa12c6-a911-4dbe-b76b-c64207a44682 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5daa12c6-a911-4dbe-b76b-c64207a44682.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5daa12c6-a911-4dbe-b76b-c64207a44682 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-5daa12c6-a911-4dbe-b76b-c64207a44682.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-5daa12c6-a911-4dbe-b76b-c64207a44682 .shogun-image-content {
  
    align-items: center;
  
}

.s-5daa12c6-a911-4dbe-b76b-c64207a44682.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5daa12c6-a911-4dbe-b76b-c64207a44682.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5daa12c6-a911-4dbe-b76b-c64207a44682.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5daa12c6-a911-4dbe-b76b-c64207a44682 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5daa12c6-a911-4dbe-b76b-c64207a44682.shogun-image-container {
      position: relative;
    }

    .s-5daa12c6-a911-4dbe-b76b-c64207a44682.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5daa12c6-a911-4dbe-b76b-c64207a44682.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5daa12c6-a911-4dbe-b76b-c64207a44682 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

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

.shg-image-margin-container-s-5daa12c6-a911-4dbe-b76b-c64207a44682 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5daa12c6-a911-4dbe-b76b-c64207a44682 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5daa12c6-a911-4dbe-b76b-c64207a44682 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5daa12c6-a911-4dbe-b76b-c64207a44682 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5daa12c6-a911-4dbe-b76b-c64207a44682 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5daa12c6-a911-4dbe-b76b-c64207a44682.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5daa12c6-a911-4dbe-b76b-c64207a44682 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-5daa12c6-a911-4dbe-b76b-c64207a44682.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-5daa12c6-a911-4dbe-b76b-c64207a44682 .shogun-image-content {
  
    align-items: center;
  
}

.s-5daa12c6-a911-4dbe-b76b-c64207a44682.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5daa12c6-a911-4dbe-b76b-c64207a44682.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5daa12c6-a911-4dbe-b76b-c64207a44682.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5daa12c6-a911-4dbe-b76b-c64207a44682 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5daa12c6-a911-4dbe-b76b-c64207a44682.shogun-image-container {
      position: relative;
    }

    .s-5daa12c6-a911-4dbe-b76b-c64207a44682.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5daa12c6-a911-4dbe-b76b-c64207a44682.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5daa12c6-a911-4dbe-b76b-c64207a44682 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-4100d34e-4218-4123-a130-dfec7a811076 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 2px;
margin-right: 5%;
}

#s-7f7216c0-3245-4d69-9ce9-225614af794a {
  margin-top: 4px;
margin-left: 4%;
margin-bottom: 4px;
margin-right: 4%;
min-height: 50px;
}








#s-7f7216c0-3245-4d69-9ce9-225614af794a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7f7216c0-3245-4d69-9ce9-225614af794a {
  cursor: pointer;
}#s-7f7216c0-3245-4d69-9ce9-225614af794a.shg-box.shg-c {
  justify-content: center;
}

#s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f .shogun-image-content {
  
    align-items: center;
  
}

.s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f.shogun-image-container {
      position: relative;
    }

    .s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f .shogun-image-content {
  
    align-items: center;
  
}

.s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f.shogun-image-container {
      position: relative;
    }

    .s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

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

.shg-image-margin-container-s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f .shogun-image-content {
  
    align-items: center;
  
}

.s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f.shogun-image-container {
      position: relative;
    }

    .s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

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

.shg-image-margin-container-s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f .shogun-image-content {
  
    align-items: center;
  
}

.s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f.shogun-image-container {
      position: relative;
    }

    .s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

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

.shg-image-margin-container-s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f .shogun-image-content {
  
    align-items: center;
  
}

.s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f.shogun-image-container {
      position: relative;
    }

    .s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbaecc99-673c-463e-ae7a-bc4db2f5a03f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-fd54d017-d2ef-4285-bec0-220a469e9b23 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 2px;
margin-right: 5%;
}

#s-53280d42-217b-420c-98c3-3f66128d17ac {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}

#s-53280d42-217b-420c-98c3-3f66128d17ac {
  background-image: url();
}








#s-53280d42-217b-420c-98c3-3f66128d17ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-53280d42-217b-420c-98c3-3f66128d17ac {
  cursor: pointer;
}#s-53280d42-217b-420c-98c3-3f66128d17ac.shg-box.shg-c {
  justify-content: center;
}

#s-95e2b2ac-c9e2-4c33-bfee-de22ec9e3539 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center top;
}

#s-95e2b2ac-c9e2-4c33-bfee-de22ec9e3539 {
  background-image: url(https://i.shgcdn.com/24b1e5bd-c0db-4504-9ccf-ef48820e213c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-95e2b2ac-c9e2-4c33-bfee-de22ec9e3539 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-95e2b2ac-c9e2-4c33-bfee-de22ec9e3539.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ceff96f5-c46a-4c25-aa57-ed5546762d95 {
  margin-top: 46px;
margin-bottom: -1px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ceff96f5-c46a-4c25-aa57-ed5546762d95 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-ceff96f5-c46a-4c25-aa57-ed5546762d95 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-70491860-bc11-4192-84f1-d1def402cd6d {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-70491860-bc11-4192-84f1-d1def402cd6d {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-70491860-bc11-4192-84f1-d1def402cd6d {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-e3bd0090-4530-496c-855e-8fd5f2cfcd44 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(165, 43, 62, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
}
#s-e3bd0090-4530-496c-855e-8fd5f2cfcd44:hover {background-color: rgba(208, 142, 47, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e3bd0090-4530-496c-855e-8fd5f2cfcd44:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e3bd0090-4530-496c-855e-8fd5f2cfcd44-root {
    text-align: center;
  }


#s-e3bd0090-4530-496c-855e-8fd5f2cfcd44.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Secular One;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e3bd0090-4530-496c-855e-8fd5f2cfcd44-root {
    text-align: center;
  }


#s-e3bd0090-4530-496c-855e-8fd5f2cfcd44.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Secular One;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e3bd0090-4530-496c-855e-8fd5f2cfcd44-root {
    text-align: center;
  }


#s-e3bd0090-4530-496c-855e-8fd5f2cfcd44.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Secular One;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e3bd0090-4530-496c-855e-8fd5f2cfcd44-root {
    text-align: center;
  }


#s-e3bd0090-4530-496c-855e-8fd5f2cfcd44.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Secular One;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e3bd0090-4530-496c-855e-8fd5f2cfcd44-root {
    text-align: center;
  }


#s-e3bd0090-4530-496c-855e-8fd5f2cfcd44.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Secular One;
  display:  inline-block ;
}
}
#s-e350d29e-abfb-4a6b-bd2b-61113fbe871b {
  margin-top: 6px;
margin-bottom: 8px;
}

#s-0a9f136c-cc27-4a33-a760-84d2aac23762 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-0a9f136c-cc27-4a33-a760-84d2aac23762 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0a9f136c-cc27-4a33-a760-84d2aac23762 {
  cursor: pointer;
}#s-0a9f136c-cc27-4a33-a760-84d2aac23762.shg-box.shg-c {
  justify-content: center;
}

#s-e18d17b8-4d9e-4a95-9cb0-9a499dd70b4e {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}

#s-e18d17b8-4d9e-4a95-9cb0-9a499dd70b4e {
  background-image: url(https://i.shgcdn.com/f5c60202-09d9-4587-9113-bea952df4082/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-e18d17b8-4d9e-4a95-9cb0-9a499dd70b4e {
  background-image: url(https://i.shgcdn.com/f5c60202-09d9-4587-9113-bea952df4082/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-e18d17b8-4d9e-4a95-9cb0-9a499dd70b4e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e18d17b8-4d9e-4a95-9cb0-9a499dd70b4e {
  background-image: url(https://i.shgcdn.com/f5c60202-09d9-4587-9113-bea952df4082/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-e18d17b8-4d9e-4a95-9cb0-9a499dd70b4e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-e18d17b8-4d9e-4a95-9cb0-9a499dd70b4e {
  background-image: url(https://i.shgcdn.com/f5c60202-09d9-4587-9113-bea952df4082/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-e18d17b8-4d9e-4a95-9cb0-9a499dd70b4e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e18d17b8-4d9e-4a95-9cb0-9a499dd70b4e {
  background-image: url(https://i.shgcdn.com/f5c60202-09d9-4587-9113-bea952df4082/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-e18d17b8-4d9e-4a95-9cb0-9a499dd70b4e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-e18d17b8-4d9e-4a95-9cb0-9a499dd70b4e {
  background-image: url(https://i.shgcdn.com/f5c60202-09d9-4587-9113-bea952df4082/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-e18d17b8-4d9e-4a95-9cb0-9a499dd70b4e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e18d17b8-4d9e-4a95-9cb0-9a499dd70b4e {
  background-image: url(https://i.shgcdn.com/f5c60202-09d9-4587-9113-bea952df4082/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-e18d17b8-4d9e-4a95-9cb0-9a499dd70b4e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-e18d17b8-4d9e-4a95-9cb0-9a499dd70b4e {
  background-image: url(https://i.shgcdn.com/f5c60202-09d9-4587-9113-bea952df4082/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-e18d17b8-4d9e-4a95-9cb0-9a499dd70b4e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e18d17b8-4d9e-4a95-9cb0-9a499dd70b4e {
  background-image: url(https://i.shgcdn.com/f5c60202-09d9-4587-9113-bea952df4082/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-e18d17b8-4d9e-4a95-9cb0-9a499dd70b4e.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-e18d17b8-4d9e-4a95-9cb0-9a499dd70b4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e18d17b8-4d9e-4a95-9cb0-9a499dd70b4e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7c7807d3-7214-4cb8-8159-3bcb173d39ed {
  margin-top: 76px;
margin-bottom: -8px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-7c7807d3-7214-4cb8-8159-3bcb173d39ed {
  margin-top: 40px;
margin-bottom: -9px;
}
}
#s-dd52d3de-d390-4a6f-b0f0-8ba9c48113d9 {
  margin-top: 3px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-dd52d3de-d390-4a6f-b0f0-8ba9c48113d9 {
  margin-top: -1px;
}
}@media (max-width: 767px){#s-dd52d3de-d390-4a6f-b0f0-8ba9c48113d9 {
  display: none;
}
#s-dd52d3de-d390-4a6f-b0f0-8ba9c48113d9, #wrap-s-dd52d3de-d390-4a6f-b0f0-8ba9c48113d9 { display: none !important; }}
#s-208efb25-42d9-4951-8a8a-9267826228be {
  margin-top: 3px;
margin-left: 11%;
margin-bottom: 0px;
margin-right: 11%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-208efb25-42d9-4951-8a8a-9267826228be {
  display: none;
}
#s-208efb25-42d9-4951-8a8a-9267826228be, #wrap-s-208efb25-42d9-4951-8a8a-9267826228be { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-208efb25-42d9-4951-8a8a-9267826228be {
  display: none;
}
#s-208efb25-42d9-4951-8a8a-9267826228be, #wrap-s-208efb25-42d9-4951-8a8a-9267826228be { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-208efb25-42d9-4951-8a8a-9267826228be {
  display: none;
}
#s-208efb25-42d9-4951-8a8a-9267826228be, #wrap-s-208efb25-42d9-4951-8a8a-9267826228be { display: none !important; }}@media (max-width: 767px){#s-208efb25-42d9-4951-8a8a-9267826228be {
  margin-top: -7px;
margin-left: 0%;
margin-right: 0%;
}
}
#s-533c9058-0c02-4bb8-9967-4faad05ae133 {
  margin-top: 0px;
margin-bottom: 4px;
}
@media (max-width: 767px){#s-533c9058-0c02-4bb8-9967-4faad05ae133 {
  display: none;
}
#s-533c9058-0c02-4bb8-9967-4faad05ae133, #wrap-s-533c9058-0c02-4bb8-9967-4faad05ae133 { display: none !important; }}
#s-abb9d8f9-38a4-4441-b6b0-3eed3cff031b {
  margin-top: 1px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-abb9d8f9-38a4-4441-b6b0-3eed3cff031b {
  display: none;
}
#s-abb9d8f9-38a4-4441-b6b0-3eed3cff031b, #wrap-s-abb9d8f9-38a4-4441-b6b0-3eed3cff031b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-abb9d8f9-38a4-4441-b6b0-3eed3cff031b {
  display: none;
}
#s-abb9d8f9-38a4-4441-b6b0-3eed3cff031b, #wrap-s-abb9d8f9-38a4-4441-b6b0-3eed3cff031b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-abb9d8f9-38a4-4441-b6b0-3eed3cff031b {
  display: none;
}
#s-abb9d8f9-38a4-4441-b6b0-3eed3cff031b, #wrap-s-abb9d8f9-38a4-4441-b6b0-3eed3cff031b { display: none !important; }}@media (max-width: 767px){#s-abb9d8f9-38a4-4441-b6b0-3eed3cff031b {
  margin-top: -10px;
}
}
#s-40e0bc0d-d4e9-4d7d-8ec9-01a76f6cc009 {
  margin-top: 9px;
margin-bottom: 0px;
min-height: 50px;
}








#s-40e0bc0d-d4e9-4d7d-8ec9-01a76f6cc009 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-40e0bc0d-d4e9-4d7d-8ec9-01a76f6cc009.shg-box.shg-c {
  justify-content: center;
}

#s-ffec49ea-e641-45b3-ac67-723f51db8d31 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-ffec49ea-e641-45b3-ac67-723f51db8d31"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-ffec49ea-e641-45b3-ac67-723f51db8d31"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-ffec49ea-e641-45b3-ac67-723f51db8d31"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-ffec49ea-e641-45b3-ac67-723f51db8d31"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-f20e20c4-224d-44ff-849a-c8e3601fc859 {
  min-height: 50px;
max-width: 600px;
}
@media (max-width: 767px){#s-f20e20c4-224d-44ff-849a-c8e3601fc859 {
  margin-top: 0px;
margin-bottom: 10px;
}
}







#s-f20e20c4-224d-44ff-849a-c8e3601fc859 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f20e20c4-224d-44ff-849a-c8e3601fc859 {
  cursor: pointer;
}#s-f20e20c4-224d-44ff-849a-c8e3601fc859.shg-box.shg-c {
  justify-content: center;
}

#s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae .shogun-image-content {
  
    align-items: center;
  
}

.s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image-container {
      position: relative;
    }

    .s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae .shogun-image-content {
  
    align-items: center;
  
}

.s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image-container {
      position: relative;
    }

    .s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

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

.shg-image-margin-container-s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae .shogun-image-content {
  
    align-items: center;
  
}

.s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image-container {
      position: relative;
    }

    .s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

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

.shg-image-margin-container-s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae .shogun-image-content {
  
    align-items: center;
  
}

.s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image-container {
      position: relative;
    }

    .s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

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

.shg-image-margin-container-s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae .shogun-image-content {
  
    align-items: center;
  
}

.s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image-container {
      position: relative;
    }

    .s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc2b7f12-a80f-42e1-99ea-884ef91f93ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}
#s-16271e8b-99f3-4041-97e2-c5f82b7fec42 {
  min-height: 50px;
}








#s-16271e8b-99f3-4041-97e2-c5f82b7fec42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-16271e8b-99f3-4041-97e2-c5f82b7fec42 {
  cursor: pointer;
}#s-16271e8b-99f3-4041-97e2-c5f82b7fec42.shg-box.shg-c {
  justify-content: center;
}

#s-1beaec06-4e59-42f3-8d46-69cbc2c9837c {
  max-width: 1944px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-1beaec06-4e59-42f3-8d46-69cbc2c9837c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1beaec06-4e59-42f3-8d46-69cbc2c9837c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1beaec06-4e59-42f3-8d46-69cbc2c9837c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1beaec06-4e59-42f3-8d46-69cbc2c9837c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1beaec06-4e59-42f3-8d46-69cbc2c9837c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1beaec06-4e59-42f3-8d46-69cbc2c9837c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1944px;
  }



  img.s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image {
    
    
    
    max-height: 1944px;
  }


.s-1beaec06-4e59-42f3-8d46-69cbc2c9837c .shogun-image-content {
  
    align-items: center;
  
}

.s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1beaec06-4e59-42f3-8d46-69cbc2c9837c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image-container {
      position: relative;
    }

    .s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1beaec06-4e59-42f3-8d46-69cbc2c9837c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1944px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-1beaec06-4e59-42f3-8d46-69cbc2c9837c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1beaec06-4e59-42f3-8d46-69cbc2c9837c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1beaec06-4e59-42f3-8d46-69cbc2c9837c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1beaec06-4e59-42f3-8d46-69cbc2c9837c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1beaec06-4e59-42f3-8d46-69cbc2c9837c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1beaec06-4e59-42f3-8d46-69cbc2c9837c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1944px;
  }



  img.s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image {
    
    
    
    max-height: 1944px;
  }


.s-1beaec06-4e59-42f3-8d46-69cbc2c9837c .shogun-image-content {
  
    align-items: center;
  
}

.s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1beaec06-4e59-42f3-8d46-69cbc2c9837c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image-container {
      position: relative;
    }

    .s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1beaec06-4e59-42f3-8d46-69cbc2c9837c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1944px;
    }
  }

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

.shg-image-margin-container-s-1beaec06-4e59-42f3-8d46-69cbc2c9837c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1beaec06-4e59-42f3-8d46-69cbc2c9837c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1beaec06-4e59-42f3-8d46-69cbc2c9837c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1beaec06-4e59-42f3-8d46-69cbc2c9837c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1beaec06-4e59-42f3-8d46-69cbc2c9837c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1beaec06-4e59-42f3-8d46-69cbc2c9837c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1944px;
  }



  img.s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image {
    
    
    
    max-height: 1944px;
  }


.s-1beaec06-4e59-42f3-8d46-69cbc2c9837c .shogun-image-content {
  
    align-items: center;
  
}

.s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1beaec06-4e59-42f3-8d46-69cbc2c9837c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image-container {
      position: relative;
    }

    .s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1beaec06-4e59-42f3-8d46-69cbc2c9837c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1944px;
    }
  }

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

.shg-image-margin-container-s-1beaec06-4e59-42f3-8d46-69cbc2c9837c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1beaec06-4e59-42f3-8d46-69cbc2c9837c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1beaec06-4e59-42f3-8d46-69cbc2c9837c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1beaec06-4e59-42f3-8d46-69cbc2c9837c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1beaec06-4e59-42f3-8d46-69cbc2c9837c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1beaec06-4e59-42f3-8d46-69cbc2c9837c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1944px;
  }



  img.s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image {
    
    
    
    max-height: 1944px;
  }


.s-1beaec06-4e59-42f3-8d46-69cbc2c9837c .shogun-image-content {
  
    align-items: center;
  
}

.s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1beaec06-4e59-42f3-8d46-69cbc2c9837c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image-container {
      position: relative;
    }

    .s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1beaec06-4e59-42f3-8d46-69cbc2c9837c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1944px;
    }
  }

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

.shg-image-margin-container-s-1beaec06-4e59-42f3-8d46-69cbc2c9837c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1beaec06-4e59-42f3-8d46-69cbc2c9837c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1beaec06-4e59-42f3-8d46-69cbc2c9837c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1beaec06-4e59-42f3-8d46-69cbc2c9837c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1beaec06-4e59-42f3-8d46-69cbc2c9837c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1beaec06-4e59-42f3-8d46-69cbc2c9837c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1944px;
  }



  img.s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image {
    
    
    
    max-height: 1944px;
  }


.s-1beaec06-4e59-42f3-8d46-69cbc2c9837c .shogun-image-content {
  
    align-items: center;
  
}

.s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1beaec06-4e59-42f3-8d46-69cbc2c9837c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image-container {
      position: relative;
    }

    .s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1beaec06-4e59-42f3-8d46-69cbc2c9837c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1beaec06-4e59-42f3-8d46-69cbc2c9837c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1944px;
    }
  }

}
#s-14e3b97e-cd08-4db4-91dc-311f78bcd331 {
  min-height: 50px;
}








#s-14e3b97e-cd08-4db4-91dc-311f78bcd331 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-14e3b97e-cd08-4db4-91dc-311f78bcd331 {
  cursor: pointer;
}#s-14e3b97e-cd08-4db4-91dc-311f78bcd331.shg-box.shg-c {
  justify-content: center;
}

#s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image-container {
      position: relative;
    }

    .s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image-container {
      position: relative;
    }

    .s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

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

.shg-image-margin-container-s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image-container {
      position: relative;
    }

    .s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

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

.shg-image-margin-container-s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image-container {
      position: relative;
    }

    .s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

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

.shg-image-margin-container-s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image-container {
      position: relative;
    }

    .s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b36369b-6a06-46ef-b62c-a1cde754e9e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b36369b-6a06-46ef-b62c-a1cde754e9e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-320f576a-9a81-402a-a3c4-ed00f3993b68 {
  min-height: 50px;
}
@media (max-width: 767px){#s-320f576a-9a81-402a-a3c4-ed00f3993b68 {
  
}
}







#s-320f576a-9a81-402a-a3c4-ed00f3993b68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-320f576a-9a81-402a-a3c4-ed00f3993b68 {
  cursor: pointer;
}#s-320f576a-9a81-402a-a3c4-ed00f3993b68.shg-box.shg-c {
  justify-content: center;
}

#s-0db75eb9-7224-4212-bb64-60ab56960fd7 {
  max-width: 1736px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-0db75eb9-7224-4212-bb64-60ab56960fd7 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0db75eb9-7224-4212-bb64-60ab56960fd7 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0db75eb9-7224-4212-bb64-60ab56960fd7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0db75eb9-7224-4212-bb64-60ab56960fd7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0db75eb9-7224-4212-bb64-60ab56960fd7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0db75eb9-7224-4212-bb64-60ab56960fd7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1736px;
  }



  img.s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image {
    
    
    
    max-height: 1736px;
  }


.s-0db75eb9-7224-4212-bb64-60ab56960fd7 .shogun-image-content {
  
    align-items: center;
  
}

.s-0db75eb9-7224-4212-bb64-60ab56960fd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0db75eb9-7224-4212-bb64-60ab56960fd7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image-container {
      position: relative;
    }

    .s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0db75eb9-7224-4212-bb64-60ab56960fd7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1736px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-0db75eb9-7224-4212-bb64-60ab56960fd7 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0db75eb9-7224-4212-bb64-60ab56960fd7 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0db75eb9-7224-4212-bb64-60ab56960fd7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0db75eb9-7224-4212-bb64-60ab56960fd7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0db75eb9-7224-4212-bb64-60ab56960fd7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0db75eb9-7224-4212-bb64-60ab56960fd7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1736px;
  }



  img.s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image {
    
    
    
    max-height: 1736px;
  }


.s-0db75eb9-7224-4212-bb64-60ab56960fd7 .shogun-image-content {
  
    align-items: center;
  
}

.s-0db75eb9-7224-4212-bb64-60ab56960fd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0db75eb9-7224-4212-bb64-60ab56960fd7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image-container {
      position: relative;
    }

    .s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0db75eb9-7224-4212-bb64-60ab56960fd7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1736px;
    }
  }

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

.shg-image-margin-container-s-0db75eb9-7224-4212-bb64-60ab56960fd7 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0db75eb9-7224-4212-bb64-60ab56960fd7 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0db75eb9-7224-4212-bb64-60ab56960fd7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0db75eb9-7224-4212-bb64-60ab56960fd7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0db75eb9-7224-4212-bb64-60ab56960fd7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0db75eb9-7224-4212-bb64-60ab56960fd7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1736px;
  }



  img.s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image {
    
    
    
    max-height: 1736px;
  }


.s-0db75eb9-7224-4212-bb64-60ab56960fd7 .shogun-image-content {
  
    align-items: center;
  
}

.s-0db75eb9-7224-4212-bb64-60ab56960fd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0db75eb9-7224-4212-bb64-60ab56960fd7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image-container {
      position: relative;
    }

    .s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0db75eb9-7224-4212-bb64-60ab56960fd7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1736px;
    }
  }

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

.shg-image-margin-container-s-0db75eb9-7224-4212-bb64-60ab56960fd7 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0db75eb9-7224-4212-bb64-60ab56960fd7 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0db75eb9-7224-4212-bb64-60ab56960fd7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0db75eb9-7224-4212-bb64-60ab56960fd7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0db75eb9-7224-4212-bb64-60ab56960fd7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0db75eb9-7224-4212-bb64-60ab56960fd7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1736px;
  }



  img.s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image {
    
    
    
    max-height: 1736px;
  }


.s-0db75eb9-7224-4212-bb64-60ab56960fd7 .shogun-image-content {
  
    align-items: center;
  
}

.s-0db75eb9-7224-4212-bb64-60ab56960fd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0db75eb9-7224-4212-bb64-60ab56960fd7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image-container {
      position: relative;
    }

    .s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0db75eb9-7224-4212-bb64-60ab56960fd7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1736px;
    }
  }

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

.shg-image-margin-container-s-0db75eb9-7224-4212-bb64-60ab56960fd7 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0db75eb9-7224-4212-bb64-60ab56960fd7 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0db75eb9-7224-4212-bb64-60ab56960fd7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0db75eb9-7224-4212-bb64-60ab56960fd7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0db75eb9-7224-4212-bb64-60ab56960fd7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0db75eb9-7224-4212-bb64-60ab56960fd7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1736px;
  }



  img.s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image {
    
    
    
    max-height: 1736px;
  }


.s-0db75eb9-7224-4212-bb64-60ab56960fd7 .shogun-image-content {
  
    align-items: center;
  
}

.s-0db75eb9-7224-4212-bb64-60ab56960fd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0db75eb9-7224-4212-bb64-60ab56960fd7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image-container {
      position: relative;
    }

    .s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0db75eb9-7224-4212-bb64-60ab56960fd7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0db75eb9-7224-4212-bb64-60ab56960fd7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1736px;
    }
  }

}
#s-0083c4b9-f82c-4add-a225-5a91fb89690c {
  margin-top: 15px;
margin-bottom: 45px;
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-0083c4b9-f82c-4add-a225-5a91fb89690c:hover {background-color: rgba(165, 43, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0083c4b9-f82c-4add-a225-5a91fb89690c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0083c4b9-f82c-4add-a225-5a91fb89690c-root {
    text-align: center;
  }


#s-0083c4b9-f82c-4add-a225-5a91fb89690c.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0083c4b9-f82c-4add-a225-5a91fb89690c-root {
    text-align: center;
  }


#s-0083c4b9-f82c-4add-a225-5a91fb89690c.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0083c4b9-f82c-4add-a225-5a91fb89690c-root {
    text-align: center;
  }


#s-0083c4b9-f82c-4add-a225-5a91fb89690c.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0083c4b9-f82c-4add-a225-5a91fb89690c-root {
    text-align: center;
  }


#s-0083c4b9-f82c-4add-a225-5a91fb89690c.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0083c4b9-f82c-4add-a225-5a91fb89690c-root {
    text-align: center;
  }


#s-0083c4b9-f82c-4add-a225-5a91fb89690c.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}
#s-5adda416-b5b5-4e29-b347-66e608ed9073 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-5adda416-b5b5-4e29-b347-66e608ed9073 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5adda416-b5b5-4e29-b347-66e608ed9073 {
  cursor: pointer;
}#s-5adda416-b5b5-4e29-b347-66e608ed9073.shg-box.shg-c {
  justify-content: center;
}

#s-dc8f47b7-9435-4715-8b3c-87d77ad0656e {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}

#s-dc8f47b7-9435-4715-8b3c-87d77ad0656e {
  background-image: url(https://i.shgcdn.com/479b13eb-212f-460c-911a-f3c1a5c708b6/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-dc8f47b7-9435-4715-8b3c-87d77ad0656e {
  background-image: url(https://i.shgcdn.com/479b13eb-212f-460c-911a-f3c1a5c708b6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-dc8f47b7-9435-4715-8b3c-87d77ad0656e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-dc8f47b7-9435-4715-8b3c-87d77ad0656e {
  background-image: url(https://i.shgcdn.com/479b13eb-212f-460c-911a-f3c1a5c708b6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-dc8f47b7-9435-4715-8b3c-87d77ad0656e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-dc8f47b7-9435-4715-8b3c-87d77ad0656e {
  background-image: url(https://i.shgcdn.com/479b13eb-212f-460c-911a-f3c1a5c708b6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-dc8f47b7-9435-4715-8b3c-87d77ad0656e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-dc8f47b7-9435-4715-8b3c-87d77ad0656e {
  background-image: url(https://i.shgcdn.com/479b13eb-212f-460c-911a-f3c1a5c708b6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-dc8f47b7-9435-4715-8b3c-87d77ad0656e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-dc8f47b7-9435-4715-8b3c-87d77ad0656e {
  background-image: url(https://i.shgcdn.com/479b13eb-212f-460c-911a-f3c1a5c708b6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-dc8f47b7-9435-4715-8b3c-87d77ad0656e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-dc8f47b7-9435-4715-8b3c-87d77ad0656e {
  background-image: url(https://i.shgcdn.com/479b13eb-212f-460c-911a-f3c1a5c708b6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-dc8f47b7-9435-4715-8b3c-87d77ad0656e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-dc8f47b7-9435-4715-8b3c-87d77ad0656e {
  background-image: url(https://i.shgcdn.com/479b13eb-212f-460c-911a-f3c1a5c708b6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-dc8f47b7-9435-4715-8b3c-87d77ad0656e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-dc8f47b7-9435-4715-8b3c-87d77ad0656e {
  background-image: url(https://i.shgcdn.com/479b13eb-212f-460c-911a-f3c1a5c708b6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-dc8f47b7-9435-4715-8b3c-87d77ad0656e.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-dc8f47b7-9435-4715-8b3c-87d77ad0656e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dc8f47b7-9435-4715-8b3c-87d77ad0656e.shg-box.shg-c {
  justify-content: center;
}

#s-91dc9a53-3e46-4b5a-9833-442418bcac75 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 2048px;
aspect-ratio: 2048/221;
text-align: center;
}



.shg-image-margin-container-s-91dc9a53-3e46-4b5a-9833-442418bcac75 {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
  /* Add padding handling */
  
  
  
  
}

#s-91dc9a53-3e46-4b5a-9833-442418bcac75 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-91dc9a53-3e46-4b5a-9833-442418bcac75 .shg-image-content-wrapper {
      aspect-ratio: 2048/221;
      min-width: 100%;
      height: auto;
    }

    #s-91dc9a53-3e46-4b5a-9833-442418bcac75 .shogun-image-link {
      aspect-ratio: 2048/221;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-91dc9a53-3e46-4b5a-9833-442418bcac75 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-91dc9a53-3e46-4b5a-9833-442418bcac75 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-91dc9a53-3e46-4b5a-9833-442418bcac75 .shogun-image-content {
  
    align-items: center;
  
}

.s-91dc9a53-3e46-4b5a-9833-442418bcac75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-91dc9a53-3e46-4b5a-9833-442418bcac75 {
      --shg-aspect-ratio: calc(2048/221); 
    }

    .s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image-container {
      position: relative;
    }

    .s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-91dc9a53-3e46-4b5a-9833-442418bcac75 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-91dc9a53-3e46-4b5a-9833-442418bcac75 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-91dc9a53-3e46-4b5a-9833-442418bcac75 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-91dc9a53-3e46-4b5a-9833-442418bcac75 .shg-image-content-wrapper {
      aspect-ratio: 2048/221;
      min-width: 100%;
      height: auto;
    }

    #s-91dc9a53-3e46-4b5a-9833-442418bcac75 .shogun-image-link {
      aspect-ratio: 2048/221;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-91dc9a53-3e46-4b5a-9833-442418bcac75 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-91dc9a53-3e46-4b5a-9833-442418bcac75 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-91dc9a53-3e46-4b5a-9833-442418bcac75 .shogun-image-content {
  
    align-items: center;
  
}

.s-91dc9a53-3e46-4b5a-9833-442418bcac75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-91dc9a53-3e46-4b5a-9833-442418bcac75 {
      --shg-aspect-ratio: calc(2048/221); 
    }

    .s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image-container {
      position: relative;
    }

    .s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-91dc9a53-3e46-4b5a-9833-442418bcac75 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

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

.shg-image-margin-container-s-91dc9a53-3e46-4b5a-9833-442418bcac75 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-91dc9a53-3e46-4b5a-9833-442418bcac75 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-91dc9a53-3e46-4b5a-9833-442418bcac75 .shg-image-content-wrapper {
      aspect-ratio: 2048/221;
      min-width: 100%;
      height: auto;
    }

    #s-91dc9a53-3e46-4b5a-9833-442418bcac75 .shogun-image-link {
      aspect-ratio: 2048/221;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-91dc9a53-3e46-4b5a-9833-442418bcac75 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-91dc9a53-3e46-4b5a-9833-442418bcac75 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-91dc9a53-3e46-4b5a-9833-442418bcac75 .shogun-image-content {
  
    align-items: center;
  
}

.s-91dc9a53-3e46-4b5a-9833-442418bcac75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-91dc9a53-3e46-4b5a-9833-442418bcac75 {
      --shg-aspect-ratio: calc(2048/221); 
    }

    .s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image-container {
      position: relative;
    }

    .s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-91dc9a53-3e46-4b5a-9833-442418bcac75 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

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

.shg-image-margin-container-s-91dc9a53-3e46-4b5a-9833-442418bcac75 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-91dc9a53-3e46-4b5a-9833-442418bcac75 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-91dc9a53-3e46-4b5a-9833-442418bcac75 .shg-image-content-wrapper {
      aspect-ratio: 2048/221;
      min-width: 100%;
      height: auto;
    }

    #s-91dc9a53-3e46-4b5a-9833-442418bcac75 .shogun-image-link {
      aspect-ratio: 2048/221;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-91dc9a53-3e46-4b5a-9833-442418bcac75 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-91dc9a53-3e46-4b5a-9833-442418bcac75 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-91dc9a53-3e46-4b5a-9833-442418bcac75 .shogun-image-content {
  
    align-items: center;
  
}

.s-91dc9a53-3e46-4b5a-9833-442418bcac75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-91dc9a53-3e46-4b5a-9833-442418bcac75 {
      --shg-aspect-ratio: calc(2048/221); 
    }

    .s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image-container {
      position: relative;
    }

    .s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-91dc9a53-3e46-4b5a-9833-442418bcac75 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

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

.shg-image-margin-container-s-91dc9a53-3e46-4b5a-9833-442418bcac75 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-91dc9a53-3e46-4b5a-9833-442418bcac75 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-91dc9a53-3e46-4b5a-9833-442418bcac75 .shg-image-content-wrapper {
      aspect-ratio: 2048/221;
      min-width: 100%;
      height: auto;
    }

    #s-91dc9a53-3e46-4b5a-9833-442418bcac75 .shogun-image-link {
      aspect-ratio: 2048/221;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-91dc9a53-3e46-4b5a-9833-442418bcac75 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-91dc9a53-3e46-4b5a-9833-442418bcac75 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-91dc9a53-3e46-4b5a-9833-442418bcac75 .shogun-image-content {
  
    align-items: center;
  
}

.s-91dc9a53-3e46-4b5a-9833-442418bcac75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-91dc9a53-3e46-4b5a-9833-442418bcac75 {
      --shg-aspect-ratio: calc(2048/221); 
    }

    .s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image-container {
      position: relative;
    }

    .s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-91dc9a53-3e46-4b5a-9833-442418bcac75.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-91dc9a53-3e46-4b5a-9833-442418bcac75 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-ca7dcc65-463b-4d1e-8e23-bc03407a3864 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-d6a6380a-bd00-4a38-9f56-044b2b678d5e {
  margin-top: -14px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-a64ab9c1-ab71-4cee-a527-803a5f1a23c4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-a64ab9c1-ab71-4cee-a527-803a5f1a23c4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-a64ab9c1-ab71-4cee-a527-803a5f1a23c4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-a64ab9c1-ab71-4cee-a527-803a5f1a23c4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-0b34cc0b-e9e6-4545-9f23-6b5e1841dded {
  min-height: 50px;
max-width: 600px;
}








#s-0b34cc0b-e9e6-4545-9f23-6b5e1841dded > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0b34cc0b-e9e6-4545-9f23-6b5e1841dded {
  cursor: pointer;
}#s-0b34cc0b-e9e6-4545-9f23-6b5e1841dded.shg-box.shg-c {
  justify-content: center;
}

#s-6ae6dbfa-090a-482a-a26c-5aeff63801ec {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-6ae6dbfa-090a-482a-a26c-5aeff63801ec {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6ae6dbfa-090a-482a-a26c-5aeff63801ec {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ae6dbfa-090a-482a-a26c-5aeff63801ec .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6ae6dbfa-090a-482a-a26c-5aeff63801ec .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ae6dbfa-090a-482a-a26c-5aeff63801ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ae6dbfa-090a-482a-a26c-5aeff63801ec img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-6ae6dbfa-090a-482a-a26c-5aeff63801ec .shogun-image-content {
  
    align-items: center;
  
}

.s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6ae6dbfa-090a-482a-a26c-5aeff63801ec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image-container {
      position: relative;
    }

    .s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ae6dbfa-090a-482a-a26c-5aeff63801ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-6ae6dbfa-090a-482a-a26c-5aeff63801ec {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6ae6dbfa-090a-482a-a26c-5aeff63801ec {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ae6dbfa-090a-482a-a26c-5aeff63801ec .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6ae6dbfa-090a-482a-a26c-5aeff63801ec .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ae6dbfa-090a-482a-a26c-5aeff63801ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ae6dbfa-090a-482a-a26c-5aeff63801ec img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-6ae6dbfa-090a-482a-a26c-5aeff63801ec .shogun-image-content {
  
    align-items: center;
  
}

.s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6ae6dbfa-090a-482a-a26c-5aeff63801ec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image-container {
      position: relative;
    }

    .s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ae6dbfa-090a-482a-a26c-5aeff63801ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

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

.shg-image-margin-container-s-6ae6dbfa-090a-482a-a26c-5aeff63801ec {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6ae6dbfa-090a-482a-a26c-5aeff63801ec {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ae6dbfa-090a-482a-a26c-5aeff63801ec .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6ae6dbfa-090a-482a-a26c-5aeff63801ec .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ae6dbfa-090a-482a-a26c-5aeff63801ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ae6dbfa-090a-482a-a26c-5aeff63801ec img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-6ae6dbfa-090a-482a-a26c-5aeff63801ec .shogun-image-content {
  
    align-items: center;
  
}

.s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6ae6dbfa-090a-482a-a26c-5aeff63801ec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image-container {
      position: relative;
    }

    .s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ae6dbfa-090a-482a-a26c-5aeff63801ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

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

.shg-image-margin-container-s-6ae6dbfa-090a-482a-a26c-5aeff63801ec {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6ae6dbfa-090a-482a-a26c-5aeff63801ec {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ae6dbfa-090a-482a-a26c-5aeff63801ec .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6ae6dbfa-090a-482a-a26c-5aeff63801ec .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ae6dbfa-090a-482a-a26c-5aeff63801ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ae6dbfa-090a-482a-a26c-5aeff63801ec img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-6ae6dbfa-090a-482a-a26c-5aeff63801ec .shogun-image-content {
  
    align-items: center;
  
}

.s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6ae6dbfa-090a-482a-a26c-5aeff63801ec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image-container {
      position: relative;
    }

    .s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ae6dbfa-090a-482a-a26c-5aeff63801ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

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

.shg-image-margin-container-s-6ae6dbfa-090a-482a-a26c-5aeff63801ec {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6ae6dbfa-090a-482a-a26c-5aeff63801ec {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ae6dbfa-090a-482a-a26c-5aeff63801ec .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6ae6dbfa-090a-482a-a26c-5aeff63801ec .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ae6dbfa-090a-482a-a26c-5aeff63801ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ae6dbfa-090a-482a-a26c-5aeff63801ec img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-6ae6dbfa-090a-482a-a26c-5aeff63801ec .shogun-image-content {
  
    align-items: center;
  
}

.s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6ae6dbfa-090a-482a-a26c-5aeff63801ec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image-container {
      position: relative;
    }

    .s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ae6dbfa-090a-482a-a26c-5aeff63801ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ae6dbfa-090a-482a-a26c-5aeff63801ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}
#s-fd117095-f8c4-4323-bcab-c91163344fcc {
  min-height: 50px;
}








#s-fd117095-f8c4-4323-bcab-c91163344fcc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fd117095-f8c4-4323-bcab-c91163344fcc {
  cursor: pointer;
}#s-fd117095-f8c4-4323-bcab-c91163344fcc.shg-box.shg-c {
  justify-content: center;
}

#s-046aa905-532c-4f30-9e35-dd27928c586b {
  margin-bottom: 10px;
max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-046aa905-532c-4f30-9e35-dd27928c586b {
  
  
  
  margin-bottom: 10px;
  /* Add padding handling */
  
  
  
  
}

#s-046aa905-532c-4f30-9e35-dd27928c586b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-046aa905-532c-4f30-9e35-dd27928c586b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-046aa905-532c-4f30-9e35-dd27928c586b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-046aa905-532c-4f30-9e35-dd27928c586b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-046aa905-532c-4f30-9e35-dd27928c586b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-046aa905-532c-4f30-9e35-dd27928c586b .shogun-image-content {
  
    align-items: center;
  
}

.s-046aa905-532c-4f30-9e35-dd27928c586b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-046aa905-532c-4f30-9e35-dd27928c586b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image-container {
      position: relative;
    }

    .s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-046aa905-532c-4f30-9e35-dd27928c586b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-046aa905-532c-4f30-9e35-dd27928c586b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-046aa905-532c-4f30-9e35-dd27928c586b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-046aa905-532c-4f30-9e35-dd27928c586b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-046aa905-532c-4f30-9e35-dd27928c586b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-046aa905-532c-4f30-9e35-dd27928c586b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-046aa905-532c-4f30-9e35-dd27928c586b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-046aa905-532c-4f30-9e35-dd27928c586b .shogun-image-content {
  
    align-items: center;
  
}

.s-046aa905-532c-4f30-9e35-dd27928c586b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-046aa905-532c-4f30-9e35-dd27928c586b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image-container {
      position: relative;
    }

    .s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-046aa905-532c-4f30-9e35-dd27928c586b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

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

.shg-image-margin-container-s-046aa905-532c-4f30-9e35-dd27928c586b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-046aa905-532c-4f30-9e35-dd27928c586b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-046aa905-532c-4f30-9e35-dd27928c586b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-046aa905-532c-4f30-9e35-dd27928c586b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-046aa905-532c-4f30-9e35-dd27928c586b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-046aa905-532c-4f30-9e35-dd27928c586b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-046aa905-532c-4f30-9e35-dd27928c586b .shogun-image-content {
  
    align-items: center;
  
}

.s-046aa905-532c-4f30-9e35-dd27928c586b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-046aa905-532c-4f30-9e35-dd27928c586b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image-container {
      position: relative;
    }

    .s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-046aa905-532c-4f30-9e35-dd27928c586b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

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

.shg-image-margin-container-s-046aa905-532c-4f30-9e35-dd27928c586b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-046aa905-532c-4f30-9e35-dd27928c586b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-046aa905-532c-4f30-9e35-dd27928c586b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-046aa905-532c-4f30-9e35-dd27928c586b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-046aa905-532c-4f30-9e35-dd27928c586b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-046aa905-532c-4f30-9e35-dd27928c586b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-046aa905-532c-4f30-9e35-dd27928c586b .shogun-image-content {
  
    align-items: center;
  
}

.s-046aa905-532c-4f30-9e35-dd27928c586b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-046aa905-532c-4f30-9e35-dd27928c586b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image-container {
      position: relative;
    }

    .s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-046aa905-532c-4f30-9e35-dd27928c586b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

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

.shg-image-margin-container-s-046aa905-532c-4f30-9e35-dd27928c586b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-046aa905-532c-4f30-9e35-dd27928c586b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-046aa905-532c-4f30-9e35-dd27928c586b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-046aa905-532c-4f30-9e35-dd27928c586b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-046aa905-532c-4f30-9e35-dd27928c586b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-046aa905-532c-4f30-9e35-dd27928c586b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-046aa905-532c-4f30-9e35-dd27928c586b .shogun-image-content {
  
    align-items: center;
  
}

.s-046aa905-532c-4f30-9e35-dd27928c586b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-046aa905-532c-4f30-9e35-dd27928c586b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image-container {
      position: relative;
    }

    .s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-046aa905-532c-4f30-9e35-dd27928c586b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-046aa905-532c-4f30-9e35-dd27928c586b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}
#s-5a09cd79-11e6-4239-9352-689a40e86b2a {
  min-height: 50px;
}








#s-5a09cd79-11e6-4239-9352-689a40e86b2a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5a09cd79-11e6-4239-9352-689a40e86b2a {
  cursor: pointer;
}#s-5a09cd79-11e6-4239-9352-689a40e86b2a.shg-box.shg-c {
  justify-content: center;
}

#s-522c3634-b112-41b6-8e22-c0de27e0c8ca {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-522c3634-b112-41b6-8e22-c0de27e0c8ca {
  
}
}


.shg-image-margin-container-s-522c3634-b112-41b6-8e22-c0de27e0c8ca {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-522c3634-b112-41b6-8e22-c0de27e0c8ca {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-522c3634-b112-41b6-8e22-c0de27e0c8ca .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-522c3634-b112-41b6-8e22-c0de27e0c8ca .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-522c3634-b112-41b6-8e22-c0de27e0c8ca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-522c3634-b112-41b6-8e22-c0de27e0c8ca img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-522c3634-b112-41b6-8e22-c0de27e0c8ca .shogun-image-content {
  
    align-items: center;
  
}

.s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-522c3634-b112-41b6-8e22-c0de27e0c8ca {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image-container {
      position: relative;
    }

    .s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-522c3634-b112-41b6-8e22-c0de27e0c8ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-522c3634-b112-41b6-8e22-c0de27e0c8ca {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-522c3634-b112-41b6-8e22-c0de27e0c8ca {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-522c3634-b112-41b6-8e22-c0de27e0c8ca .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-522c3634-b112-41b6-8e22-c0de27e0c8ca .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-522c3634-b112-41b6-8e22-c0de27e0c8ca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-522c3634-b112-41b6-8e22-c0de27e0c8ca img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-522c3634-b112-41b6-8e22-c0de27e0c8ca .shogun-image-content {
  
    align-items: center;
  
}

.s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-522c3634-b112-41b6-8e22-c0de27e0c8ca {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image-container {
      position: relative;
    }

    .s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-522c3634-b112-41b6-8e22-c0de27e0c8ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

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

.shg-image-margin-container-s-522c3634-b112-41b6-8e22-c0de27e0c8ca {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-522c3634-b112-41b6-8e22-c0de27e0c8ca {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-522c3634-b112-41b6-8e22-c0de27e0c8ca .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-522c3634-b112-41b6-8e22-c0de27e0c8ca .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-522c3634-b112-41b6-8e22-c0de27e0c8ca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-522c3634-b112-41b6-8e22-c0de27e0c8ca img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-522c3634-b112-41b6-8e22-c0de27e0c8ca .shogun-image-content {
  
    align-items: center;
  
}

.s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-522c3634-b112-41b6-8e22-c0de27e0c8ca {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image-container {
      position: relative;
    }

    .s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-522c3634-b112-41b6-8e22-c0de27e0c8ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

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

.shg-image-margin-container-s-522c3634-b112-41b6-8e22-c0de27e0c8ca {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-522c3634-b112-41b6-8e22-c0de27e0c8ca {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-522c3634-b112-41b6-8e22-c0de27e0c8ca .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-522c3634-b112-41b6-8e22-c0de27e0c8ca .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-522c3634-b112-41b6-8e22-c0de27e0c8ca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-522c3634-b112-41b6-8e22-c0de27e0c8ca img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-522c3634-b112-41b6-8e22-c0de27e0c8ca .shogun-image-content {
  
    align-items: center;
  
}

.s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-522c3634-b112-41b6-8e22-c0de27e0c8ca {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image-container {
      position: relative;
    }

    .s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-522c3634-b112-41b6-8e22-c0de27e0c8ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

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

.shg-image-margin-container-s-522c3634-b112-41b6-8e22-c0de27e0c8ca {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-522c3634-b112-41b6-8e22-c0de27e0c8ca {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-522c3634-b112-41b6-8e22-c0de27e0c8ca .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-522c3634-b112-41b6-8e22-c0de27e0c8ca .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-522c3634-b112-41b6-8e22-c0de27e0c8ca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-522c3634-b112-41b6-8e22-c0de27e0c8ca img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-522c3634-b112-41b6-8e22-c0de27e0c8ca .shogun-image-content {
  
    align-items: center;
  
}

.s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-522c3634-b112-41b6-8e22-c0de27e0c8ca {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image-container {
      position: relative;
    }

    .s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-522c3634-b112-41b6-8e22-c0de27e0c8ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-522c3634-b112-41b6-8e22-c0de27e0c8ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}
#s-19a93f9e-a03e-49eb-808a-b329ac47c4b0 {
  min-height: 50px;
}
@media (max-width: 767px){#s-19a93f9e-a03e-49eb-808a-b329ac47c4b0 {
  
}
}







#s-19a93f9e-a03e-49eb-808a-b329ac47c4b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-19a93f9e-a03e-49eb-808a-b329ac47c4b0 {
  cursor: pointer;
}#s-19a93f9e-a03e-49eb-808a-b329ac47c4b0.shg-box.shg-c {
  justify-content: center;
}

#s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e .shogun-image-content {
  
    align-items: center;
  
}

.s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image-container {
      position: relative;
    }

    .s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e .shogun-image-content {
  
    align-items: center;
  
}

.s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image-container {
      position: relative;
    }

    .s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

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

.shg-image-margin-container-s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e .shogun-image-content {
  
    align-items: center;
  
}

.s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image-container {
      position: relative;
    }

    .s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

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

.shg-image-margin-container-s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e .shogun-image-content {
  
    align-items: center;
  
}

.s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image-container {
      position: relative;
    }

    .s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

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

.shg-image-margin-container-s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e .shogun-image-content {
  
    align-items: center;
  
}

.s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image-container {
      position: relative;
    }

    .s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c2da75d-b52a-4e75-b19f-e94a6e5c560e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}
#s-447d0ed8-f3e3-463d-a8c5-ec33bc88309b {
  margin-top: 10px;
margin-bottom: 26px;
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;
color: rgba(250, 252, 254, 1);
}
#s-447d0ed8-f3e3-463d-a8c5-ec33bc88309b:hover {background-color: rgba(165, 43, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-447d0ed8-f3e3-463d-a8c5-ec33bc88309b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-447d0ed8-f3e3-463d-a8c5-ec33bc88309b-root {
    text-align: center;
  }


#s-447d0ed8-f3e3-463d-a8c5-ec33bc88309b.shg-btn {
  color: rgba(250, 252, 254, 1);
  font-size: 19px;
  font-weight: normal;
  font-style: normal;
  font-family: Source Sans 3;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-447d0ed8-f3e3-463d-a8c5-ec33bc88309b-root {
    text-align: center;
  }


#s-447d0ed8-f3e3-463d-a8c5-ec33bc88309b.shg-btn {
  color: rgba(250, 252, 254, 1);
  font-size: 19px;
  font-weight: normal;
  font-style: normal;
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-447d0ed8-f3e3-463d-a8c5-ec33bc88309b-root {
    text-align: center;
  }


#s-447d0ed8-f3e3-463d-a8c5-ec33bc88309b.shg-btn {
  color: rgba(250, 252, 254, 1);
  font-size: 19px;
  font-weight: normal;
  font-style: normal;
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-447d0ed8-f3e3-463d-a8c5-ec33bc88309b-root {
    text-align: center;
  }


#s-447d0ed8-f3e3-463d-a8c5-ec33bc88309b.shg-btn {
  color: rgba(250, 252, 254, 1);
  font-size: 19px;
  font-weight: normal;
  font-style: normal;
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-447d0ed8-f3e3-463d-a8c5-ec33bc88309b-root {
    text-align: center;
  }


#s-447d0ed8-f3e3-463d-a8c5-ec33bc88309b.shg-btn {
  color: rgba(250, 252, 254, 1);
  font-size: 19px;
  font-weight: normal;
  font-style: normal;
  font-family: Source Sans 3;
  display:  inline-block ;
}
}
#s-9a576eea-c2d6-4b47-aca6-135c18f93331 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}
@media (max-width: 767px){#s-9a576eea-c2d6-4b47-aca6-135c18f93331 {
  display: unset;
}
#s-9a576eea-c2d6-4b47-aca6-135c18f93331, #wrap-s-9a576eea-c2d6-4b47-aca6-135c18f93331 { display: unset !important; }}







#s-9a576eea-c2d6-4b47-aca6-135c18f93331 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9a576eea-c2d6-4b47-aca6-135c18f93331 {
  cursor: pointer;
}#s-9a576eea-c2d6-4b47-aca6-135c18f93331.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-262719c8-ab26-42ab-8fb6-b69ea78d8baa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-262719c8-ab26-42ab-8fb6-b69ea78d8baa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-262719c8-ab26-42ab-8fb6-b69ea78d8baa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-262719c8-ab26-42ab-8fb6-b69ea78d8baa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-65870d2f-89f2-4e5f-a661-9cdbb641d4eb {
  min-height: 50px;
}








#s-65870d2f-89f2-4e5f-a661-9cdbb641d4eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-65870d2f-89f2-4e5f-a661-9cdbb641d4eb.shg-box.shg-c {
  justify-content: center;
}

#s-10b34f95-b93e-4f44-a205-22b6c236781f {
  margin-left: 5%;
margin-right: 5%;
}
@media (max-width: 767px){#s-10b34f95-b93e-4f44-a205-22b6c236781f {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-061f0702-6b21-46c6-ad2c-b3d998d4e0c3 {
  margin-bottom: -19px;
}

#s-3ec52f13-19ef-491d-8021-9c2fa7de081e {
  margin-left: 5%;
margin-right: 5%;
}
@media (max-width: 767px){#s-3ec52f13-19ef-491d-8021-9c2fa7de081e {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-1cd3015b-00a5-471f-bf17-b0bca6e7beb9 {
  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(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1cd3015b-00a5-471f-bf17-b0bca6e7beb9:hover {background-color: rgba(165, 43, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1cd3015b-00a5-471f-bf17-b0bca6e7beb9:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-1cd3015b-00a5-471f-bf17-b0bca6e7beb9 {
  margin-top: 5px;
margin-bottom: 15px;
}
}

  #s-1cd3015b-00a5-471f-bf17-b0bca6e7beb9-root {
    text-align: center;
  }


#s-1cd3015b-00a5-471f-bf17-b0bca6e7beb9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1cd3015b-00a5-471f-bf17-b0bca6e7beb9-root {
    text-align: center;
  }


#s-1cd3015b-00a5-471f-bf17-b0bca6e7beb9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1cd3015b-00a5-471f-bf17-b0bca6e7beb9-root {
    text-align: center;
  }


#s-1cd3015b-00a5-471f-bf17-b0bca6e7beb9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1cd3015b-00a5-471f-bf17-b0bca6e7beb9-root {
    text-align: center;
  }


#s-1cd3015b-00a5-471f-bf17-b0bca6e7beb9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1cd3015b-00a5-471f-bf17-b0bca6e7beb9-root {
    text-align: center;
  }


#s-1cd3015b-00a5-471f-bf17-b0bca6e7beb9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-995994e0-7ce4-43c7-94d1-bfdc704ab313 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-995994e0-7ce4-43c7-94d1-bfdc704ab313 {
  
}
}


.shg-image-margin-container-s-995994e0-7ce4-43c7-94d1-bfdc704ab313 {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
  /* Add padding handling */
  
  
  
  
}

#s-995994e0-7ce4-43c7-94d1-bfdc704ab313 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-995994e0-7ce4-43c7-94d1-bfdc704ab313 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-995994e0-7ce4-43c7-94d1-bfdc704ab313 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-995994e0-7ce4-43c7-94d1-bfdc704ab313 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-995994e0-7ce4-43c7-94d1-bfdc704ab313 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-995994e0-7ce4-43c7-94d1-bfdc704ab313 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shg-align-container {
  display: flex;
  justify-content: center
}

.s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-995994e0-7ce4-43c7-94d1-bfdc704ab313 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image-container {
      position: relative;
    }

    .s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-995994e0-7ce4-43c7-94d1-bfdc704ab313 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-995994e0-7ce4-43c7-94d1-bfdc704ab313 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-995994e0-7ce4-43c7-94d1-bfdc704ab313 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-995994e0-7ce4-43c7-94d1-bfdc704ab313 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-995994e0-7ce4-43c7-94d1-bfdc704ab313 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-995994e0-7ce4-43c7-94d1-bfdc704ab313 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-995994e0-7ce4-43c7-94d1-bfdc704ab313 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-995994e0-7ce4-43c7-94d1-bfdc704ab313 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shg-align-container {
  display: flex;
  justify-content: center
}

.s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-995994e0-7ce4-43c7-94d1-bfdc704ab313 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image-container {
      position: relative;
    }

    .s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-995994e0-7ce4-43c7-94d1-bfdc704ab313 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

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

.shg-image-margin-container-s-995994e0-7ce4-43c7-94d1-bfdc704ab313 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-995994e0-7ce4-43c7-94d1-bfdc704ab313 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-995994e0-7ce4-43c7-94d1-bfdc704ab313 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-995994e0-7ce4-43c7-94d1-bfdc704ab313 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-995994e0-7ce4-43c7-94d1-bfdc704ab313 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-995994e0-7ce4-43c7-94d1-bfdc704ab313 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-995994e0-7ce4-43c7-94d1-bfdc704ab313 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shg-align-container {
  display: flex;
  justify-content: center
}

.s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-995994e0-7ce4-43c7-94d1-bfdc704ab313 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image-container {
      position: relative;
    }

    .s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-995994e0-7ce4-43c7-94d1-bfdc704ab313 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

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

.shg-image-margin-container-s-995994e0-7ce4-43c7-94d1-bfdc704ab313 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-995994e0-7ce4-43c7-94d1-bfdc704ab313 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-995994e0-7ce4-43c7-94d1-bfdc704ab313 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-995994e0-7ce4-43c7-94d1-bfdc704ab313 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-995994e0-7ce4-43c7-94d1-bfdc704ab313 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-995994e0-7ce4-43c7-94d1-bfdc704ab313 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-995994e0-7ce4-43c7-94d1-bfdc704ab313 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shg-align-container {
  display: flex;
  justify-content: center
}

.s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-995994e0-7ce4-43c7-94d1-bfdc704ab313 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image-container {
      position: relative;
    }

    .s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-995994e0-7ce4-43c7-94d1-bfdc704ab313 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

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

.shg-image-margin-container-s-995994e0-7ce4-43c7-94d1-bfdc704ab313 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-995994e0-7ce4-43c7-94d1-bfdc704ab313 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-995994e0-7ce4-43c7-94d1-bfdc704ab313 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-995994e0-7ce4-43c7-94d1-bfdc704ab313 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-995994e0-7ce4-43c7-94d1-bfdc704ab313 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-995994e0-7ce4-43c7-94d1-bfdc704ab313 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-995994e0-7ce4-43c7-94d1-bfdc704ab313 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shg-align-container {
  display: flex;
  justify-content: center
}

.s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-995994e0-7ce4-43c7-94d1-bfdc704ab313 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image-container {
      position: relative;
    }

    .s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-995994e0-7ce4-43c7-94d1-bfdc704ab313.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-995994e0-7ce4-43c7-94d1-bfdc704ab313 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-d0ef9ca4-bdd0-475b-a3d2-2210108fa9e9 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
background-position: center center;
}

#s-d0ef9ca4-bdd0-475b-a3d2-2210108fa9e9 {
  background-image: url(https://i.shgcdn.com/97bcb92d-10e1-46c4-ace7-3a3dc18fe803/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d0ef9ca4-bdd0-475b-a3d2-2210108fa9e9 {
  background-image: url(https://i.shgcdn.com/97bcb92d-10e1-46c4-ace7-3a3dc18fe803/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-d0ef9ca4-bdd0-475b-a3d2-2210108fa9e9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d0ef9ca4-bdd0-475b-a3d2-2210108fa9e9 {
  background-image: url(https://i.shgcdn.com/97bcb92d-10e1-46c4-ace7-3a3dc18fe803/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-d0ef9ca4-bdd0-475b-a3d2-2210108fa9e9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d0ef9ca4-bdd0-475b-a3d2-2210108fa9e9 {
  background-image: url(https://i.shgcdn.com/97bcb92d-10e1-46c4-ace7-3a3dc18fe803/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-d0ef9ca4-bdd0-475b-a3d2-2210108fa9e9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d0ef9ca4-bdd0-475b-a3d2-2210108fa9e9 {
  background-image: url(https://i.shgcdn.com/97bcb92d-10e1-46c4-ace7-3a3dc18fe803/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-d0ef9ca4-bdd0-475b-a3d2-2210108fa9e9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d0ef9ca4-bdd0-475b-a3d2-2210108fa9e9 {
  background-image: url(https://i.shgcdn.com/97bcb92d-10e1-46c4-ace7-3a3dc18fe803/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-d0ef9ca4-bdd0-475b-a3d2-2210108fa9e9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d0ef9ca4-bdd0-475b-a3d2-2210108fa9e9 {
  background-image: url(https://i.shgcdn.com/97bcb92d-10e1-46c4-ace7-3a3dc18fe803/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-d0ef9ca4-bdd0-475b-a3d2-2210108fa9e9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d0ef9ca4-bdd0-475b-a3d2-2210108fa9e9 {
  background-image: url(https://i.shgcdn.com/97bcb92d-10e1-46c4-ace7-3a3dc18fe803/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-d0ef9ca4-bdd0-475b-a3d2-2210108fa9e9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d0ef9ca4-bdd0-475b-a3d2-2210108fa9e9 {
  background-image: url(https://i.shgcdn.com/97bcb92d-10e1-46c4-ace7-3a3dc18fe803/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-d0ef9ca4-bdd0-475b-a3d2-2210108fa9e9.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-d0ef9ca4-bdd0-475b-a3d2-2210108fa9e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d0ef9ca4-bdd0-475b-a3d2-2210108fa9e9 {
  cursor: pointer;
}#s-d0ef9ca4-bdd0-475b-a3d2-2210108fa9e9.shg-box.shg-c {
  justify-content: center;
}

#s-bd076751-5570-4e69-974e-8ec39b6e9442 {
  background-image: url(https://i.shgcdn.com/12ddc3a1-7d27-4e9a-a9f2-0a6d6cd90aea/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
background-color: rgba(25, 66, 109, 0);
}

@media (min-width: 0px) {
[id="s-bd076751-5570-4e69-974e-8ec39b6e9442"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bd076751-5570-4e69-974e-8ec39b6e9442"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bd076751-5570-4e69-974e-8ec39b6e9442"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bd076751-5570-4e69-974e-8ec39b6e9442"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bd076751-5570-4e69-974e-8ec39b6e9442"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bd076751-5570-4e69-974e-8ec39b6e9442"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bd076751-5570-4e69-974e-8ec39b6e9442"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-bd076751-5570-4e69-974e-8ec39b6e9442"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-03372c68-91cc-4440-a134-94fae62cb57c {
  min-height: 50px;
background-color: rgba(21, 44, 78, 0);
}








#s-03372c68-91cc-4440-a134-94fae62cb57c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-03372c68-91cc-4440-a134-94fae62cb57c.shg-box.shg-c {
  justify-content: center;
}

#s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container {
      position: relative;
    }

    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container {
      position: relative;
    }

    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

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

.shg-image-margin-container-s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container {
      position: relative;
    }

    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

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

.shg-image-margin-container-s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container {
      position: relative;
    }

    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

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

.shg-image-margin-container-s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container {
      position: relative;
    }

    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-caaa32e1-75ac-4863-a179-8bed3c559a56 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: right center;
}

#s-caaa32e1-75ac-4863-a179-8bed3c559a56 {
  background-image: url(https://i.shgcdn.com/97bcb92d-10e1-46c4-ace7-3a3dc18fe803/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-caaa32e1-75ac-4863-a179-8bed3c559a56 {
  background-image: url(https://i.shgcdn.com/97bcb92d-10e1-46c4-ace7-3a3dc18fe803/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-caaa32e1-75ac-4863-a179-8bed3c559a56.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-caaa32e1-75ac-4863-a179-8bed3c559a56 {
  background-image: url(https://i.shgcdn.com/97bcb92d-10e1-46c4-ace7-3a3dc18fe803/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-caaa32e1-75ac-4863-a179-8bed3c559a56.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-caaa32e1-75ac-4863-a179-8bed3c559a56 {
  background-image: url(https://i.shgcdn.com/97bcb92d-10e1-46c4-ace7-3a3dc18fe803/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-caaa32e1-75ac-4863-a179-8bed3c559a56.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-caaa32e1-75ac-4863-a179-8bed3c559a56 {
  background-image: url(https://i.shgcdn.com/97bcb92d-10e1-46c4-ace7-3a3dc18fe803/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-caaa32e1-75ac-4863-a179-8bed3c559a56.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-caaa32e1-75ac-4863-a179-8bed3c559a56 {
  background-image: url(https://i.shgcdn.com/97bcb92d-10e1-46c4-ace7-3a3dc18fe803/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-caaa32e1-75ac-4863-a179-8bed3c559a56.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-caaa32e1-75ac-4863-a179-8bed3c559a56 {
  background-image: url(https://i.shgcdn.com/97bcb92d-10e1-46c4-ace7-3a3dc18fe803/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-caaa32e1-75ac-4863-a179-8bed3c559a56.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-caaa32e1-75ac-4863-a179-8bed3c559a56 {
  background-image: url(https://i.shgcdn.com/97bcb92d-10e1-46c4-ace7-3a3dc18fe803/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-caaa32e1-75ac-4863-a179-8bed3c559a56.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-caaa32e1-75ac-4863-a179-8bed3c559a56 {
  background-image: url(https://i.shgcdn.com/97bcb92d-10e1-46c4-ace7-3a3dc18fe803/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-caaa32e1-75ac-4863-a179-8bed3c559a56.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-caaa32e1-75ac-4863-a179-8bed3c559a56 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-caaa32e1-75ac-4863-a179-8bed3c559a56.shg-box.shg-c {
  justify-content: center;
}

#s-febcdc9f-0c40-4d1a-8ee3-4caeae845381 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: -6px;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-febcdc9f-0c40-4d1a-8ee3-4caeae845381 {
  padding-left: 15%;
padding-right: 15%;
}
}@media (max-width: 767px){#s-febcdc9f-0c40-4d1a-8ee3-4caeae845381 {
  margin-top: 53px;
margin-left: 15%;
margin-right: 15%;
}
}
#s-df27d369-a66f-4e31-9d1b-1b61097fd735 {
  margin-top: -8px;
margin-left: 12%;
margin-bottom: 0px;
margin-right: 12%;
}
@media (max-width: 767px){#s-df27d369-a66f-4e31-9d1b-1b61097fd735 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-8b376824-7d5c-4215-af98-e6bc1ff5d419 {
  margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(208, 142, 47, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-8b376824-7d5c-4215-af98-e6bc1ff5d419:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8b376824-7d5c-4215-af98-e6bc1ff5d419:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-8b376824-7d5c-4215-af98-e6bc1ff5d419 {
  margin-bottom: 40px;
}
}

  #s-8b376824-7d5c-4215-af98-e6bc1ff5d419-root {
    text-align: center;
  }


#s-8b376824-7d5c-4215-af98-e6bc1ff5d419.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8b376824-7d5c-4215-af98-e6bc1ff5d419-root {
    text-align: center;
  }


#s-8b376824-7d5c-4215-af98-e6bc1ff5d419.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8b376824-7d5c-4215-af98-e6bc1ff5d419-root {
    text-align: center;
  }


#s-8b376824-7d5c-4215-af98-e6bc1ff5d419.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8b376824-7d5c-4215-af98-e6bc1ff5d419-root {
    text-align: center;
  }


#s-8b376824-7d5c-4215-af98-e6bc1ff5d419.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8b376824-7d5c-4215-af98-e6bc1ff5d419-root {
    text-align: center;
  }


#s-8b376824-7d5c-4215-af98-e6bc1ff5d419.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}
#s-79d8921b-d211-41e4-a12e-5e831db2a8dd {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-79d8921b-d211-41e4-a12e-5e831db2a8dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-79d8921b-d211-41e4-a12e-5e831db2a8dd {
  cursor: pointer;
}#s-79d8921b-d211-41e4-a12e-5e831db2a8dd.shg-box.shg-c {
  justify-content: center;
}

#s-4177d560-5dc4-4cf5-8809-c6cc7a2612dc {
  margin-top: 0px;
margin-bottom: -10px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4177d560-5dc4-4cf5-8809-c6cc7a2612dc {
  margin-left: 17%;
margin-right: 17%;
}
}
#s-7b0eafff-79a4-4eec-825a-ba4d4be0ac82 {
  margin-bottom: -20px;
}

#s-26cad876-bfdc-469a-9a57-2f60040aa145 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-e6e1c504-9d62-4864-8dd9-bb2157af52ad {
  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-e6e1c504-9d62-4864-8dd9-bb2157af52ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e6e1c504-9d62-4864-8dd9-bb2157af52ad {
  cursor: pointer;
}#s-e6e1c504-9d62-4864-8dd9-bb2157af52ad.shg-box.shg-c {
  justify-content: center;
}

#s-7aca5af3-8b7c-44b4-a6f4-3866a0237140 {
  min-height: 0px;
}








#s-7aca5af3-8b7c-44b4-a6f4-3866a0237140 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7aca5af3-8b7c-44b4-a6f4-3866a0237140.shg-box.shg-c {
  justify-content: center;
}

#s-92450216-958b-4dae-8d34-87d5fa0ad7ee {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: -10px;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-92450216-958b-4dae-8d34-87d5fa0ad7ee {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-92450216-958b-4dae-8d34-87d5fa0ad7ee {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-5e7437e7-ab2f-49b8-8956-5d1ed8853792 {
  padding-top: 9px;
padding-left: 20px;
padding-bottom: 9px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-5e7437e7-ab2f-49b8-8956-5d1ed8853792:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5e7437e7-ab2f-49b8-8956-5d1ed8853792:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5e7437e7-ab2f-49b8-8956-5d1ed8853792-root {
    text-align: center;
  }


#s-5e7437e7-ab2f-49b8-8956-5d1ed8853792.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-5e7437e7-ab2f-49b8-8956-5d1ed8853792-root {
    text-align: center;
  }


#s-5e7437e7-ab2f-49b8-8956-5d1ed8853792.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-5e7437e7-ab2f-49b8-8956-5d1ed8853792-root {
    text-align: center;
  }


#s-5e7437e7-ab2f-49b8-8956-5d1ed8853792.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-5e7437e7-ab2f-49b8-8956-5d1ed8853792-root {
    text-align: center;
  }


#s-5e7437e7-ab2f-49b8-8956-5d1ed8853792.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-5e7437e7-ab2f-49b8-8956-5d1ed8853792-root {
    text-align: center;
  }


#s-5e7437e7-ab2f-49b8-8956-5d1ed8853792.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}
#s-19234c03-aec9-4b7e-b723-cf5958b0b059 {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: -8px;
margin-right: 2%;
}

#s-a2518a16-426b-45ef-90c2-915bfe8a0a43 {
  margin-top: 15px;
margin-bottom: 15px;
min-height: 50px;
}








#s-a2518a16-426b-45ef-90c2-915bfe8a0a43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a2518a16-426b-45ef-90c2-915bfe8a0a43.shg-box.shg-c {
  justify-content: center;
}

#s-679ef247-764f-458f-813f-674be42da10c {
  margin-top: 0px;
margin-bottom: 5px;
}
@media (max-width: 767px){#s-679ef247-764f-458f-813f-674be42da10c {
  
}
}
@media (min-width: 0px) {
[id="s-84d387d3-6917-4b57-82dc-8ceee3582516"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-84d387d3-6917-4b57-82dc-8ceee3582516"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-84d387d3-6917-4b57-82dc-8ceee3582516"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-84d387d3-6917-4b57-82dc-8ceee3582516"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-60d39366-cd53-403a-861f-1c9d668735dd {
  min-height: 50px;
}








#s-60d39366-cd53-403a-861f-1c9d668735dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-60d39366-cd53-403a-861f-1c9d668735dd {
  cursor: pointer;
}#s-60d39366-cd53-403a-861f-1c9d668735dd.shg-box.shg-c {
  justify-content: center;
}

#s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
  /* Add padding handling */
  
  
  
  
}

#s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container {
      position: relative;
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container {
      position: relative;
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

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

.shg-image-margin-container-s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container {
      position: relative;
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

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

.shg-image-margin-container-s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container {
      position: relative;
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

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

.shg-image-margin-container-s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container {
      position: relative;
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-c745e99c-1146-4974-b5e5-5c2d6f73195d {
  min-height: 50px;
}








#s-c745e99c-1146-4974-b5e5-5c2d6f73195d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c745e99c-1146-4974-b5e5-5c2d6f73195d {
  cursor: pointer;
}#s-c745e99c-1146-4974-b5e5-5c2d6f73195d.shg-box.shg-c {
  justify-content: center;
}

#s-679b2393-2117-42a8-80e9-a3b68f49662c {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-679b2393-2117-42a8-80e9-a3b68f49662c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-679b2393-2117-42a8-80e9-a3b68f49662c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-679b2393-2117-42a8-80e9-a3b68f49662c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-679b2393-2117-42a8-80e9-a3b68f49662c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-679b2393-2117-42a8-80e9-a3b68f49662c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-679b2393-2117-42a8-80e9-a3b68f49662c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-679b2393-2117-42a8-80e9-a3b68f49662c .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-679b2393-2117-42a8-80e9-a3b68f49662c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-679b2393-2117-42a8-80e9-a3b68f49662c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container {
      position: relative;
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-679b2393-2117-42a8-80e9-a3b68f49662c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-679b2393-2117-42a8-80e9-a3b68f49662c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-679b2393-2117-42a8-80e9-a3b68f49662c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-679b2393-2117-42a8-80e9-a3b68f49662c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-679b2393-2117-42a8-80e9-a3b68f49662c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-679b2393-2117-42a8-80e9-a3b68f49662c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-679b2393-2117-42a8-80e9-a3b68f49662c .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-679b2393-2117-42a8-80e9-a3b68f49662c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-679b2393-2117-42a8-80e9-a3b68f49662c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container {
      position: relative;
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

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

.shg-image-margin-container-s-679b2393-2117-42a8-80e9-a3b68f49662c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-679b2393-2117-42a8-80e9-a3b68f49662c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-679b2393-2117-42a8-80e9-a3b68f49662c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-679b2393-2117-42a8-80e9-a3b68f49662c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-679b2393-2117-42a8-80e9-a3b68f49662c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-679b2393-2117-42a8-80e9-a3b68f49662c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-679b2393-2117-42a8-80e9-a3b68f49662c .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-679b2393-2117-42a8-80e9-a3b68f49662c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-679b2393-2117-42a8-80e9-a3b68f49662c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container {
      position: relative;
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

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

.shg-image-margin-container-s-679b2393-2117-42a8-80e9-a3b68f49662c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-679b2393-2117-42a8-80e9-a3b68f49662c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-679b2393-2117-42a8-80e9-a3b68f49662c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-679b2393-2117-42a8-80e9-a3b68f49662c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-679b2393-2117-42a8-80e9-a3b68f49662c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-679b2393-2117-42a8-80e9-a3b68f49662c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-679b2393-2117-42a8-80e9-a3b68f49662c .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-679b2393-2117-42a8-80e9-a3b68f49662c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-679b2393-2117-42a8-80e9-a3b68f49662c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container {
      position: relative;
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

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

.shg-image-margin-container-s-679b2393-2117-42a8-80e9-a3b68f49662c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-679b2393-2117-42a8-80e9-a3b68f49662c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-679b2393-2117-42a8-80e9-a3b68f49662c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-679b2393-2117-42a8-80e9-a3b68f49662c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-679b2393-2117-42a8-80e9-a3b68f49662c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-679b2393-2117-42a8-80e9-a3b68f49662c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-679b2393-2117-42a8-80e9-a3b68f49662c .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-679b2393-2117-42a8-80e9-a3b68f49662c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-679b2393-2117-42a8-80e9-a3b68f49662c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container {
      position: relative;
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-808eb7ce-3b88-470a-ae48-6405c0189acb {
  min-height: 50px;
}








#s-808eb7ce-3b88-470a-ae48-6405c0189acb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-808eb7ce-3b88-470a-ae48-6405c0189acb {
  cursor: pointer;
}#s-808eb7ce-3b88-470a-ae48-6405c0189acb.shg-box.shg-c {
  justify-content: center;
}

#s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
  margin-top: 0px;
margin-bottom: 15px;
}
}


.shg-image-margin-container-s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container {
      position: relative;
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container {
      position: relative;
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

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

.shg-image-margin-container-s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container {
      position: relative;
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

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

.shg-image-margin-container-s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container {
      position: relative;
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

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

.shg-image-margin-container-s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
  
  
  margin-top: 0px;
  margin-bottom: 15px;
  /* Add padding handling */
  
  
  
  
}

#s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container {
      position: relative;
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-cfcbffb0-42f6-4fbf-9514-3caa829d2ced {
  min-height: 50px;
}








#s-cfcbffb0-42f6-4fbf-9514-3caa829d2ced > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cfcbffb0-42f6-4fbf-9514-3caa829d2ced {
  cursor: pointer;
}#s-cfcbffb0-42f6-4fbf-9514-3caa829d2ced.shg-box.shg-c {
  justify-content: center;
}

#s-92d2964c-881b-48cf-91b6-2b264394ccca {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-92d2964c-881b-48cf-91b6-2b264394ccca {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-92d2964c-881b-48cf-91b6-2b264394ccca {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92d2964c-881b-48cf-91b6-2b264394ccca .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-92d2964c-881b-48cf-91b6-2b264394ccca .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92d2964c-881b-48cf-91b6-2b264394ccca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92d2964c-881b-48cf-91b6-2b264394ccca img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-92d2964c-881b-48cf-91b6-2b264394ccca .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-92d2964c-881b-48cf-91b6-2b264394ccca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92d2964c-881b-48cf-91b6-2b264394ccca {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container {
      position: relative;
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-92d2964c-881b-48cf-91b6-2b264394ccca {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-92d2964c-881b-48cf-91b6-2b264394ccca {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92d2964c-881b-48cf-91b6-2b264394ccca .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-92d2964c-881b-48cf-91b6-2b264394ccca .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92d2964c-881b-48cf-91b6-2b264394ccca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92d2964c-881b-48cf-91b6-2b264394ccca img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-92d2964c-881b-48cf-91b6-2b264394ccca .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-92d2964c-881b-48cf-91b6-2b264394ccca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92d2964c-881b-48cf-91b6-2b264394ccca {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container {
      position: relative;
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

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

.shg-image-margin-container-s-92d2964c-881b-48cf-91b6-2b264394ccca {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-92d2964c-881b-48cf-91b6-2b264394ccca {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92d2964c-881b-48cf-91b6-2b264394ccca .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-92d2964c-881b-48cf-91b6-2b264394ccca .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92d2964c-881b-48cf-91b6-2b264394ccca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92d2964c-881b-48cf-91b6-2b264394ccca img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-92d2964c-881b-48cf-91b6-2b264394ccca .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-92d2964c-881b-48cf-91b6-2b264394ccca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92d2964c-881b-48cf-91b6-2b264394ccca {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container {
      position: relative;
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

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

.shg-image-margin-container-s-92d2964c-881b-48cf-91b6-2b264394ccca {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-92d2964c-881b-48cf-91b6-2b264394ccca {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92d2964c-881b-48cf-91b6-2b264394ccca .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-92d2964c-881b-48cf-91b6-2b264394ccca .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92d2964c-881b-48cf-91b6-2b264394ccca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92d2964c-881b-48cf-91b6-2b264394ccca img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-92d2964c-881b-48cf-91b6-2b264394ccca .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-92d2964c-881b-48cf-91b6-2b264394ccca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92d2964c-881b-48cf-91b6-2b264394ccca {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container {
      position: relative;
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

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

.shg-image-margin-container-s-92d2964c-881b-48cf-91b6-2b264394ccca {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-92d2964c-881b-48cf-91b6-2b264394ccca {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92d2964c-881b-48cf-91b6-2b264394ccca .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-92d2964c-881b-48cf-91b6-2b264394ccca .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92d2964c-881b-48cf-91b6-2b264394ccca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92d2964c-881b-48cf-91b6-2b264394ccca img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-92d2964c-881b-48cf-91b6-2b264394ccca .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-92d2964c-881b-48cf-91b6-2b264394ccca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92d2964c-881b-48cf-91b6-2b264394ccca {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container {
      position: relative;
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-7223ecab-09af-49cf-aefa-02d615e6773d {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-7223ecab-09af-49cf-aefa-02d615e6773d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7223ecab-09af-49cf-aefa-02d615e6773d {
  cursor: pointer;
}#s-7223ecab-09af-49cf-aefa-02d615e6773d.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d4c61059-374a-4d9d-af69-9d03230d56a5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d4c61059-374a-4d9d-af69-9d03230d56a5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d4c61059-374a-4d9d-af69-9d03230d56a5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d4c61059-374a-4d9d-af69-9d03230d56a5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d4c61059-374a-4d9d-af69-9d03230d56a5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d4c61059-374a-4d9d-af69-9d03230d56a5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d4c61059-374a-4d9d-af69-9d03230d56a5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-04f671df-66ce-4ddd-aa99-e95192c508ba {
  min-height: 50px;
}








#s-04f671df-66ce-4ddd-aa99-e95192c508ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-04f671df-66ce-4ddd-aa99-e95192c508ba.shg-box.shg-c {
  justify-content: center;
}

#s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e {
  margin-top: 10px;
margin-left: 20%;
margin-bottom: 10px;
margin-right: 20%;
text-align: center;
}
@media (max-width: 767px){#s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e {
  margin-left: 8%;
margin-right: 8%;
}
}


.shg-image-margin-container-s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e {
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 10px;
  margin-bottom: 10px;
  /* Add padding handling */
  
  
  
  
}

#s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shogun-image {
    
    
    
    
  }


.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e .shogun-image-content {
  
    align-items: center;
  
}

.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shogun-image {
    
    
    
    
  }


.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e .shogun-image-content {
  
    align-items: center;
  
}

.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shogun-image {
    
    
    
    
  }


.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e .shogun-image-content {
  
    align-items: center;
  
}

.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shogun-image {
    
    
    
    
  }


.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e .shogun-image-content {
  
    align-items: center;
  
}

.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e {
  margin-left: 8%;
  margin-right: 8%;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e {
  margin: 0 !important;
  overflow: hidden;
}





  img.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shogun-image {
    
    
    
    
  }


.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e .shogun-image-content {
  
    align-items: center;
  
}

.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shogun-image {
  box-sizing: border-box;
}




}
#s-79f3f704-9425-4c89-8675-58e8b808711c {
  margin-left: 0%;
margin-right: 0%;
}

#s-db20a3f6-26b0-4f3e-8c08-4473099da241 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-6fd72436-a230-4305-a64d-eec43fbbab64 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 20px;
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-6fd72436-a230-4305-a64d-eec43fbbab64:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6fd72436-a230-4305-a64d-eec43fbbab64:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-6fd72436-a230-4305-a64d-eec43fbbab64 {
  margin-left: 9%;
margin-right: 9%;
}
}

  #s-6fd72436-a230-4305-a64d-eec43fbbab64-root {
    text-align: center;
  }


#s-6fd72436-a230-4305-a64d-eec43fbbab64.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6fd72436-a230-4305-a64d-eec43fbbab64-root {
    text-align: center;
  }


#s-6fd72436-a230-4305-a64d-eec43fbbab64.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6fd72436-a230-4305-a64d-eec43fbbab64-root {
    text-align: center;
  }


#s-6fd72436-a230-4305-a64d-eec43fbbab64.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6fd72436-a230-4305-a64d-eec43fbbab64-root {
    text-align: center;
  }


#s-6fd72436-a230-4305-a64d-eec43fbbab64.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6fd72436-a230-4305-a64d-eec43fbbab64-root {
    text-align: center;
  }


#s-6fd72436-a230-4305-a64d-eec43fbbab64.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
  margin-left: 5%;
margin-right: 5%;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
  margin-left: 0%;
margin-right: 0%;
}
}


.shg-image-margin-container-s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
  margin-left: 5%;
  margin-right: 5%;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shogun-image-content {
  
    align-items: center;
  
}

.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
      position: relative;
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shogun-image-content {
  
    align-items: center;
  
}

.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
      position: relative;
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

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

.shg-image-margin-container-s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shogun-image-content {
  
    align-items: center;
  
}

.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
      position: relative;
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

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

.shg-image-margin-container-s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shogun-image-content {
  
    align-items: center;
  
}

.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
      position: relative;
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

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

.shg-image-margin-container-s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
  margin-left: 0%;
  margin-right: 0%;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1000px;
  }



  img.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shogun-image-content {
  
    align-items: center;
  
}

.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
      position: relative;
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
#s-4faff114-1713-4b2c-9466-6f17e22d4d76 {
  min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-4faff114-1713-4b2c-9466-6f17e22d4d76 {
  margin-top: 23px;
margin-bottom: 23px;
}
}







#s-4faff114-1713-4b2c-9466-6f17e22d4d76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4faff114-1713-4b2c-9466-6f17e22d4d76.shg-box.shg-c {
  justify-content: center;
}

#s-01ff7565-57d6-4f68-819c-c8083ba4b682 {
  margin-top: 20px;
margin-bottom: 10px;
}

#s-56d025cd-e36a-4844-bbf5-7380578214ff {
  min-height: 50px;
}








#s-56d025cd-e36a-4844-bbf5-7380578214ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-56d025cd-e36a-4844-bbf5-7380578214ff.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-20336dc5-fa09-46e1-a8e4-efae7599a478"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-20336dc5-fa09-46e1-a8e4-efae7599a478"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-20336dc5-fa09-46e1-a8e4-efae7599a478"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-20336dc5-fa09-46e1-a8e4-efae7599a478"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c735a5f6-c93a-4e2e-97f3-e5938abe3e6f {
  min-height: 50px;
}








#s-c735a5f6-c93a-4e2e-97f3-e5938abe3e6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c735a5f6-c93a-4e2e-97f3-e5938abe3e6f {
  cursor: pointer;
}#s-c735a5f6-c93a-4e2e-97f3-e5938abe3e6f.shg-box.shg-c {
  justify-content: center;
}

#s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
      position: relative;
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
      position: relative;
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

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

.shg-image-margin-container-s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
      position: relative;
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

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

.shg-image-margin-container-s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
      position: relative;
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

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

.shg-image-margin-container-s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
      position: relative;
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-11732bae-3de7-467a-9f91-bdf274bf82fe {
  padding-top: 17px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-63f6e8aa-719c-4314-874e-0a9571556f1f {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 0px;
}
@media (max-width: 767px){#s-63f6e8aa-719c-4314-874e-0a9571556f1f {
  padding-bottom: 15px;
}
}
#s-ac361ede-2e6d-4ce4-8063-ce8a532d1cfe {
  min-height: 50px;
}








#s-ac361ede-2e6d-4ce4-8063-ce8a532d1cfe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ac361ede-2e6d-4ce4-8063-ce8a532d1cfe {
  cursor: pointer;
}#s-ac361ede-2e6d-4ce4-8063-ce8a532d1cfe.shg-box.shg-c {
  justify-content: center;
}

#s-5ec59233-dad6-4520-9724-f1f7738778bd {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-5ec59233-dad6-4520-9724-f1f7738778bd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5ec59233-dad6-4520-9724-f1f7738778bd {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ec59233-dad6-4520-9724-f1f7738778bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-5ec59233-dad6-4520-9724-f1f7738778bd .shogun-image-content {
  
    align-items: center;
  
}

.s-5ec59233-dad6-4520-9724-f1f7738778bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ec59233-dad6-4520-9724-f1f7738778bd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
      position: relative;
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-5ec59233-dad6-4520-9724-f1f7738778bd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5ec59233-dad6-4520-9724-f1f7738778bd {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ec59233-dad6-4520-9724-f1f7738778bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-5ec59233-dad6-4520-9724-f1f7738778bd .shogun-image-content {
  
    align-items: center;
  
}

.s-5ec59233-dad6-4520-9724-f1f7738778bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ec59233-dad6-4520-9724-f1f7738778bd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
      position: relative;
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

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

.shg-image-margin-container-s-5ec59233-dad6-4520-9724-f1f7738778bd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5ec59233-dad6-4520-9724-f1f7738778bd {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ec59233-dad6-4520-9724-f1f7738778bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-5ec59233-dad6-4520-9724-f1f7738778bd .shogun-image-content {
  
    align-items: center;
  
}

.s-5ec59233-dad6-4520-9724-f1f7738778bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ec59233-dad6-4520-9724-f1f7738778bd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
      position: relative;
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

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

.shg-image-margin-container-s-5ec59233-dad6-4520-9724-f1f7738778bd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5ec59233-dad6-4520-9724-f1f7738778bd {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ec59233-dad6-4520-9724-f1f7738778bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-5ec59233-dad6-4520-9724-f1f7738778bd .shogun-image-content {
  
    align-items: center;
  
}

.s-5ec59233-dad6-4520-9724-f1f7738778bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ec59233-dad6-4520-9724-f1f7738778bd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
      position: relative;
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

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

.shg-image-margin-container-s-5ec59233-dad6-4520-9724-f1f7738778bd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5ec59233-dad6-4520-9724-f1f7738778bd {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ec59233-dad6-4520-9724-f1f7738778bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-5ec59233-dad6-4520-9724-f1f7738778bd .shogun-image-content {
  
    align-items: center;
  
}

.s-5ec59233-dad6-4520-9724-f1f7738778bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ec59233-dad6-4520-9724-f1f7738778bd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
      position: relative;
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-64fa248b-03aa-4e5b-a9ec-2cb44b0a4c78 {
  padding-top: 17px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-88f3ed44-86b7-47a0-a513-34c278deac5b {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 0px;
}
@media (max-width: 767px){#s-88f3ed44-86b7-47a0-a513-34c278deac5b {
  padding-bottom: 15px;
}
}
#s-dff2fa28-127c-4bc0-a065-26bb3bb5a866 {
  min-height: 50px;
}








#s-dff2fa28-127c-4bc0-a065-26bb3bb5a866 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dff2fa28-127c-4bc0-a065-26bb3bb5a866 {
  cursor: pointer;
}#s-dff2fa28-127c-4bc0-a065-26bb3bb5a866.shg-box.shg-c {
  justify-content: center;
}

#s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shogun-image-content {
  
    align-items: center;
  
}

.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
      position: relative;
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shogun-image-content {
  
    align-items: center;
  
}

.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
      position: relative;
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

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

.shg-image-margin-container-s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shogun-image-content {
  
    align-items: center;
  
}

.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
      position: relative;
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

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

.shg-image-margin-container-s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shogun-image-content {
  
    align-items: center;
  
}

.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
      position: relative;
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

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

.shg-image-margin-container-s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shogun-image-content {
  
    align-items: center;
  
}

.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
      position: relative;
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-fb794dc6-424f-45ba-b5a9-038b1095036e {
  padding-top: 17px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-fb2a9ce4-308b-47a2-ac74-4c26ad6c22c6 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 0px;
}

#s-f5a9d9c8-0a68-443c-a790-650aaf097e23 {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-f5a9d9c8-0a68-443c-a790-650aaf097e23"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f5a9d9c8-0a68-443c-a790-650aaf097e23"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f5a9d9c8-0a68-443c-a790-650aaf097e23"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f5a9d9c8-0a68-443c-a790-650aaf097e23"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(255, 255, 255, 1);
border-radius: 1px;
min-height: 10px;
max-width: 900px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f:active {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f-root {
    text-align: center;
  }


#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f-root {
    text-align: center;
  }


#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f-root {
    text-align: center;
  }


#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f-root {
    text-align: center;
  }


#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f-root {
    text-align: center;
  }


#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}
#s-68486903-2136-444a-a3bd-ae3582f12ff4 {
  border-style: solid;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(255, 255, 255, 1);
border-radius: 1px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-68486903-2136-444a-a3bd-ae3582f12ff4:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-68486903-2136-444a-a3bd-ae3582f12ff4:active {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-68486903-2136-444a-a3bd-ae3582f12ff4-root {
    text-align: center;
  }


#s-68486903-2136-444a-a3bd-ae3582f12ff4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-68486903-2136-444a-a3bd-ae3582f12ff4-root {
    text-align: center;
  }


#s-68486903-2136-444a-a3bd-ae3582f12ff4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-68486903-2136-444a-a3bd-ae3582f12ff4-root {
    text-align: center;
  }


#s-68486903-2136-444a-a3bd-ae3582f12ff4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-68486903-2136-444a-a3bd-ae3582f12ff4-root {
    text-align: center;
  }


#s-68486903-2136-444a-a3bd-ae3582f12ff4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-68486903-2136-444a-a3bd-ae3582f12ff4-root {
    text-align: center;
  }


#s-68486903-2136-444a-a3bd-ae3582f12ff4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}
#s-06747246-14b4-4992-9423-8d3b22064ed1 {
  border-style: solid;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(255, 255, 255, 1);
border-radius: 1px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-06747246-14b4-4992-9423-8d3b22064ed1:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-06747246-14b4-4992-9423-8d3b22064ed1:active {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-06747246-14b4-4992-9423-8d3b22064ed1-root {
    text-align: center;
  }


#s-06747246-14b4-4992-9423-8d3b22064ed1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-06747246-14b4-4992-9423-8d3b22064ed1-root {
    text-align: center;
  }


#s-06747246-14b4-4992-9423-8d3b22064ed1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-06747246-14b4-4992-9423-8d3b22064ed1-root {
    text-align: center;
  }


#s-06747246-14b4-4992-9423-8d3b22064ed1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-06747246-14b4-4992-9423-8d3b22064ed1-root {
    text-align: center;
  }


#s-06747246-14b4-4992-9423-8d3b22064ed1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-06747246-14b4-4992-9423-8d3b22064ed1-root {
    text-align: center;
  }


#s-06747246-14b4-4992-9423-8d3b22064ed1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  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;
}
